[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: cl-ansi-text: Correct license to LLGPL.
From: |
guix-commits |
Subject: |
02/08: gnu: cl-ansi-text: Correct license to LLGPL. |
Date: |
Sat, 6 Apr 2019 22:10:06 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 5914489dabee362bdcce1f377ec588b937035f99
Author: Katherine Cox-Buday <address@hidden>
Date: Fri Mar 29 12:29:13 2019 -0500
gnu: cl-ansi-text: Correct license to LLGPL.
* gnu/packages/lisp.scm (cl-ansi-text)[license]: Correct to LLGPL.
Signed-off-by: 宋文武 <address@hidden>
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 7c129e9..a24988d 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2018 Alex Vong <address@hidden>
;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
;;; Copyright © 2018 Pierre Langlois <address@hidden>
+;;; Copyright © 2019 Katherine Cox-Buday <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2554,8 +2555,7 @@ which causes everything printed in the body to be
displayed with the provided
color. It further provides functions which will print the argument with the
named color.")
(home-page "https://github.com/pnathan/cl-ansi-text")
- ;; REVIEW: The actual license is LLGPL. Should we add it to Guix?
- (license license:lgpl3+))))
+ (license license:llgpl))))
(define-public cl-ansi-text
(sbcl-package->cl-source-package sbcl-cl-ansi-text))
- branch master updated (31b898e -> 9945a17), guix-commits, 2019/04/06
- 01/08: licenses: Add Lisp Lesser General Public License., guix-commits, 2019/04/06
- 02/08: gnu: cl-ansi-text: Correct license to LLGPL.,
guix-commits <=
- 04/08: gnu: Add trivial-backtrace., guix-commits, 2019/04/06
- 07/08: gnu: Add kmrcl., guix-commits, 2019/04/06
- 08/08: gnu: Add cl-base64., guix-commits, 2019/04/06
- 06/08: gnu: Add sbcl-md5., guix-commits, 2019/04/06
- 03/08: gnu: Add cl+ssl., guix-commits, 2019/04/06
- 05/08: gnu: Add rfc2388., guix-commits, 2019/04/06