fedora-rpmdevtools rpmdev-newspec, 1.4, 1.5 rpmdev-wipetree, 1.1, 1.2 rpmdevtools.spec, 1.37, 1.38

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


Author: scop

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

Modified Files:
	rpmdev-newspec rpmdev-wipetree rpmdevtools.spec 
Log Message:
More copyright info clarifications from Warren and Russ.


Index: rpmdev-newspec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdev-newspec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rpmdev-newspec	9 Sep 2006 17:04:18 -0000	1.4
+++ rpmdev-newspec	6 Aug 2007 18:00:12 -0000	1.5
@@ -1,5 +1,24 @@
 #!/bin/bash
 
+# rpmdev-newspec -- generate new rpm .spec file from template
+#
+# Copyright (c) Warren Togami <warren at togami.com>,
+#               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
+# (at your option) any later version.
+#
+# 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 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
 SPECDIR="/etc/rpmdevtools"
 DEFTYPE="minimal"
 DEFSPEC="newpackage.spec"


Index: rpmdev-wipetree
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdev-wipetree,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rpmdev-wipetree	20 Aug 2006 15:40:44 -0000	1.1
+++ rpmdev-wipetree	6 Aug 2007 18:00:12 -0000	1.2
@@ -1,10 +1,23 @@
 #!/bin/sh
 #
-# rpmdev-wipetree
-# Erases all files within the rpm build dir
+# rpmdev-wipetree -- erase all files within the rpm build dir
 #
-# Author:  Warren Togami <warren at togami.com>
-# License: GPL
+# Copyright (c) Warren Togami <warren at togami.com>,
+#               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
+# (at your option) any later version.
+#
+# 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 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 # Sanity Check: Forbid root user
 if [ $(id -u) -eq 0 ]; then


Index: rpmdevtools.spec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- rpmdevtools.spec	6 Aug 2007 16:21:22 -0000	1.37
+++ rpmdevtools.spec	6 Aug 2007 18:00:12 -0000	1.38
@@ -8,7 +8,8 @@
 Summary:        RPM Development Tools
 
 Group:          Development/Tools
-License:        GPL
+# rpmdev-setuptree is GPLv2, everything else GPLv2+
+License:        GPLv2 and GPLv2+
 URL:            http://fedoraproject.org/
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2
@@ -112,7 +113,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,vercmp} and rpmls.
+- Clarify copyright info of rpmdev-* 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.




More information about the fedora-extras-commits mailing list