From 7ad7b7f21a9d74f0aab7ba3e1485df095cd79bd3 Mon Sep 17 00:00:00 2001 From: patrick_pluto Date: Thu, 15 Aug 2024 15:05:38 +0200 Subject: [PATCH] LibreJS Hotfix 3 --- downloadList.js | 4 ++-- footer.js | 4 ++-- game.js | 4 ++-- header.js | 4 ++-- license.js | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/downloadList.js b/downloadList.js index 04bbd71..ab37f0b 100644 --- a/downloadList.js +++ b/downloadList.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 + /* * freeftf website * Copyright (C) 2024 Patrick_Pluto @@ -16,8 +18,6 @@ * along with this program. If not, see . */ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - // Define the download options for different platforms const downloadData = { "Linux": { diff --git a/footer.js b/footer.js index 3b85a1e..55bab07 100644 --- a/footer.js +++ b/footer.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 + /* * freeftf website * Copyright (C) 2024 Patrick_Pluto @@ -16,8 +18,6 @@ * along with this program. If not, see . */ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - class Footer extends HTMLElement { constructor() { super(); diff --git a/game.js b/game.js index 479d5ee..f7f13db 100644 --- a/game.js +++ b/game.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 + /* * freeftf website * Copyright (C) 2024 Patrick_Pluto @@ -16,8 +18,6 @@ * along with this program. If not, see . */ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - class Game extends HTMLElement { constructor() { super(); diff --git a/header.js b/header.js index 9afe58c..eef9a58 100644 --- a/header.js +++ b/header.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 + /* * freeftf website * Copyright (C) 2024 Patrick_Pluto @@ -16,8 +18,6 @@ * along with this program. If not, see . */ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - class Header extends HTMLElement { constructor() { super(); diff --git a/license.js b/license.js index 392d110..d8ff356 100644 --- a/license.js +++ b/license.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 + /* * freeftf website * Copyright (C) 2024 Patrick_Pluto @@ -16,8 +18,6 @@ * along with this program. If not, see . */ -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 - class License extends HTMLElement { constructor() { super();