From 1f8e23b211f984576020c01865f02d6daf4f7a50 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Thu, 1 Aug 2024 02:53:33 +0100 Subject: [PATCH] update files --- README.md | 9 ++------- REUSE.toml | 5 ++--- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 39bece4..4bf9ea0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ - - # Enbas ### Overview @@ -33,7 +27,8 @@ the `main` branch mirrored to the following forges: ### Licensing -Each file is annotated with the licensing information, but in general: +The licensing information associated with each file is specified in the [REUSE.toml](REUSE.toml) file, +but in general: - All original source code is licensed under GPL-3.0-or-later. - All documentation is licensed under CC-BY-4.0. diff --git a/REUSE.toml b/REUSE.toml index fd1d0c9..de58fb8 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -13,14 +13,14 @@ path = [ "go.mod", "magefiles/go.mod", ] -precedence = "override" SPDX-FileCopyrightText = "2024 Dan Anglin " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = [ - "assets/images/*.png", + "README.md", "docs/*.md", + "assets/images/*.png", ] SPDX-FileCopyrightText = "2024 Dan Anglin " SPDX-License-Identifier = "CC-BY-4.0" @@ -30,6 +30,5 @@ path = [ "go.sum", "magefiles/go.sum", ] -precedence = "override" SPDX-FileCopyrightText = "2024 Dan Anglin " SPDX-License-Identifier = "CC0-1.0"