mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
guix: licenses: Add Artistic 2.0 license.
* guix/licenses.scm (artistic2.0): New variable.
This commit is contained in:
parent
2d2a53fc24
commit
f8e366230d
1 changed files with 6 additions and 1 deletions
|
@ -28,7 +28,7 @@ (define-module (guix licenses)
|
|||
cc0
|
||||
cddl1.0
|
||||
cecill-c
|
||||
clarified-artistic
|
||||
artistic2.0 clarified-artistic
|
||||
cpl1.0
|
||||
epl1.0
|
||||
expat
|
||||
|
@ -129,6 +129,11 @@ (define cecill-c
|
|||
"http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"
|
||||
"https://www.gnu.org/licenses/license-list.html#CeCILL"))
|
||||
|
||||
(define artistic2.0
|
||||
(license "Artistic License 2.0"
|
||||
"http://www.perlfoundation.org/artistic_license_2_0"
|
||||
"http://www.gnu.org/licenses/license-list.html#ArtisticLicense2"))
|
||||
|
||||
(define clarified-artistic
|
||||
(license "Clarified Artistic"
|
||||
;; http://directory.fsf.org/wiki/User:Jgay/license-categorization#Clarified_Artistic_License
|
||||
|
|
Loading…
Reference in a new issue