mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 14:45:40 +02:00
REUSE themes and used libs
This commit is contained in:
parent
453df9f26a
commit
fb9ef9e081
24 changed files with 177 additions and 1 deletions
42
REUSE.toml
42
REUSE.toml
|
@ -9,7 +9,11 @@ path = [
|
|||
"spec/*",
|
||||
"src/**/README.md",
|
||||
"mods/**",
|
||||
".github/ISSUE_TEMPLATE/*"
|
||||
".github/ISSUE_TEMPLATE/*",
|
||||
"view/theme/frio/README.md",
|
||||
"view/theme/vier/README.md",
|
||||
"view/theme/quattro/TODO",
|
||||
"view/theme/quattro/**Makefile"
|
||||
]
|
||||
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
@ -19,6 +23,19 @@ path = "view/lang/**/strings.php"
|
|||
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"view/theme/vier/css/font-awesome*.css",
|
||||
"view/theme/vier/css/font2.css"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Dave Gandy"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/vier/font/*"
|
||||
SPDX-FileCopyrightText = "Dave Gandy"
|
||||
SPDX-License-Identifier = "OFL-1.1"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/font/open_sans/**"
|
||||
SPDX-FileCopyrightText = "2010 Steve Matteson, Google LLC"
|
||||
|
@ -58,3 +75,26 @@ SPDX-License-Identifier = "MIT"
|
|||
path = "view/js/fancybox/**"
|
||||
SPDX-FileCopyrightText = "2019 fancyApps"
|
||||
SPDX-License-Identifier = "GPL-3.0-only"
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"view/theme/smoothly/js/modernizr.custom.2.5.3.*js",
|
||||
"view/js/modernizr.js"
|
||||
]
|
||||
SPDX-FileCopyrightText = "modernizrJS"
|
||||
SPDX-License-Identifier = "MIT OR BSD-3-Clause"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/frameworks/jquery-scrollspy/*"
|
||||
SPDX-FileCopyrightText = "2011 Samual Alexander, 2015 SoftwareSpot"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/frameworks/flexMenu/*"
|
||||
SPDX-FileCopyrightText = "2012-2014 352 Inc. & Contributors"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/php/PHPColors/*"
|
||||
SPDX-FileCopyrightText = "Arlo Carreon"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue