mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 13:16:32 +02:00
REUSE some more JS files from the themes
This commit is contained in:
parent
b878e6d4d2
commit
642f2c73d7
8 changed files with 51 additions and 0 deletions
20
REUSE.toml
20
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue