diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 16:58:10 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 16:58:10 +0000 |
commit | cda77167e5e6f7f80faa500f096ae98a0ab378b8 (patch) | |
tree | 7c789ee9bdfa7d1b5a1107cc7b60b3f0443733cb /stdio-common/_itoa.c | |
parent | d8cdfda31e549353cad281ac112fcde6db6e521b (diff) | |
download | glibc-cda77167e5e6f7f80faa500f096ae98a0ab378b8.tar glibc-cda77167e5e6f7f80faa500f096ae98a0ab378b8.tar.gz glibc-cda77167e5e6f7f80faa500f096ae98a0ab378b8.tar.bz2 glibc-cda77167e5e6f7f80faa500f096ae98a0ab378b8.zip |
Update Copyright years.cvs/fedora-glibc-2_5-20070712T1701
Diffstat (limited to 'stdio-common/_itoa.c')
-rw-r--r-- | stdio-common/_itoa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/_itoa.c b/stdio-common/_itoa.c index d018313213..285fde2ab9 100644 --- a/stdio-common/_itoa.c +++ b/stdio-common/_itoa.c @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994, 1995, 1996, 1999, 2000, 2002, 2003, 2004 + Copyright (C) 1994, 1995, 1996, 1999, 2000, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Torbjorn Granlund <tege@matematik.su.se> |