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>
This commit is contained in:
walky_talky 2023-07-18 13:36:11 +08:00 committed by 宋文武
parent f0bdb49671
commit 3f092e4d76
No known key found for this signature in database
GPG key ID: D415BF253B515976
2 changed files with 10 additions and 0 deletions

View file

@ -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)