From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5354 invoked by alias); 12 Oct 2009 18:26:54 -0000 Received: (qmail 5343 invoked by uid 22791); 12 Oct 2009 18:26:54 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Oct 2009 18:26:50 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9CIQmlB027083 for ; Mon, 12 Oct 2009 14:26:49 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9CIQmp1018989; Mon, 12 Oct 2009 14:26:48 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n9CIQl6b019382; Mon, 12 Oct 2009 14:26:47 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id AF84037828F; Mon, 12 Oct 2009 12:26:46 -0600 (MDT) From: Tom Tromey To: Jan Kratochvil Cc: gdb@sourceware.org Subject: Re: Documentation generated from sources proposal References: <20091012161424.GA20603@host0.dyn.jankratochvil.net> <20091012171556.GA31648@host0.dyn.jankratochvil.net> <20091012180027.GA2107@caradoc.them.org> <20091012180704.GA7228@host0.dyn.jankratochvil.net> <20091012181338.GA3582@caradoc.them.org> <20091012182011.GA9395@host0.dyn.jankratochvil.net> Reply-To: Tom Tromey Date: Mon, 12 Oct 2009 18:26:00 -0000 In-Reply-To: <20091012182011.GA9395@host0.dyn.jankratochvil.net> (Jan Kratochvil's message of "Mon, 12 Oct 2009 20:20:11 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00221.txt.bz2 >>>>> "Jan" == Jan Kratochvil writes: Jan> On Mon, 12 Oct 2009 20:13:38 +0200, Daniel Jacobowitz wrote: >> Sure you can. But the comment would be under the GPL. The resulting >> manual (the GDB Internals manual, not the gdbint.texinfo source file) >> could not be distributed under the GFDL. Jan> I expected to start some new separate GDB Reference Manual with whatever Jan> compliant license (therefore probably the GPLv3 one). I imagine that the FSF would require us to GFDL any new manual. I support this effort in general but it can't really be resolved here. Jan> The new file format (such as gtk-doc output choices) would be difficult to Jan> merge with existing gdbint texinfo source or its output formats. I am purposely avoiding this discussion until the legal stuff is dealt with :-) Tom