Skip to content

Commit 0f52a8f

Browse files
author
Alec Delaney
committed
Fix copyright string
1 parent 77cad90 commit 0f52a8f

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
@@ -60,7 +60,7 @@
6060
# General information about the project.
6161
project = "Adafruit PCF8523 RTC Library"
6262
current_year = str(datetime.datetime.now().year)
63-
copyright = "2016, Philip Moyer"
63+
copyright = current_year + " Philip Moyer"
6464
author = "Philip Moyer"
6565

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

0 commit comments

Comments
 (0)