diff options
author | Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> | 2005-01-11 19:24:12 +0100 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2005-01-11 19:24:12 +0100 |
commit | 6c25a4f7cbb1debbe1822ea9135c6b470ba06b6d (patch) | |
tree | 24b4b0fa3a3bc28a8197bbfeb4b487104c1a14fb /libcpp/include/cpplib.h | |
parent | ecfd72e73953290c03c9f41112b474b28b8234b8 (diff) | |
download | gcc-6c25a4f7cbb1debbe1822ea9135c6b470ba06b6d.zip gcc-6c25a4f7cbb1debbe1822ea9135c6b470ba06b6d.tar.gz gcc-6c25a4f7cbb1debbe1822ea9135c6b470ba06b6d.tar.bz2 |
* include/cpplib.h: Also update copyright years.
From-SVN: r93191
Diffstat (limited to 'libcpp/include/cpplib.h')
-rw-r--r-- | libcpp/include/cpplib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index 1d95b86..c381446 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -1,5 +1,6 @@ /* Definitions for CPP library. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, + 2004, 2005 Free Software Foundation, Inc. Written by Per Bothner, 1994-95. |