]> git.mxchange.org Git - friendica.git/commitdiff
REUSE themes and used libs
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Aug 2024 21:15:49 +0000 (23:15 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Aug 2024 21:15:49 +0000 (23:15 +0200)
24 files changed:
REUSE.toml
view/theme/quattro/dark/colors.less
view/theme/quattro/dark/style.css
view/theme/quattro/dark/style.less
view/theme/quattro/green/colors.less
view/theme/quattro/green/style.css
view/theme/quattro/green/style.less
view/theme/quattro/lilac/colors.less
view/theme/quattro/lilac/style.css
view/theme/quattro/lilac/style.less
view/theme/smoothly/js/jquery.autogrow.textarea.js
view/theme/smoothly/style.css
view/theme/vier/breathe.css
view/theme/vier/dark.css
view/theme/vier/flat.css
view/theme/vier/hide.css
view/theme/vier/mobile.css
view/theme/vier/narrow.css
view/theme/vier/netcolour.css
view/theme/vier/plus.css
view/theme/vier/plusminus.css
view/theme/vier/shadow.css
view/theme/vier/style.css
view/theme/vier/wide.css

index 46a455bf4b38e2b13834cab2b4dc8e9a0f594bac..3a2afd25fe61b532e3052e263f04f721d86cdde1 100644 (file)
@@ -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"
index 442a34e8531ee63d8c3b2f568cc3be1b3471a8fd..a5ffede3ff391b51b2998593f59f7f2a27efb1ef 100644 (file)
@@ -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
index dd2125bdc6bcb3dee8d495b30cfdae865604923b..ff2bac5d17f47a45352cd7179f86eed449fe2115 100644 (file)
@@ -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 <http://kirgroup.com/profile/fabrixxm>
index 7d81e788a94ddff4fa329028498a849697baf024..d425a8c116ae1fcfcb2bd20a78039ad4e3b23e3a 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
 /**
  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
  **/
index e115b33a5bba00dfbd867e0f386c5d7b02788d86..31c8e1c4f5baf87e7ac9a6f995912c3c45bf4f5e 100644 (file)
@@ -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
index 416025b25e40588687e694e4fb80d8294c9817e9..044ec5956a989d3b2e8ee2aa32305407200dedde 100644 (file)
@@ -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 <http://kirgroup.com/profile/fabrixxm>
index 7d81e788a94ddff4fa329028498a849697baf024..d425a8c116ae1fcfcb2bd20a78039ad4e3b23e3a 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
 /**
  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
  **/
index 37285074cba90d25bd4e541f14653394d3b2088c..dd1af212cb76b387e6b6fdb24fcb17ba42aab00e 100644 (file)
@@ -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
index 804520ad176648bc77c36e590bee025aacdb9431..5bb4b409ffb0430f87f6b5fe6684b1b6f6693677 100644 (file)
@@ -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 <http://kirgroup.com/profile/fabrixxm>
index 7d81e788a94ddff4fa329028498a849697baf024..d425a8c116ae1fcfcb2bd20a78039ad4e3b23e3a 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
 /**
  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
  **/
index 0eb6bc5ccaf5d2e7eac86b906bc7a6af672a69ce..c34ecb5d1232b2bc34704c36ec691f32c829b6a7 100644 (file)
@@ -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($) {
index dd15aafc8aaad149bba84c29114dbb0e436cc00c..b5fc2bac1b28330fd4b139911fec4b5323041059 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
 /*
        style.css
        Theme: Smoothly
index 3403a24b277f6bae85a83d4966e0b47ded3d8819..2b5fbc8767f113b2fceb3888f00eca965728ae1d 100644 (file)
@@ -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 */
 
index 63b93792837e11e2f6c98a657b3aaeee0fb57b1d..20dfa15680afa16ab4866773f626cbbdd4c4595c 100644 (file)
@@ -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;
index 03e18f1070f81c822860214f8a11b533192ddcf8..24022155d437f6e6771be187362d7f897c91a2b9 100644 (file)
@@ -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;}
index 8bb89ee4337f05e666542eb43faa5bcbfd7709a7..9a0b54a713c78a4a142d746341452d1d72f7ae3f 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
 aside {
   display: none;
 }
index ddbf62e9f0e3d4cbd014ece937fcd3081cb37ddd..baae5cbfd376da5e3af8e7259981fad0947b4329 100644 (file)
@@ -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;
index ae289af3ac92423cdc8711a7acd2c569f8a88fbb..e36f2630ef4725a1cbf3211855d8380e1f7df123 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
 #nav-user-linklabel {
   display: none;
 }
index 77fea09f5aab9e2e4c95bbd5f29fbbfd7fc7696c..5a699fdd1257b931d2f95b6b313164b93ad0b455 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
 .tread-wrapper {
    background-color: #fafafa;
 }
index 6f57f4fbe47408a55555728b726232cb58f72195..d186d900613854be5fa892bc3bf9aa6ced270504 100644 (file)
@@ -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);
index 3d752696c78cf1f7c07f46f955030c4b48a90e63..51ab53a6b74ac0c8896f794ffa202deea94f0c70 100644 (file)
@@ -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 */
index 7ed15fc890d67580d6103eb65d63cbfde5da0255..aae02d82eadecaa0e52623d0dbca883b75af5df0 100644 (file)
@@ -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);
index ea54e64227573f797f681993f0c7ece3a71bdb91..149ebe6b69597f25d1305b87f08495e658331df0 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
 /**
  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
  * Additional Changes: Michael Vogel <icarus@dabo.de>
index 6b62655b8c15d6a5651e76a66cda1ca80b3ae34d..15fbfa5e9d6b12ebda1bed0a07d6c3170a8b3f04 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
 right_aside {
   display: block;
 }