summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2012-04-24 22:17:29 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2012-04-24 22:17:29 (GMT)
commit5820cc0f0690e89668a9c1adf6656264346d83ba (patch)
tree50ed05fec895dac55abaaa73f28781f9e126ae9f
parent885f6fd472342795d54fae3309c10f87cadceec0 (diff)
downloadcpython-5820cc0f0690e89668a9c1adf6656264346d83ba.zip
cpython-5820cc0f0690e89668a9c1adf6656264346d83ba.tar.gz
cpython-5820cc0f0690e89668a9c1adf6656264346d83ba.tar.bz2
Updated year in docstring/comment.
-rw-r--r--Lib/test/test_logging.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 701e5ab..e01fea3 100644
--- 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