From b3f22de060b73f15ad3eb2dabee04a0b4f5d947e Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Fri, 12 Oct 2012 21:20:44 +0100 Subject: [PATCH] Corrected project name in header comments --- CMakeLists.txt | 2 +- about.cpp | 2 +- about.h | 2 +- datasnapshot.cpp | 2 +- datasnapshot.h | 2 +- logicdata.cpp | 2 +- logicdata.h | 2 +- logicdatasnapshot.cpp | 2 +- logicdatasnapshot.h | 2 +- logicsignal.cpp | 2 +- logicsignal.h | 2 +- main.cpp | 2 +- mainwindow.cpp | 2 +- mainwindow.h | 2 +- pv/view/header.cpp | 2 +- pv/view/header.h | 2 +- pv/view/ruler.cpp | 2 +- pv/view/ruler.h | 2 +- pv/view/view.cpp | 2 +- pv/view/view.h | 2 +- pv/view/viewport.cpp | 2 +- pv/view/viewport.h | 2 +- samplingbar.cpp | 2 +- samplingbar.h | 2 +- signal.cpp | 2 +- signal.h | 2 +- signaldata.cpp | 2 +- signaldata.h | 2 +- sigsession.cpp | 2 +- sigsession.h | 2 +- test/logicdatasnapshot.cpp | 2 +- test/test.cpp | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79f4e40..c17e77f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ## -## This file is part of pulseview +## This file is part of PulseView. ## ## Copyright (C) 2012 Joel Holdsworth ## diff --git a/about.cpp b/about.cpp index f030054..0551654 100644 --- a/about.cpp +++ b/about.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/about.h b/about.h index 8e95af9..76c5065 100644 --- a/about.h +++ b/about.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/datasnapshot.cpp b/datasnapshot.cpp index df411f3..6933ea1 100644 --- a/datasnapshot.cpp +++ b/datasnapshot.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/datasnapshot.h b/datasnapshot.h index c768e11..3bf12f9 100644 --- a/datasnapshot.h +++ b/datasnapshot.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/logicdata.cpp b/logicdata.cpp index 4e398d8..73d35d7 100644 --- a/logicdata.cpp +++ b/logicdata.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/logicdata.h b/logicdata.h index 1bf7fd3..cde8eef 100644 --- a/logicdata.h +++ b/logicdata.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/logicdatasnapshot.cpp b/logicdatasnapshot.cpp index 5d65055..62d8a90 100644 --- a/logicdatasnapshot.cpp +++ b/logicdatasnapshot.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/logicdatasnapshot.h b/logicdatasnapshot.h index f3c637c..16e8edd 100644 --- a/logicdatasnapshot.h +++ b/logicdatasnapshot.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/logicsignal.cpp b/logicsignal.cpp index 77ecb2e..5be9b01 100644 --- a/logicsignal.cpp +++ b/logicsignal.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/logicsignal.h b/logicsignal.h index da9c3a4..81fe6a4 100644 --- a/logicsignal.h +++ b/logicsignal.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/main.cpp b/main.cpp index e63c87d..d15cff8 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/mainwindow.cpp b/mainwindow.cpp index 2183934..df250ef 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/mainwindow.h b/mainwindow.h index e80ceb9..c0a4248 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/pv/view/header.cpp b/pv/view/header.cpp index bf003a4..4efc0ab 100644 --- a/pv/view/header.cpp +++ b/pv/view/header.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/pv/view/header.h b/pv/view/header.h index 36b786c..f7979c6 100644 --- a/pv/view/header.h +++ b/pv/view/header.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/pv/view/ruler.cpp b/pv/view/ruler.cpp index 743a11f..84a6a2d 100644 --- a/pv/view/ruler.cpp +++ b/pv/view/ruler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/pv/view/ruler.h b/pv/view/ruler.h index 7eccc8c..18b565e 100644 --- a/pv/view/ruler.h +++ b/pv/view/ruler.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/pv/view/view.cpp b/pv/view/view.cpp index dcf6032..697d071 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/pv/view/view.h b/pv/view/view.h index 07e67f2..042fa96 100644 --- a/pv/view/view.h +++ b/pv/view/view.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/pv/view/viewport.cpp b/pv/view/viewport.cpp index 593edef..d837067 100644 --- a/pv/view/viewport.cpp +++ b/pv/view/viewport.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/pv/view/viewport.h b/pv/view/viewport.h index e32ab09..e2517fa 100644 --- a/pv/view/viewport.h +++ b/pv/view/viewport.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/samplingbar.cpp b/samplingbar.cpp index 4ff27ea..b2ca6e0 100644 --- a/samplingbar.cpp +++ b/samplingbar.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/samplingbar.h b/samplingbar.h index ad26962..695c5aa 100644 --- a/samplingbar.h +++ b/samplingbar.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/signal.cpp b/signal.cpp index 436d6ba..77ee301 100644 --- a/signal.cpp +++ b/signal.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/signal.h b/signal.h index 7d59bb4..27bd556 100644 --- a/signal.h +++ b/signal.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/signaldata.cpp b/signaldata.cpp index be44dee..d2573ff 100644 --- a/signaldata.cpp +++ b/signaldata.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/signaldata.h b/signaldata.h index 463d4fa..d85d436 100644 --- a/signaldata.h +++ b/signaldata.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/sigsession.cpp b/sigsession.cpp index 47d9585..ac96833 100644 --- a/sigsession.cpp +++ b/sigsession.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/sigsession.h b/sigsession.h index f6b1d8e..f7ec385 100644 --- a/sigsession.h +++ b/sigsession.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/test/logicdatasnapshot.cpp b/test/logicdatasnapshot.cpp index b86066c..4e31bfa 100644 --- a/test/logicdatasnapshot.cpp +++ b/test/logicdatasnapshot.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * diff --git a/test/test.cpp b/test/test.cpp index 2c278c0..04c9981 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * -- 2.30.2