From d3a3d1c35ba066fa6affd1e37c6c9409515c231f Mon Sep 17 00:00:00 2001 From: patrick_pluto Date: Thu, 15 Aug 2024 14:54:04 +0200 Subject: [PATCH] Licenses added --- download.html | 17 +++++++++++++++++ downloadList.js | 18 ++++++++++++++++++ footer.js | 19 ++++++++++++++++++- game.js | 19 ++++++++++++++++++- header.js | 19 ++++++++++++++++++- index.html | 19 ++++++++++++++++++- license.html | 19 ++++++++++++++++++- license.js | 19 ++++++++++++++++++- styles.css | 17 +++++++++++++++++ 9 files changed, 160 insertions(+), 6 deletions(-) diff --git a/download.html b/download.html index cb2a042..000b87b 100644 --- a/download.html +++ b/download.html @@ -1,3 +1,20 @@ + diff --git a/downloadList.js b/downloadList.js index f1e0992..890e841 100644 --- a/downloadList.js +++ b/downloadList.js @@ -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 . + */ + // Define the download options for different platforms const downloadData = { "Linux": { diff --git a/footer.js b/footer.js index bf48894..d1afd45 100644 --- a/footer.js +++ b/footer.js @@ -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 . + */ class Footer extends HTMLElement { constructor() { super(); @@ -16,4 +33,4 @@ class Footer extends HTMLElement { } } -customElements.define('footer-component', Footer); \ No newline at end of file +customElements.define('footer-component', Footer); diff --git a/game.js b/game.js index a2d5bf8..10b2122 100644 --- a/game.js +++ b/game.js @@ -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 . + */ class Game extends HTMLElement { constructor() { super(); @@ -13,4 +30,4 @@ class Game extends HTMLElement { } } -customElements.define('game-component', Game); \ No newline at end of file +customElements.define('game-component', Game); diff --git a/header.js b/header.js index ae5bc49..72b13f6 100644 --- a/header.js +++ b/header.js @@ -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 . + */ class Header extends HTMLElement { constructor() { super(); @@ -18,4 +35,4 @@ class Header extends HTMLElement { } } -customElements.define('header-component', Header); \ No newline at end of file +customElements.define('header-component', Header); diff --git a/index.html b/index.html index 5d8b52a..71f2c25 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,20 @@ + @@ -17,4 +34,4 @@ - \ No newline at end of file + diff --git a/license.html b/license.html index 597e30a..9c01083 100644 --- a/license.html +++ b/license.html @@ -1,3 +1,20 @@ + @@ -17,4 +34,4 @@ - \ No newline at end of file + diff --git a/license.js b/license.js index e11e541..da48c8c 100644 --- a/license.js +++ b/license.js @@ -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 . + */ class License extends HTMLElement { constructor() { super(); @@ -688,4 +705,4 @@ class License extends HTMLElement { } } -customElements.define('license-component', License); \ No newline at end of file +customElements.define('license-component', License); diff --git a/styles.css b/styles.css index 5bdc609..c780577 100644 --- a/styles.css +++ b/styles.css @@ -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 . +*/ /* Browser reset */ * { box-sizing: border-box;