From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GkT2X-0006E4-Jt for mharc-grub-devel@gnu.org; Wed, 15 Nov 2006 17:15:29 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GkT2V-0006Ck-60 for grub-devel@gnu.org; Wed, 15 Nov 2006 17:15:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GkT2T-0006A0-G8 for grub-devel@gnu.org; Wed, 15 Nov 2006 17:15:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GkT2T-00069q-BP for grub-devel@gnu.org; Wed, 15 Nov 2006 17:15:25 -0500 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GkT2T-0000Lr-Bl for grub-devel@gnu.org; Wed, 15 Nov 2006 17:15:25 -0500 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id D48F63CCA016E for ; Thu, 16 Nov 2006 02:00:55 +0100 (CET) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id B5C5E3CCA0131 for ; Thu, 16 Nov 2006 02:00:55 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 16 Nov 2006 00:15:21 +0200 User-Agent: KMail/1.8.2 References: <1163466980.1801.44.camel@basalt> <200611152133.25173.okuji@enbug.org> <1163625049.8873.113.camel@basalt> In-Reply-To: <1163625049.8873.113.camel@basalt> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611152315.22348.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.350294, version=0.17.2 Subject: Re: [RFC] multiboot2 loader X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 22:15:27 -0000 On Wednesday 15 November 2006 22:10, Hollis Blanchard wrote: > On Wed, 2006-11-15 at 22:33 +0200, Yoshinori K. Okuji wrote: > > On Tuesday 14 November 2006 02:16, Hollis Blanchard wrote: > > > I've placed a generic multiboot.h directly into include/ (not in the > > > grub subdirectory), since it it suitable for using in kernels > > > independently of GRUB. As for the license, I believe that > > > include/multiboot.h should NOT be GPL, to allow it to be used directly > > > for non-GPL operating systems like the BSDs. > > > > GRUB is entirely licensed under GPL. Please don't make an exception. > > An exception is exactly what I am proposing. What is your objection? The GNU Project endorses the use of GPL to promote freedom. Don't forget that GRUB is a part of GNU. Okuji