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

[minion-cvs] Oops -- get copyrights right this time. I go to bed now.



Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv17815/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:
Oops -- get copyrights right this time.  I go to bed now.

Index: BuildMessage.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/BuildMessage.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- BuildMessage.py	5 Jan 2003 13:16:38 -0000	1.32
+++ BuildMessage.py	5 Jan 2003 13:19:53 -0000	1.33
@@ -1,4 +1,4 @@
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-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.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ClientMain.py	5 Jan 2003 13:16:38 -0000	1.26
+++ ClientMain.py	5 Jan 2003 13:19:53 -0000	1.27
@@ -1,4 +1,4 @@
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-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.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Common.py	5 Jan 2003 13:16:38 -0000	1.46
+++ Common.py	5 Jan 2003 13:19:53 -0000	1.47
@@ -1,4 +1,4 @@
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Config.py	5 Jan 2003 13:16:38 -0000	1.32
+++ Config.py	5 Jan 2003 13:19:53 -0000	1.33
@@ -1,4 +1,4 @@
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Crypto.py	5 Jan 2003 13:16:38 -0000	1.34
+++ Crypto.py	5 Jan 2003 13:19:53 -0000	1.35
@@ -1,4 +1,4 @@
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-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.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Main.py	5 Jan 2003 13:16:38 -0000	1.19
+++ Main.py	5 Jan 2003 13:19:53 -0000	1.20
@@ -1,5 +1,5 @@
 #!/usr/bin/python2
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-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 2003-2003 Nick Mathewson.  "+
+    print ("Copyright 2002-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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- ServerInfo.py	5 Jan 2003 13:16:38 -0000	1.34
+++ ServerInfo.py	5 Jan 2003 13:19:53 -0000	1.35
@@ -1,4 +1,4 @@
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-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.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- __init__.py	5 Jan 2003 13:16:38 -0000	1.16
+++ __init__.py	5 Jan 2003 13:19:53 -0000	1.17
@@ -1,4 +1,4 @@
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-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.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- benchmark.py	5 Jan 2003 13:16:38 -0000	1.25
+++ benchmark.py	5 Jan 2003 13:19:53 -0000	1.26
@@ -1,4 +1,4 @@
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-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.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- test.py	5 Jan 2003 13:16:38 -0000	1.63
+++ test.py	5 Jan 2003 13:19:53 -0000	1.64
@@ -1,4 +1,4 @@
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 """mixminion.tests