summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-09-01 20:44:11 +0200
committertmartins <thigm85@gmail.com>2020-09-01 20:44:11 +0200
commitadcfc9e7f054827a948da4e290094d3970a4d7d9 (patch)
treea76b5468d887151fdfe5aa88410e3b782c17dd41 /python
parent278e242499a0d56a8e2af2f6358a098e63f4a75c (diff)
add copyright
Diffstat (limited to 'python')
-rw-r--r--python/vespa/docs/sphinx/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/vespa/docs/sphinx/source/conf.py b/python/vespa/docs/sphinx/source/conf.py
index 256109b3c67..1ce13ce9993 100644
--- a/python/vespa/docs/sphinx/source/conf.py
+++ b/python/vespa/docs/sphinx/source/conf.py
@@ -19,8 +19,8 @@ sys.path.insert(0, os.path.abspath("../../.."))
# -- Project information -----------------------------------------------------
project = "pyvespa"
-copyright = "2020, Thiago G. Martins"
-author = "Thiago G. Martins"
+copyright = "Copyright Verizon Media 2020 Licensed under Apache License 2.0"
+author = "Vespa team"
# -- General configuration ---------------------------------------------------