>From 6a8ecb754a39fdfe216b03b47dab7967fd5147f4 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 8 Jun 2019 11:22:50 +0200 Subject: [PATCH 1/3] gnu: Add scintilla license. * guix/licenses.scm (scintilla): New variable. --- guix/licenses.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index 65d9c3da13..f861d7409a 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2017 Marius Bakke ;;; Copyright © 2017 Arun Isaac ;;; Copyright © 2017 Rutger Helling +;;; Copyright © 2019 Nicolas Goaziou ;;; ;;; This file is part of GNU Guix. ;;; @@ -83,6 +84,7 @@ ruby sgifreeb2.0 silofl1.1 + scintilla sleepycat tcl/tk unlicense @@ -558,6 +560,11 @@ at URI, which may be a file:// URI pointing the package's tree." "http://directory.fsf.org/wiki/License:Ruby" "https://www.ruby-lang.org/en/about/license.txt")) +(define scintilla + (license "Scintilla and SciTE License" + "https://www.scintilla.org/License.txt" + "X11-style license for Scintilla and SciTE")) + (define sgifreeb2.0 (license "SGI Free Software License B, version 2.0" "http://directory.fsf.org/wiki/License:SGIFreeBv2" -- 2.22.0