[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Documentation cleanups throughout the code; remove some...



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

Modified Files:
	LICENSE pycheckrc setup.py 
Log Message:
Documentation cleanups throughout the code; remove some obsolete stuff; kill bad whitespace; update copyright dates

Index: LICENSE
===================================================================
RCS file: /home/minion/cvsroot/src/minion/LICENSE,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- LICENSE	27 Jan 2004 03:39:56 -0000	1.6
+++ LICENSE	6 Mar 2004 00:04:37 -0000	1.7
@@ -1,4 +1,4 @@
-Mixminion is copyright Nick Mathewson, 2002-2004.  
+Mixminion is copyright Nick Mathewson, 2002-2004.
 
 Currently, it is licensed under the Lesser GNU General Public License.  This
 is not yet a final decision; under future versions, it is very possible that

Index: pycheckrc
===================================================================
RCS file: /home/minion/cvsroot/src/minion/pycheckrc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pycheckrc	3 Jan 2004 07:35:22 -0000	1.7
+++ pycheckrc	6 Mar 2004 00:04:37 -0000	1.8
@@ -88,7 +88,7 @@
 # bool: warn when setting a tuple of variables to the wrong length (a, b = 1,)
 unpackLength = 1
 
-# bool: warn when using strings exceptions or 
+# bool: warn when using strings exceptions or
 #       other classes not derived from Exception to raise/catch exceptions
 badExceptions = 1
 
@@ -98,7 +98,7 @@
 # bool: warn when using (expr % 1), it has no effect on integers and strings
 modulo1 = 1
 
-# bool: warn if using (expr is const-literal), 
+# bool: warn if using (expr is const-literal),
 # doesn't always work on integers and strings
 isLiteral = 1
 

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- setup.py	21 Feb 2004 00:02:09 -0000	1.89
+++ setup.py	6 Mar 2004 00:04:37 -0000	1.90
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright 2002-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-2004 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 import sys