aboutsummaryrefslogtreecommitdiff
path: root/guix/import
diff options
context:
space:
mode:
authorwalky_talky <pat-hwaki@proton.me>2023-07-18 13:36:11 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-01 19:40:19 +0800
commit3f092e4d762636ebef394d2a61d4967dcffe806d (patch)
tree2f4e7cdf7c2949f7428bfd3c16d9d22f66543595 /guix/import
parentf0bdb4967178c4774957dfb4d95504aa52ec673b (diff)
downloadguix-3f092e4d762636ebef394d2a61d4967dcffe806d.tar
guix-3f092e4d762636ebef394d2a61d4967dcffe806d.tar.gz
licenses: Add Arphic-1999 (Aprhic Public License).
* guix/licenses.scm (arphic-1999): New variable. * guix/import/utils.scm (%spdx-license-identifiers): Add Arphic-1999. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'guix/import')
-rw-r--r--guix/import/utils.scm1
1 files changed, 1 insertions, 0 deletions
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)