From cea4414fdda580c7172c07ac2656453576a2ea4e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 25 Aug 2024 10:46:03 +0200 Subject: [PATCH] REUSE some more work --- REUSE.toml | 3 +++ view/.htaccess | 4 ++++ view/global.css | 6 ++++++ view/install/style.css | 6 ++++++ 4 files changed, 19 insertions(+) diff --git a/REUSE.toml b/REUSE.toml index 4a8e5c273c..d2e13f7272 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -7,6 +7,8 @@ SPDX-PackageDownloadLocation = "https://friendi.ca" path = [ "doc/**", "spec/*", + "tests/**", + "**/.gitignore", "src/**/README.md", "mods/**", "static/*.jsonld", @@ -16,6 +18,7 @@ path = [ "view/theme/quattro/TODO", "view/theme/quattro/**Makefile", "images/icons/**", + "view/install/*.png", "view/theme/quattro/icons/*", "view/theme/smoothly/images/*", "images/screenshots/*", diff --git a/view/.htaccess b/view/.htaccess index 6871f09274..0ee2906ae0 100644 --- a/view/.htaccess +++ b/view/.htaccess @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2010-2024 the Friendica project +# +# SPDX-License-Identifier: CC0-1.0 + #Apache 2.4 diff --git a/view/global.css b/view/global.css index 361a73585e..0215e6d4df 100644 --- a/view/global.css +++ b/view/global.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /* General style rules .*/ .pull-right { float: right } diff --git a/view/install/style.css b/view/install/style.css index ab37a50555..8cc9b853d3 100644 --- a/view/install/style.css +++ b/view/install/style.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /*** * Friendica Communication Server *