guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit b4109680d6a29191616c13bc2f8c9fe5aa3d6070
Author: Aaron Covrig <[email protected]>
AuthorDate: Mon Jan 19 21:55:56 2026 -0500
licenses: Add Academic Free License v3.0.
* guix/licences.scm (afl3.0): New variable.
Change-Id: I85ae78c34687e87475c7b6dd40829e7e83473deb
Signed-off-by: Ludovic Courtès <[email protected]>
Merges: #5769
---
guix/licenses.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1226275d56..9f86799f9f 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -40,7 +40,7 @@
(define-module (guix licenses)
#:use-module (srfi srfi-9)
#:export (license? license-name license-uri license-comment
- afl2.1
+ afl2.1 afl3.0
agpl1 agpl3 agpl3+
apsl2
arphic-1999
@@ -182,6 +182,11 @@ cases, reduces to #t at macro-expansion time."
"https://spdx.org/licenses/AFL-2.1.html"
"https://www.gnu.org/licenses/license-list#AcademicFreeLicense"))
+(define afl3.0
+ (license "AFL 3.0"
+ "https://spdx.org/licenses/AFL-3.0.html"
+ "https://www.gnu.org/licenses/license-list#AcademicFreeLicense"))
+
(define agpl1
(license "AGPL 1"
"https://gnu.org/licenses/agpl.html"