From cea9805dac115b9da3fe47e98853b0856866e3a2 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 2 Sep 2024 17:05:36 +0100 Subject: [PATCH] Correct license in script.js --- static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/script.js b/static/script.js index 46220ea..5e66100 100755 --- a/static/script.js +++ b/static/script.js @@ -1,4 +1,4 @@ -// This code is licensed under GNU GPLv3. +// This code is licensed under GNU AGPLv3. const BASE_URL = "/api/appinfo"; var TS4_APP_ID = 1222670; const APPID_REGEX = /#((http(s)?:\/\/store\.steampowered\.com\/app\/)?(?\d{4,10})(.*))/