Licenses added

This commit is contained in:
patrick_pluto 2024-08-15 14:54:04 +02:00
parent 94350dc638
commit d3a3d1c35b
9 changed files with 160 additions and 6 deletions

View file

@ -1,3 +1,20 @@
<!--
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 <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="en">
<head>

View file

@ -1,3 +1,21 @@
/*
* 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 <https://www.gnu.org/licenses/>.
*/
// Define the download options for different platforms
const downloadData = {
"Linux": {

View file

@ -1,3 +1,20 @@
/*
* 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 <https://www.gnu.org/licenses/>.
*/
class Footer extends HTMLElement {
constructor() {
super();
@ -16,4 +33,4 @@ class Footer extends HTMLElement {
}
}
customElements.define('footer-component', Footer);
customElements.define('footer-component', Footer);

19
game.js
View file

@ -1,3 +1,20 @@
/*
* 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 <https://www.gnu.org/licenses/>.
*/
class Game extends HTMLElement {
constructor() {
super();
@ -13,4 +30,4 @@ class Game extends HTMLElement {
}
}
customElements.define('game-component', Game);
customElements.define('game-component', Game);

View file

@ -1,3 +1,20 @@
/*
* 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 <https://www.gnu.org/licenses/>.
*/
class Header extends HTMLElement {
constructor() {
super();
@ -18,4 +35,4 @@ class Header extends HTMLElement {
}
}
customElements.define('header-component', Header);
customElements.define('header-component', Header);

View file

@ -1,3 +1,20 @@
<!--
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 <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="en">
<head>
@ -17,4 +34,4 @@
<footer-component></footer-component>
</body>
</html>
</html>

View file

@ -1,3 +1,20 @@
<!--
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 <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="en">
<head>
@ -17,4 +34,4 @@
<footer-component></footer-component>
</body>
</html>
</html>

View file

@ -1,3 +1,20 @@
/*
* 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 <https://www.gnu.org/licenses/>.
*/
class License extends HTMLElement {
constructor() {
super();
@ -688,4 +705,4 @@ class License extends HTMLElement {
}
}
customElements.define('license-component', License);
customElements.define('license-component', License);

View file

@ -1,3 +1,20 @@
/*
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 <https://www.gnu.org/licenses/>.
*/
/* Browser reset */
* {
box-sizing: border-box;