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]

[PATCH] Fix changelogs and copyrights from last commit


Andrew pointed out a problem in my changelog entries, and I noticed I'd
forgotten to bump copyright dates.  Committed.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.2033
diff -u -r1.2033 ChangeLog
--- ChangeLog	2002/01/17 20:46:10	1.2033
+++ ChangeLog	2002/01/17 21:09:38
@@ -1,15 +1,22 @@
 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
 
-	* low-hppabsd.c (myattach): New function, returning -1.
-	* low-lynx.c (myattach): Likewise.
-	* low-nbsd.c (myattach): Likewise.
-	* low-sim.c (myattach): Likewise.
-	* low-sparc.c (myattach): Likewise.
-	* low-sun3.c (myattach): Likewise.
+	* gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
+	gdbserver/low-nbsd.c, gdbserver/low-sim.c,
+	gdbserver/low-sparc.c, gdbserver/low-sun3.c,
+	gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
 
-	* low-linux.c (myattach): New function.
+2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
 
-	* server.c (attach_inferior): New function.
+	* gdbserver/low-hppabsd.c (myattach): New function, returning -1.
+	* gdbserver/low-lynx.c (myattach): Likewise.
+	* gdbserver/low-nbsd.c (myattach): Likewise.
+	* gdbserver/low-sim.c (myattach): Likewise.
+	* gdbserver/low-sparc.c (myattach): Likewise.
+	* gdbserver/low-sun3.c (myattach): Likewise.
+
+	* gdbserver/low-linux.c (myattach): New function.
+
+	* gdbserver/server.c (attach_inferior): New function.
 	(main): Handle "--attach".
 
 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
Index: gdbserver/low-hppabsd.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/low-hppabsd.c,v
retrieving revision 1.10
diff -u -r1.10 low-hppabsd.c
--- low-hppabsd.c	2002/01/17 20:46:16	1.10
+++ low-hppabsd.c	2002/01/17 21:09:39
@@ -1,5 +1,5 @@
 /* Low level interface to ptrace, for the remote server for GDB.
-   Copyright 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
Index: gdbserver/low-linux.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/low-linux.c,v
retrieving revision 1.13
diff -u -r1.13 low-linux.c
--- low-linux.c	2002/01/17 20:46:16	1.13
+++ low-linux.c	2002/01/17 21:09:39
@@ -1,5 +1,5 @@
 /* Low level interface to ptrace, for the remote server for GDB.
-   Copyright 1995, 1996, 1998, 1999, 2000, 2001
+   Copyright 1995, 1996, 1998, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    This file is part of GDB.
Index: gdbserver/low-lynx.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/low-lynx.c,v
retrieving revision 1.5
diff -u -r1.5 low-lynx.c
--- low-lynx.c	2002/01/17 20:46:16	1.5
+++ low-lynx.c	2002/01/17 21:09:39
@@ -1,5 +1,5 @@
 /* Low level interface to ptrace, for the remote server for GDB.
-   Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000
+   Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    This file is part of GDB.
Index: gdbserver/low-nbsd.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/low-nbsd.c,v
retrieving revision 1.12
diff -u -r1.12 low-nbsd.c
--- low-nbsd.c	2002/01/17 20:46:16	1.12
+++ low-nbsd.c	2002/01/17 21:09:39
@@ -1,5 +1,5 @@
 /* Low level interface to ptrace, for the remote server for GDB.
-   Copyright 1986, 1987, 1993, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1986, 1987, 1993, 2000, 2001, 2002 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
Index: gdbserver/low-sim.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/low-sim.c,v
retrieving revision 1.5
diff -u -r1.5 low-sim.c
--- low-sim.c	2002/01/17 20:46:16	1.5
+++ low-sim.c	2002/01/17 21:09:39
@@ -1,5 +1,5 @@
 /* Low level interface to simulators, for the remote server for GDB.
-   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
+   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    This file is part of GDB.
Index: gdbserver/low-sparc.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/low-sparc.c,v
retrieving revision 1.9
diff -u -r1.9 low-sparc.c
--- low-sparc.c	2002/01/17 20:46:16	1.9
+++ low-sparc.c	2002/01/17 21:09:39
@@ -1,5 +1,5 @@
 /* Low level interface to ptrace, for the remote server for GDB.
-   Copyright 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, 2001
+   Copyright 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    This file is part of GDB.
Index: gdbserver/low-sun3.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/low-sun3.c,v
retrieving revision 1.8
diff -u -r1.8 low-sun3.c
--- low-sun3.c	2002/01/17 20:46:16	1.8
+++ low-sun3.c	2002/01/17 21:09:39
@@ -1,5 +1,5 @@
 /* Low level interface to ptrace, for the remote server for GDB.
-   Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001
+   Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    This file is part of GDB.
Index: gdbserver/server.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/server.c,v
retrieving revision 1.4
diff -u -r1.4 server.c
--- server.c	2002/01/17 20:46:16	1.4
+++ server.c	2002/01/17 21:09:39
@@ -1,5 +1,5 @@
 /* Main code for remote server for GDB.
-   Copyright 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000
+   Copyright 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2002
    Free Software Foundation, Inc.
 
    This file is part of GDB.


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