Skip to content

Commit ce95866

Browse files
committed
Fix the copyright year.
For the future it might be an idea to generate the last year dynamically.
1 parent cec963d commit ce95866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
epub_title = u'Modelica by Example'
273273
epub_author = u'Michael M. Tiller'
274274
epub_publisher = u'Michael M. Tiller'
275-
epub_copyright = u'2013, Michael M. Tiller'
275+
epub_copyright = u'2013-2014, Michael M. Tiller'
276276

277277
# The language of the text. It defaults to the language option
278278
# or en if the language is not set.

0 commit comments

Comments
 (0)