[Python-checkins] cpython (2.7): Updated year in docstring/comment.

vinay.sajip python-checkins at python.org
Wed Apr 25 00:33:45 CEST 2012


http://hg.python.org/cpython/rev/9cfe6845b1df
changeset:   76543:9cfe6845b1df
branch:      2.7
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Tue Apr 24 23:17:29 2012 +0100
summary:
  Updated year in docstring/comment.

files:
  Lib/test/test_logging.py |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright 2001-2010 by Vinay Sajip. All Rights Reserved.
+# Copyright 2001-2012 by Vinay Sajip. All Rights Reserved.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose and without fee is hereby granted,
@@ -18,7 +18,7 @@
 
 """Test harness for the logging module. Run all tests.
 
-Copyright (C) 2001-2010 Vinay Sajip. All Rights Reserved.
+Copyright (C) 2001-2012 Vinay Sajip. All Rights Reserved.
 """
 
 import logging

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list