diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-07 01:58:25 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-07 01:58:25 +0000 |
commit | 2fa871c1752ff32eda0e22fb0e2791dc35d5d2d2 (patch) | |
tree | a7cc26b2275095bc2f363204cd016c11be36305c /gcc/config/we32k | |
parent | ae229cc30745f64a55a7765a03aac4cde597e0c6 (diff) | |
download | gcc-2fa871c1752ff32eda0e22fb0e2791dc35d5d2d2.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38088 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/we32k')
-rw-r--r-- | gcc/config/we32k/we32k.c | 2 | ||||
-rw-r--r-- | gcc/config/we32k/we32k.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/we32k/we32k.c b/gcc/config/we32k/we32k.c index 4a39dc87a42..6d5c00a9dfe 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 845067cbc81..5da5d27f831 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) |