diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-03-06 08:22:02 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-03-06 08:22:02 +0000 |
commit | b6ba6518e9254bc25f88088228e93ac966ebccd1 (patch) | |
tree | 333e92952c02b66922f28a3e7c02addb61219baa /gdb/gdbserver | |
parent | 8a5c92d3091f4264be6b925ab0fee80d532f1c04 (diff) | |
download | gdb-b6ba6518e9254bc25f88088228e93ac966ebccd1.zip gdb-b6ba6518e9254bc25f88088228e93ac966ebccd1.tar.gz gdb-b6ba6518e9254bc25f88088228e93ac966ebccd1.tar.bz2 |
Update/correct copyright notices.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/Makefile.in | 3 | ||||
-rw-r--r-- | gdb/gdbserver/gdbreplay.c | 2 | ||||
-rw-r--r-- | gdb/gdbserver/gdbserver.1 | 2 | ||||
-rw-r--r-- | gdb/gdbserver/low-hppabsd.c | 2 | ||||
-rw-r--r-- | gdb/gdbserver/low-linux.c | 3 | ||||
-rw-r--r-- | gdb/gdbserver/low-lynx.c | 3 | ||||
-rw-r--r-- | gdb/gdbserver/low-nbsd.c | 2 | ||||
-rw-r--r-- | gdb/gdbserver/low-sim.c | 3 | ||||
-rw-r--r-- | gdb/gdbserver/low-sparc.c | 3 | ||||
-rw-r--r-- | gdb/gdbserver/low-sun3.c | 3 | ||||
-rw-r--r-- | gdb/gdbserver/remote-utils.c | 3 | ||||
-rw-r--r-- | gdb/gdbserver/server.c | 3 | ||||
-rw-r--r-- | gdb/gdbserver/server.h | 3 | ||||
-rw-r--r-- | gdb/gdbserver/utils.c | 3 |
14 files changed, 24 insertions, 14 deletions
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 79b882e..6884b16 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -1,4 +1,5 @@ -#Copyright 1989, 90, 91, 92, 93, 94, 95, 96, 97, 99, 2000 +#Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, +#1999, 2000 #Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/gdbserver/gdbreplay.c b/gdb/gdbserver/gdbreplay.c index e15f77e..ca10a06 100644 --- a/gdb/gdbserver/gdbreplay.c +++ b/gdb/gdbserver/gdbreplay.c @@ -1,5 +1,5 @@ /* Replay a remote debug session logfile for GDB. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc. Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver. This file is part of GDB. diff --git a/gdb/gdbserver/gdbserver.1 b/gdb/gdbserver/gdbserver.1 index 9d3fdcd..24e78ea 100644 --- a/gdb/gdbserver/gdbserver.1 +++ b/gdb/gdbserver/gdbserver.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1993 Free Software Foundation +.\" Copyright 1993 Free Software Foundation, Inc. .\" See section COPYING for conditions for redistribution .TH gdbserver 1 "2 November 1993" "Cygnus Support" "GNU Development Tools" .SH NAME diff --git a/gdb/gdbserver/low-hppabsd.c b/gdb/gdbserver/low-hppabsd.c index 5719915..ae91592 100644 --- a/gdb/gdbserver/low-hppabsd.c +++ b/gdb/gdbserver/low-hppabsd.c @@ -1,5 +1,5 @@ /* Low level interface to ptrace, for the remote server for GDB. - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/low-linux.c b/gdb/gdbserver/low-linux.c index ce57d32..56fe12f 100644 --- a/gdb/gdbserver/low-linux.c +++ b/gdb/gdbserver/low-linux.c @@ -1,5 +1,6 @@ /* Low level interface to ptrace, for the remote server for GDB. - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright 1995, 1996, 1998, 1999, 2000, 2001 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/low-lynx.c b/gdb/gdbserver/low-lynx.c index d16201e..563779d 100644 --- a/gdb/gdbserver/low-lynx.c +++ b/gdb/gdbserver/low-lynx.c @@ -1,5 +1,6 @@ /* Low level interface to ptrace, for the remote server for GDB. - Copyright (C) 1986, 1987, 1993 Free Software Foundation, Inc. + Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/low-nbsd.c b/gdb/gdbserver/low-nbsd.c index 0ff8524..ff5350e 100644 --- a/gdb/gdbserver/low-nbsd.c +++ b/gdb/gdbserver/low-nbsd.c @@ -1,5 +1,5 @@ /* Low level interface to ptrace, for the remote server for GDB. - Copyright (C) 1986, 1987, 1993, 2000 Free Software Foundation, Inc. + Copyright 1986, 1987, 1993, 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/low-sim.c b/gdb/gdbserver/low-sim.c index d82aad1..92407d0 100644 --- a/gdb/gdbserver/low-sim.c +++ b/gdb/gdbserver/low-sim.c @@ -1,5 +1,6 @@ /* Low level interface to simulators, for the remote server for GDB. - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/low-sparc.c b/gdb/gdbserver/low-sparc.c index b7f3486..4617286 100644 --- a/gdb/gdbserver/low-sparc.c +++ b/gdb/gdbserver/low-sparc.c @@ -1,5 +1,6 @@ /* Low level interface to ptrace, for the remote server for GDB. - Copyright (C) 1986, 1987, 1993 Free Software Foundation, Inc. + Copyright 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, 2001 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/low-sun3.c b/gdb/gdbserver/low-sun3.c index 17a64b5..f920da4 100644 --- a/gdb/gdbserver/low-sun3.c +++ b/gdb/gdbserver/low-sun3.c @@ -1,5 +1,6 @@ /* Low level interface to ptrace, for the remote server for GDB. - Copyright (C) 1986, 1987, 1993 Free Software Foundation, Inc. + Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/remote-utils.c b/gdb/gdbserver/remote-utils.c index 614466d..f486b10 100644 --- a/gdb/gdbserver/remote-utils.c +++ b/gdb/gdbserver/remote-utils.c @@ -1,5 +1,6 @@ /* Remote utility routines for the remote server for GDB. - Copyright (C) 1986, 1989, 1993 Free Software Foundation, Inc. + Copyright 1986, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c index 8e6e8bd..ab37b2e 100644 --- a/gdb/gdbserver/server.c +++ b/gdb/gdbserver/server.c @@ -1,5 +1,6 @@ /* Main code for remote server for GDB. - Copyright (C) 1989, 1993 Free Software Foundation, Inc. + Copyright 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/server.h b/gdb/gdbserver/server.h index 90f9bce..2e0b7ba 100644 --- a/gdb/gdbserver/server.h +++ b/gdb/gdbserver/server.h @@ -1,5 +1,6 @@ /* Common definitions for remote server for GDB. - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright 1993, 1995, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/utils.c b/gdb/gdbserver/utils.c index a22889c..cd9f8c3 100644 --- a/gdb/gdbserver/utils.c +++ b/gdb/gdbserver/utils.c @@ -1,5 +1,6 @@ /* General utility routines for the remote server for GDB. - Copyright (C) 1986, 1989, 1993 Free Software Foundation, Inc. + Copyright 1986, 1989, 1993, 1995, 1996, 1997, 1999, 2000 + Free Software Foundation, Inc. This file is part of GDB. |