rebuild-scripts bumpspecfile.py,1.9,1.10

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Mar 8 21:47:17 UTC 2008


Author: mschwendt

Update of /cvs/fedora/rebuild-scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21030

Modified Files:
	bumpspecfile.py 
Log Message:
add GPL header


Index: bumpspecfile.py
===================================================================
RCS file: /cvs/fedora/rebuild-scripts/bumpspecfile.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bumpspecfile.py	27 Feb 2008 14:44:13 -0000	1.9
+++ bumpspecfile.py	8 Mar 2008 21:47:17 -0000	1.10
@@ -1,5 +1,19 @@
 #!/usr/bin/python -t
 # -*- mode: Python; indent-tabs-mode: nil; -*-
+#
+# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 import errno, os, sys
 import re




More information about the fedora-extras-commits mailing list