Skip to content

Commit

Permalink
Fix copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
rlafuente committed May 5, 2016
1 parent 96feb04 commit 785e6a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@

# General information about the project.
project = u'Shoebot'
copyright = u'2009, Ricardo Lafuente'
import datetime
copyright = u'2007-' + unicode(datetime.date.today().year) + u' , the Shoebot authors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit 785e6a4

Please sign in to comment.