* dump.c, g++spec.c, repo.c: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 15 Oct 2004 14:49:30 +0000 (14:49 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 15 Oct 2004 14:49:30 +0000 (14:49 +0000)
From-SVN: r89098

gcc/cp/ChangeLog
gcc/cp/dump.c
gcc/cp/g++spec.c
gcc/cp/repo.c

index 64ff6610e4ae1565ddb4404f4a7d51f9d8130761..6a7fce8bebdf4e2d2e67e6f9df1dad1e000e2d01 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * dump.c, g++spec.c, repo.c: Update copyright.
+
 2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
 
        * decl.c: Fix a comment typo.
index ce136afb5bf4f3e7d95ec2bb2eb9c647362600f4..357435f1dcdf827049ebe2c408bfa86ecc8b2e82 100644 (file)
@@ -1,5 +1,5 @@
 /* Tree-dumping functionality for intermediate representation.
-   Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>
 
 This file is part of GCC.
index df9dd400a9115bbade6f8748e292905213dfd8aa..11580e28929a252dce346202581b459884a494e7 100644 (file)
@@ -1,5 +1,5 @@
 /* Specific flags and argument handling of the C++ front-end.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 8688771b71c4e643ddf655bccb739e93b74e8a38..7f178f9089b50f00b56b38ccd347bc20d587551e 100644 (file)
@@ -1,5 +1,5 @@
 /* Code to maintain a C++ template repository.
-   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003
+   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Jason Merrill (jason@cygnus.com)