diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-30 17:26:29 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-30 17:26:29 +0000 |
commit | 104a2accf66ee2426e76695a6e2d1b86e02ab14a (patch) | |
tree | 3f35e8198e6e813b33c492259febf48f65a7201e /gcc/print-rtl.c | |
parent | 858883b2c7e76787dfe3a5a9267eb43bf4ff3328 (diff) | |
download | gcc-104a2accf66ee2426e76695a6e2d1b86e02ab14a.tar.gz |
Fix copyright years.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4802 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/print-rtl.c')
-rw-r--r-- | gcc/print-rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index 651659eb924..557063962e8 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -1,5 +1,5 @@ /* Print RTL for GNU C Compiler. - Copyright (C) 1987-1991 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1992 Free Software Foundation, Inc. This file is part of GNU CC. |