Skip to content

Commit 129b68a

Browse files
author
Alec Delaney
committed
Fix copyright string
1 parent aa4ae9f commit 129b68a

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 AMG88xx Library"
6666
current_year = str(datetime.datetime.now().year)
67-
copyright = "2017, Dean Miller for Adafruit Industries"
67+
copyright = current_year + " Dean Miller for Adafruit Industries"
6868
author = "Dean Miller"
6969

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

0 commit comments

Comments
 (0)