summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-01 13:07:05 (GMT)
committerGeorg Brandl <georg@python.org>2010-01-01 13:07:05 (GMT)
commit8cdc9bc9018af92faef452c4364421a1c77a029d (patch)
tree02ceaa35e892ae8b60b95ade8b13c3f9e03ea3a0 /Lib/test
parent9db77468bc581b9c32e03a7190d7d502c7522f77 (diff)
downloadcpython-8cdc9bc9018af92faef452c4364421a1c77a029d.zip
cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.gz
cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.bz2
More yearly updates.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_hashlib.py2
-rw-r--r--Lib/test/test_logging.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_hashlib.py b/Lib/test/test_hashlib.py
index 0183714..7184316 100644
--- a/Lib/test/test_hashlib.py
+++ b/Lib/test/test_hashlib.py
@@ -2,7 +2,7 @@
#
# $Id$
#
-# Copyright (C) 2005-2009 Gregory P. Smith (greg@krypto.org)
+# Copyright (C) 2005-2010 Gregory P. Smith (greg@krypto.org)
# Licensed to PSF under a Contributor Agreement.
#
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 69b13e6..e06a97d 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2001-2009 by Vinay Sajip. All Rights Reserved.
+# Copyright 2001-2010 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-2009 Vinay Sajip. All Rights Reserved.
+Copyright (C) 2001-2010 Vinay Sajip. All Rights Reserved.
"""
import logging