summaryrefslogtreecommitdiff
path: root/source/conf.py
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-20 14:59:16 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-20 14:59:16 +0200
commit9488c8f2cedd57a29f472d7cef1a2188b0aa627d (patch)
treeb64f817d1f03e3a6ba052fb833909ad97affb2d2 /source/conf.py
parent866784d8868938f89a02613a07681b2a3ed3e1bf (diff)
downloadgnunet-rest-api-9488c8f2cedd57a29f472d7cef1a2188b0aa627d.tar.gz
gnunet-rest-api-9488c8f2cedd57a29f472d7cef1a2188b0aa627d.zip
minor update copyright
Diffstat (limited to 'source/conf.py')
-rw-r--r--source/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/conf.py b/source/conf.py
index 45ea518..e4653f1 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -19,14 +19,14 @@
19 19
20# -- Project information ----------------------------------------------------- 20# -- Project information -----------------------------------------------------
21 21
22project = 'GNUnet REST API' 22project = 'GNUnet REST API Documentation'
23copyright = '2018, Philippe Buschmann' 23copyright = '2019, GNUnet e.V.'
24author = 'Philippe Buschmann' 24author = 'Philippe Buschmann, Martin Schanzenbach'
25 25
26# The short X.Y version 26# The short X.Y version
27version = '' 27version = '0.1'
28# The full version, including alpha/beta/rc tags 28# The full version, including alpha/beta/rc tags
29release = '' 29release = '0.1'
30 30
31 31
32# -- General configuration --------------------------------------------------- 32# -- General configuration ---------------------------------------------------