* operators.def, optimize.c: Update copyright.
From-SVN: r100363
This commit is contained in:
parent
897f1a8b3c
commit
2a8a8f8fc2
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-05-30 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* operators.def, optimize.c: Update copyright.
|
||||
|
||||
2005-05-28 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
PR c++/21340
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
non-overloadable operators (like the `?:' ternary operator).
|
||||
Written by Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Perform optimizations on tree structure.
|
||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
|
||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
|
||||
Free Software Foundation, Inc.
|
||||
Written by Mark Michell (mark@codesourcery.com).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue