diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-04-23 17:09:14 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-04-23 17:09:14 +0200 |
commit | 6a2c32ccf8dfb60481dd083b24624255c5de8d55 (patch) | |
tree | 3cafd0da90c6c6eab1517592617f564ebd9deb07 /doc | |
parent | 0f0de8284d579fe1f1513bcbf65ccf7cd821b1b8 (diff) | |
download | rumba-6a2c32ccf8dfb60481dd083b24624255c5de8d55.tar.gz rumba-6a2c32ccf8dfb60481dd083b24624255c5de8d55.zip |
rumba: Update copyright on license headers
This updates the copyright on the license headers to that it is
extended to the current year.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 1a73e44..daeb302 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -5,7 +5,7 @@ extensions = ['sphinx.ext.viewcode'] project = 'Rumba' year = datetime.now().year -copyright = '{} imec, Nextworks S.r.l.'.format(year) +copyright = '2017-2018 imec, Nextworks S.r.l.' author = 'Sander Vrijders, Marco Capitani, Dimitri Staessens, Vincenzo Maffione' master_doc = 'index' source_suffix = '.rst' |