diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-03 18:34:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-03 18:34:03 +0000 |
commit | b39309c8a1ce0ce73c32d339ca661b0fc2190c04 (patch) | |
tree | 613177dc52842db5de4562dc7598889102574945 /gcc | |
parent | 26ba801a791ccd9dff5923e5e7429cea4ae1f3be (diff) | |
download | gcc-b39309c8a1ce0ce73c32d339ca661b0fc2190c04.zip gcc-b39309c8a1ce0ce73c32d339ca661b0fc2190c04.tar.gz gcc-b39309c8a1ce0ce73c32d339ca661b0fc2190c04.tar.bz2 |
* friend.c, lex.c, mangle.c, repo.c: Update copyright.
From-SVN: r99171
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/friend.c | 2 | ||||
-rw-r--r-- | gcc/cp/lex.c | 2 | ||||
-rw-r--r-- | gcc/cp/mangle.c | 3 | ||||
-rw-r--r-- | gcc/cp/repo.c | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ee526e2..5813927 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c index 213f8d7..3f7a260 100644 --- a/gcc/cp/friend.c +++ b/gcc/cp/friend.c @@ -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. diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 04f648f..0af3381 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -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. diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c index 15a42b1..2dd3e93 100644 --- a/gcc/cp/mangle.c +++ b/gcc/cp/mangle.c @@ -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. diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index 92a53b5..370ecec 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -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) |