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();