From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20650 invoked by alias); 12 Mar 2004 20:54:20 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20474 invoked from network); 12 Mar 2004 20:54:19 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 12 Mar 2004 20:54:19 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1B1tfe-0000FB-OA for ; Fri, 12 Mar 2004 15:54:18 -0500 Date: Fri, 12 Mar 2004 20:54:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: [patch] Update some copyright years in gdbserver Message-ID: <20040312205418.GA910@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i X-SW-Source: 2004-03.o/txt/msg00287.txt Noticed a couple more omissions browsing the changelogs. Committed to HEAD and 6.1 as obvious. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer 2004-03-12 Daniel Jacobowitz * gdbreplay.c, server.h, utils.c: Update copyright years. Index: gdbreplay.c =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/gdbreplay.c,v retrieving revision 1.8 diff -u -p -r1.8 gdbreplay.c --- gdbreplay.c 29 Jun 2003 04:01:39 -0000 1.8 +++ gdbreplay.c 12 Mar 2004 20:49:24 -0000 @@ -1,5 +1,5 @@ /* Replay a remote debug session logfile for GDB. - Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1996, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver. This file is part of GDB. Index: server.h =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/server.h,v retrieving revision 1.14 diff -u -p -r1.14 server.h --- server.h 29 Feb 2004 16:47:15 -0000 1.14 +++ server.h 12 Mar 2004 20:49:24 -0000 @@ -1,5 +1,5 @@ /* Common definitions for remote server for GDB. - Copyright 1993, 1995, 1997, 1998, 1999, 2000, 2002 + Copyright 1993, 1995, 1997, 1998, 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. Index: utils.c =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/utils.c,v retrieving revision 1.7 diff -u -p -r1.7 utils.c --- utils.c 29 Jun 2003 04:01:39 -0000 1.7 +++ utils.c 12 Mar 2004 20:49:24 -0000 @@ -1,5 +1,5 @@ /* General utility routines for the remote server for GDB. - Copyright 1986, 1989, 1993, 1995, 1996, 1997, 1999, 2000, 2002 + Copyright 1986, 1989, 1993, 1995, 1996, 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. This file is part of GDB. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20650 invoked by alias); 12 Mar 2004 20:54:20 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20474 invoked from network); 12 Mar 2004 20:54:19 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 12 Mar 2004 20:54:19 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1B1tfe-0000FB-OA for ; Fri, 12 Mar 2004 15:54:18 -0500 Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: [patch] Update some copyright years in gdbserver Message-ID: <20040312205418.GA910@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i X-SW-Source: 2004-03/txt/msg00287.txt.bz2 Message-ID: <20040319000900.44VfCBpRETJ3UQ1NziVnU3XccaTpX8rVGEZMx9Ivc9g@z> Noticed a couple more omissions browsing the changelogs. Committed to HEAD and 6.1 as obvious. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer 2004-03-12 Daniel Jacobowitz * gdbreplay.c, server.h, utils.c: Update copyright years. Index: gdbreplay.c =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/gdbreplay.c,v retrieving revision 1.8 diff -u -p -r1.8 gdbreplay.c --- gdbreplay.c 29 Jun 2003 04:01:39 -0000 1.8 +++ gdbreplay.c 12 Mar 2004 20:49:24 -0000 @@ -1,5 +1,5 @@ /* Replay a remote debug session logfile for GDB. - Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1996, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver. This file is part of GDB. Index: server.h =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/server.h,v retrieving revision 1.14 diff -u -p -r1.14 server.h --- server.h 29 Feb 2004 16:47:15 -0000 1.14 +++ server.h 12 Mar 2004 20:49:24 -0000 @@ -1,5 +1,5 @@ /* Common definitions for remote server for GDB. - Copyright 1993, 1995, 1997, 1998, 1999, 2000, 2002 + Copyright 1993, 1995, 1997, 1998, 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. Index: utils.c =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/utils.c,v retrieving revision 1.7 diff -u -p -r1.7 utils.c --- utils.c 29 Jun 2003 04:01:39 -0000 1.7 +++ utils.c 12 Mar 2004 20:49:24 -0000 @@ -1,5 +1,5 @@ /* General utility routines for the remote server for GDB. - Copyright 1986, 1989, 1993, 1995, 1996, 1997, 1999, 2000, 2002 + Copyright 1986, 1989, 1993, 1995, 1996, 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. This file is part of GDB.