This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: doco copyright


On Wed, Mar 09, 2005 at 06:39:42AM +0200, Eli Zaretskii wrote:
> > Date: Tue, 8 Mar 2005 21:42:36 -0500
> > From: Bob Rossi <bob@brasko.net>
> > 
> > This should fix the copyright on the doco.
> 
> Thanks; approved (but see below).
> 
> > Unfortunatly, I do not know if I indented the "Free Software Foundation,
> > Inc." correctly :)
> 
> Keep it all on the same line, i.e. don't break it between two lines.
> Like this:
> 
> >  Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
> > -              1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
> > +              1999, 2000, 2001, 2002, 2003, 2004, 2005@*
> > +             Free Software Foundation, Inc.

Sorry to be such a pain Eli, is this correct?

The second "Free Software Foundation, Inc." is split up on two lines,
but I think that's the way it is supposed to be.

Thanks,
Bob Rossi

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.232
diff -w -u -r1.232 gdb.texinfo
--- gdb.texinfo 9 Feb 2005 19:06:08 -0000   1.232
+++ gdb.texinfo 9 Mar 2005 23:17:54 -0000
@@ -1,6 +1,6 @@
 \input texinfo      @c -*-texinfo-*-
 @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
-@c 1999, 2000, 2001, 2002, 2003, 2004
+@c 1999, 2000, 2001, 2002, 2003, 2004, 2005
 @c Free Software Foundation, Inc.
 @c
 @c %**start of header
@@ -52,7 +52,8 @@
 Version @value{GDBVN}.
 
 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
-              1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+              1999, 2000, 2001, 2002, 2003, 2004, 2005@*
+              Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or
@@ -84,7 +85,8 @@
 
 @vskip 0pt plus 1filll
 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software 
+Foundation, Inc.
 @sp 2
 Published by the Free Software Foundation @*
 59 Temple Place - Suite 330, @*
@@ -115,7 +117,7 @@
 This is the @value{EDITION} Edition, for @value{GDBN} Version
 @value{GDBVN}.
 
-Copyright (C) 1988-2004 Free Software Foundation, Inc. 
+Copyright (C) 1988-2005 Free Software Foundation, Inc.
 
 @menu
 * Summary::                     Summary of @value{GDBN}



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]