From 3f092e4d762636ebef394d2a61d4967dcffe806d Mon Sep 17 00:00:00 2001 From: walky_talky Date: Tue, 18 Jul 2023 13:36:11 +0800 Subject: licenses: Add Arphic-1999 (Aprhic Public License). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/licenses.scm (arphic-1999): New variable. * guix/import/utils.scm (%spdx-license-identifiers): Add Arphic-1999. Signed-off-by: 宋文武 --- guix/import/utils.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/import') diff --git a/guix/import/utils.scm b/guix/import/utils.scm index 257570e95b..fcd7707482 100644 --- a/guix/import/utils.scm +++ b/guix/import/utils.scm @@ -179,6 +179,7 @@ thrown." ("AGPL-3.0" . license:agpl3) ("AGPL-3.0-only" . license:agpl3) ("AGPL-3.0-or-later" . license:agpl3+) + ("Arphic-1999" . license:arphic-1999) ("Apache-1.1" . license:asl1.1) ("Apache-2.0" . license:asl2.0) ("APSL-2.0" . license:apsl2) -- cgit v1.2.3