]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Updated year in docstring/comment.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 24 Apr 2012 22:17:29 +0000 (23:17 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 24 Apr 2012 22:17:29 +0000 (23:17 +0100)
Lib/test/test_logging.py

index 701e5abea5a49e64d37ea2345c03f907e63518d4..e01fea3dbf73006a986132fdff7638b62d1cf8ac 100644 (file)
@@ -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