diff --git a/README.md b/README.md index 8b4098b8c..c2d2391ac 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,6 @@ are active. ## License -Copyright (C) 2017-2023 [Greenbone AG](https://www.greenbone.net/) +Copyright (C) 2017-2024 [Greenbone AG](https://www.greenbone.net/) Licensed under the [GNU General Public License v3.0 or later](LICENSE). diff --git a/docs/conf.py b/docs/conf.py index 67ab32442..e0e2e37d8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,15 +16,18 @@ import os import sys +from datetime import datetime sys.path.insert(0, os.path.abspath("..")) -import gvm +import gvm # noqa: E402 # -- Project information ----------------------------------------------------- +year = datetime.now().year + project = "python-gvm" -copyright = "2018 - 2022, Greenbone AG" +copyright = f"2018 - {year}, Greenbone AG" author = "Greenbone AG" # The short X.Y version