From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16587 invoked by alias); 31 Mar 2006 02:05:39 -0000 Received: (qmail 16575 invoked by uid 22791); 31 Mar 2006 02:05:36 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 31 Mar 2006 02:05:33 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k2V25VEt025489; Thu, 30 Mar 2006 21:05:31 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k2V25UDd024522; Thu, 30 Mar 2006 21:05:30 -0500 Received: from [172.16.24.50] (bluegiant.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id k2V25Thg019138; Thu, 30 Mar 2006 21:05:29 -0500 Message-ID: <442C8E68.5090700@redhat.com> Date: Fri, 31 Mar 2006 08:03:00 -0000 From: Michael Snyder User-Agent: Mozilla Thunderbird 1.0.7-1.4.1 (X11/20050929) MIME-Version: 1.0 To: Eli Zaretskii , GDB Patches Subject: [RFA] Update copyright dates in gdb.texinfo Content-Type: multipart/mixed; boundary="------------060902000302030003010209" 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-03/txt/msg00381.txt.bz2 This is a multi-part message in MIME format. --------------060902000302030003010209 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 9 Ok Eli? --------------060902000302030003010209 Content-Type: text/plain; name="doc" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="doc" Content-length: 2604 2006-03-30 Michael Snyder * gdb.texinfo: Update copyright dates. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.318 diff -p -r1.318 gdb.texinfo *** gdb.texinfo 29 Mar 2006 22:58:55 -0000 1.318 --- gdb.texinfo 31 Mar 2006 02:04:07 -0000 *************** *** 1,6 **** \input texinfo @c -*-texinfo-*- @c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, ! @c 1999, 2000, 2001, 2002, 2003, 2004, 2005 @c Free Software Foundation, Inc. @c @c %**start of header --- 1,6 ---- \input texinfo @c -*-texinfo-*- @c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, ! @c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 @c Free Software Foundation, Inc. @c @c %**start of header *************** This is the @value{EDITION} Edition, of *** 52,58 **** Version @value{GDBVN}. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@* ! 1999, 2000, 2001, 2002, 2003, 2004, 2005@* Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document --- 52,58 ---- Version @value{GDBVN}. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@* ! 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006@* Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document *************** development.'' *** 85,91 **** @vskip 0pt plus 1filll Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, ! 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @sp 2 Published by the Free Software Foundation @* --- 85,91 ---- @vskip 0pt plus 1filll Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, ! 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. @sp 2 Published by the Free Software Foundation @* *************** This file describes @value{GDBN}, the @s *** 117,123 **** This is the @value{EDITION} Edition, for @value{GDBN} Version @value{GDBVN}. ! Copyright (C) 1988-2005 Free Software Foundation, Inc. @menu * Summary:: Summary of @value{GDBN} --- 117,123 ---- This is the @value{EDITION} Edition, for @value{GDBN} Version @value{GDBVN}. ! Copyright (C) 1988-2006 Free Software Foundation, Inc. @menu * Summary:: Summary of @value{GDBN} --------------060902000302030003010209--