From 6a2c32ccf8dfb60481dd083b24624255c5de8d55 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 23 Apr 2018 17:09:14 +0200 Subject: rumba: Update copyright on license headers This updates the copyright on the license headers to that it is extended to the current year. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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' -- cgit v1.2.3