mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f0bdb49671
commit
3f092e4d76
2 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue