* cp-tree.def, except.c, ptree.c: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 11 Feb 2005 16:28:37 +0000 (16:28 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 11 Feb 2005 16:28:37 +0000 (16:28 +0000)
From-SVN: r94881

gcc/cp/ChangeLog
gcc/cp/cp-tree.def
gcc/cp/except.c
gcc/cp/ptree.c

index 4aa0118a62a76309dc305d582aa6eb1f7f81f334..490a54eadfebaaf3abc55fd29224f82f94f35752 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-11  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cp-tree.def, except.c, ptree.c: Update copyright.
+
 2005-02-09  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/19811
index bc606dba4ffcfd0e41c67cab851e4797800a7b69..1abc77bfcad3e609342d5d6c1e581cc2f35c24fe 100644 (file)
@@ -1,7 +1,7 @@
 /* This file contains the definitions and documentation for the
    additional tree codes used in the GNU C++ compiler (see tree.def
    for the standard codes).
-   Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998, 2003, 2004, 
+   Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998, 2003, 2004, 2005, 
    1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    Hacked by Michael Tiemann (tiemann@cygnus.com)
 
index 44521e3ab8d07c29f08e2cb23e0781d250a0eca7..4a0ccb913b9af400414c826f17b832b910a641a6 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle exceptional things in C++.
    Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
    Contributed by Michael Tiemann <tiemann@cygnus.com>
    Rewritten by Mike Stump <mrs@cygnus.com>, based upon an
    initial re-implementation courtesy Tad Hunt.
index d33ad9f7e25a940393c7cbc2a5ae703977cdf1cd..2ed91a3a79e81c1731304606bf75edaa1f64d539 100644 (file)
@@ -1,6 +1,6 @@
 /* Prints out trees in human readable form.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Hacked by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.