Skip to content

Commit 700e294

Browse files
committed
Bump copyright dates for recent and not so recent changes.
1 parent 6593c06 commit 700e294

File tree

153 files changed

+154
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+154
-154
lines changed

examples/add-compressed-data.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
add-compressed-data.c -- add already compressed file to zip archive
3-
Copyright (C) 2022 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2022-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

examples/autoclose-archive.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
autoclose-archive.c -- automatically close archive when source is closed
3-
Copyright (C) 2022 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2022-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/compat.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
compat.h -- compatibility defines.
6-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
6+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
77
88
This file is part of libzip, a library to manipulate ZIP archives.
99
The authors can be contacted at <[email protected]>

lib/zip.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
zip.h -- exported declarations.
6-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
6+
Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner
77
88
This file is part of libzip, a library to manipulate ZIP archives.
99
The authors can be contacted at <[email protected]>

lib/zip_add.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_add.c -- add file via callback function
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_add_dir.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_add_dir.c -- add directory
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_add_entry.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_add_entry.c -- create and init struct zip_entry
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_algorithm_bzip2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_algorithm_bzip2.c -- bzip2 (de)compression routines
3-
Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2017-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_algorithm_deflate.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_algorithm_deflate.c -- deflate (de)compression routines
3-
Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2017-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_algorithm_xz.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
zip_algorithm_xz.c -- LZMA/XZ (de)compression routines
33
Bazed on zip_algorithm_deflate.c -- deflate (de)compression routines
4-
Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner
4+
Copyright (C) 2017-2023 Dieter Baron and Thomas Klausner
55
66
This file is part of libzip, a library to manipulate ZIP archives.
77
The authors can be contacted at <[email protected]>

lib/zip_algorithm_zstd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_algorithm_zstd.c -- zstd (de)compression routines
3-
Copyright (C) 2020-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2020-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_buffer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_buffer.c -- bounds checked access to memory buffer
3-
Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2014-2024 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_close.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_close.c -- close zip archive and update changes
3-
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto.h -- crypto definitions
3-
Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2017-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_commoncrypto.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_commoncrypto.c -- CommonCrypto wrapper.
3-
Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_commoncrypto.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_commoncrypto.h -- definitions for CommonCrypto wrapper.
3-
Copyright (C) 2018 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_gnutls.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_gnutls.c -- GnuTLS wrapper.
3-
Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_gnutls.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_gnutls.h -- definitions for GnuTLS wrapper.
3-
Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_mbedtls.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_mbedtls.c -- mbed TLS wrapper
3-
Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_mbedtls.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_mbedtls.h -- definitions for mbedtls wrapper
3-
Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_openssl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_openssl.c -- OpenSSL wrapper.
3-
Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_openssl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_openssl.h -- definitions for OpenSSL wrapper.
3-
Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_win.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_win.c -- Windows Crypto API wrapper.
3-
Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_crypto_win.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_crypto_win.h -- Windows Crypto API wrapper.
3-
Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_delete.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_delete.c -- delete file from zip archive
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_dir_add.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_dir_add.c -- add directory
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_dirent.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_dirent.c -- read directory entry (local or central), clean dirent
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_discard.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_discard.c -- discard and free struct zip
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_entry.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_entry.c -- struct zip_entry helper functions
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_error.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_error.c -- zip_error_t helper functions
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_error_clear.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_error_clear.c -- clear zip error
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_error_get.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_error_get.c -- get zip error
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_error_get_sys_type.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_error_get_sys_type.c -- return type of system error code
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_error_strerror.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_error_sterror.c -- get string representation of struct zip_error
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_error_to_str.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_error_to_str.c -- get string representation of zip error code
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_extra_field.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_extra_field.c -- manipulate extra fields
3-
Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2012-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_extra_field_api.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_extra_field_api.c -- public extra fields API functions
3-
Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2012-2024 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_fclose.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_fclose.c -- close file in zip archive
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_fdopen.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_fdopen.c -- open read-only archive from file descriptor
3-
Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_add.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_add.c -- add file via callback function
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_error_clear.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_error_clear.c -- clear zip file error
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_error_get.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_error_get.c -- get zip file error
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_get_comment.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_get_comment.c -- get file comment
3-
Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2006-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_get_external_attributes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_get_external_attributes.c -- get opsys/external attributes
3-
Copyright (C) 2013-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2013-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_get_offset.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_get_offset.c -- get offset of file data in archive.
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_rename.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_rename.c -- rename file in zip archive
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_replace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_replace.c -- replace file via callback function
3-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_set_comment.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_set_comment.c -- set comment for file in archive
3-
Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2006-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

lib/zip_file_set_encryption.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
zip_file_set_encryption.c -- set encryption for file in archive
3-
Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner
3+
Copyright (C) 2016-2023 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
66
The authors can be contacted at <[email protected]>

0 commit comments

Comments
 (0)