From b29df886fc5ab5be8005a26e9b98977875b0d3c8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 3 Apr 2021 11:29:31 +0200 Subject: [PATCH] docs: Update copyright statement * list supreeth for his many contributions * update copyright years Change-Id: I431e54000e6d260d8173424496d11904599171d8 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ---------------------------------------------------