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"