summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 02:13:02 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 02:13:02 +0000
commita33e06b7945e7ec884457aa23d3e4d0f059678e3 (patch)
tree9afdefeb186774d02fa371ac42455838be5fb0cb
parent9a092dd4651a4d41e78459cc670e122a51a4dd05 (diff)
downloadgcc-a33e06b7945e7ec884457aa23d3e4d0f059678e3.tar.gz
Update copyright from last checkin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109866 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/call.c2
-rw-r--r--gcc/cp/cvt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index 67d368cd801..66b0b03e719 100644
--- a/gcc/cp/call.c
+++ b/gcc/cp/call.c
@@ -1,6 +1,6 @@
/* Functions related to invoking methods and overloaded functions.
Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) and
modified by Brendan Kehoe (brendan@cygnus.com).
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c
index 119ba18d070..8bf2e193e80 100644
--- a/gcc/cp/cvt.c
+++ b/gcc/cp/cvt.c
@@ -1,6 +1,6 @@
/* Language-level data type conversion for GNU C++.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GCC.