diff --git a/REUSE.toml b/REUSE.toml index d2e13f7272..28caba5b18 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -5,9 +5,14 @@ SPDX-PackageDownloadLocation = "https://friendi.ca" [[annotations]] path = [ + "database.sql", + "composer.*", + "bin/dev/php-cs-fixer/composer.*", "doc/**", "spec/*", "tests/**", + ".devcontainer/**", + ".phpactor.json", "**/.gitignore", "src/**/README.md", "mods/**", @@ -17,7 +22,12 @@ path = [ "view/theme/vier/README.md", "view/theme/quattro/TODO", "view/theme/quattro/**Makefile", + "view/theme/**/screenshot.jpg", + "view/theme/**/screenshot.png", + "view/theme/duepuntozero/deriv/**", "images/icons/**", + "images/friendica*", + "images/ff*", "view/install/*.png", "view/theme/quattro/icons/*", "view/theme/smoothly/images/*", @@ -33,6 +43,11 @@ path = "view/lang/**/strings.php" SPDX-FileCopyrightText = "2010-2024 The Friendica Project" SPDX-License-Identifier = "AGPL-3.0-or-later" +[[annotations]] +path = "view/fonts/*" +SPDX-FileCopyrightText = "2014, Andi Stadler for the Friendica project" +SPDX-License-Identifier = "CC-BY-SA-4.0" + [[annotations]] path = [ "view/theme/vier/css/font-awesome*.css", @@ -141,3 +156,8 @@ SPDX-License-Identifier = "MIT" path = "view/js/vanillaEmojiPicker/*" SPDX-FileCopyrightText = "2020, woody180 https://github.com/woody180/vanilla-javascript-emoji-picker" SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "view/js/country.js" +SPDX-FileCopyrightText = "Jim Carlock" +SPDX-License-Identifier = "CC0-1.0" diff --git a/view/js/country.js b/view/js/country.js index 924c2b2c05..06b77ae37f 100644 --- a/view/js/country.js +++ b/view/js/country.js @@ -2,6 +2,7 @@ // @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain // // SPDX-License-Identifer = CC0-1.0 +// // SPDX-FileCopyrightText = Jim Carlock // // NOTE: diff --git a/view/js/friendica-tagsinput/friendica-tagsinput-typeahead.css b/view/js/friendica-tagsinput/friendica-tagsinput-typeahead.css index 8cec654c47..f1aeef4ece 100644 --- a/view/js/friendica-tagsinput/friendica-tagsinput-typeahead.css +++ b/view/js/friendica-tagsinput/friendica-tagsinput-typeahead.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2013 Tim Schlechter + * + * SPDX-License-Identifier: MIT + */ + /* * friendica-tagsinput v0.8.0 * diff --git a/view/js/friendica-tagsinput/friendica-tagsinput.css b/view/js/friendica-tagsinput/friendica-tagsinput.css index 6ad1d0015a..c9e02ea39d 100644 --- a/view/js/friendica-tagsinput/friendica-tagsinput.css +++ b/view/js/friendica-tagsinput/friendica-tagsinput.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2013 Tim Schlechter + * + * SPDX-License-Identifier: MIT + */ + /* * friendica-tagsinput v0.8.0 * diff --git a/view/js/friendica-tagsinput/friendica-tagsinput.js b/view/js/friendica-tagsinput/friendica-tagsinput.js index 0aca44d546..a0cf89e73a 100644 --- a/view/js/friendica-tagsinput/friendica-tagsinput.js +++ b/view/js/friendica-tagsinput/friendica-tagsinput.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2013 Tim Schlechter +// +// SPDX-License-Identifier: MIT + /* * friendica-tagsinput v0.8.0 * Based on bootstrap-tagsinput v0.8.0 diff --git a/view/js/module/admin/logs/view.js b/view/js/module/admin/logs/view.js index 5ad4e0a717..4877354014 100644 --- a/view/js/module/admin/logs/view.js +++ b/view/js/module/admin/logs/view.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2010-2024 the Friendica project +// +// SPDX-License-Identifier: AGPL-3.0-or-later + (function(){ function log_show_details(elm) { const id = elm.id; diff --git a/view/js/module/settings/profile/index.js b/view/js/module/settings/profile/index.js index 1177e51ae7..62966deb2a 100644 --- a/view/js/module/settings/profile/index.js +++ b/view/js/module/settings/profile/index.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2010-2024 the Friendica project +// +// SPDX-License-Identifier: AGPL-3.0-or-later + $(function () { $("#profile-custom-fields").sortable({ containerSelector: 'div#profile-custom-fields', diff --git a/view/theme/smoothly/css/typography.css b/view/theme/smoothly/css/typography.css index 4ea4404431..80c783f701 100644 --- a/view/theme/smoothly/css/typography.css +++ b/view/theme/smoothly/css/typography.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica Project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /* global basic typography settings */ textarea,