Skip to content

Commit be6c7be

Browse files
author
Alec Delaney
committed
Fix copyright string
1 parent aed058b commit be6c7be

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
@@ -45,7 +45,7 @@
4545
# General information about the project.
4646
project = "Adafruit PCF8563 RTC Library"
4747
current_year = str(datetime.datetime.now().year)
48-
copyright = "2016, Philip Moyer"
48+
copyright = current_year + " Philip Moyer"
4949
author = "Philip Moyer"
5050

5151
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)