From: Vinay Sajip Date: Tue, 24 Apr 2012 22:17:29 +0000 (+0100) Subject: Updated year in docstring/comment. X-Git-Tag: v2.7.4rc1~881 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5820cc0f0690e89668a9c1adf6656264346d83ba;p=thirdparty%2FPython%2Fcpython.git Updated year in docstring/comment. --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 701e5abea5a4..e01fea3dbf73 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