diff --git a/REUSE.toml b/REUSE.toml index 94e5cde9eb..27cb513d4c 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -4,12 +4,17 @@ SPDX-PackageSupplier = "Friendica Project " SPDX-PackageDownloadLocation = "https://friendi.ca" [[annotations]] -path = "doc/**" +path = [ + "doc/**", + "spec/*", + "src/**/README.md", + "mods/**" +] SPDX-FileCopyrightText = "2010-2024 The Friendica Project" SPDX-License-Identifier = "CC0-1.0" [[annotations]] -path = "view/lang/*/strings.php" +path = "view/lang/**/strings.php" SPDX-FileCopyrightText = "2010-2024 The Friendica Project" SPDX-License-Identifier = "AGPL-3.0-or-later" diff --git a/view/php/default.php b/view/php/default.php index 5d19fd3fbd..a3c8807466 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -1,3 +1,17 @@ + diff --git a/view/php/minimal.php b/view/php/minimal.php index 8562e6f307..7d7a403406 100644 --- a/view/php/minimal.php +++ b/view/php/minimal.php @@ -1,3 +1,17 @@ +