From 9179a184e7b316437464f1e564025f35da7faec7 Mon Sep 17 00:00:00 2001 From: Paras Malhotra Date: Thu, 4 Mar 2021 18:11:45 +0530 Subject: [PATCH] Add GPL to license whitelist --- config/enlightn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/enlightn.php b/config/enlightn.php index f08cf1bc5..7d06e948c 100644 --- a/config/enlightn.php +++ b/config/enlightn.php @@ -128,7 +128,7 @@ return [ 'license_whitelist' => [ 'Apache-2.0', 'Apache2', 'BSD-2-Clause', 'BSD-3-Clause', 'LGPL-2.1-only', 'LGPL-2.1', 'LGPL-2.1-or-later', 'LGPL-3.0', 'LGPL-3.0-only', 'LGPL-3.0-or-later', 'MIT', 'ISC', - 'CC0-1.0', 'Unlicense', 'WTFPL', 'GPL-3.0-only', 'GPL-3.0-or-later', + 'CC0-1.0', 'Unlicense', 'WTFPL', 'GPL-3.0-only', 'GPL-3.0-or-later', 'GPL-3.0+', ], /*