Skip to content

Commit

Permalink
Update the copyright year and add space in front
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Feb 22, 2016
1 parent 1204474 commit d319ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UsersGuide/source/conf.py
Expand Up @@ -18,6 +18,7 @@
import os
import shlex
import subprocess
from datetime import date

if not 'OPENMODELICAHOME' in os.environ:
os.environ['OPENMODELICAHOME'] = os.path.abspath('../../../build')
Expand Down Expand Up @@ -65,7 +66,7 @@

# General information about the project.
project = u'OpenModelica User\'s Guide'
copyright = u'2015, Open Source Modelica Consortium'
copyright = u' %d, Open Source Modelica Consortium' % (date.today().year)
author = u'Open Source Modelica Consortium'

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

0 comments on commit d319ad9

Please sign in to comment.