[yum-cvs] yum-utils/plugins/versionlock versionlock.py,1.1,1.2
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/versionlock
In directory login:/tmp/cvs-serv18673/plugins/versionlock
Modified Files:
versionlock.py
Log Message:
Changelog plugin:
- nicer formatting
- add cli option for enabling it
Add GPL notices to my plugins
Index: versionlock.py
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/plugins/versionlock/versionlock.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- versionlock.py 16 Jun 2005 16:34:00 -0000 1.1
+++ versionlock.py 21 Jun 2005 16:14:09 -0000 1.2
@@ -1,3 +1,20 @@
+# 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>
+#
+
from yum.constants import *
from yum.plugins import PluginYumExit
from rpmUtils.miscutils import splitFilename, compareEVR
More information about the Yum-cvs-commits
mailing list