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/config/powerpc | |
parent | 8a5c92d3091f4264be6b925ab0fee80d532f1c04 (diff) | |
download | gdb-b6ba6518e9254bc25f88088228e93ac966ebccd1.zip gdb-b6ba6518e9254bc25f88088228e93ac966ebccd1.tar.gz gdb-b6ba6518e9254bc25f88088228e93ac966ebccd1.tar.bz2 |
Update/correct copyright notices.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/nm-aix.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/nm-linux.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/nm-macos.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/nm-nbsd.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-cygwin.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-linux.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-macos.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-ppc-aix.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-ppc-eabi.h | 3 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-ppc-nw.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-ppcle-eabi.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-solaris.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/xm-aix.h | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/xm-linux.h | 3 | ||||
-rw-r--r-- | gdb/config/powerpc/xm-mpw.h | 2 |
15 files changed, 17 insertions, 15 deletions
diff --git a/gdb/config/powerpc/nm-aix.h b/gdb/config/powerpc/nm-aix.h index d73c071..8c8a939 100644 --- a/gdb/config/powerpc/nm-aix.h +++ b/gdb/config/powerpc/nm-aix.h @@ -1,5 +1,5 @@ /* IBM PowerPC native-dependent macros for GDB, the GNU debugger. - Copyright 1995 Free Software Foundation, Inc. + Copyright 1995, 1996 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/nm-linux.h b/gdb/config/powerpc/nm-linux.h index 5eac7d3..b0e8a2b 100644 --- a/gdb/config/powerpc/nm-linux.h +++ b/gdb/config/powerpc/nm-linux.h @@ -1,5 +1,5 @@ /* IBM PowerPC native-dependent macros for GDB, the GNU debugger. - Copyright 1995 Free Software Foundation, Inc. + Copyright 1995, 2000 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/nm-macos.h b/gdb/config/powerpc/nm-macos.h index 9a710d1..820cbdb 100644 --- a/gdb/config/powerpc/nm-macos.h +++ b/gdb/config/powerpc/nm-macos.h @@ -1,5 +1,5 @@ /* PowerMac native-dependent macros for GDB, the GNU debugger. - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright 1995 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/nm-nbsd.h b/gdb/config/powerpc/nm-nbsd.h index a07e14f..0ff5309 100644 --- a/gdb/config/powerpc/nm-nbsd.h +++ b/gdb/config/powerpc/nm-nbsd.h @@ -1,5 +1,5 @@ /* Native-dependent definitions for PowerPC running NetBSD ELF, for GDB. - Copyright (C) 2000, Free Software Foundation, Inc. + Copyright 2000 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-cygwin.h b/gdb/config/powerpc/tm-cygwin.h index 39ef275..012d1d2 100644 --- a/gdb/config/powerpc/tm-cygwin.h +++ b/gdb/config/powerpc/tm-cygwin.h @@ -1,5 +1,5 @@ /* Macro definitions PowerPC running under the Cygwin API. - Copyright 1996 Free Software Foundation, Inc. + Copyright 1996, 1998 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-linux.h b/gdb/config/powerpc/tm-linux.h index cf3275e..182c245 100644 --- a/gdb/config/powerpc/tm-linux.h +++ b/gdb/config/powerpc/tm-linux.h @@ -1,5 +1,5 @@ /* Definitions to target GDB to Linux on 386. - Copyright 1992, 1993 Free Software Foundation, Inc. + Copyright 1992, 1993, 2000 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-macos.h b/gdb/config/powerpc/tm-macos.h index 1cb5050..8be3df9 100644 --- a/gdb/config/powerpc/tm-macos.h +++ b/gdb/config/powerpc/tm-macos.h @@ -1,5 +1,5 @@ /* Macro definitions for Power PC running MacOS. - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright 1995, 2000 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-ppc-aix.h b/gdb/config/powerpc/tm-ppc-aix.h index eae2362..03809c9 100644 --- a/gdb/config/powerpc/tm-ppc-aix.h +++ b/gdb/config/powerpc/tm-ppc-aix.h @@ -1,5 +1,5 @@ /* Macro definitions for Power PC running AIX. - Copyright 1995 Free Software Foundation, Inc. + Copyright 1995, 2000 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-ppc-eabi.h b/gdb/config/powerpc/tm-ppc-eabi.h index aef54dc..2640cfc 100644 --- a/gdb/config/powerpc/tm-ppc-eabi.h +++ b/gdb/config/powerpc/tm-ppc-eabi.h @@ -1,5 +1,6 @@ /* Macro definitions for Power PC running embedded ABI. - Copyright 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-ppc-nw.h b/gdb/config/powerpc/tm-ppc-nw.h index 32a58f4..ba8019f 100644 --- a/gdb/config/powerpc/tm-ppc-nw.h +++ b/gdb/config/powerpc/tm-ppc-nw.h @@ -1,5 +1,5 @@ /* Macro definitions for Power PC running Netware. - Copyright 1994 Free Software Foundation, Inc. + Copyright 1994, 2000 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-ppcle-eabi.h b/gdb/config/powerpc/tm-ppcle-eabi.h index 412b4c9..a6b1671 100644 --- a/gdb/config/powerpc/tm-ppcle-eabi.h +++ b/gdb/config/powerpc/tm-ppcle-eabi.h @@ -1,6 +1,6 @@ /* Macro definitions for Power PC running embedded ABI in little endian mode. - Copyright 1995 Free Software Foundation, Inc. + Copyright 1995, 1998 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-solaris.h b/gdb/config/powerpc/tm-solaris.h index 9d71775..6eb1186 100644 --- a/gdb/config/powerpc/tm-solaris.h +++ b/gdb/config/powerpc/tm-solaris.h @@ -1,5 +1,5 @@ /* Macro definitions for GDB for a PowerPC running Solaris 2 - Copyright 1996 Free Software Foundation, Inc. + Copyright 1996, 2000 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/xm-aix.h b/gdb/config/powerpc/xm-aix.h index aeb2995..cc98650 100644 --- a/gdb/config/powerpc/xm-aix.h +++ b/gdb/config/powerpc/xm-aix.h @@ -1,5 +1,5 @@ /* Parameters for hosting on an PowerPC, for GDB, the GNU debugger. - Copyright 1995 Free Software Foundation, Inc. + Copyright 1995, 1996, 2000 Free Software Foundation, Inc. Contributed by Cygnus Corporation. This file is part of GDB. diff --git a/gdb/config/powerpc/xm-linux.h b/gdb/config/powerpc/xm-linux.h index 0ca4c60..ea00ea1 100644 --- a/gdb/config/powerpc/xm-linux.h +++ b/gdb/config/powerpc/xm-linux.h @@ -1,5 +1,6 @@ /* Native support for linux, for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1992, 1996, 2000 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/xm-mpw.h b/gdb/config/powerpc/xm-mpw.h index 92c9a76..2fac992 100644 --- a/gdb/config/powerpc/xm-mpw.h +++ b/gdb/config/powerpc/xm-mpw.h @@ -1,5 +1,5 @@ /* Macro definitions for running GDB on Apple Power Macintoshes. - Copyright (C) 1994 Free Software Foundation, Inc. + Copyright 1994, 1995 Free Software Foundation, Inc. This file is part of GDB. |