pcp-gui fedora packaging review requires a clean rpmlint
on the RPM spec, the srpm and binary RPMs. This patch fixes
the copyright notice in several files that had the wrong
FSF address - the easiest fix is to delete the FSF address
from the notices, same as most of the other copyright notices
in pcp-gui.
Nathan or anyone else, any objections to this?
--
diff --git a/src/chart/main.cpp b/src/chart/main.cpp
index 9ef3961..ff0d376 100644
--- a/src/chart/main.cpp
+++ b/src/chart/main.cpp
@@ -11,10 +11,6 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <QtCore/QSettings>
#include <QtGui/QStatusBar>
diff --git a/src/chart/namespace.cpp b/src/chart/namespace.cpp
index 86bea98..a97ef7b 100644
--- a/src/chart/namespace.cpp
+++ b/src/chart/namespace.cpp
@@ -11,10 +11,6 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <QtCore/QList>
diff --git a/src/chart/pmchart.cpp b/src/chart/pmchart.cpp
index 844436e..47d6b6a 100644
--- a/src/chart/pmchart.cpp
+++ b/src/chart/pmchart.cpp
@@ -11,10 +11,6 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <QtCore/QTimer>
#include <QtCore/QLibraryInfo>
diff --git a/src/snap/pmsnap.sh b/src/snap/pmsnap.sh
index 8e0f0db..6587481 100755
--- a/src/snap/pmsnap.sh
+++ b/src/snap/pmsnap.sh
@@ -13,10 +13,6 @@
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
. $PCP_DIR/etc/pcp.env
|