[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Update copyright notices on files that have changed sin...



Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv17450/lib/mixminion

Modified Files:
	BuildMessage.py ClientMain.py Common.py Config.py Crypto.py 
	Main.py ServerInfo.py __init__.py benchmark.py test.py 
Log Message:
Update copyright notices on files that have changed since Jan1, and add a target to do so in the future.

Index: BuildMessage.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/BuildMessage.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- BuildMessage.py	5 Jan 2003 06:49:25 -0000	1.31
+++ BuildMessage.py	5 Jan 2003 13:16:38 -0000	1.32
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 """mixminion.BuildMessage

Index: ClientMain.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/ClientMain.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ClientMain.py	5 Jan 2003 06:49:25 -0000	1.25
+++ ClientMain.py	5 Jan 2003 13:16:38 -0000	1.26
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 """mixminion.ClientMain

Index: Common.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/Common.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Common.py	5 Jan 2003 06:49:25 -0000	1.45
+++ Common.py	5 Jan 2003 13:16:38 -0000	1.46
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 """mixminion.Common

Index: Config.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/Config.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Config.py	5 Jan 2003 06:49:25 -0000	1.31
+++ Config.py	5 Jan 2003 13:16:38 -0000	1.32
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 """Configuration file parsers for Mixminion client and server

Index: Crypto.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/Crypto.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Crypto.py	3 Jan 2003 08:25:47 -0000	1.33
+++ Crypto.py	5 Jan 2003 13:16:38 -0000	1.34
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 """mixminion.Crypto
 

Index: Main.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/Main.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Main.py	5 Jan 2003 04:29:11 -0000	1.18
+++ Main.py	5 Jan 2003 13:16:38 -0000	1.19
@@ -1,5 +1,5 @@
 #!/usr/bin/python2
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 #"""Code to correct the python path, and multiplex between the various
@@ -127,7 +127,7 @@
 def printVersion(cmd,args):
     import mixminion
     print "Mixminion version %s" % mixminion.__version__
-    print ("Copyright 2002 Nick Mathewson.  "+
+    print ("Copyright 2003-2003 Nick Mathewson.  "+
            "See LICENSE for licensing information.")
     print "Run '%s help' for more information." % cmd
     sys.exit(0)

Index: ServerInfo.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/ServerInfo.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- ServerInfo.py	5 Jan 2003 06:49:25 -0000	1.33
+++ ServerInfo.py	5 Jan 2003 13:16:38 -0000	1.34
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 """mixminion.ServerInfo

Index: __init__.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/__init__.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- __init__.py	3 Jan 2003 15:56:31 -0000	1.15
+++ __init__.py	5 Jan 2003 13:16:38 -0000	1.16
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 """mixminion

Index: benchmark.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/benchmark.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- benchmark.py	5 Jan 2003 06:49:25 -0000	1.24
+++ benchmark.py	5 Jan 2003 13:16:38 -0000	1.25
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 """mixminion.benchmark

Index: test.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/test.py,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- test.py	5 Jan 2003 12:36:23 -0000	1.62
+++ test.py	5 Jan 2003 13:16:38 -0000	1.63
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 """mixminion.tests