aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/dbxout.c3
-rw-r--r--gcc/defaults.h2
-rw-r--r--gcc/dwarfout.c3
-rw-r--r--gcc/emit-rtl.c3
-rw-r--r--gcc/except.c3
-rw-r--r--gcc/except.h2
-rw-r--r--gcc/explow.c3
-rw-r--r--gcc/expmed.c3
-rw-r--r--gcc/expr.h3
9 files changed, 16 insertions, 9 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 8c7b328..7db2070 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 e421e12..0582c00c 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 9474425..ab7fef0 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 17f8f09..d6f736e 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 2b84168..0a563b4 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 414f52a..a1408c3 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 5883ada..b87764b 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 736a7f2..a7f542b 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 22af908..4c4bcc4 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.