[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/server
In directory moria.mit.edu:/tmp/cvs-serv17815/lib/mixminion/server

Modified Files:
	MMTPServer.py Modules.py ServerConfig.py ServerKeys.py 
	ServerMain.py 
Log Message:
Oops -- get copyrights right this time.  I go to bed now.

Index: MMTPServer.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/MMTPServer.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- MMTPServer.py	5 Jan 2003 13:16:38 -0000	1.8
+++ MMTPServer.py	5 Jan 2003 13:19:54 -0000	1.9
@@ -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.MMTPServer
 

Index: Modules.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/Modules.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Modules.py	5 Jan 2003 13:16:38 -0000	1.13
+++ Modules.py	5 Jan 2003 13:19:54 -0000	1.14
@@ -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.server.Modules

Index: ServerConfig.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerConfig.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ServerConfig.py	5 Jan 2003 13:16:38 -0000	1.11
+++ ServerConfig.py	5 Jan 2003 13:19:54 -0000	1.12
@@ -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 format for server configuration files.

Index: ServerKeys.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerKeys.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ServerKeys.py	5 Jan 2003 13:16:38 -0000	1.6
+++ ServerKeys.py	5 Jan 2003 13:19:54 -0000	1.7
@@ -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.ServerKeys

Index: ServerMain.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerMain.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ServerMain.py	5 Jan 2003 13:16:38 -0000	1.17
+++ ServerMain.py	5 Jan 2003 13:19:54 -0000	1.18
@@ -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.ServerMain