From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5D7A8C19F2A for ; Thu, 11 Aug 2022 11:13:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id E83C740382; Thu, 11 Aug 2022 11:13:26 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org E83C740382 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IndoS51mIhib; Thu, 11 Aug 2022 11:13:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 0A2E5403A2; Thu, 11 Aug 2022 11:13:24 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 0A2E5403A2 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5179E1BF38C for ; Thu, 11 Aug 2022 11:13:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 2C2FA40155 for ; Thu, 11 Aug 2022 11:13:09 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 2C2FA40155 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r2ohYyU5FyH6 for ; Thu, 11 Aug 2022 11:13:08 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp4.osuosl.org (Postfix) with ESMTP id 30D7E417E6 for ; Thu, 11 Aug 2022 11:13:08 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 30D7E417E6 Received: by busybox.osuosl.org (Postfix, from userid 4021) id 11FAB8708E; Thu, 11 Aug 2022 10:58:48 +0000 (UTC) From: Peter Korsgaard To: buildroot@buildroot.org Date: Thu, 11 Aug 2022 13:12:35 +0200 X-Git-Refname: refs/heads/2022.02.x X-Git-Oldrev: 4c79b933fbd15e14181fed091658895b2a63e69f X-Git-Newrev: bdd83a3e544e05fa1e509cf478eabf0aac56fec9 X-Patchwork-Hint: ignore Message-Id: <20220811105848.11FAB8708E@busybox.osuosl.org> Subject: [Buildroot] [git commit branch/2022.02.x] package: pcsc-lite: pcsc_demo is under BSD-3-Clause and not GPL-3.0-or-later X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=bdd83a3e544e05fa1e509cf478eabf0aac56fec9 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x Since commit b01f19fb9361 ("pcsc_demo: change licence from GPLv3 to BSD") in pcsclite, the license of pcsc_demo is BSD-3-Clause and not GPL-3.0-or-later, so let's update the package license information. Cc: Quentin Schulz Signed-off-by: Quentin Schulz Signed-off-by: Yann E. MORIN (cherry picked from commit 6a6cd7e4d306e59f583a161576d5e73d39d5e993) Signed-off-by: Peter Korsgaard --- package/pcsc-lite/pcsc-lite.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pcsc-lite/pcsc-lite.mk b/package/pcsc-lite/pcsc-lite.mk index a7db105987..861c148ad8 100644 --- a/package/pcsc-lite/pcsc-lite.mk +++ b/package/pcsc-lite/pcsc-lite.mk @@ -9,7 +9,7 @@ PCSC_LITE_SOURCE = pcsc-lite-$(PCSC_LITE_VERSION).tar.bz2 PCSC_LITE_SITE = https://pcsclite.apdu.fr/files PCSC_LITE_INSTALL_STAGING = YES PCSC_LITE_DEPENDENCIES = host-pkgconf -PCSC_LITE_LICENSE = BSD-2-Clause (auth), BSD-3-Clause, GPL-3.0+ (demo, spy, tests), ISC (simclist) +PCSC_LITE_LICENSE = BSD-2-Clause (auth), BSD-3-Clause, GPL-3.0+ (spy, tests), ISC (simclist) PCSC_LITE_LICENSE_FILES = COPYING GPL-3.0.txt PCSC_LITE_SELINUX_MODULES = pcscd _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot