copyright police
diff --git a/LICENSE b/LICENSE index bf30801..8e3a62c 100644 --- a/LICENSE +++ b/LICENSE
@@ -1,4 +1,4 @@ -Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner +Copyright (C) 1999-2016 Dieter Baron and Thomas Klausner The authors can be contacted at <libzip@nih.at>
diff --git a/lib/make_zipconf.sh b/lib/make_zipconf.sh index 12e7b0a..cdf83f4 100644 --- a/lib/make_zipconf.sh +++ b/lib/make_zipconf.sh
@@ -1,7 +1,7 @@ #!/bin/sh # make_zipconf.sh: create platform specific include file zipconf.h -# Copyright (C) 1999-2009 Dieter Baron and Thomas Klausner +# Copyright (C) 1999-2011 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>
diff --git a/lib/zip_add_entry.c b/lib/zip_add_entry.c index d2530a1..9a9465c 100644 --- a/lib/zip_add_entry.c +++ b/lib/zip_add_entry.c
@@ -1,6 +1,6 @@ /* zip_add_entry.c -- create and init struct zip_entry - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_delete.c b/lib/zip_delete.c index 7be0926..34520b0 100644 --- a/lib/zip_delete.c +++ b/lib/zip_delete.c
@@ -1,6 +1,6 @@ /* zip_delete.c -- delete file from zip archive - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_discard.c b/lib/zip_discard.c index cf12215..1876c84 100644 --- a/lib/zip_discard.c +++ b/lib/zip_discard.c
@@ -1,6 +1,6 @@ /* zip_discard.c -- discard and free struct zip - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_error.c b/lib/zip_error.c index 802d93f..43ddf4f 100644 --- a/lib/zip_error.c +++ b/lib/zip_error.c
@@ -1,6 +1,6 @@ /* zip_error.c -- zip_error_t helper functions - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_error_strerror.c b/lib/zip_error_strerror.c index 060ff29..29efc8a 100644 --- a/lib/zip_error_strerror.c +++ b/lib/zip_error_strerror.c
@@ -1,6 +1,6 @@ /* zip_error_sterror.c -- get string representation of struct zip_error - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_error_to_str.c b/lib/zip_error_to_str.c index d5998e6..22de177 100644 --- a/lib/zip_error_to_str.c +++ b/lib/zip_error_to_str.c
@@ -1,6 +1,6 @@ /* zip_error_to_str.c -- get string representation of zip error code - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_file_get_offset.c b/lib/zip_file_get_offset.c index 0b09e0d..0257b04 100644 --- a/lib/zip_file_get_offset.c +++ b/lib/zip_file_get_offset.c
@@ -1,6 +1,6 @@ /* zip_file_get_offset.c -- get offset of file data in archive. - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_filerange_crc.c b/lib/zip_filerange_crc.c index 4530020..f2a27fa 100644 --- a/lib/zip_filerange_crc.c +++ b/lib/zip_filerange_crc.c
@@ -1,6 +1,6 @@ /* zip_filerange_crc.c -- compute CRC32 for a range of a file - Copyright (C) 2008-2014 Dieter Baron and Thomas Klausner + Copyright (C) 2008-2015 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>
diff --git a/lib/zip_fopen_index.c b/lib/zip_fopen_index.c index d626ce7..7496f98 100644 --- a/lib/zip_fopen_index.c +++ b/lib/zip_fopen_index.c
@@ -1,6 +1,6 @@ /* zip_fopen_index.c -- open file in zip archive for reading by index - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_fopen_index_encrypted.c b/lib/zip_fopen_index_encrypted.c index 9c1e901..92258e8 100644 --- a/lib/zip_fopen_index_encrypted.c +++ b/lib/zip_fopen_index_encrypted.c
@@ -1,6 +1,6 @@ /* zip_fopen_index_encrypted.c -- open file for reading by index w/ password - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_hash.c b/lib/zip_hash.c index 2918f69..aac580d 100644 --- a/lib/zip_hash.c +++ b/lib/zip_hash.c
@@ -1,6 +1,6 @@ /* zip_hash.c -- hash table string -> uint64 - Copyright (C) 2015 Dieter Baron and Thomas Klausner + Copyright (C) 2015-2016 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>
diff --git a/lib/zip_io_util.c b/lib/zip_io_util.c index 48e5668..b16927d 100644 --- a/lib/zip_io_util.c +++ b/lib/zip_io_util.c
@@ -1,6 +1,6 @@ /* zip_io_util.c -- I/O helper functions - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_name_locate.c b/lib/zip_name_locate.c index 896132c..50ca40b 100644 --- a/lib/zip_name_locate.c +++ b/lib/zip_name_locate.c
@@ -1,6 +1,6 @@ /* zip_name_locate.c -- get index by name - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_new.c b/lib/zip_new.c index 905e45c..562dd76 100644 --- a/lib/zip_new.c +++ b/lib/zip_new.c
@@ -1,6 +1,6 @@ /* zip_new.c -- create and init struct zip - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_set_name.c b/lib/zip_set_name.c index fd60e16..0b8cf75 100644 --- a/lib/zip_set_name.c +++ b/lib/zip_set_name.c
@@ -1,6 +1,6 @@ /* zip_set_name.c -- rename helper function - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_source_buffer.c b/lib/zip_source_buffer.c index ea502c9..f3f8ee0 100644 --- a/lib/zip_source_buffer.c +++ b/lib/zip_source_buffer.c
@@ -1,6 +1,6 @@ /* zip_source_buffer.c -- create zip data source from buffer - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2016 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>
diff --git a/lib/zip_source_crc.c b/lib/zip_source_crc.c index 1ef20f7..01f526c 100644 --- a/lib/zip_source_crc.c +++ b/lib/zip_source_crc.c
@@ -1,6 +1,6 @@ /* zip_source_crc.c -- pass-through source that calculates CRC32 and size - Copyright (C) 2009-2015 Dieter Baron and Thomas Klausner + Copyright (C) 2009-2016 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>
diff --git a/lib/zip_source_pkware.c b/lib/zip_source_pkware.c index ee52fc1..125e4e2 100644 --- a/lib/zip_source_pkware.c +++ b/lib/zip_source_pkware.c
@@ -1,6 +1,6 @@ /* zip_source_pkware.c -- Traditional PKWARE de/encryption routines - Copyright (C) 2009-2014 Dieter Baron and Thomas Klausner + Copyright (C) 2009-2015 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>
diff --git a/lib/zip_source_stat.c b/lib/zip_source_stat.c index 4f08d42..a6b46d0 100644 --- a/lib/zip_source_stat.c +++ b/lib/zip_source_stat.c
@@ -1,6 +1,6 @@ /* zip_source_stat.c -- get meta information from zip_source - Copyright (C) 2009-2014 Dieter Baron and Thomas Klausner + Copyright (C) 2009-2015 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>
diff --git a/lib/zip_source_supports.c b/lib/zip_source_supports.c index 2179037..75a4a46 100644 --- a/lib/zip_source_supports.c +++ b/lib/zip_source_supports.c
@@ -1,6 +1,6 @@ /* zip_source_supports.c -- check for supported functions - Copyright (C) 2014 Dieter Baron and Thomas Klausner + Copyright (C) 2014-2015 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>
diff --git a/lib/zip_source_win32a.c b/lib/zip_source_win32a.c index 2d339cb..85493b6 100644 --- a/lib/zip_source_win32a.c +++ b/lib/zip_source_win32a.c
@@ -1,6 +1,6 @@ /* zip_source_win32a.c -- create data source from Windows file (ANSI) -Copyright (C) 1999-2015 Dieter Baron and Thomas Klausner +Copyright (C) 1999-2016 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>
diff --git a/lib/zip_source_win32handle.c b/lib/zip_source_win32handle.c index 20b2521..35e2e67 100644 --- a/lib/zip_source_win32handle.c +++ b/lib/zip_source_win32handle.c
@@ -1,6 +1,6 @@ /* zip_source_win32file.c -- create data source from HANDLE (Win32) -Copyright (C) 1999-2015 Dieter Baron and Thomas Klausner +Copyright (C) 1999-2016 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>
diff --git a/lib/zip_source_win32w.c b/lib/zip_source_win32w.c index dd75cfb..551aba5 100644 --- a/lib/zip_source_win32w.c +++ b/lib/zip_source_win32w.c
@@ -1,6 +1,6 @@ /* zip_source_win32w.c -- create data source from Windows file (UTF-16) -Copyright (C) 1999-2015 Dieter Baron and Thomas Klausner +Copyright (C) 1999-2016 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>
diff --git a/lib/zip_unchange.c b/lib/zip_unchange.c index c753712..5ef5462 100644 --- a/lib/zip_unchange.c +++ b/lib/zip_unchange.c
@@ -1,6 +1,6 @@ /* zip_unchange.c -- undo changes to file in zip archive - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zip_unchange_all.c b/lib/zip_unchange_all.c index a72c068..dc89f7f 100644 --- a/lib/zip_unchange_all.c +++ b/lib/zip_unchange_all.c
@@ -1,6 +1,6 @@ /* zip_unchange.c -- undo changes to all files in zip archive - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 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>
diff --git a/lib/zipint.h b/lib/zipint.h index 2548da9..f502ce8 100644 --- a/lib/zipint.h +++ b/lib/zipint.h
@@ -3,7 +3,7 @@ /* zipint.h -- internal declarations. - Copyright (C) 1999-2015 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2016 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>
diff --git a/man/make_zip_errors.sh b/man/make_zip_errors.sh index 40dc4ae..f9296b3 100644 --- a/man/make_zip_errors.sh +++ b/man/make_zip_errors.sh
@@ -1,7 +1,7 @@ #!/bin/sh # make_zip_errrors.sh: create zip_errors.mdoc from zip.h -# Copyright (C) 1999, 2003, 2004, 2005 Dieter Baron and Thomas Klausner +# Copyright (C) 1999-2013 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> @@ -49,7 +49,7 @@ cat <<EOF >> "$2.$$" || exit 1 .\" zip_errors.mdoc -- list of all libzip error codes -.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner +.\" Copyright (C) 1999-2013 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>
diff --git a/man/zip_add.mdoc b/man/zip_add.mdoc index 6d6a61c..ec5e8d7 100644 --- a/man/zip_add.mdoc +++ b/man/zip_add.mdoc
@@ -1,5 +1,5 @@ .\" zip_add.mdoc -- add files to zip archive -.\" Copyright (C) 2004-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2004-2015 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>
diff --git a/man/zip_add_dir.mdoc b/man/zip_add_dir.mdoc index d6a6087..45e30a4 100644 --- a/man/zip_add_dir.mdoc +++ b/man/zip_add_dir.mdoc
@@ -1,5 +1,5 @@ .\" zip_add_dir.mdoc -- add directory to zip archive -.\" Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2006-2015 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>
diff --git a/man/zip_close.mdoc b/man/zip_close.mdoc index 6932ca2..3672bed 100644 --- a/man/zip_close.mdoc +++ b/man/zip_close.mdoc
@@ -1,5 +1,5 @@ .\" zip_close.mdoc -- close zip archive -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_delete.mdoc b/man/zip_delete.mdoc index 423d050..3165067 100644 --- a/man/zip_delete.mdoc +++ b/man/zip_delete.mdoc
@@ -1,5 +1,5 @@ .\" zip_delete.mdoc -- delete files from zip archive -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_discard.mdoc b/man/zip_discard.mdoc index b262076..a36bee9 100644 --- a/man/zip_discard.mdoc +++ b/man/zip_discard.mdoc
@@ -1,5 +1,5 @@ .\" zip_discard.mdoc -- close zip archive and discard changes -.\" Copyright (C) 2012-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2012-2015 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>
diff --git a/man/zip_errors.mdoc b/man/zip_errors.mdoc index 4447a37..ffe2541 100644 --- a/man/zip_errors.mdoc +++ b/man/zip_errors.mdoc
@@ -1,5 +1,5 @@ .\" zip_errors.mdoc -- list of all libzip error codes -.\" Copyright (C) 2004-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2004-2015 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>
diff --git a/man/zip_fclose.mdoc b/man/zip_fclose.mdoc index 3c79a66..07d3035 100644 --- a/man/zip_fclose.mdoc +++ b/man/zip_fclose.mdoc
@@ -1,5 +1,5 @@ .\" zip_fclose.mdoc -- close file in zip archive -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_fdopen.mdoc b/man/zip_fdopen.mdoc index 2e568b3..0791654 100644 --- a/man/zip_fdopen.mdoc +++ b/man/zip_fdopen.mdoc
@@ -1,5 +1,5 @@ .\" zip_fdopen.mdoc -- open zip archive using existing file descriptor -.\" Copyright (C) 2009-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2009-2015 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>
diff --git a/man/zip_file_extra_field_delete.mdoc b/man/zip_file_extra_field_delete.mdoc index 68ce67d..bed3a96 100644 --- a/man/zip_file_extra_field_delete.mdoc +++ b/man/zip_file_extra_field_delete.mdoc
@@ -1,5 +1,5 @@ .\" zip_file_extra_field_delete.mdoc -- delete extra field for file in zip -.\" Copyright (C) 2012-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2012-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_file_extra_field_set.mdoc b/man/zip_file_extra_field_set.mdoc index 585db4d..095c451 100644 --- a/man/zip_file_extra_field_set.mdoc +++ b/man/zip_file_extra_field_set.mdoc
@@ -1,5 +1,5 @@ .\" zip_file_extra_field_set.mdoc -- set extra field for file in zip -.\" Copyright (C) 2012-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2012-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_file_extra_fields_count.mdoc b/man/zip_file_extra_fields_count.mdoc index 9905d44..398fe74 100644 --- a/man/zip_file_extra_fields_count.mdoc +++ b/man/zip_file_extra_fields_count.mdoc
@@ -1,5 +1,5 @@ .\" zip_file_extra_fields_count.mdoc -- count extra field for file in zip -.\" Copyright (C) 2012-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2012-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_file_get_comment.mdoc b/man/zip_file_get_comment.mdoc index 63163ba..812412e 100644 --- a/man/zip_file_get_comment.mdoc +++ b/man/zip_file_get_comment.mdoc
@@ -1,5 +1,5 @@ .\" zip_file_get_comment.mdoc -- get comment for file in zip -.\" Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2006-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_file_get_external_attributes.mdoc b/man/zip_file_get_external_attributes.mdoc index ebd2f00..2f0b17f 100644 --- a/man/zip_file_get_external_attributes.mdoc +++ b/man/zip_file_get_external_attributes.mdoc
@@ -1,5 +1,5 @@ .\" zip_file_get_external_attributes.mdoc -- get external attributes for file in zip -.\" Copyright (C) 2013-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2013-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_file_rename.mdoc b/man/zip_file_rename.mdoc index 49f8077..ff98bef 100644 --- a/man/zip_file_rename.mdoc +++ b/man/zip_file_rename.mdoc
@@ -1,5 +1,5 @@ .\" zip_file_rename.mdoc -- rename file in zip archive -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_file_set_comment.mdoc b/man/zip_file_set_comment.mdoc index 14f6344..b32c6cb 100644 --- a/man/zip_file_set_comment.mdoc +++ b/man/zip_file_set_comment.mdoc
@@ -1,5 +1,5 @@ .\" zip_file_set_comment.mdoc -- set comment for file in zip -.\" Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2006-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_file_set_external_attributes.mdoc b/man/zip_file_set_external_attributes.mdoc index 6ff2155..b3aa83d 100644 --- a/man/zip_file_set_external_attributes.mdoc +++ b/man/zip_file_set_external_attributes.mdoc
@@ -1,5 +1,5 @@ .\" zip_file_set_external_attributes.mdoc -- set external attributes for file in zip -.\" Copyright (C) 2013-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2013-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_file_strerror.mdoc b/man/zip_file_strerror.mdoc index 6ca3012..76ef37c 100644 --- a/man/zip_file_strerror.mdoc +++ b/man/zip_file_strerror.mdoc
@@ -1,5 +1,5 @@ .\" zip_file_strerror.mdoc -- get string representation for a zip error -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_fopen.mdoc b/man/zip_fopen.mdoc index 8d747ef..4f8371a 100644 --- a/man/zip_fopen.mdoc +++ b/man/zip_fopen.mdoc
@@ -1,5 +1,5 @@ .\" zip_fopen.mdoc -- open file in zip archive for reading -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_fopen_encrypted.mdoc b/man/zip_fopen_encrypted.mdoc index 5b5e4bd..86fbd06 100644 --- a/man/zip_fopen_encrypted.mdoc +++ b/man/zip_fopen_encrypted.mdoc
@@ -1,5 +1,5 @@ .\" zip_fopen_encrypted.mdoc -- open encrypted file in zip archive for reading -.\" Copyright (C) 2011-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2011-2015 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>
diff --git a/man/zip_get_archive_comment.mdoc b/man/zip_get_archive_comment.mdoc index caf2f9c..5b0ef4d 100644 --- a/man/zip_get_archive_comment.mdoc +++ b/man/zip_get_archive_comment.mdoc
@@ -1,5 +1,5 @@ .\" zip_get_archive_comment.mdoc -- get zip archive comment -.\" Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2006-2015 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>
diff --git a/man/zip_get_file_comment.mdoc b/man/zip_get_file_comment.mdoc index 4a54e8b..3e0b87e 100644 --- a/man/zip_get_file_comment.mdoc +++ b/man/zip_get_file_comment.mdoc
@@ -1,5 +1,5 @@ .\" zip_get_file_comment.mdoc -- get comment for file in zip -.\" Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2006-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_get_name.mdoc b/man/zip_get_name.mdoc index c194683..8140fb0 100644 --- a/man/zip_get_name.mdoc +++ b/man/zip_get_name.mdoc
@@ -1,5 +1,5 @@ .\" zip_get_name.mdoc -- get name of file by index -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_get_num_entries.mdoc b/man/zip_get_num_entries.mdoc index 70185c5..cd7b687 100644 --- a/man/zip_get_num_entries.mdoc +++ b/man/zip_get_num_entries.mdoc
@@ -1,5 +1,5 @@ .\" zip_get_num_entries.mdoc -- get number of files in archive -.\" Copyright (C) 2011-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2011-2015 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>
diff --git a/man/zip_get_num_files.mdoc b/man/zip_get_num_files.mdoc index 3940998..e4011bf 100644 --- a/man/zip_get_num_files.mdoc +++ b/man/zip_get_num_files.mdoc
@@ -1,5 +1,5 @@ .\" zip_get_num_files.mdoc -- get number of files in archive -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_name_locate.mdoc b/man/zip_name_locate.mdoc index 742a6ea..2fe3a95 100644 --- a/man/zip_name_locate.mdoc +++ b/man/zip_name_locate.mdoc
@@ -1,5 +1,5 @@ .\" zip_name_locate.mdoc -- get index of file by name -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_rename.mdoc b/man/zip_rename.mdoc index e1810af..7f22608 100644 --- a/man/zip_rename.mdoc +++ b/man/zip_rename.mdoc
@@ -1,5 +1,5 @@ .\" zip_rename.mdoc -- rename file in zip archive -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_set_archive_comment.mdoc b/man/zip_set_archive_comment.mdoc index 74a7dbf..8c883a8 100644 --- a/man/zip_set_archive_comment.mdoc +++ b/man/zip_set_archive_comment.mdoc
@@ -1,5 +1,5 @@ .\" zip_set_archive_comment.mdoc -- set zip archive comment -.\" Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2006-2015 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>
diff --git a/man/zip_set_default_password.mdoc b/man/zip_set_default_password.mdoc index 0e3e258..1115ca3 100644 --- a/man/zip_set_default_password.mdoc +++ b/man/zip_set_default_password.mdoc
@@ -1,5 +1,5 @@ .\" zip_set_default_password.mdoc -- set default password for zip -.\" Copyright (C) 2011-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2011-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_set_file_comment.mdoc b/man/zip_set_file_comment.mdoc index 3b866b9..a6dd088 100644 --- a/man/zip_set_file_comment.mdoc +++ b/man/zip_set_file_comment.mdoc
@@ -1,5 +1,5 @@ .\" zip_set_file_comment.mdoc -- set comment for file in zip -.\" Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2006-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_set_file_compression.mdoc b/man/zip_set_file_compression.mdoc index 60b4bb4..c062622 100644 --- a/man/zip_set_file_compression.mdoc +++ b/man/zip_set_file_compression.mdoc
@@ -1,5 +1,5 @@ .\" zip_set_file_compression.mdoc -- set compression method and its flags -.\" Copyright (C) 2012-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2012-2015 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP files. .\" The authors can be contacted at <libzip@nih.at>
diff --git a/man/zip_source.mdoc b/man/zip_source.mdoc index 9a33efa..28cbd73 100644 --- a/man/zip_source.mdoc +++ b/man/zip_source.mdoc
@@ -1,5 +1,5 @@ .\" zip_source.mdoc -- description of zip data source -.\" Copyright (C) 2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2014-2015 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>
diff --git a/man/zip_source_filep.mdoc b/man/zip_source_filep.mdoc index ea6542f..8e350e1 100644 --- a/man/zip_source_filep.mdoc +++ b/man/zip_source_filep.mdoc
@@ -1,5 +1,5 @@ .\" zip_source_filep.mdoc -- create data source from a file stream -.\" Copyright (C) 2004-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2004-2015 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>
diff --git a/man/zip_stat.mdoc b/man/zip_stat.mdoc index 3858bf6..1d27106 100644 --- a/man/zip_stat.mdoc +++ b/man/zip_stat.mdoc
@@ -1,5 +1,5 @@ .\" zip_stat.mdoc -- get information about file -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_stat_init.mdoc b/man/zip_stat_init.mdoc index f6e26d6..83be074 100644 --- a/man/zip_stat_init.mdoc +++ b/man/zip_stat_init.mdoc
@@ -1,5 +1,5 @@ .\" zip_stat_init.mdoc -- init zip_stat structure -.\" Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2006-2015 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>
diff --git a/man/zip_unchange.mdoc b/man/zip_unchange.mdoc index 3a28824..6ec8a2a 100644 --- a/man/zip_unchange.mdoc +++ b/man/zip_unchange.mdoc
@@ -1,5 +1,5 @@ .\" zip_unchange.mdoc -- undo changes to file in zip archive -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_unchange_all.mdoc b/man/zip_unchange_all.mdoc index 103e60f..915064f 100644 --- a/man/zip_unchange_all.mdoc +++ b/man/zip_unchange_all.mdoc
@@ -1,5 +1,5 @@ .\" zip_unchange_all.mdoc -- undo changes to all files in zip archive -.\" Copyright (C) 2003-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2003-2015 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>
diff --git a/man/zip_unchange_archive.mdoc b/man/zip_unchange_archive.mdoc index d9ad9dc..f1908a7 100644 --- a/man/zip_unchange_archive.mdoc +++ b/man/zip_unchange_archive.mdoc
@@ -1,5 +1,5 @@ .\" zip_unchange_archive.mdoc -- undo changes to all files in zip archive -.\" Copyright (C) 2006-2014 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2006-2015 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>
diff --git a/regress/NiHTest.pm b/regress/NiHTest.pm index 3297bf4..dbc3506 100644 --- a/regress/NiHTest.pm +++ b/regress/NiHTest.pm
@@ -13,7 +13,7 @@ use Data::Dumper qw(Dumper); # NiHTest -- package to run regression tests -# Copyright (C) 2002-2014 Dieter Baron and Thomas Klausner +# Copyright (C) 2002-2015 Dieter Baron and Thomas Klausner # # This file is part of ckmame, a program to check rom sets for MAME. # The authors can be contacted at <ckmame@nih.at>
diff --git a/regress/fread.c b/regress/fread.c index cf7cebd..bad5182 100644 --- a/regress/fread.c +++ b/regress/fread.c
@@ -1,6 +1,6 @@ /* fread.c -- test cases for reading from zip archives - Copyright (C) 2004-2014 Dieter Baron and Thomas Klausner + Copyright (C) 2004-2016 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>
diff --git a/regress/modify.c b/regress/modify.c index 17be55e..9c4c9b2 100644 --- a/regress/modify.c +++ b/regress/modify.c
@@ -1,6 +1,6 @@ /* modify.c -- test tool for modifying zip archive in multiple ways - Copyright (C) 2012-2015 Dieter Baron and Thomas Klausner + Copyright (C) 2012-2016 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>
diff --git a/regress/source_hole.c b/regress/source_hole.c index eeb9582..31da226 100644 --- a/regress/source_hole.c +++ b/regress/source_hole.c
@@ -1,6 +1,6 @@ /* modify_hole.c -- source for handling huge files that are mostly NULs - Copyright (C) 2014-2015 Dieter Baron and Thomas Klausner + Copyright (C) 2014-2016 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>