summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_filerange_crc.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-02 00:39:14 +0000
committerPierre Joye <pajoye@php.net>2009-01-02 00:39:14 +0000
commit206a7cef30790c5d93c7037dbf089a3a95369161 (patch)
tree621f68c42dca4011e5d34a17270e4e318a22935e /ext/zip/lib/zip_filerange_crc.c
parentee86a20296b9f606e37edaecc362d7503137c105 (diff)
downloadphp-git-206a7cef30790c5d93c7037dbf089a3a95369161.tar.gz
- year++
Diffstat (limited to 'ext/zip/lib/zip_filerange_crc.c')
-rw-r--r--ext/zip/lib/zip_filerange_crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_filerange_crc.c b/ext/zip/lib/zip_filerange_crc.c
index 4d1ad56692..c6890987b1 100644
--- a/ext/zip/lib/zip_filerange_crc.c
+++ b/ext/zip/lib/zip_filerange_crc.c
@@ -1,6 +1,6 @@
/*
zip_filerange_crc.c -- compute CRC32 for a range of a file
- Copyright (C) 2008 Dieter Baron and Thomas Klausner
+ Copyright (C) 2008-2009 Dieter Baron and Thomas Klausner
This file is part of libzip, a library to manipulate ZIP archives.
The authors can be contacted at <libzip@nih.at>