Skip to content

Commit

Permalink
Fix copyright string
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Delaney committed Aug 23, 2022
1 parent 6ddafef commit 6ec3f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# General information about the project.
project = "Adafruit DS1307 Library"
current_year = str(datetime.datetime.now().year)
copyright = "2016, Philip Moyer and Adafruit Industries"
copyright = current_year + " Philip Moyer and Adafruit Industries"
author = "Philip Moyer"

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

0 comments on commit 6ec3f6b

Please sign in to comment.