diff --git a/index.html b/index.html index 44883be..e9a9b4b 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.js b/license.html similarity index 96% rename from license.js rename to license.html index f4df70e..0c776dc 100644 --- a/license.js +++ b/license.html @@ -1,31 +1,21 @@ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 + +

GNU AFFERO GENERAL PUBLIC LICENSE

Version 3, 19 November 2007

@@ -672,8 +662,8 @@ class License extends HTMLElement { 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.

-

freeftf website - Copyright (C) 2024 Patrick_Pluto +

            foss_alternatives website
+            Copyright (C) 2024  interstellar_development
 
             This program is free software: you can redistribute it and/or modify
             it under the terms of the GNU Affero General Public License as
@@ -687,7 +677,7 @@ class License extends HTMLElement {
 
             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.

@@ -703,11 +693,4 @@ class License extends HTMLElement { 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/>.

-
- `; - } -} - -customElements.define('license-component', License); - -// @license-end + \ No newline at end of file diff --git a/list.css b/list.css index 849e986..6505328 100644 --- a/list.css +++ b/list.css @@ -276,10 +276,12 @@ 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{