aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2005-01-06 20:23:38 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-01-06 20:23:38 +0000
commit0a57b6af88e980d07ea864645055607fa843b5d9 (patch)
tree505bd1e6c50637c48860d378a5fbcc72f0375104 /gcc
parent27d6592cc72001b4d4c9b9b4555eecc19d0203e9 (diff)
downloadgcc-0a57b6af88e980d07ea864645055607fa843b5d9.zip
gcc-0a57b6af88e980d07ea864645055607fa843b5d9.tar.gz
gcc-0a57b6af88e980d07ea864645055607fa843b5d9.tar.bz2
Update copyright dateas
From-SVN: r93005
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/class.c2
-rw-r--r--gcc/cp/method.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index 00e6a7e..4512950 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -1,6 +1,6 @@
/* Functions related to building classes and their related objects.
Copyright (C) 1987, 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.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GCC.
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 8cb9e20..09317a7 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -1,7 +1,7 @@
/* Handle the hair of processing (but not expanding) inline functions.
Also manage function and variable name overloading.
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.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GCC.