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

Modified Files:
	Makefile setup.py 
Log Message:
Oops -- get copyrights right this time.  I go to bed now.

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile	5 Jan 2003 13:16:37 -0000	1.28
+++ Makefile	5 Jan 2003 13:19:53 -0000	1.29
@@ -1,4 +1,4 @@
-# Copyright 2002 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 
 # Okay, we'll start with a little make magic.   The goal is to define the
@@ -190,7 +190,7 @@
 update-copyright:
 	touch -t 200301010000 jan1
 	find . -type f -newer jan1 | xargs perl -i.bak -pe \
-          's/Copyrigh[t] 2003-2003 Nick Mathewson/Copyright 2003-2003 Nick Mathewson/;'
+          's/Copyrigh[t] 2002 Nick Mathewson/Copyright 2002-2003 Nick Mathewson/;'
 
 longlines:
 	find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- setup.py	5 Jan 2003 13:16:37 -0000	1.24
+++ setup.py	5 Jan 2003 13:19:53 -0000	1.25
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright 2003-2003 Nick Mathewson.  See LICENSE for licensing information.
+# Copyright 2002-2003 Nick Mathewson.  See LICENSE for licensing information.
 # $Id$
 import sys