diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-07 20:43:06 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-07 20:43:06 -0500 |
commit | 175a444d3f1456071b956446cf50237157e71f29 (patch) | |
tree | b4c27975ef5f93b984d3ea6919bc86c362834838 | |
parent | 780c34830a24bc8e2c169d0a7687cd09e7e4c4f5 (diff) | |
download | gcc-175a444d3f1456071b956446cf50237157e71f29.zip gcc-175a444d3f1456071b956446cf50237157e71f29.tar.gz gcc-175a444d3f1456071b956446cf50237157e71f29.tar.bz2 |
Fix up copyright notice.
From-SVN: r8726
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index bfe75bd..653c477 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -1,5 +1,5 @@ /* Perform instruction reorganizations for delay slot filling. - Copyright (C) 1992, 1993, 1994. 1995 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu). Hacked by Michael Tiemann (tiemann@cygnus.com). |