From 7496abe3c13d938d2da0e8c8a248bc704e9886da Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Mon, 21 May 2018 20:53:52 +0200 Subject: [PATCH] [BUGFIX] Set correct license name for LibreJS Signed-off-by: Jerome Jutteau --- index.php | 4 ++-- lib/functions.js.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 8cd556d..d03ee81 100644 --- a/index.php +++ b/index.php @@ -270,7 +270,7 @@ else { diff --git a/lib/functions.js.php b/lib/functions.js.php index fe0b55b..241a8e4 100644 --- a/lib/functions.js.php +++ b/lib/functions.js.php @@ -25,7 +25,7 @@ require(JIRAFEAU_ROOT . 'lib/settings.php'); require(JIRAFEAU_ROOT . 'lib/functions.php'); require(JIRAFEAU_ROOT . 'lib/lang.php'); ?> -// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt GPL-v3-or-Later +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-v3-or-Later var web_root = ""; var lang_array = ; -- 2.34.1