aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Christopher <echristo@gcc.gnu.org>2006-01-18 02:13:02 +0000
committerEric Christopher <echristo@gcc.gnu.org>2006-01-18 02:13:02 +0000
commitc637eb15a2b0df85f831b3a38dd20e189533684d (patch)
tree9afdefeb186774d02fa371ac42455838be5fb0cb /gcc
parentc1310792a41e44c2bba7339c50933730a39b335b (diff)
downloadgcc-c637eb15a2b0df85f831b3a38dd20e189533684d.zip
gcc-c637eb15a2b0df85f831b3a38dd20e189533684d.tar.gz
gcc-c637eb15a2b0df85f831b3a38dd20e189533684d.tar.bz2
Update copyright from last checkin.
From-SVN: r109866
Diffstat (limited to 'gcc')
-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 67d368c..66b0b03 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 119ba18..8bf2e19 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.