diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-05-24 15:11:11 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-05-24 15:11:11 +0200 |
commit | e889a3bfc4732ac4312e1442849da9d22a3b49ee (patch) | |
tree | 8f0364ab1768a9c6add7c13c481f8880b01402ca /doc | |
parent | 743b08ad3e8325a34e0017ed92946ee1779e12ea (diff) | |
download | rumba-e889a3bfc4732ac4312e1442849da9d22a3b49ee.tar.gz rumba-e889a3bfc4732ac4312e1442849da9d22a3b49ee.zip |
doc: Change copyright to license
This changes the copyright to the CC-4 license.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/_templates/footer.html | 6 | ||||
-rw-r--r-- | doc/_templates/layout.html | 1 | ||||
-rw-r--r-- | doc/conf.py | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/doc/_templates/footer.html b/doc/_templates/footer.html new file mode 100644 index 0000000..dc40fbf --- /dev/null +++ b/doc/_templates/footer.html @@ -0,0 +1,6 @@ +{% block extrafooter %} + <div class="footer" role="contentinfo"> + <hr/> + <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. + </div> +{% endblock %} diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 3e44f4a..7bb0fc6 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -1,4 +1,5 @@ {% extends "!layout.html" %} + {% block extrahead %} <link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css"> {% endblock %} diff --git a/doc/conf.py b/doc/conf.py index daeb302..55e3572 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -5,7 +5,7 @@ extensions = ['sphinx.ext.viewcode'] project = 'Rumba' year = datetime.now().year -copyright = '2017-2018 imec, Nextworks S.r.l.' +copyright = '2017-2018' author = 'Sander Vrijders, Marco Capitani, Dimitri Staessens, Vincenzo Maffione' master_doc = 'index' source_suffix = '.rst' |