mirror of
https://github.com/friendica/friendica
synced 2024-12-22 19:20:17 +00: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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2013 Tim Schlechter
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
/*
|
||||
* friendica-tagsinput v0.8.0
|
||||
*
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2013 Tim Schlechter
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
/*
|
||||
* friendica-tagsinput v0.8.0
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2010-2024 the Friendica Project
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
/* global basic typography settings */
|
||||
|
||||
textarea,
|
||||
|
|
Loading…
Reference in a new issue