From fb9ef9e08195e0bd6e6f3177b53806b148a78687 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 24 Aug 2024 23:15:49 +0200 Subject: [PATCH 1/4] REUSE themes and used libs --- REUSE.toml | 42 ++++++++++++++++++- view/theme/quattro/dark/colors.less | 6 +++ view/theme/quattro/dark/style.css | 6 +++ view/theme/quattro/dark/style.less | 6 +++ view/theme/quattro/green/colors.less | 6 +++ view/theme/quattro/green/style.css | 6 +++ view/theme/quattro/green/style.less | 6 +++ view/theme/quattro/lilac/colors.less | 6 +++ view/theme/quattro/lilac/style.css | 6 +++ view/theme/quattro/lilac/style.less | 6 +++ .../smoothly/js/jquery.autogrow.textarea.js | 4 ++ view/theme/smoothly/style.css | 6 +++ view/theme/vier/breathe.css | 6 +++ view/theme/vier/dark.css | 6 +++ view/theme/vier/flat.css | 6 +++ view/theme/vier/hide.css | 6 +++ view/theme/vier/mobile.css | 6 +++ view/theme/vier/narrow.css | 6 +++ view/theme/vier/netcolour.css | 6 +++ view/theme/vier/plus.css | 6 +++ view/theme/vier/plusminus.css | 6 +++ view/theme/vier/shadow.css | 6 +++ view/theme/vier/style.css | 6 +++ view/theme/vier/wide.css | 6 +++ 24 files changed, 177 insertions(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 46a455bf4b..3a2afd25fe 100644 --- a/REUSE.toml +++ b/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" diff --git a/view/theme/quattro/dark/colors.less b/view/theme/quattro/dark/colors.less index 442a34e853..a5ffede3ff 100644 --- a/view/theme/quattro/dark/colors.less +++ b/view/theme/quattro/dark/colors.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + // Quattro Theme LESS file // "Echo" palette from Inkscape diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index dd2125bdc6..ff2bac5d17 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /* THIS FILE IS GENERATED FROM THE less SOURCE DO NOT EDIT MANUALLY */ /** * Fabio Comuni diff --git a/view/theme/quattro/dark/style.less b/view/theme/quattro/dark/style.less index 7d81e788a9..d425a8c116 100644 --- a/view/theme/quattro/dark/style.less +++ b/view/theme/quattro/dark/style.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /** * Fabio Comuni **/ diff --git a/view/theme/quattro/green/colors.less b/view/theme/quattro/green/colors.less index e115b33a5b..31c8e1c4f5 100644 --- a/view/theme/quattro/green/colors.less +++ b/view/theme/quattro/green/colors.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + // Quattro Theme LESS file // "Echo" palette from Inkscape diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 416025b25e..044ec5956a 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /* THIS FILE IS GENERATED FROM THE less SOURCE DO NOT EDIT MANUALLY */ /** * Fabio Comuni diff --git a/view/theme/quattro/green/style.less b/view/theme/quattro/green/style.less index 7d81e788a9..d425a8c116 100644 --- a/view/theme/quattro/green/style.less +++ b/view/theme/quattro/green/style.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /** * Fabio Comuni **/ diff --git a/view/theme/quattro/lilac/colors.less b/view/theme/quattro/lilac/colors.less index 37285074cb..dd1af212cb 100644 --- a/view/theme/quattro/lilac/colors.less +++ b/view/theme/quattro/lilac/colors.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + // Quattro Theme LESS file // "Echo" palette from Inkscape diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 804520ad17..5bb4b409ff 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /* THIS FILE IS GENERATED FROM THE less SOURCE DO NOT EDIT MANUALLY */ /** * Fabio Comuni diff --git a/view/theme/quattro/lilac/style.less b/view/theme/quattro/lilac/style.less index 7d81e788a9..d425a8c116 100644 --- a/view/theme/quattro/lilac/style.less +++ b/view/theme/quattro/lilac/style.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /** * Fabio Comuni **/ diff --git a/view/theme/smoothly/js/jquery.autogrow.textarea.js b/view/theme/smoothly/js/jquery.autogrow.textarea.js index 0eb6bc5cca..c34ecb5d12 100644 --- a/view/theme/smoothly/js/jquery.autogrow.textarea.js +++ b/view/theme/smoothly/js/jquery.autogrow.textarea.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2008 Jason Frame +// +// SPDX-License-Identifier: MIT + // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat // source https://github.com/jaz303/jquery-grab-bag (function($) { diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index dd15aafc8a..b5fc2bac1b 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /* style.css Theme: Smoothly diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index 3403a24b27..2b5fbc8767 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /* "Breathe" style for friendica theme "Vier" * silke june 2014 */ diff --git a/view/theme/vier/dark.css b/view/theme/vier/dark.css index 63b9379283..20dfa15680 100644 --- a/view/theme/vier/dark.css +++ b/view/theme/vier/dark.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + *{ box-shadow: 0 0 0 0 !important; border-color: #343434 !important; diff --git a/view/theme/vier/flat.css b/view/theme/vier/flat.css index 03e18f1070..24022155d4 100644 --- a/view/theme/vier/flat.css +++ b/view/theme/vier/flat.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + *{ box-shadow: 0 0 0 0 !important;} body, section { background-color: #ffffff !important;} #profile-jot-form { background-color: #ffffff !important;} diff --git a/view/theme/vier/hide.css b/view/theme/vier/hide.css index 8bb89ee433..9a0b54a713 100644 --- a/view/theme/vier/hide.css +++ b/view/theme/vier/hide.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + aside { display: none; } diff --git a/view/theme/vier/mobile.css b/view/theme/vier/mobile.css index ddbf62e9f0..baae5cbfd3 100644 --- a/view/theme/vier/mobile.css +++ b/view/theme/vier/mobile.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + aside, header, #nav-search-box, #nav-admin-link, #nav-messages-linkmenu, #shared-links-tab, #nav-logout-link, .wall-item-location { display: none; diff --git a/view/theme/vier/narrow.css b/view/theme/vier/narrow.css index ae289af3ac..e36f2630ef 100644 --- a/view/theme/vier/narrow.css +++ b/view/theme/vier/narrow.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + #nav-user-linklabel { display: none; } diff --git a/view/theme/vier/netcolour.css b/view/theme/vier/netcolour.css index 77fea09f5a..5a699fdd12 100644 --- a/view/theme/vier/netcolour.css +++ b/view/theme/vier/netcolour.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + .tread-wrapper { background-color: #fafafa; } diff --git a/view/theme/vier/plus.css b/view/theme/vier/plus.css index 6f57f4fbe4..d186d90061 100644 --- a/view/theme/vier/plus.css +++ b/view/theme/vier/plus.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + nav { background: #fff; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); diff --git a/view/theme/vier/plusminus.css b/view/theme/vier/plusminus.css index 3d752696c7..51ab53a6b7 100644 --- a/view/theme/vier/plusminus.css +++ b/view/theme/vier/plusminus.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /* Modifications by https://horche.demkontinuum.de/profile/hoergen */ /* General */ diff --git a/view/theme/vier/shadow.css b/view/theme/vier/shadow.css index 7ed15fc890..aae02d82ea 100644 --- a/view/theme/vier/shadow.css +++ b/view/theme/vier/shadow.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + nav { background: rgb(36, 76, 94); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index ea54e64227..149ebe6b69 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /** * Fabio Comuni * Additional Changes: Michael Vogel diff --git a/view/theme/vier/wide.css b/view/theme/vier/wide.css index 6b62655b8c..15fbfa5e9d 100644 --- a/view/theme/vier/wide.css +++ b/view/theme/vier/wide.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2010-2024 the Friendica project + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + right_aside { display: block; } From 19993bea310cc2dcb80f8c87f706e0d69f9c2ae1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 25 Aug 2024 08:44:03 +0200 Subject: [PATCH 2/4] REUSE more Licenses in use --- LICENSES/BSD-3-Clause.txt | 11 +++++++++++ LICENSES/WTFPL.txt | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 LICENSES/BSD-3-Clause.txt create mode 100644 LICENSES/WTFPL.txt diff --git a/LICENSES/BSD-3-Clause.txt b/LICENSES/BSD-3-Clause.txt new file mode 100644 index 0000000000..ea890afbc7 --- /dev/null +++ b/LICENSES/BSD-3-Clause.txt @@ -0,0 +1,11 @@ +Copyright (c) . + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSES/WTFPL.txt b/LICENSES/WTFPL.txt new file mode 100644 index 0000000000..7a3094a826 --- /dev/null +++ b/LICENSES/WTFPL.txt @@ -0,0 +1,11 @@ +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar + +Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. + +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. From 5af3b9dedd74943e41f877fbca3f8748472db04a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 25 Aug 2024 08:45:08 +0200 Subject: [PATCH 3/4] REUSE more work on bin and view directories --- REUSE.toml | 52 ++++++++++++++++--- bin/dev/autotest.sh | 4 ++ bin/dev/make_credits.py | 4 ++ bin/dev/minifyjs.sh | 4 ++ bin/dev/vagrant_provision.sh | 4 ++ bin/dev/vagrant_vhost.sh | 6 ++- view/js/country.js | 4 ++ view/js/dropzone-factory.js | 4 ++ view/js/linkPreview.js | 2 +- view/js/main.js | 4 ++ view/theme/duepuntozero/deriv/comix.css | 6 +++ view/theme/duepuntozero/deriv/darkzero.css | 6 +++ view/theme/duepuntozero/deriv/easterbunny.css | 6 +++ view/theme/duepuntozero/deriv/greenzero.css | 6 +++ view/theme/duepuntozero/deriv/purplezero.css | 6 +++ view/theme/duepuntozero/deriv/slackr.css | 6 +++ view/theme/duepuntozero/style.css | 6 +++ view/theme/frio/css/dropzone.frio.css | 6 +++ view/theme/frio/css/dropzone.min.frio.css | 6 +++ view/theme/frio/css/font-awesome.custom.css | 6 +++ view/theme/frio/css/hovercard.css | 6 +++ view/theme/frio/css/mod_admin.css | 6 +++ view/theme/frio/css/style.css | 6 +++ view/theme/frio/js/compose.js | 4 ++ view/theme/frio/js/hovercard.js | 4 ++ view/theme/frio/js/jot.js | 4 ++ view/theme/frio/js/mod_admin.js | 4 ++ view/theme/frio/js/mod_circle.js | 4 ++ view/theme/frio/js/mod_contacts.js | 4 ++ view/theme/frio/js/mod_display.js | 4 ++ view/theme/frio/js/mod_events.js | 4 ++ view/theme/frio/js/mod_notifications.js | 4 ++ view/theme/frio/js/mod_photos.js | 4 ++ view/theme/frio/js/modal.js | 4 ++ view/theme/frio/js/module/admin/logs/view.js | 4 ++ view/theme/frio/js/textedit.js | 4 ++ view/theme/frio/js/theme.js | 4 ++ view/theme/frio/scheme/black.css | 6 +++ view/theme/frio/scheme/dark.css | 6 +++ view/theme/quattro/icons.less | 6 +++ view/theme/quattro/js/quattro.js | 4 ++ view/theme/quattro/quattro.less | 6 +++ 42 files changed, 242 insertions(+), 8 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 3a2afd25fe..4a8e5c273c 100644 --- a/REUSE.toml +++ b/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" diff --git a/bin/dev/autotest.sh b/bin/dev/autotest.sh index a7a908327c..a3f01d9656 100755 --- a/bin/dev/autotest.sh +++ b/bin/dev/autotest.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash # +# SPDX-FileCopyrightText: 2010-2024 the Friendica project +# +# SPDX-License-Identifier: AGPL-3.0-or-later +# # This script is used for autotesting the Friendica codebase with different # types of tests and environments. # diff --git a/bin/dev/make_credits.py b/bin/dev/make_credits.py index be7a52e322..8492f96eba 100755 --- a/bin/dev/make_credits.py +++ b/bin/dev/make_credits.py @@ -1,6 +1,10 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# SPDX-FileCopyrightText: 2010-2024 the Friendica project +# +# SPDX-License-Identifier: AGPL-3.0-or-later + """ This script will collect the contributors to friendica and its translations from * the git log of the friendica core and addons repositories diff --git a/bin/dev/minifyjs.sh b/bin/dev/minifyjs.sh index 2c38cf8801..22c02f80cc 100755 --- a/bin/dev/minifyjs.sh +++ b/bin/dev/minifyjs.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2010-2024 the Friendica project +# +# SPDX-License-Identifier: AGPL-3.0-or-later + command -v uglifyjs >/dev/null 2>&1 || { echo >&2 "I require UglifyJS but it's not installed. Aborting."; exit 1; } MINIFY_CMD=uglifyjs diff --git a/bin/dev/vagrant_provision.sh b/bin/dev/vagrant_provision.sh index 40d08cedb2..bf1d02f5ad 100755 --- a/bin/dev/vagrant_provision.sh +++ b/bin/dev/vagrant_provision.sh @@ -1,4 +1,8 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2010-2024 the Friendica project +# +# SPDX-License-Identifier: AGPL-3.0-or-later +# # Script to setup the vagrant instance for running friendica # # DO NOT RUN on your physical machine as this won't be of any use diff --git a/bin/dev/vagrant_vhost.sh b/bin/dev/vagrant_vhost.sh index f26d8e14d7..bef5c0ed23 100755 --- a/bin/dev/vagrant_vhost.sh +++ b/bin/dev/vagrant_vhost.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2010-2024 the Friendica project +# +# SPDX-License-Identifier: AGPL-3.0-or-later + # Run this as sudo! # I move this file to /usr/local/bin/vhost and run command 'vhost' from anywhere, using sudo. @@ -174,4 +178,4 @@ else # Enable Site cd /etc/apache2/sites-available/ && a2ensite ${ServerName}.conf service apache2 reload -fi \ No newline at end of file +fi diff --git a/view/js/country.js b/view/js/country.js index 65497fdbfc..924c2b2c05 100644 --- a/view/js/country.js +++ b/view/js/country.js @@ -1,5 +1,9 @@ //