diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-10 09:25:55 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-10 09:25:55 -0500 |
commit | 09d5d68234d5782deee61dea97cfb101f99f983e (patch) | |
tree | 87ec5e38aee5875e603de2b8caf9284e114c1b7d | |
parent | 1103892dd793dbd36722224e280445101c3e2bff (diff) | |
download | python-coveragepy-09d5d68234d5782deee61dea97cfb101f99f983e.tar.gz |
Update a few copyrights to 2010.
-rw-r--r-- | coverage/__init__.py | 2 | ||||
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | test/test_coverage.py | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/coverage/__init__.py b/coverage/__init__.py index c48e90e..6e84b05 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -55,7 +55,7 @@ annotate = _singleton_method('annotate') # COPYRIGHT AND LICENSE # # Copyright 2001 Gareth Rees. All rights reserved. -# Copyright 2004-2009 Ned Batchelder. All rights reserved. +# Copyright 2004-2010 Ned Batchelder. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/doc/conf.py b/doc/conf.py index 4a787f1..430873a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project.
project = u'coverage.py'
-copyright = u'2009, Ned Batchelder'
+copyright = u'2009-2010, Ned Batchelder'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/test/test_coverage.py b/test/test_coverage.py index f899140..8145cb2 100644 --- a/test/test_coverage.py +++ b/test/test_coverage.py @@ -1,5 +1,4 @@ """Tests for Coverage.""" -# Copyright 2004-2009, Ned Batchelder # http://nedbatchelder.com/code/coverage import os, sys, unittest |