diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/dyn-string.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 4e1ab9f..37c6cfd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2004-02-24 Ian Lance Taylor <ian@wasabisystems.com> + + * dyn-string.h: Update copyright date. + 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com> * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and diff --git a/include/dyn-string.h b/include/dyn-string.h index aa5e385..85f88b1 100644 --- a/include/dyn-string.h +++ b/include/dyn-string.h @@ -1,5 +1,5 @@ /* An abstract string datatype. - Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2002, 2004 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GCC. |