From 9122c70949b8082058f6450985946d0dfcc099c4 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Tue, 18 Jun 2024 17:09:10 +0200 Subject: [PATCH] Update license year (#59) * Update license year * Fix linter --- LICENSE | 2 +- docs/conf.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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"