REUSE more work on bin and view directories
This commit is contained in:
parent
19993bea31
commit
5af3b9dedd
42 changed files with 242 additions and 8 deletions
52
REUSE.toml
52
REUSE.toml
|
@ -9,11 +9,18 @@ path = [
|
|||
"spec/*",
|
||||
"src/**/README.md",
|
||||
"mods/**",
|
||||
"static/*.jsonld",
|
||||
".github/ISSUE_TEMPLATE/*",
|
||||
"view/theme/frio/README.md",
|
||||
"view/theme/vier/README.md",
|
||||
"view/theme/quattro/TODO",
|
||||
"view/theme/quattro/**Makefile"
|
||||
"view/theme/quattro/**Makefile",
|
||||
"images/icons/**",
|
||||
"view/theme/quattro/icons/*",
|
||||
"view/theme/smoothly/images/*",
|
||||
"images/screenshots/*",
|
||||
"view/theme/frio/img/**",
|
||||
"config/local-sample.config.php"
|
||||
]
|
||||
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
@ -84,17 +91,50 @@ path = [
|
|||
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/quattro/jquery.tools.min.js",
|
||||
"view/theme/frio/js/jquery.tools.min.js"
|
||||
]
|
||||
SPDX-FileCopyrightText = "NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE. http://flowplayer.org/tools/"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/php/PHPColors/*"
|
||||
SPDX-FileCopyrightText = "Arlo Carreon"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/frameworks/autosize/*"
|
||||
SPDX-FileCopyrightText = "Jack Moore"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/frameworks/sticky-kit/jquery.sticky-kit.min.js"
|
||||
SPDX-FileCopyrightText = "2015 Leaf Corcoran"
|
||||
SPDX-License-Identifier = "WTFPL"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/frameworks/jquery-scrollspy/*"
|
||||
SPDX-FileCopyrightText = "2011 Samuel Alexander, 2015 SoftwareSpot"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/frameworks/ekko-lightbox/*"
|
||||
SPDX-FileCopyrightText = "2013 Ashley White"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/theme/frio/frameworks/awesome-bootstrap-checkbox/*"
|
||||
SPDX-FileCopyrightText = "2014 Philip Daineka"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/js/vanillaEmojiPicker/*"
|
||||
SPDX-FileCopyrightText = "2020, woody180 https://github.com/woody180/vanilla-javascript-emoji-picker"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue