fedora-rpmdevtools rpmdev-diff, 1.1, 1.2 rpmdev-extract, 1.2, 1.3 rpmdev-rmdevelrpms, 1.8, 1.9 rpmdevtools.spec, 1.35, 1.36 rpmls, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Mon Aug 6 15:09:05 UTC 2007


Author: scop

Update of /cvs/fedora/fedora-rpmdevtools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25549

Modified Files:
	rpmdev-diff rpmdev-extract rpmdev-rmdevelrpms rpmdevtools.spec 
	rpmls 
Log Message:
Clarify copyright info of rpmdev-{rmdevelrpms,diff,extract} and rpmls.


Index: rpmdev-diff
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdev-diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rpmdev-diff	20 Aug 2006 15:40:44 -0000	1.1
+++ rpmdev-diff	6 Aug 2007 15:09:03 -0000	1.2
@@ -3,6 +3,9 @@
 
 # rpmdev-diff -- Diff contents of two archives
 #
+# Copyright (c) 2004-2007 Fedora Project <http://fedoraproject.org/>.
+# Author: Ville Skyttä <scop at fedoraproject.org>
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
@@ -11,7 +14,7 @@
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Library General Public License for more details.
+# 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
@@ -34,11 +37,13 @@
 version()
 {
     cat <<EOF
-rpmdev-diff version 1.0
+rpmdev-diff version 1.1
 
-Copyright (c) 2004-2006 Fedora Project <http://fedoraproject.org/>.
-This  program is licensed under the GNU General Public License, see the
-file COPYING included in the distribution archive.
+Copyright (c) 2004-2007 Fedora Project <http://fedoraproject.org/>.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
 Written by Ville Skyttä.
 EOF


Index: rpmdev-extract
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdev-extract,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rpmdev-extract	6 Aug 2007 14:42:34 -0000	1.2
+++ rpmdev-extract	6 Aug 2007 15:09:03 -0000	1.3
@@ -3,6 +3,9 @@
 
 # rpmdev-extract -- Extract various archives in "tar xvf" style
 #
+# Copyright (c) 2004-2007 Fedora Project <http://fedoraproject.org/>.
+# Author: Ville Skyttä <scop at fedoraproject.org>
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
@@ -11,7 +14,7 @@
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Library General Public License for more details.
+# 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
@@ -35,8 +38,10 @@
 rpmdev-extract version 1.1
 
 Copyright (c) 2004-2007 Fedora Project <http://fedoraproject.org/>.
-This  program is licensed under the GNU General Public License, see the
-file COPYING included in the distribution archive.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
 Written by Ville Skyttä.
 EOF


Index: rpmdev-rmdevelrpms
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdev-rmdevelrpms,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rpmdev-rmdevelrpms	7 Jul 2007 08:56:36 -0000	1.8
+++ rpmdev-rmdevelrpms	6 Aug 2007 15:09:03 -0000	1.9
@@ -3,7 +3,8 @@
 
 # rpmdev-rmdevelrpms -- Find (and optionally remove) "development" RPMs
 #
-# Author:  Ville Skyttä <ville.skytta at iki.fi>
+# Copyright (c) 2004-2007 Fedora Project <http://fedoraproject.org/>.
+# Author:  Ville Skyttä <scop at fedoraproject.org>
 # Credits: Seth Vidal (yum), Thomas Vander Stichele (mach)
 #
 # This program is free software; you can redistribute it and/or modify
@@ -14,7 +15,7 @@
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Library General Public License for more details.
+# 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
@@ -24,7 +25,7 @@
 import getopt, os, re, rpm, stat, sys, types
 
 
-__version__ = "1.7"
+__version__ = "1.8"
 
 
 dev_re  = re.compile("-(?:de(?:buginfo|vel)|sdk|static)\\b", re.IGNORECASE)
@@ -154,8 +155,10 @@
     print "rpmdev-rmdevelrpms version %s" % __version__
     print '''
 Copyright (c) 2004-2007 Fedora Project <http://fedoraproject.org/>.
-This  program is licensed under the GNU General Public License, see the
-file COPYING included in the distribution archive.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
 Written by Ville Skyttä.'''
     sys.exit(0)


Index: rpmdevtools.spec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- rpmdevtools.spec	6 Aug 2007 14:42:34 -0000	1.35
+++ rpmdevtools.spec	6 Aug 2007 15:09:03 -0000	1.36
@@ -112,6 +112,7 @@
 %changelog
 * Mon Aug  6 2007 Ville Skyttä <ville.skytta at iki.fi>
 - Work around #250990 in rpmls and rpmdev-extract.
+- Clarify copyright info of rpmdev-{rmdevelrpms,diff,extract} and rpmls.
 
 * Sat Jul  7 2007 Ville Skyttä <ville.skytta at iki.fi>
 - Fix Epoch handling in the 2-arg form of rpmdev-vercmp with yum < 3.1.2.


Index: rpmls
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmls,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rpmls	6 Aug 2007 14:42:34 -0000	1.2
+++ rpmls	6 Aug 2007 15:09:03 -0000	1.3
@@ -10,7 +10,7 @@
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Library General Public License for more details.
+# 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




More information about the fedora-extras-commits mailing list