From 80365975c503c973e7342f7138cfe41b637722d6 Mon Sep 17 00:00:00 2001 From: Ludee Date: Fri, 25 Aug 2023 13:43:46 +0200 Subject: [PATCH] Update and shorten all copyright notices #33 --- .gitignore | 4 ++-- .pre-commit-config.yaml | 2 +- .reuse/dep5 | 10 +++++----- CHANGELOG.md | 2 +- CITATION.cff | 11 ++++++++--- CONTRIBUTING.md | 2 +- RELEASE_PROCEDURE.md | 2 +- USERS.cff | 2 +- mkdocs.yml | 6 +++--- requirements.txt | 4 ++-- super_repo/__init__.py | 6 +++--- super_repo/example_calculator.py | 4 ++-- super_repo/example_google.py | 3 ++- tests/test_example.py | 5 +---- tox.ini | 10 +++++----- 15 files changed, 38 insertions(+), 35 deletions(-) diff --git a/.gitignore b/.gitignore index e98eea3..adb525f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: : Ludwig Hülk © Reiner Lemoine Institut +# SPDX-FileCopyrightText: : Ludwig Hülk (Ludee) © Reiner Lemoine Institut # SPDX-License-Identifier: CC0-1.0 -# source: https://github.com/github/gitignore/blob/main/Python.gitignore +# Source: https://github.com/github/gitignore/blob/main/Python.gitignore # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc28e5d..43b82ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: : Ludwig Hülk © Reiner Lemoine Institut +# SPDX-FileCopyrightText: : Ludwig Hülk (Ludee) © Reiner Lemoine Institut # SPDX-License-Identifier: CC0-1.0 # exclude webdevelopement build artefacts diff --git a/.reuse/dep5 b/.reuse/dep5 index da1f454..d07f2c5 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -4,15 +4,15 @@ Upstream-Contact: Ludwig Hülk Source: https://github.com/rl-institut/super-repo Files: .github/* -Copyright: Ludwig Hülk © Reiner Lemoine Institut - Jonas Huber © Reiner Lemoine Institut +Copyright: Ludwig Hülk (Ludee) © Reiner Lemoine Institut + Jonas Huber (jh-RLI) © Reiner Lemoine Institut License: CC0-1.0 Files: docs/* -Copyright: Ludwig Hülk © Reiner Lemoine Institut - Jonas Huber © Reiner Lemoine Institut +Copyright: Ludwig Hülk (Ludee) © Reiner Lemoine Institut + Jonas Huber (jh-RLI) © Reiner Lemoine Institut License: CC-BY-4.0 Files: README.rst -Copyright: Ludwig Hülk © Reiner Lemoine Institut +Copyright: Ludwig Hülk (Ludee) © Reiner Lemoine Institut License: MIT diff --git a/CHANGELOG.md b/CHANGELOG.md index a3dbc38..3a52f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ diff --git a/CITATION.cff b/CITATION.cff index a51de06..89bd1bb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Ludwig Hülk © Reiner Lemoine Institut +# SPDX-FileCopyrightText: Ludwig Hülk (Ludee) © Reiner Lemoine Institut # SPDX-License-Identifier: CC0-1.0 cff-version: 1.2.0 @@ -6,13 +6,18 @@ message: "If you use this software, please cite it using these metadata." authors: - family-names: "Hülk" given-names: "Ludwig" - alias: "@Ludee" + alias: "Ludee" affiliation: "Reiner Lemoine Institut" orcid: "https://orcid.org/0000-0003-4655-2321" + - family-names: "Huber" + given-names: "Jonas" + alias: "jh-rli" + affiliation: "Reiner Lemoine Institut" + orcid: "https://orcid.org/0000-0002-6234-0751" title: "Super Repo" type: software license: MIT version: 0.2.0 -doi: +doi: null date-released: 2023-08-11 url: "https://github.com/rl-institut/super-repo/" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fda449..923b048 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@