diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2007-12-31 07:17:19 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2007-12-31 07:17:19 +0000 |
| commit | d1dded875129c9f6f3ed191653ac5c8fdaad7f13 (patch) | |
| tree | d3bd79763178273da4d27497bdb0baebe9b0caca /ext/zip/lib | |
| parent | f8a8196d6359916eebe5d6b63ccf0812720213e8 (diff) | |
| download | php-git-d1dded875129c9f6f3ed191653ac5c8fdaad7f13.tar.gz | |
MFH: Bump copyright year, 2 of 2.
Diffstat (limited to 'ext/zip/lib')
| -rw-r--r-- | ext/zip/lib/zip.h | 2 | ||||
| -rw-r--r-- | ext/zip/lib/zip_add_dir.c | 2 | ||||
| -rw-r--r-- | ext/zip/lib/zip_error.c | 2 | ||||
| -rw-r--r-- | ext/zip/lib/zip_error_clear.c | 2 | ||||
| -rw-r--r-- | ext/zip/lib/zip_file_error_clear.c | 2 | ||||
| -rw-r--r-- | ext/zip/lib/zip_open.c | 2 | ||||
| -rw-r--r-- | ext/zip/lib/zip_source_buffer.c | 2 | ||||
| -rw-r--r-- | ext/zip/lib/zip_source_filep.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ext/zip/lib/zip.h b/ext/zip/lib/zip.h index de115d38ae..b59610bfef 100644 --- a/ext/zip/lib/zip.h +++ b/ext/zip/lib/zip.h @@ -5,7 +5,7 @@ $NiH: zip.h,v 1.57 2006/04/24 14:04:19 dillo Exp $ zip.h -- exported declarations. - Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2008 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> diff --git a/ext/zip/lib/zip_add_dir.c b/ext/zip/lib/zip_add_dir.c index 957aaf1d2e..287ec4bab2 100644 --- a/ext/zip/lib/zip_add_dir.c +++ b/ext/zip/lib/zip_add_dir.c @@ -2,7 +2,7 @@ $NiH: zip_add_dir.c,v 1.1 2006/10/03 12:23:13 dillo Exp $ zip_add_dir.c -- add directory - Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2008 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> diff --git a/ext/zip/lib/zip_error.c b/ext/zip/lib/zip_error.c index aec1638dec..fe04778691 100644 --- a/ext/zip/lib/zip_error.c +++ b/ext/zip/lib/zip_error.c @@ -2,7 +2,7 @@ $NiH: zip_error.c,v 1.7 2005/06/09 19:57:09 dillo Exp $ zip_error.c -- struct zip_error helper functions - Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2008 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> diff --git a/ext/zip/lib/zip_error_clear.c b/ext/zip/lib/zip_error_clear.c index e3c81eb318..337335b6cb 100644 --- a/ext/zip/lib/zip_error_clear.c +++ b/ext/zip/lib/zip_error_clear.c @@ -2,7 +2,7 @@ $NiH: zip_error_clear.c,v 1.1 2006/10/04 15:21:09 dillo Exp $ zip_error_clear.c -- clear zip error - Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2008 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> diff --git a/ext/zip/lib/zip_file_error_clear.c b/ext/zip/lib/zip_file_error_clear.c index 86ed68f273..e5359114a9 100644 --- a/ext/zip/lib/zip_file_error_clear.c +++ b/ext/zip/lib/zip_file_error_clear.c @@ -2,7 +2,7 @@ $NiH: zip_file_error_clear.c,v 1.4 2006/10/04 18:37:54 wiz Exp $ zip_file_error_clear.c -- clear zip file error - Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2008 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> diff --git a/ext/zip/lib/zip_open.c b/ext/zip/lib/zip_open.c index 60526e8c91..e9d4667ab3 100644 --- a/ext/zip/lib/zip_open.c +++ b/ext/zip/lib/zip_open.c @@ -2,7 +2,7 @@ $NiH: zip_open.c,v 1.38 2006/05/04 00:01:26 dillo Exp $ zip_open.c -- open zip archive - Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2008 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> diff --git a/ext/zip/lib/zip_source_buffer.c b/ext/zip/lib/zip_source_buffer.c index a01f18d3f2..6f8ac640e9 100644 --- a/ext/zip/lib/zip_source_buffer.c +++ b/ext/zip/lib/zip_source_buffer.c @@ -2,7 +2,7 @@ $NiH: zip_source_buffer.c,v 1.8 2006/04/23 14:50:49 wiz Exp $ zip_source_buffer.c -- create zip data source from buffer - Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2008 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> diff --git a/ext/zip/lib/zip_source_filep.c b/ext/zip/lib/zip_source_filep.c index efc702686c..60b994e161 100644 --- a/ext/zip/lib/zip_source_filep.c +++ b/ext/zip/lib/zip_source_filep.c @@ -2,7 +2,7 @@ $NiH: zip_source_filep.c,v 1.6 2005/06/09 19:57:10 dillo Exp $ zip_source_filep.c -- create data source from FILE * - Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2008 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> |
