summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-01 07:18:49 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-01 07:18:49 -0500
commit0fb148fe04c2a876604dd335a603e25157a61182 (patch)
tree4831fe7468a1942f15b6f24e8d57c7dd4afae842
parent6e6f83fd7a41231c7228d5d8e6b809fe71e672b6 (diff)
downloadpython-coveragepy-git-0fb148fe04c2a876604dd335a603e25157a61182.tar.gz
Happy New Year
-rw-r--r--NOTICE.txt2
-rw-r--r--doc/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NOTICE.txt b/NOTICE.txt
index 425fb95a..6a228be9 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Copyright 2001 Gareth Rees. All rights reserved.
-Copyright 2004-2016 Ned Batchelder. All rights reserved.
+Copyright 2004-2017 Ned Batchelder. All rights reserved.
Except where noted otherwise, this software is licensed under the Apache
License, Version 2.0 (the "License"); you may not use this work except in
diff --git a/doc/conf.py b/doc/conf.py
index 5c527cbb..febade3a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ master_doc = 'index'
# General information about the project.
project = u'Coverage.py'
-copyright = u'2009\N{EN DASH}2016, Ned Batchelder'
+copyright = u'2009\N{EN DASH}2017, 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