From 7204cfb42f9d344124cadf4f0389b75941dc34b8 Mon Sep 17 00:00:00 2001 From: patrick_pluto Date: Thu, 15 Aug 2024 15:00:20 +0200 Subject: [PATCH] LibreJS Hotfix --- downloadList.js | 2 ++ footer.js | 3 +++ game.js | 3 +++ header.js | 3 +++ license.js | 3 +++ 5 files changed, 14 insertions(+) diff --git a/downloadList.js b/downloadList.js index 890e841..ac820b3 100644 --- a/downloadList.js +++ b/downloadList.js @@ -16,6 +16,8 @@ * 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 d1afd45..07c8b16 100644 --- a/footer.js +++ b/footer.js @@ -15,6 +15,9 @@ * You should have received a copy of the GNU Affero General Public License * 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 10b2122..91642c8 100644 --- a/game.js +++ b/game.js @@ -15,6 +15,9 @@ * You should have received a copy of the GNU Affero General Public License * 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 72b13f6..c726130 100644 --- a/header.js +++ b/header.js @@ -15,6 +15,9 @@ * You should have received a copy of the GNU Affero General Public License * 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 da48c8c..fb6a4c8 100644 --- a/license.js +++ b/license.js @@ -15,6 +15,9 @@ * You should have received a copy of the GNU Affero General Public License * 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();