From: Kazu Hirata Date: Fri, 23 Jan 2004 23:49:36 +0000 (+0000) Subject: * recog.c: Fix a typo in copyright. X-Git-Tag: releases/gcc-4.0.0~10775 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55cd46331df4cbfc9a3c96df9272d99424880522;p=thirdparty%2Fgcc.git * recog.c: Fix a typo in copyright. From-SVN: r76467 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 88238c18d951..12884b7c9a65 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-23 Kazu Hirata + + * recog.c: Fix a typo in copyright. + 2004-01-23 Andrew Pinski * config/rs6000/rs6000.md (call): Fix misappiled patch. diff --git a/gcc/recog.c b/gcc/recog.c index ec6be317c81e..2224c5ac8f43 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -1,6 +1,6 @@ /* Subroutines used by or related to instruction recognition. Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 - 1999, 2000, 2001, 2002, 2003, 2004, 2003 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC.