From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YyZoX-0007if-0m for mharc-grub-devel@gnu.org; Sat, 30 May 2015 02:00:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyZoV-0007gL-3b for grub-devel@gnu.org; Sat, 30 May 2015 02:00:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyZoQ-0004NB-68 for grub-devel@gnu.org; Sat, 30 May 2015 02:00:07 -0400 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:34007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyZoP-0004MK-V9 for grub-devel@gnu.org; Sat, 30 May 2015 02:00:02 -0400 Received: by laat2 with SMTP id t2so69471831laa.1 for ; Fri, 29 May 2015 23:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=d1ktJTiXLduL4HY2dEJHhPltsYkY5X15tPUcflnEDl4=; b=vS/QG+QteY1EBgwsCoj6IKRl7raccLH5TUFxibs21k/FYkW5i//2bCxBu29VBvZTxd D1VF4bBoEPtnIcnNRzOhNMzPXM4sIob6jOyntI9seYPEN+rXrXe1i5GvR7u+lc7w53IK gGqzApQy6MI0vN4NWN+7YSsIYJuoKFP5ZdpO6kufaJ3KvOImCDLa1o+mqEF3gPUb6HLq bG6ePcOCslraxVtOi1hQyb3HXUbopCTW8azefDejUNtZE0rOwVtu5ZBeaHbExO+hm9Fp YbYK6osRtcsHqKXRjNNSInmnUmCzbCZnUvqJ+li85qA1ndO7EdKSHHxRp97IwH/us7YM 8Phg== X-Received: by 10.112.219.70 with SMTP id pm6mr11203236lbc.41.1432965601170; Fri, 29 May 2015 23:00:01 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id j1sm2058903lbc.15.2015.05.29.23.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 May 2015 23:00:00 -0700 (PDT) Date: Sat, 30 May 2015 09:00:00 +0300 From: Andrei Borzenkov To: Leif Lindholm Subject: Re: [PATCH] arm64/setjmp: Add missing license macro Message-ID: <20150530090000.458bb546@opensuse.site> In-Reply-To: <1432225728-14020-1-git-send-email-dann.frazier@canonical.com> References: <1432225728-14020-1-git-send-email-dann.frazier@canonical.com> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.27; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 Cc: dann frazier , grub-devel@gnu.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 06:00:08 -0000 Leif, any comments? You are the author of it, was GRUB_MOD_LICENSE omission intentional or by accident? =D0=92 Thu, 21 May 2015 10:28:48 -0600 dann frazier =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Including the setjmp module in an arm64-efi image will cause it to > immediately exit with an "incompatible license" error. >=20 > The source file includes a GPLv3+ boilerplate, so fix this by declaring a > GPLv3+ license using the GRUB_MOD_LICENSE macro. >=20 > Signed-off-by: dann frazier > --- > grub-core/lib/arm64/setjmp.S | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/grub-core/lib/arm64/setjmp.S b/grub-core/lib/arm64/setjmp.S > index adaafe4..eabfd99 100644 > --- a/grub-core/lib/arm64/setjmp.S > +++ b/grub-core/lib/arm64/setjmp.S > @@ -17,8 +17,10 @@ > */ > =20 > #include > +#include > =20 > .file "setjmp.S" > +GRUB_MOD_LICENSE "GPLv3+" > .text > =20 > /*