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

Modified Files:
	Makefile setup.py 
Log Message:
Update copyright notices on files that have changed since Jan1, and add a target to do so in the future.

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile	5 Jan 2003 06:49:24 -0000	1.27
+++ Makefile	5 Jan 2003 13:16:37 -0000	1.28
@@ -187,6 +187,11 @@
 		Makefile README TODO pycheckrc setup.py src/*.[ch] \
 		lib/mixminion/*.py lib/mixminion/*/*.py
 
+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/;'
+
 longlines:
 	find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
 	   | xargs -0 grep '^................................................................................'

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