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