aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-09-01 22:30:52 +0200
committertmartins <thigm85@gmail.com>2020-09-01 22:30:52 +0200
commita6958a9ec7c0cffd1818e7d71b26b165a3ea436d (patch)
treec856ca56a02fc6f22cb5a417c60155720e794bc4 /python
parent357039375382294e09b404b9ecfe4beb5e926042 (diff)
fix copyright
Diffstat (limited to 'python')
-rw-r--r--python/vespa/docs/sphinx/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vespa/docs/sphinx/source/conf.py b/python/vespa/docs/sphinx/source/conf.py
index bb608f6b1ec..dae8480eeba 100644
--- a/python/vespa/docs/sphinx/source/conf.py
+++ b/python/vespa/docs/sphinx/source/conf.py
@@ -19,7 +19,7 @@ sys.path.insert(0, os.path.abspath("../../.."))
# -- Project information -----------------------------------------------------
project = "pyvespa"
-copyright = "Copyright Verizon Media 2020 Licensed under Apache License 2.0"
+copyright = "Verizon Media 2020 Licensed under Apache License 2.0"
author = "Vespa team"