diff --git a/docs/conf.py b/docs/conf.py index 1fb06da0..add26d81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,8 +18,8 @@ sys.path.insert(0, os.path.abspath('..')) # -- Project information ----------------------------------------------------- project = 'pysim' -copyright = '2021, Sylvain Munaut, Harald Welte, Philipp Maier' -author = 'Sylvain Munaut, Harald Welte, Philipp Maier' +copyright = '2009-2021 by Sylvain Munaut, Harald Welte, Philipp Maier, Supreeth Herle' +author = 'Sylvain Munaut, Harald Welte, Philipp Maier, Supreeth Herle' # -- General configuration ---------------------------------------------------