* friend.c, lex.c, mangle.c, repo.c: Update copyright.

From-SVN: r99171
This commit is contained in:
Kazu Hirata 2005-05-03 18:34:03 +00:00 committed by Kazu Hirata
parent 26ba801a79
commit b39309c8a1
5 changed files with 9 additions and 4 deletions

View 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> 2005-05-02 Kazu Hirata <kazu@cs.umass.edu>
* class.c (local_classes, init_class_processing): Use VEC * class.c (local_classes, init_class_processing): Use VEC

View File

@ -1,5 +1,5 @@
/* Help friends in C++. /* 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. Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,6 +1,6 @@
/* Separate lexical analyzer for GNU C++. /* Separate lexical analyzer for GNU C++.
Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 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) Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,6 @@
/* Name mangling for the 3.0 C++ ABI. /* 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> Written by Alex Samuel <sameul@codesourcery.com>
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Code to maintain a C++ template repository. /* 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. Free Software Foundation, Inc.
Contributed by Jason Merrill (jason@cygnus.com) Contributed by Jason Merrill (jason@cygnus.com)