c-typeck.c: Update copyright date.
authorCarlos O'Donell <carlos@codesourcery.com>
Thu, 5 Jan 2006 19:39:22 +0000 (19:39 +0000)
committerCarlos O'Donell <carlos@gcc.gnu.org>
Thu, 5 Jan 2006 19:39:22 +0000 (19:39 +0000)
gcc/

2006-01-05  Carlos O'Donell  <carlos@codesourcery.com>

* c-typeck.c: Update copyright date.

From-SVN: r109387

gcc/ChangeLog
gcc/c-typeck.c

index 6f86398ba30f348f30b7af676acb2d21c5d1367f..632e4b38e39ccdfb3413199e194a8bd640fc5472 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-05  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * c-typeck.c: Update copyright date.
+
 2006-01-05  Carlos O'Donell  <carlos@codesourcery.com>
 
        * c-typeck.c (build_c_cast): Always warn when casting
index 176ba7e8eecd36daa4e0d3ba1f00b2028258a167..bda87890de557e5f55fa881572bfef30c9fff822 100644 (file)
@@ -1,6 +1,7 @@
 /* Build expressions with type checking for C compiler.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006  
+   Free Software Foundation, Inc.
 
 This file is part of GCC.