diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4709183..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Godot 4+ specific ignores -.godot/ diff --git a/README.md b/README.md deleted file mode 100644 index 66b6e50..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -https://patrick_pluto.codeberg.page/freeftf/ - -All files in this repository are (unless stated otherwise) licensed under the GNU AGPL 3.0 or any later version. -See LICENSE for the full license document. \ No newline at end of file diff --git a/download.html b/download.html index 000b87b..cb2a042 100644 --- a/download.html +++ b/download.html @@ -1,20 +1,3 @@ - diff --git a/downloadList.js b/downloadList.js index ab37f0b..f1e0992 100644 --- a/downloadList.js +++ b/downloadList.js @@ -1,23 +1,3 @@ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - -/* - * 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 - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - // Define the download options for different platforms const downloadData = { "Linux": { @@ -68,5 +48,3 @@ function generateDownloadList(downloadData) { window.addEventListener('DOMContentLoaded', () => { generateDownloadList(downloadData); }); - -// @license-end diff --git a/footer.js b/footer.js index 55bab07..bf48894 100644 --- a/footer.js +++ b/footer.js @@ -1,23 +1,3 @@ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - -/* - * 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 - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - class Footer extends HTMLElement { constructor() { super(); @@ -36,6 +16,4 @@ class Footer extends HTMLElement { } } -customElements.define('footer-component', Footer); - -// @license-end +customElements.define('footer-component', Footer); \ No newline at end of file diff --git a/game.js b/game.js index f7f13db..a2d5bf8 100644 --- a/game.js +++ b/game.js @@ -1,23 +1,3 @@ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - -/* - * 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 - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - class Game extends HTMLElement { constructor() { super(); @@ -33,6 +13,4 @@ class Game extends HTMLElement { } } -customElements.define('game-component', Game); - -// @license-end +customElements.define('game-component', Game); \ No newline at end of file diff --git a/header.js b/header.js index eef9a58..ae5bc49 100644 --- a/header.js +++ b/header.js @@ -1,23 +1,3 @@ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - -/* - * 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 - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - class Header extends HTMLElement { constructor() { super(); @@ -38,6 +18,4 @@ class Header extends HTMLElement { } } -customElements.define('header-component', Header); - -// @license-end +customElements.define('header-component', Header); \ No newline at end of file diff --git a/index.html b/index.html index 71f2c25..5d8b52a 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,3 @@ - @@ -34,4 +17,4 @@ - + \ No newline at end of file diff --git a/license.html b/license.html index 9c01083..597e30a 100644 --- a/license.html +++ b/license.html @@ -1,20 +1,3 @@ - @@ -34,4 +17,4 @@ - + \ No newline at end of file diff --git a/license.js b/license.js index d8ff356..17cb8d0 100644 --- a/license.js +++ b/license.js @@ -1,23 +1,3 @@ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - -/* - * 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 - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - class License extends HTMLElement { constructor() { super(); @@ -672,21 +652,21 @@ 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
+            
    <freeftf website>
+                Copyright (C) <year>  <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
-            published by the Free Software Foundation, either version 3 of the
-            License, or (at your option) any later version.
+                This program is free software: you can redistribute it and/or modify
+                it under the terms of the GNU Affero General Public License as
+                published by the Free Software Foundation, either version 3 of the
+                License, or (at your option) any later version.
 
-            This program is distributed in the hope that it will be useful,
-            but WITHOUT ANY WARRANTY; without even the implied warranty of
-            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-            GNU Affero General Public License for more details.
+                This program is distributed in the hope that it will be useful,
+                but WITHOUT ANY WARRANTY; without even the implied warranty of
+                MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+                GNU Affero General Public License for more details.
 
-            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/>.
+                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.

@@ -708,6 +688,4 @@ class License extends HTMLElement { } } -customElements.define('license-component', License); - -// @license-end +customElements.define('license-component', License); \ No newline at end of file diff --git a/styles.css b/styles.css index c780577..5bdc609 100644 --- a/styles.css +++ b/styles.css @@ -1,20 +1,3 @@ -/* - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -*/ /* Browser reset */ * { box-sizing: border-box;