aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@gcc.gnu.org>2004-01-15 15:00:34 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2004-01-15 15:00:34 +0000
commitfaa5faee49611c1a13172ef4aa67a62c41229ee5 (patch)
tree6fed59b160fe0e81771bf8468352368dbcbf10f7
parent2fabc3d68e20fdc8b9298ec387d3b36b56b2568e (diff)
downloadgcc-faa5faee49611c1a13172ef4aa67a62c41229ee5.zip
gcc-faa5faee49611c1a13172ef4aa67a62c41229ee5.tar.gz
gcc-faa5faee49611c1a13172ef4aa67a62c41229ee5.tar.bz2
add copyright 2004
From-SVN: r75927
-rw-r--r--gcc/cp/pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 0701c5b..97a7d78 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -1,6 +1,6 @@
/* Handle parameterized types (templates) for GNU C++.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003 Free Software Foundation, Inc.
+ 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing.
Rewritten by Jason Merrill (jason@cygnus.com).