Skip to content

Commit f83486e

Browse files
authored
Merge pull request #106 from jhlegarreta/doc/fix-copyright-start-year
DOC: Make the copyright start year match the initial commit year
2 parents 7effb58 + 98c1506 commit f83486e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# General information about the project.
8888
project = 'petprep'
8989
author = 'The PETPrep developers'
90-
copyright = f'2016-, {author}'
90+
copyright = f'2023-, {author}'
9191

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

0 commit comments

Comments
 (0)