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/cselib.h | |
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/cselib.h')
-rw-r--r-- | gcc/cselib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cselib.h b/gcc/cselib.h index 879b9c6c3d5..59f811ad5e1 100644 --- a/gcc/cselib.h +++ b/gcc/cselib.h @@ -1,5 +1,6 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987, 88, 89, 92-7, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999 Free Software Foundation, Inc. This file is part of GNU CC. |