]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* friend.c, lex.c, mangle.c, repo.c: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 3 May 2005 18:34:03 +0000 (18:34 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 3 May 2005 18:34:03 +0000 (18:34 +0000)
From-SVN: r99171

gcc/cp/ChangeLog
gcc/cp/friend.c
gcc/cp/lex.c
gcc/cp/mangle.c
gcc/cp/repo.c

index ee526e2ec1398fb56849ebe12a45987fbf3556d1..58139271bacc627602a2a840ebf5209d5a103866 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * friend.c, lex.c, mangle.c, repo.c: Update copyright.
+
 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
 
        * class.c (local_classes, init_class_processing): Use VEC
index 213f8d729202da0b1f1237bde27b3984409a766f..3f7a2606246bc32a51f134674cb27922968f2c0f 100644 (file)
@@ -1,5 +1,5 @@
 /* Help friends in C++.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 04f648fddc87903356246049c62985e8cddb877a..0af33813c7cae31793fca205644fcb9380fc0a44 100644 (file)
@@ -1,6 +1,6 @@
 /* Separate lexical analyzer for GNU C++.
    Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 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.
index 15a42b1a897327e90084292858d93a7657810e86..2dd3e93bfc325f1cfac79f6798066abb6c25ca33 100644 (file)
@@ -1,5 +1,6 @@
 /* Name mangling for the 3.0 C++ ABI.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
    Written by Alex Samuel <sameul@codesourcery.com>
 
    This file is part of GCC.
index 92a53b5ad4ff4c2312fb3be8bd8e00d319cf2994..370ecec2ea08e63ebf0e3b8a8abd9d4079ef3fb5 100644 (file)
@@ -1,5 +1,5 @@
 /* Code to maintain a C++ template repository.
-   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Jason Merrill (jason@cygnus.com)