diff options
-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 |