summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-25 09:37:55 +0300
committerEfraim Flashner <efraim@flashner.co.il>2018-03-25 09:40:11 +0300
commit4bd2e2a5b04a52e2ebccb23e782efd53199e8af6 (patch)
tree49afc2eef2a57b62f6b2e2010266f89308d970a6 /gnu
parentbe828bc40aa2a42429445a1daa0e04f0e4a0d6f8 (diff)
downloadpatches-4bd2e2a5b04a52e2ebccb23e782efd53199e8af6.tar
patches-4bd2e2a5b04a52e2ebccb23e782efd53199e8af6.tar.gz
gnu: clisp: Update license.
License clarified with upstream. * gnu/packages/lisp.scm (clisp)[license]: Correct license to gpl2+.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 9020cf739a..1f8e6ab427 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