mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
guix: licenses: Add Academic Free License 2.1.
* guix/licenses.scm (afl2.1): New variable.
This commit is contained in:
parent
e2807eddc5
commit
e7274a98d5
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
(define-module (guix licenses)
|
||||
#:use-module (srfi srfi-9)
|
||||
#:export (license? license-name license-uri license-comment
|
||||
afl2.1
|
||||
agpl1 agpl3 agpl3+
|
||||
apsl2
|
||||
asl1.1 asl2.0
|
||||
|
@ -171,6 +172,11 @@ (define-license-predicate predicate () () definitions ...)
|
|||
|
||||
(begin-license-definitions license?
|
||||
|
||||
(define afl2.1
|
||||
(license "AFL 2.1"
|
||||
"https://spdx.org/licenses/AFL-2.1.html"
|
||||
"https://www.gnu.org/licenses/license-list#AcademicFreeLicense"))
|
||||
|
||||
(define agpl1
|
||||
(license "AGPL 1"
|
||||
"https://gnu.org/licenses/agpl.html"
|
||||
|
|
Loading…
Reference in a new issue