diff --git a/index.html b/index.html index e9a9b4b..44883be 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

License

- Go to License + \ No newline at end of file diff --git a/license.html b/license.js similarity index 96% rename from license.html rename to license.js index 0c776dc..f4df70e 100644 --- a/license.html +++ b/license.js @@ -1,21 +1,31 @@ - -
+ connectedCallback() { + this.innerHTML = ` +

GNU AFFERO GENERAL PUBLIC LICENSE

Version 3, 19 November 2007

@@ -662,8 +672,8 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.

-
            foss_alternatives website
-            Copyright (C) 2024  interstellar_development
+            

freeftf website + Copyright (C) 2024 Patrick_Pluto This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -677,7 +687,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. -

+

Also add information on how to contact you by electronic and paper mail.

@@ -693,4 +703,11 @@ if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see <https://www.gnu.org/licenses/>.

-
\ No newline at end of file +
+ `; + } +} + +customElements.define('license-component', License); + +// @license-end diff --git a/list.css b/list.css index 6505328..849e986 100644 --- a/list.css +++ b/list.css @@ -276,12 +276,10 @@ ul li:last-child { ul.fully-free li { background-color: #e8f5e9; - color: black; } ul.non-free-assets li { background-color: #ffebee; - color: black; } .fiveStar, .fourStar, .threeStar, .twoStar, .oneStar, .death{