* doco copyright
@ 2005-03-09 2:42 Bob Rossi
2005-03-09 4:42 ` Eli Zaretskii
0 siblings, 1 reply; 6+ messages in thread
From: Bob Rossi @ 2005-03-09 2:42 UTC (permalink / raw)
To: gdb-patches
Hi,
This should fix the copyright on the doco.
Unfortunatly, I do not know if I indented the "Free Software Foundation,
Inc." correctly :)
Thanks,
Bob Rossi
2005-03-08 Bob Rossi <bob@brasko.net>
* gdb.texinfo: Update copyright
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 02:40:21 -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}
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: doco copyright 2005-03-09 2:42 doco copyright Bob Rossi @ 2005-03-09 4:42 ` Eli Zaretskii 2005-03-09 12:50 ` Bob Rossi 2005-03-09 23:19 ` Bob Rossi 0 siblings, 2 replies; 6+ messages in thread From: Eli Zaretskii @ 2005-03-09 4:42 UTC (permalink / raw) To: Bob Rossi; +Cc: gdb-patches > 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. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: doco copyright 2005-03-09 4:42 ` Eli Zaretskii @ 2005-03-09 12:50 ` Bob Rossi 2005-03-09 23:19 ` Bob Rossi 1 sibling, 0 replies; 6+ messages in thread From: Bob Rossi @ 2005-03-09 12:50 UTC (permalink / raw) To: Eli Zaretskii; +Cc: gdb-patches 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. OK, Thanks. That's what I was wondering, I think I'm the first person to run into this problem in 5 years :) Bob Rossi ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: doco copyright 2005-03-09 4:42 ` Eli Zaretskii 2005-03-09 12:50 ` Bob Rossi @ 2005-03-09 23:19 ` Bob Rossi 2005-03-10 4:35 ` Eli Zaretskii 1 sibling, 1 reply; 6+ messages in thread From: Bob Rossi @ 2005-03-09 23:19 UTC (permalink / raw) To: Eli Zaretskii; +Cc: gdb-patches 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} ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: doco copyright 2005-03-09 23:19 ` Bob Rossi @ 2005-03-10 4:35 ` Eli Zaretskii 2005-03-10 13:12 ` Bob Rossi 0 siblings, 1 reply; 6+ messages in thread From: Eli Zaretskii @ 2005-03-10 4:35 UTC (permalink / raw) To: Bob Rossi; +Cc: gdb-patches > Date: Wed, 9 Mar 2005 18:19:08 -0500 > From: Bob Rossi <bob@brasko.net> > Cc: gdb-patches@sources.redhat.com > > The second "Free Software Foundation, Inc." is split up on two lines, > but I think that's the way it is supposed to be. No, it should also be on a single line. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: doco copyright 2005-03-10 4:35 ` Eli Zaretskii @ 2005-03-10 13:12 ` Bob Rossi 0 siblings, 0 replies; 6+ messages in thread From: Bob Rossi @ 2005-03-10 13:12 UTC (permalink / raw) To: Eli Zaretskii; +Cc: gdb-patches On Thu, Mar 10, 2005 at 06:32:45AM +0200, Eli Zaretskii wrote: > > Date: Wed, 9 Mar 2005 18:19:08 -0500 > > From: Bob Rossi <bob@brasko.net> > > Cc: gdb-patches@sources.redhat.com > > > > The second "Free Software Foundation, Inc." is split up on two lines, > > but I think that's the way it is supposed to be. > > No, it should also be on a single line. OK, here's what I committed. If there's a problem, let me know. 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 10 Mar 2005 13:10:44 -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} ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-03-10 13:12 UTC | newest] Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2005-03-09 2:42 doco copyright Bob Rossi 2005-03-09 4:42 ` Eli Zaretskii 2005-03-09 12:50 ` Bob Rossi 2005-03-09 23:19 ` Bob Rossi 2005-03-10 4:35 ` Eli Zaretskii 2005-03-10 13:12 ` Bob Rossi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox