summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_source_crc.c
diff options
context:
space:
mode:
authorSammy Kaye Powers <sammyk@sammykmedia.com>2017-01-04 11:23:42 -0600
committerSammy Kaye Powers <sammyk@sammykmedia.com>2017-01-04 11:23:42 -0600
commitdac6c639bb54e93fb24b82d25f74daaa12763512 (patch)
treed9bf04abad822fb87e5fefa3d99e527f36432f7e /ext/zip/lib/zip_source_crc.c
parent178c7d01f217f89d3cb33d35bc18812539aaf57e (diff)
downloadphp-git-dac6c639bb54e93fb24b82d25f74daaa12763512.tar.gz
Update copyright headers to 2017
Diffstat (limited to 'ext/zip/lib/zip_source_crc.c')
-rw-r--r--ext/zip/lib/zip_source_crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_source_crc.c b/ext/zip/lib/zip_source_crc.c
index 01f526c647..d0548690a3 100644
--- a/ext/zip/lib/zip_source_crc.c
+++ b/ext/zip/lib/zip_source_crc.c
@@ -1,6 +1,6 @@
/*
zip_source_crc.c -- pass-through source that calculates CRC32 and size
- Copyright (C) 2009-2016 Dieter Baron and Thomas Klausner
+ Copyright (c) 2009-2017 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>