[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: clisp: Update license.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: clisp: Update license. |
Date: |
Sun, 25 Mar 2018 02:40:28 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 4bd2e2a5b04a52e2ebccb23e782efd53199e8af6
Author: Efraim Flashner <address@hidden>
Date: Sun Mar 25 09:37:55 2018 +0300
gnu: clisp: Update license.
License clarified with upstream.
* gnu/packages/lisp.scm (clisp)[license]: Correct license to gpl2+.
---
gnu/packages/lisp.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 9020cf7..1f8e6ab 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -297,10 +297,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other
useful components.")
"GNU CLISP is an implementation of ANSI Common Lisp. Common Lisp is a
high-level, object-oriented functional programming language. CLISP includes
an interpreter, a compiler, a debugger, and much more.")
- ;; Website says gpl2+, COPYRIGHT file says gpl2; actual source files have
- ;; a lot of gpl3+. (Also some parts are under non-copyleft licenses, such
- ;; as CLX by Texas Instruments.) In that case gpl3+ wins out.
- (license license:gpl3+)))
+ (license license:gpl2+)))
(define-public sbcl
(package