Add 2005 to doco copyright
This commit is contained in:
parent
da99ee721e
commit
7d51c7de80
2 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-03-10 Bob Rossi <bob@brasko.net>
|
||||
|
||||
* gdb.texinfo: Update copyright
|
||||
|
||||
2005-02-09 Theodore A. Roth <troth@openavr.org>
|
||||
|
||||
* gdb.texinfo (General Query Packets): Fix texinfo compile warning and
|
||||
|
|
|
@ -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 @@ This is the @value{EDITION} Edition, of @cite{Debugging with
|
|||
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 @@ development.''
|
|||
|
||||
@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 file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
|
|||
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}
|
||||
|
|
Loading…
Reference in a new issue