[yum-cvs] yum AUTHORS, 1.4, 1.5 callback.py, 1.20, 1.21 cli.py, 1.154, 1.155 output.py, 1.45, 1.46 progress_meter.py, 1.2, 1.3 pullheaders.py, 1.27, 1.28 serverStuff.py, 1.20, 1.21 shell.py, 1.3, 1.4 yummain.py, 1.92, 1.93

Seth Vidal skvidal at login.linux.duke.edu
Thu Feb 24 08:25:38 UTC 2005


Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv21054

Modified Files:
	AUTHORS callback.py cli.py output.py progress_meter.py 
	pullheaders.py serverStuff.py shell.py yummain.py 
Log Message:

Add Menno, Gijs and Terje to Authors file
update copyright years in code touched this year


Index: AUTHORS
===================================================================
RCS file: /home/groups/yum/cvs/yum/AUTHORS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- AUTHORS	11 Jan 2005 04:07:51 -0000	1.4
+++ AUTHORS	24 Feb 2005 08:25:35 -0000	1.5
@@ -19,7 +19,8 @@
     Hollis Blanchard
     Grigory Bakunov <black_at_asplinux.ru>
     Menno Smits 
-    
+    Gijs Hostelle
+    Terje Rosten    
     
 Original Yup people:
     Bryan Stillwell <bstill_at_terraplex.com>. 

Index: callback.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/callback.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- callback.py	14 Feb 2005 06:00:20 -0000	1.20
+++ callback.py	24 Feb 2005 08:25:35 -0000	1.21
@@ -12,7 +12,7 @@
 # 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.
-# Copyright 2002 Duke University
+# Copyright 2005 Duke University
 
 
 import rpm

Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- cli.py	14 Feb 2005 06:00:20 -0000	1.154
+++ cli.py	24 Feb 2005 08:25:35 -0000	1.155
@@ -12,7 +12,7 @@
 # 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.
-# Copyright 2004 Duke University 
+# Copyright 2005 Duke University 
 # Written by Seth Vidal
 
 

Index: output.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/output.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- output.py	24 Jan 2005 05:18:11 -0000	1.45
+++ output.py	24 Feb 2005 08:25:35 -0000	1.46
@@ -15,7 +15,7 @@
 # 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.
-# Copyright 2004 Duke University 
+# Copyright 2005 Duke University 
 
 import os
 import os.path

Index: progress_meter.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/progress_meter.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- progress_meter.py	8 Oct 2003 22:56:41 -0000	1.2
+++ progress_meter.py	24 Feb 2005 08:25:35 -0000	1.3
@@ -1,3 +1,18 @@
+#!/usr/bin/python -t
+# 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.
+
 import sys
 import time
 

Index: pullheaders.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/pullheaders.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- pullheaders.py	8 Dec 2004 06:51:58 -0000	1.27
+++ pullheaders.py	24 Feb 2005 08:25:35 -0000	1.28
@@ -12,7 +12,7 @@
 # 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.
-# Copyright 2002 Duke University 
+# Copyright 2005 Duke University 
 
 
 import os

Index: serverStuff.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/serverStuff.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- serverStuff.py	14 Jan 2005 16:20:18 -0000	1.20
+++ serverStuff.py	24 Feb 2005 08:25:35 -0000	1.21
@@ -12,7 +12,7 @@
 # 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.
-# Copyright 2002 Duke University 
+# Copyright 2005 Duke University 
 
 import os
 import sys

Index: shell.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/shell.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shell.py	23 Feb 2005 06:56:43 -0000	1.3
+++ shell.py	24 Feb 2005 08:25:35 -0000	1.4
@@ -11,6 +11,7 @@
 # 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.
+# Copyright 2005 Duke University
 
 import sys
 import os.path

Index: yummain.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yummain.py,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- yummain.py	31 Jan 2005 08:32:55 -0000	1.92
+++ yummain.py	24 Feb 2005 08:25:35 -0000	1.93
@@ -12,7 +12,7 @@
 # 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.
-# Copyright 2004 Duke University 
+# Copyright 2005 Duke University 
 
 
 import os




More information about the Yum-cvs-commits mailing list