Copyright fixes.
authorJeff Law <law@gcc.gnu.org>
Sat, 26 Feb 2000 06:04:48 +0000 (23:04 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 26 Feb 2000 06:04:48 +0000 (23:04 -0700)
From-SVN: r32174

gcc/dbxout.c
gcc/defaults.h
gcc/dwarfout.c
gcc/emit-rtl.c
gcc/except.c
gcc/except.h
gcc/explow.c
gcc/expmed.c
gcc/expr.h

index 8c7b32879b8a5270757709e0d88fc668a121aa10..7db2070fcd58e400ebfa304c803a2c0076b04b61 100644 (file)
@@ -1,5 +1,6 @@
 /* Output dbx-format symbol table information from GNU compiler.
-   Copyright (C) 1987, 88, 92-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index e421e1295a24b11208a2dbf68821e71c0cc8e076..0582c00c0585682562a3dbcd1745ad481925f340 100644 (file)
@@ -1,7 +1,7 @@
 /* Definitions of various defaults for how to do assembler output
    (most of which are designed to be appropriate for GAS or for
    some BSD assembler).
-   Copyright (C) 1992, 1996-1999 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
    Contributed by Ron Guilmette (rfg@monkeys.com)
 
 This file is part of GNU CC.
index 94744259b1c5bbd9dae8420d2db9b1f5fd04f273..ab7fef006d1510493bf1d353f2599442e2143f80 100644 (file)
@@ -1,5 +1,6 @@
 /* Output Dwarf format symbol table information from the GNU C compiler.
-   Copyright (C) 1992, 1993, 95-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
    Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
 
 This file is part of GNU CC.
index 17f8f0987e032317bbef3919d6900eb02d029e34..d6f736e707b9ba56acef8e8d0284d40238b125ff 100644 (file)
@@ -1,5 +1,6 @@
 /* Emit RTL for the GNU C-Compiler expander.
-   Copyright (C) 1987, 88, 92-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 2b841680802b6f3f2f7317acdc05505e3e94e74f..0a563b4959297ac385824d8f8b281affad11098a 100644 (file)
@@ -1,5 +1,6 @@
 /* Implements exception handling.
-   Copyright (C) 1989, 1992-1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 
+   1999, 2000 Free Software Foundation, Inc.
    Contributed by Mike Stump <mrs@cygnus.com>.
 
 This file is part of GNU CC.
index 414f52ae6da66ef2befc6e1fdf9d60ba9e523dc7..a1408c37ca78349dcef953d057af0bcba9747c6b 100644 (file)
@@ -1,5 +1,5 @@
 /* Exception Handling interface routines.
-   Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
    Contributed by Mike Stump <mrs@cygnus.com>.
 
 This file is part of GNU CC.
index 5883adaee81daece7dc9bea47b09ae63fd8df538..b87764b618076abbe198ffbc47a7ec97be757cd2 100644 (file)
@@ -1,5 +1,6 @@
 /* Subroutines for manipulating rtx's in semantically interesting ways.
-   Copyright (C) 1987, 91, 94-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1991, 1994, 1995, 1996, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 736a7f2bdf77f133aad95c8e1b97be628449af7b..a7f542bd9a940f7587bc25f1efe8ceab14945354 100644 (file)
@@ -1,6 +1,7 @@
 /* Medium-level subroutines: convert bit-field store and extract
    and shifts, multiplies and divides to rtl instructions.
-   Copyright (C) 1987, 88, 89, 92-98, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 22af908908fc744a30ba6554c8aba31697b89f19..4c4bcc4b4540920dae1dd822156b3edf63bbde30 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions for code generation pass of GNU compiler.
-   Copyright (C) 1987, 91-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.