From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JAxlw-00019l-BU for mharc-grub-devel@gnu.org; Fri, 04 Jan 2008 20:24:24 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAxlu-00019M-5H for grub-devel@gnu.org; Fri, 04 Jan 2008 20:24:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAxlt-000198-P7 for grub-devel@gnu.org; Fri, 04 Jan 2008 20:24:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAxlt-000195-Kq for grub-devel@gnu.org; Fri, 04 Jan 2008 20:24:21 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAxlt-0004wV-B2 for grub-devel@gnu.org; Fri, 04 Jan 2008 20:24:21 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 605BF3EB24 for ; Sat, 5 Jan 2008 02:29:10 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 5 Jan 2008 02:24:20 +0100 User-Agent: KMail/1.9.4 References: <20080103135953.GA5490@thorin> In-Reply-To: <20080103135953.GA5490@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801050224.20240.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: multiboot.texi 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: Sat, 05 Jan 2008 01:24:22 -0000 On Thursday 03 January 2008 14:59, Robert Millan wrote: > I'd like to copy grub/docs/multiboot.texi into grub2 CVS, and start > providing it as part of the docs. > > The copyright holders are: > > Copyright @copyright{} 1995,96 Bryan Ford > > Copyright @copyright{} 1995,96 Erich Stefan Boleyn > > Copyright @copyright{} 1999,2000,2001,2002,2005,2006 Free Software > Foundation, Inc. > > Is that fine? > > After that, we might want to create multiboot2.texi as a draft based on > this one. I am still wondering if it is a good idea to bundle the spec with GRUB. For me, they are different projects, so I might prefer to make a separate distribution. Okuji