diff options
author | Sebastian Bergmann <sebastian@php.net> | 2007-01-01 09:29:37 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2007-01-01 09:29:37 +0000 |
commit | 3717df72ae3e1b21b0670080515c82f118d0739e (patch) | |
tree | dddd713d75b6f3f6f3d7fc09cae551a67edbb3f1 /ext/zip/lib/zip_memdup.c | |
parent | 7928c645149b9f3a686702053159008ba1935127 (diff) | |
download | php-git-3717df72ae3e1b21b0670080515c82f118d0739e.tar.gz |
Bump year.
Diffstat (limited to 'ext/zip/lib/zip_memdup.c')
-rw-r--r-- | ext/zip/lib/zip_memdup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/lib/zip_memdup.c b/ext/zip/lib/zip_memdup.c index c4ecf4a69f..1d5635e8b3 100644 --- a/ext/zip/lib/zip_memdup.c +++ b/ext/zip/lib/zip_memdup.c @@ -1,8 +1,8 @@ /* - $NiH: zip_memdup.c,v 1.2 2006/04/24 10:34:39 dillo Exp $ + $NiH: zip_memdup.c,v 1.2 2007/04/24 10:34:39 dillo Exp $ zip_memdup.c -- internal zip function, "strdup" with len - Copyright (C) 1999, 2003, 2004, 2005, 2006 Dieter Baron and Thomas Klausner + Copyright (C) 1999, 2003, 2004, 2005, 2007 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. The authors can be contacted at <nih@giga.or.at> |