diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-01 06:07:31 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-01 06:07:31 -0500 |
commit | b62d5cde2ce284efe15d7149d6bf799186098888 (patch) | |
tree | 3459d1a3f956ff9110f10a46e16605fe612bcbfd | |
parent | 7a7e25161a585f854bbae7c133b812852672508f (diff) | |
download | python-coveragepy-git-b62d5cde2ce284efe15d7149d6bf799186098888.tar.gz |
2015 happy new year
-rw-r--r-- | coverage/__init__.py | 2 | ||||
-rw-r--r-- | doc/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/coverage/__init__.py b/coverage/__init__.py index 41da609b..0aa1d45c 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -96,7 +96,7 @@ except KeyError: # COPYRIGHT AND LICENSE # # Copyright 2001 Gareth Rees. All rights reserved. -# Copyright 2004-2014 Ned Batchelder. All rights reserved. +# Copyright 2004-2015 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 b5bb715c..582b5378 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = u'coverage.py' -copyright = u'2009\N{EN DASH}2014, Ned Batchelder' +copyright = u'2009\N{EN DASH}2015, 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 |