]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cppdefault.c, cppdefault.h, timevar.h: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 3 Nov 2004 03:23:49 +0000 (03:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 3 Nov 2004 03:23:49 +0000 (03:23 +0000)
From-SVN: r90020

gcc/ChangeLog
gcc/cppdefault.c
gcc/cppdefault.h
gcc/timevar.h

index b2ca7327e35b43b5dc309bce453ac1bce7d91f60..e71cba6cfb47f72cd9da2e098c08dd7b21fa5119 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-03  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cppdefault.c, cppdefault.h, timevar.h: Update copyright.
+
 2004-11-03  Kazu Hirata  <kazu@cs.umass.edu>
 
        * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.
index 1767bbf05a96bcbc81483db110ee0fabea35eb88..5f73dc56bbdc61faffae5a3a61c6eb9c13f3fc69 100644 (file)
@@ -1,6 +1,6 @@
 /* CPP Library.
    Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Per Bothner, 1994-95.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
index 140f50bc8e223636e3528a81df2c19a3e6671f9a..149b418b2be8e01e04c28ab8801a8d98cf2db9c0 100644 (file)
@@ -1,6 +1,6 @@
 /* CPP Library.
    Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Per Bothner, 1994-95.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
index f78ab196d00f1db132e8b6fea3040ea13f57f932..8747cdf25d39ec1848cac579c461b43d343fc07d 100644 (file)
@@ -1,5 +1,5 @@
 /* Timing variables for measuring compiler performance.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
    This file is part of GCC.