[yum-cvs] yum-utils/plugins/tsflags tsflags.py,1.2,1.3

Panu Matilainen pmatilai at login.linux.duke.edu
Tue Jun 21 16:14:11 UTC 2005


Update of /home/groups/yum/cvs/yum-utils/plugins/tsflags
In directory login:/tmp/cvs-serv18673/plugins/tsflags

Modified Files:
	tsflags.py 
Log Message:
Changelog plugin:
- nicer formatting
- add cli option for enabling it

Add GPL notices to my plugins


Index: tsflags.py
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/plugins/tsflags/tsflags.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tsflags.py	16 Jun 2005 21:17:20 -0000	1.2
+++ tsflags.py	21 Jun 2005 16:14:09 -0000	1.3
@@ -1,3 +1,19 @@
+# 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 Library 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.
+#
+# by Panu Matilainen <pmatilai at laiskiainen.org>
+
 requires_api_version = '2.1'
 
 def init_hook(conduit):




More information about the Yum-cvs-commits mailing list