From 1295acd9c3d4f77e0c89f969ba0a5e51b46a9d60 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Tue, 18 Jun 2024 17:03:33 +0200 Subject: [PATCH 1/2] Update license year --- LICENSE | 2 +- docs/conf.py | 1 - 2 files changed, 1 insertion(+), 2 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..ad4501c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,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" From c2c3eb1b3cc9ef76c9b01fd3ffa7dee2bc683fd0 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Tue, 18 Jun 2024 17:06:17 +0200 Subject: [PATCH 2/2] Fix linter --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ad4501c..ba4e9f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,3 @@ -from datetime import date import os import shutil