[Python-checkins] python/dist/src/Lib/test test_logging.py, 1.13,
1.14
vsajip at users.sourceforge.net
vsajip at users.sourceforge.net
Wed Jun 2 06:51:12 EDT 2004
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28928
Modified Files:
test_logging.py
Log Message:
Copyright year changed
Index: test_logging.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_logging.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** test_logging.py 20 Feb 2004 13:19:16 -0000 1.13
--- test_logging.py 2 Jun 2004 10:51:05 -0000 1.14
***************
*** 1,5 ****
#!/usr/bin/env python
#
! # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
--- 1,5 ----
#!/usr/bin/env python
#
! # Copyright 2001-2004 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
More information about the Python-checkins
mailing list