diff --git a/LICENSE b/LICENSE index 6319b95..05ca96e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 audEERING GmbH and Contributors +Copyright (c) 2020-present audEERING GmbH and Contributors Authors: Johannes Wagner diff --git a/docs/conf.py b/docs/conf.py index ccd397d..ba4e9f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,3 @@ -from datetime import date import os import shutil @@ -13,7 +12,6 @@ # Project ----------------------------------------------------------------- project = config["project"]["name"] author = ", ".join(author["name"] for author in config["project"]["authors"]) -copyright = f"2020-{date.today().year} audEERING GmbH" version = audeer.git_repo_version() title = "Documentation"