LibreJS Hotfix 3

This commit is contained in:
patrick_pluto 2024-08-15 15:05:38 +02:00
parent 6ed259ebfc
commit 7ad7b7f21a
5 changed files with 10 additions and 10 deletions

View file

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
/* /*
* freeftf website * freeftf website
* Copyright (C) 2024 Patrick_Pluto * Copyright (C) 2024 Patrick_Pluto
@ -16,8 +18,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
// Define the download options for different platforms // Define the download options for different platforms
const downloadData = { const downloadData = {
"Linux": { "Linux": {

View file

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
/* /*
* freeftf website * freeftf website
* Copyright (C) 2024 Patrick_Pluto * Copyright (C) 2024 Patrick_Pluto
@ -16,8 +18,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
class Footer extends HTMLElement { class Footer extends HTMLElement {
constructor() { constructor() {
super(); super();

View file

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
/* /*
* freeftf website * freeftf website
* Copyright (C) 2024 Patrick_Pluto * Copyright (C) 2024 Patrick_Pluto
@ -16,8 +18,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
class Game extends HTMLElement { class Game extends HTMLElement {
constructor() { constructor() {
super(); super();

View file

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
/* /*
* freeftf website * freeftf website
* Copyright (C) 2024 Patrick_Pluto * Copyright (C) 2024 Patrick_Pluto
@ -16,8 +18,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
class Header extends HTMLElement { class Header extends HTMLElement {
constructor() { constructor() {
super(); super();

View file

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
/* /*
* freeftf website * freeftf website
* Copyright (C) 2024 Patrick_Pluto * Copyright (C) 2024 Patrick_Pluto
@ -16,8 +18,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
class License extends HTMLElement { class License extends HTMLElement {
constructor() { constructor() {
super(); super();