Skip to content

Commit 6ec3f6b

Browse files
author
Alec Delaney
committed
Fix copyright string
1 parent 6ddafef commit 6ec3f6b

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
@@ -64,7 +64,7 @@
6464
# General information about the project.
6565
project = "Adafruit DS1307 Library"
6666
current_year = str(datetime.datetime.now().year)
67-
copyright = "2016, Philip Moyer and Adafruit Industries"
67+
copyright = current_year + " Philip Moyer and Adafruit Industries"
6868
author = "Philip Moyer"
6969

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

0 commit comments

Comments
 (0)