aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-06-30 17:26:29 +0000
committerRichard Stallman <rms@gnu.org>1993-06-30 17:26:29 +0000
commitb3fcd2906ad11dc8fa9c04bdbf52b2b0e4a4db6a (patch)
tree3f35e8198e6e813b33c492259febf48f65a7201e /gcc
parentdaa4489f7b9b74b63456374e5b48cc60205e468d (diff)
downloadgcc-b3fcd2906ad11dc8fa9c04bdbf52b2b0e4a4db6a.zip
gcc-b3fcd2906ad11dc8fa9c04bdbf52b2b0e4a4db6a.tar.gz
gcc-b3fcd2906ad11dc8fa9c04bdbf52b2b0e4a4db6a.tar.bz2
Fix copyright years.
From-SVN: r4802
Diffstat (limited to 'gcc')
-rw-r--r--gcc/print-rtl.c2
-rw-r--r--gcc/rtl.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c
index 651659e..5570639 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.
diff --git a/gcc/rtl.def b/gcc/rtl.def
index 1585ea3..bc219b6 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -1,7 +1,7 @@
/* This file contains the definitions and documentation for the
Register Transfer Expressions (rtx's) that make up the
Register Transfer Language (rtl) used in the Back End of the GNU 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.