From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFHY8-0007aN-5H for guix-patches@gnu.org; Wed, 24 Oct 2018 07:42:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFHY3-0007Ka-Sw for guix-patches@gnu.org; Wed, 24 Oct 2018 07:42:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34904) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFHY3-0007KV-Nv for guix-patches@gnu.org; Wed, 24 Oct 2018 07:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gFHY3-0006uy-Jx for guix-patches@gnu.org; Wed, 24 Oct 2018 07:42:03 -0400 Subject: [bug#33136] [PATCH 5/7] gnu: qt@4: Update license list. Resent-Message-ID: From: Efraim Flashner Date: Wed, 24 Oct 2018 14:41:32 +0300 Message-Id: <20181024114134.3116-5-efraim@flashner.co.il> In-Reply-To: <20181024112618.2417-1-efraim@flashner.co.il> References: <20181024112618.2417-1-efraim@flashner.co.il> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33136@debbugs.gnu.org * gnu/packages/qt.scm (qt@4)[license]: Fix license information. --- gnu/packages/qt.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 65ba4af88..6d9b3f95e 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -487,7 +487,8 @@ system, and the core design of Django is reused in Grantlee.") ;; different "devices" due to bind-mounts. (copy-recursively olddoc docdir) (delete-file-recursively olddoc) - #t)))))))) + #t)))))) + (license (list license:lgpl2.1 license:gpl3)))) (define-public qtbase (package -- 2.19.1