Skip to content

Commit 9279dd7

Browse files
authored
DOC: Fix copyright year (#780)
1 parent 29428d9 commit 9279dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def install(package):
103103
# General information about the project.
104104
project = u'QuantEcon'
105105
year = datetime.now().year
106-
copyright = f'2008-{year}, QuantEcon Developer Team'
106+
copyright = f'2014-{year}, QuantEcon Developer Team'
107107

108108
# The version info for the project you're documenting, acts as replacement for
109109
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)