aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorRodney Brown <RodneyBrown@mynd.com>2000-12-07 01:58:25 +0000
committerJeff Law <law@gcc.gnu.org>2000-12-06 18:58:25 -0700
commit2398fb2aeafe5a2a28b71093a0f3103dbaf12bc5 (patch)
treea7cc26b2275095bc2f363204cd016c11be36305c /gcc/config
parent48e1571acc3af00c4fc34867ff8831ab1ceb587d (diff)
downloadgcc-2398fb2aeafe5a2a28b71093a0f3103dbaf12bc5.zip
gcc-2398fb2aeafe5a2a28b71093a0f3103dbaf12bc5.tar.gz
gcc-2398fb2aeafe5a2a28b71093a0f3103dbaf12bc5.tar.bz2
osf.h: Standarize copyright statement.
* config/alpha/osf.h: Standarize copyright statement. * config/arc/arc.h: Likewise. * config/arm/elf.h config/arm/coff.h config/arm/aout.h: Likewise. * config/arm/arm.c config/arm/arm.h: Likewise. * config/elxsi/elxsi.h: Likewise. * config/i386/sco.h: Likewise. * config/m68k/crds.h config/m68k/hp320.h config/m68k/lynx.h: Likewise. * config/m68k/m68kv4.h config/m68k/next21.h: Likewise. * config/m68k/sun3.h: Likewise. * config/m88k/dgux.h config/m88k/dguxbcs.h: Likewise. * config/pdp11/2bsd.h config/pdp11/pdp11.h: Likewise. * config/romp/romp.h: Likewise. * config/rs6000/aix41.h: Likewise. * config/sparc/sysv4.h: Likewise. * config/we32k/we32k.c config/we32k/we32k.h: Likewise. * fixinc/gnu-regex.c fixinc/gnu-regex.h: Likewise. * cpplib.h cppexp.c cselib.h profile.c: Likewise. * longlong.h: Likewise. * libgcc2.c: Likewise. From-SVN: r38088
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/alpha/osf.h3
-rw-r--r--gcc/config/arc/arc.h3
-rw-r--r--gcc/config/arm/aout.h3
-rw-r--r--gcc/config/arm/arm.c3
-rw-r--r--gcc/config/arm/arm.h3
-rw-r--r--gcc/config/arm/coff.h3
-rw-r--r--gcc/config/arm/elf.h3
-rw-r--r--gcc/config/elxsi/elxsi.h3
-rw-r--r--gcc/config/i386/sco.h3
-rw-r--r--gcc/config/m68k/crds.h3
-rw-r--r--gcc/config/m68k/hp320.h3
-rw-r--r--gcc/config/m68k/lynx.h3
-rw-r--r--gcc/config/m68k/m68kv4.h3
-rw-r--r--gcc/config/m68k/next21.h3
-rw-r--r--gcc/config/m68k/sun3.h3
-rw-r--r--gcc/config/pdp11/2bsd.h2
-rw-r--r--gcc/config/pdp11/pdp11.h3
-rw-r--r--gcc/config/romp/romp.h3
-rw-r--r--gcc/config/rs6000/aix41.h2
-rw-r--r--gcc/config/sparc/sysv4.h3
-rw-r--r--gcc/config/we32k/we32k.c2
-rw-r--r--gcc/config/we32k/we32k.h2
22 files changed, 40 insertions, 22 deletions
diff --git a/gcc/config/alpha/osf.h b/gcc/config/alpha/osf.h
index f4ad241..17538f6 100644
--- a/gcc/config/alpha/osf.h
+++ b/gcc/config/alpha/osf.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for DEC Alpha on OSF/1.
- Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998
+ Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
This file is part of GNU CC.
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h
index 3a15d6d..de005e6 100644
--- a/gcc/config/arc/arc.h
+++ b/gcc/config/arc/arc.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, Argonaut ARC cpu.
- Copyright (C) 1994, 95, 97, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h
index d270f85..2a151c9 100644
--- a/gcc/config/arm/aout.h
+++ b/gcc/config/arm/aout.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for ARM with a.out
- Copyright (C) 1995 - 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Richard Earnshaw (rearnsha@armltd.co.uk).
This file is part of GNU CC.
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index cdcc366..984afa4 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -1,5 +1,6 @@
/* Output routines for GCC for ARM.
- Copyright (C) 1991, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
and Martin Simmons (@harleqn.co.uk).
More major hacks by Richard Earnshaw (rearnsha@arm.com).
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 4390204..0aa9024 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for ARM.
- Copyright (C) 1991, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
and Martin Simmons (@harleqn.co.uk).
More major hacks by Richard Earnshaw (rearnsha@arm.com)
diff --git a/gcc/config/arm/coff.h b/gcc/config/arm/coff.h
index b69ca3e..6884029 100644
--- a/gcc/config/arm/coff.h
+++ b/gcc/config/arm/coff.h
@@ -1,6 +1,7 @@
/* Definitions of target machine for GNU compiler.
For ARM with COFF object format.
- Copyright (C) 1995 - 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Doug Evans (devans@cygnus.com).
This file is part of GNU CC.
diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h
index 99f5861..355d40e 100644
--- a/gcc/config/arm/elf.h
+++ b/gcc/config/arm/elf.h
@@ -1,6 +1,7 @@
/* Definitions of target machine for GNU compiler.
For ARM with ELF obj format.
- Copyright (C) 1995 - 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Philip Blundell <philb@gnu.org> and
Catherine Moore <clm@cygnus.com>
diff --git a/gcc/config/elxsi/elxsi.h b/gcc/config/elxsi/elxsi.h
index 038912c..8aefa21 100644
--- a/gcc/config/elxsi/elxsi.h
+++ b/gcc/config/elxsi/elxsi.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler. Elxsi version.
- Copyright (C) 1987, 88, 92, 95, 96, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com> in 1988. This is the first
64 bit port of GNU CC.
Based upon the VAX port.
diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h
index 53053a2..f7c366e 100644
--- a/gcc/config/i386/sco.h
+++ b/gcc/config/i386/sco.h
@@ -1,5 +1,6 @@
/* Definitions for Intel 386 running SCO Unix System V.
- Copyright (C) 1988, 92, 94, 95, 96, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1992, 1994, 1995, 1996, 1999
+ Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/config/m68k/crds.h b/gcc/config/m68k/crds.h
index 1fcc729..b3e8078 100644
--- a/gcc/config/m68k/crds.h
+++ b/gcc/config/m68k/crds.h
@@ -1,6 +1,7 @@
/* Definitions of target machine for GNU compiler;
Charles River Data Systems UNiverse/32.
- Copyright (C) 1987, 93, 94, 96, 97, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Gary E. Miller (Gary_Edmunds_Miller@cup.portal.com)
This file is part of GNU CC.
diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h
index f9b2aa2..8314005 100644
--- a/gcc/config/m68k/hp320.h
+++ b/gcc/config/m68k/hp320.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler. HP-UX 68000/68020 version.
- Copyright (C) 1987, 88, 93, 94, 95, 96, 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/config/m68k/lynx.h b/gcc/config/m68k/lynx.h
index 393cb64..74fefd7 100644
--- a/gcc/config/m68k/lynx.h
+++ b/gcc/config/m68k/lynx.h
@@ -1,5 +1,6 @@
/* Definitions for Motorola 680x0 running LynxOS.
- Copyright (C) 1993, 94, 95, 96, 98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/config/m68k/m68kv4.h b/gcc/config/m68k/m68kv4.h
index c5e2d9d..dafe7fd 100644
--- a/gcc/config/m68k/m68kv4.h
+++ b/gcc/config/m68k/m68kv4.h
@@ -1,5 +1,6 @@
/* Target definitions for GNU compiler for mc680x0 running System V.4
- Copyright (C) 1991, 93, 94, 95, 96, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com) and
Fred Fish (fnf@cygnus.com).
diff --git a/gcc/config/m68k/next21.h b/gcc/config/m68k/next21.h
index 5d18c4e..960bcf3 100644
--- a/gcc/config/m68k/next21.h
+++ b/gcc/config/m68k/next21.h
@@ -1,5 +1,6 @@
/* Target definitions for GNU compiler for mc680x0 running NeXTSTEP 2.1
- Copyright (C) 1989, 90, 91, 92, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994
+ Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h
index 7c817a1..f1727e0 100644
--- a/gcc/config/m68k/sun3.h
+++ b/gcc/config/m68k/sun3.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler. Sun 68000/68020 version.
- Copyright (C) 1987, 88, 93, 95, 96, 98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1993, 1995, 1996, 1998, 1999
+ Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/config/pdp11/2bsd.h b/gcc/config/pdp11/2bsd.h
index 54c368c..117992a 100644
--- a/gcc/config/pdp11/2bsd.h
+++ b/gcc/config/pdp11/2bsd.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for a PDP with 2BSD
- Copyright (C) 1995, 96, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
This file is part of GNU CC.
diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h
index c670a99..190a594 100644
--- a/gcc/config/pdp11/pdp11.h
+++ b/gcc/config/pdp11/pdp11.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for the pdp-11
- Copyright (C) 1994, 95, 96, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
This file is part of GNU CC.
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h
index 742c894..d8784c9 100644
--- a/gcc/config/romp/romp.h
+++ b/gcc/config/romp/romp.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for ROMP chip.
- Copyright (C) 1989, 91, 93, 95, 96, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1991, 1993, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC.
diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h
index 186fb8e..e21d5de 100644
--- a/gcc/config/rs6000/aix41.h
+++ b/gcc/config/rs6000/aix41.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler,
for IBM RS/6000 POWER running AIX version 4.1.
- Copyright (C) 1994, 95, 1996, 1997, 1998, 1999, 2000
+ Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by David Edelsohn (edelsohn@gnu.org).
diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h
index 0825910..19b7f15 100644
--- a/gcc/config/sparc/sysv4.h
+++ b/gcc/config/sparc/sysv4.h
@@ -1,5 +1,6 @@
/* Target definitions for GNU compiler for Sparc running System V.4
- Copyright (C) 1991, 92, 95, 96, 97, 1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1992, 1995, 1996, 1997, 1998, 2000
+ Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com).
This file is part of GNU CC.
diff --git a/gcc/config/we32k/we32k.c b/gcc/config/we32k/we32k.c
index 4a39dc8..6d5c00a 100644
--- a/gcc/config/we32k/we32k.c
+++ b/gcc/config/we32k/we32k.c
@@ -1,5 +1,5 @@
/* Subroutines for insn-output.c for AT&T we32000 Family.
- Copyright (C) 1991, 92, 1997, 1998, 1999, 2000
+ Copyright (C) 1991, 1992, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by John Wehle (john@feith1.uucp)
diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h
index 845067c..5da5d27 100644
--- a/gcc/config/we32k/we32k.h
+++ b/gcc/config/we32k/we32k.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler. AT&T we32000 version.
- Copyright (C) 1991, 92, 93, 94, 95, 96, 98, 99, 2000
+ Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by John Wehle (john@feith1.uucp)