diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-29 22:15:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-29 22:15:53 +0000 |
commit | 5f99662735ed399745e157dd7fe0632e9386a430 (patch) | |
tree | fc92e4f2847b08e863fac0bea07f7e354b69f0da /gcc/c-format.c | |
parent | 2f1de1872a9313b5490ff68151d2467e9bc1237e (diff) | |
download | gcc-5f99662735ed399745e157dd7fe0632e9386a430.zip gcc-5f99662735ed399745e157dd7fe0632e9386a430.tar.gz gcc-5f99662735ed399745e157dd7fe0632e9386a430.tar.bz2 |
builtin-types.def, [...]: Update copyright.
* builtin-types.def, c-convert.c, c-format.c, ddg.c, debug.c,
debug.h, et-forest.c, et-forest.h, gcov.c, rtl-profile.c,
rtlhooks-def.h, rtlhooks.c, sdbout.c, tree-inline.h,
tree-profile.c, tsystem.h, value-prof.h: Update copyright.
From-SVN: r97209
Diffstat (limited to 'gcc/c-format.c')
-rw-r--r-- | gcc/c-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-format.c b/gcc/c-format.c index a228b4b..20b8727 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -1,6 +1,6 @@ /* Check calls to formatted I/O functions (-Wformat). Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. |