From 4c7a5c2f0f860a59854012a2a4b1ef59ad07ea29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Tue, 12 Nov 2024 09:05:54 +0100 Subject: [PATCH] Add copyright information #211 --- .travis.yml | 2 +- CONTRIBUTING.md | 6 ++++++ README.rst | 2 +- RELEASE_PROCEDURE.md | 6 ++++++ REUSE.toml | 14 +++++++++++++- 5 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9acbed97..03c1603f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: Ludwig Hülk <@Ludee> © Reiner Lemoine Institut # -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: CC0-1.0 os: linux dist: bionic diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28035b62..926ebc94 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,9 @@ + + # Contributing to Collaborative Development ## Prerequisites diff --git a/README.rst b/README.rst index 9d4fe3c0..37e049ff 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ .. SPDX-FileCopyrightText: Ludwig Hülk <@Ludee> © Reiner Lemoine Institut - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC0-1.0 .. figure:: https://user-images.githubusercontent.com/14353512/245271998-794e9d73-e728-4993-9ecf-4d0d08d96827.png :align: left diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md index 5f0abacb..f7cde043 100644 --- a/RELEASE_PROCEDURE.md +++ b/RELEASE_PROCEDURE.md @@ -1,3 +1,9 @@ + + # Release Procedure The release procedure is a process in which different parts of the repository are involved.
diff --git a/REUSE.toml b/REUSE.toml index 24387e5f..7f9be765 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -5,7 +5,7 @@ version = 1 [[annotations]] -path = "docs/*" +path = "docs/**" precedence = "override" SPDX-FileCopyrightText = "Ludwig Hülk <@Ludee> © Reiner Lemoine Institut; Jonas Huber © Reiner Lemoine Institut; Christian Hofmann © Reiner Lemoine Institut" SPDX-License-Identifier = "CC-BY-4.0" @@ -34,6 +34,18 @@ precedence = "override" SPDX-FileCopyrightText = "Ludwig Hülk <@Ludee> © Reiner Lemoine Institut" SPDX-License-Identifier = "CC0-1.0" +[[annotations]] +path = "format_code.sh" +precedence = "override" +SPDX-FileCopyrightText = "Ludwig Hülk <@Ludee> © Reiner Lemoine Institut" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "tox.ini" +precedence = "override" +SPDX-FileCopyrightText = "Ludwig Hülk <@Ludee> © Reiner Lemoine Institut" +SPDX-License-Identifier = "CC0-1.0" + [[annotations]] path = "requirements.txt" precedence = "override"