From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10729 invoked by alias); 10 May 2006 14:59:15 -0000 Received: (qmail 10706 invoked by uid 22791); 10 May 2006 14:59:13 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 10 May 2006 14:59:06 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fdq9Y-0001kn-Ri for gdb-patches@sourceware.org; Wed, 10 May 2006 10:59:04 -0400 Date: Wed, 10 May 2006 14:59:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [rfa] License clarification for observer.texi Message-ID: <20060510145904.GA6446@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060508210440.GA18323@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060508210440.GA18323@nevyn.them.org> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00192.txt.bz2 On Mon, May 08, 2006 at 05:04:40PM -0400, Daniel Jacobowitz wrote: > Does anyone disapprove of this change? Or, feel sufficiently concerned by > it that you would prefer I contact the FSF to confirm? I don't feel that it > is necessary, since I am dealing strictly with the FSF's preferred licenses > for code and for manuals, and strictly for manual already used as code. Just as well that Eli asked me to consult with the FSF. They prefer something (marginally) less permissive. Here is the conclusion I reached with Dave Turner (who answers licensing@gnu.org). I also added a notice to agentexpr.texi which redirects to the main manual, i.e. the GFDL. Eli, does this look good to you? -- Daniel Jacobowitz CodeSourcery 2006-05-10 Daniel Jacobowitz * agentexpr.texi: Add a copyright and license notice. * observer.texi: Likewise, with GPL clause for function prototypes. Remove trailing whitespace. Index: agentexpr.texi =================================================================== RCS file: /cvs/src/src/gdb/doc/agentexpr.texi,v retrieving revision 1.5 diff -u -p -r1.5 agentexpr.texi --- agentexpr.texi 4 Aug 2003 20:43:57 -0000 1.5 +++ agentexpr.texi 10 May 2006 14:55:49 -0000 @@ -5,6 +5,13 @@ @c @setchapternewpage off @c %**end of header +@c This file is part of the GDB manual. +@c +@c Copyright (C) 2003, 2004, 2005, 2006 +@c Free Software Foundation, Inc. +@c +@c See the file gdb.texinfo for copying conditions. + @c Revision: $Id: agentexpr.texi,v 1.2 1998/12/09 21:23:46 jimb Exp $ @node Agent Expressions Index: observer.texi =================================================================== RCS file: /cvs/src/src/gdb/doc/observer.texi,v retrieving revision 1.10 diff -u -p -r1.10 observer.texi --- observer.texi 8 Mar 2005 04:34:43 -0000 1.10 +++ observer.texi 10 May 2006 14:55:49 -0000 @@ -1,4 +1,19 @@ @c -*-texinfo-*- + +@c This file is part of the GDB manual. +@c +@c Copyright (C) 2003, 2004, 2005, 2006 +@c Free Software Foundation, Inc. +@c +@c See the file gdbint.texinfo for copying conditions. +@c +@c Also, the @deftypefun lines from this file are processed into a +@c header file during the GDB build process. Permission is granted +@c to redistribute and/or modify those lines under the terms of the +@c GNU General Public License as published by the Free Software +@c Foundation; either version 2 of the License, or (at your option) +@c any later version. + @node GDB Observers @appendix @value{GDBN} Currently available observers @@ -47,7 +62,7 @@ internal happenings, gdb, Debugging with @value{GDBN} notifies all @code{normal_stop} observers when the inferior execution has just stopped, the associated messages and annotations have been printed, and the control is about to be returned -to the user. +to the user. Note that the @code{normal_stop} notification is not emitted when the execution stops due to a breakpoint, and this breakpoint has