diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 06:04:48 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 06:04:48 +0000 |
commit | ddca3e9d36db1952b21eafa7b6768731bc0dac6b (patch) | |
tree | 4b7fce2e3957391f171b65db7f3db8b039d296cd | |
parent | 00059bc7cfd6156b9594f417022d97740f786e45 (diff) | |
download | gcc-ddca3e9d36db1952b21eafa7b6768731bc0dac6b.tar.gz |
Copyright fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32174 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/dbxout.c | 3 | ||||
-rw-r--r-- | gcc/defaults.h | 2 | ||||
-rw-r--r-- | gcc/dwarfout.c | 3 | ||||
-rw-r--r-- | gcc/emit-rtl.c | 3 | ||||
-rw-r--r-- | gcc/except.c | 3 | ||||
-rw-r--r-- | gcc/except.h | 2 | ||||
-rw-r--r-- | gcc/explow.c | 3 | ||||
-rw-r--r-- | gcc/expmed.c | 3 | ||||
-rw-r--r-- | gcc/expr.h | 3 |
9 files changed, 16 insertions, 9 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 8c7b32879b8..7db2070fcd5 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -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. diff --git a/gcc/defaults.h b/gcc/defaults.h index e421e1295a2..0582c00c058 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -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. diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 94744259b1c..ab7fef006d1 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -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. diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 17f8f0987e0..d6f736e707b 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -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. diff --git a/gcc/except.c b/gcc/except.c index 2b841680802..0a563b49592 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -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. diff --git a/gcc/except.h b/gcc/except.h index 414f52ae6da..a1408c37ca7 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -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. diff --git a/gcc/explow.c b/gcc/explow.c index 5883adaee81..b87764b6180 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -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. diff --git a/gcc/expmed.c b/gcc/expmed.c index 736a7f2bdf7..a7f542bd9a9 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -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. diff --git a/gcc/expr.h b/gcc/expr.h index 22af908908f..4c4bcc4b454 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -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. |