Skip to content

Commit 5561158

Browse files
author
Alec Delaney
committed
Fix copyright string
1 parent e69c288 commit 5561158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# General information about the project.
8080
project = "Adafruit's DS3231 RTC Library"
8181
current_year = str(datetime.datetime.now().year)
82-
copyright = "2016, Philip Moyer"
82+
copyright = current_year + " Philip Moyer"
8383
author = "Philip Moyer"
8484

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

0 commit comments

Comments
 (0)