From 616288006332215a553483bc4ed83ce0b627341b Mon Sep 17 00:00:00 2001 From: Oz Date: Sun, 1 Sep 2019 17:58:57 +0200 Subject: [PATCH] Update copyright header --- include/bit7z.hpp | 2 +- include/bit7zlibrary.hpp | 2 +- include/bitarchivecreator.hpp | 2 +- include/bitarchivehandler.hpp | 2 +- include/bitarchiveinfo.hpp | 2 +- include/bitarchiveitem.hpp | 2 +- include/bitarchiveopener.hpp | 2 +- include/bitcompressionlevel.hpp | 2 +- include/bitcompressor.hpp | 2 +- include/bitexception.hpp | 2 +- include/bitextractor.hpp | 2 +- include/bitformat.hpp | 2 +- include/bitguids.hpp | 2 +- include/bitmemcompressor.hpp | 2 +- include/bitmemextractor.hpp | 2 +- include/bitpropvariant.hpp | 2 +- include/bitstreamextractor.hpp | 2 +- include/bittypes.hpp | 2 +- include/bufferextractcallback.hpp | 2 +- include/bufferupdatecallback.hpp | 2 +- include/callback.hpp | 2 +- include/cbufoutstream.hpp | 2 +- include/cmultivoloutstream.hpp | 2 +- include/cstdinstream.hpp | 2 +- include/extractcallback.hpp | 2 +- include/fileextractcallback.hpp | 2 +- include/fileupdatecallback.hpp | 2 +- include/fsindexer.hpp | 2 +- include/fsitem.hpp | 2 +- include/fsutil.hpp | 2 +- include/opencallback.hpp | 2 +- include/streamextractcallback.hpp | 2 +- include/streamupdatecallback.hpp | 2 +- include/updatecallback.hpp | 2 +- src/bit7zlibrary.cpp | 2 +- src/bitarchivecreator.cpp | 2 +- src/bitarchivehandler.cpp | 2 +- src/bitarchiveinfo.cpp | 2 +- src/bitarchiveitem.cpp | 2 +- src/bitarchiveopener.cpp | 2 +- src/bitcompressor.cpp | 2 +- src/bitexception.cpp | 2 +- src/bitextractor.cpp | 2 +- src/bitformat.cpp | 2 +- src/bitguids.cpp | 2 +- src/bitmemcompressor.cpp | 2 +- src/bitmemextractor.cpp | 2 +- src/bitpropvariant.cpp | 2 +- src/bitstreamcompressor.cpp | 2 +- src/bitstreamextractor.cpp | 2 +- src/bufferextractcallback.cpp | 2 +- src/bufferupdatecallback.cpp | 2 +- src/callback.cpp | 2 +- src/cbufoutstream.cpp | 2 +- src/cmultivoloutstream.cpp | 2 +- src/cstdinstream.cpp | 2 +- src/cstdoutstream.cpp | 2 +- src/extractcallback.cpp | 2 +- src/fileextractcallback.cpp | 2 +- src/fileupdatecallback.cpp | 2 +- src/fsindexer.cpp | 2 +- src/fsitem.cpp | 2 +- src/fsutil.cpp | 2 +- src/opencallback.cpp | 2 +- src/streamextractcallback.cpp | 2 +- src/streamupdatecallback.cpp | 2 +- src/updatecallback.cpp | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/include/bit7z.hpp b/include/bit7z.hpp index 18a489ee..5ad5910b 100644 --- a/include/bit7z.hpp +++ b/include/bit7z.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bit7zlibrary.hpp b/include/bit7zlibrary.hpp index fbb1aae9..d33a0fe2 100644 --- a/include/bit7zlibrary.hpp +++ b/include/bit7zlibrary.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitarchivecreator.hpp b/include/bitarchivecreator.hpp index 82ec966f..eb62b2bb 100644 --- a/include/bitarchivecreator.hpp +++ b/include/bitarchivecreator.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitarchivehandler.hpp b/include/bitarchivehandler.hpp index 5dc9919e..ff05ed42 100644 --- a/include/bitarchivehandler.hpp +++ b/include/bitarchivehandler.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitarchiveinfo.hpp b/include/bitarchiveinfo.hpp index 0ec04dc1..4d2b08ae 100644 --- a/include/bitarchiveinfo.hpp +++ b/include/bitarchiveinfo.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitarchiveitem.hpp b/include/bitarchiveitem.hpp index 55c290fa..fd867ce1 100644 --- a/include/bitarchiveitem.hpp +++ b/include/bitarchiveitem.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitarchiveopener.hpp b/include/bitarchiveopener.hpp index f79363b2..9e99d729 100644 --- a/include/bitarchiveopener.hpp +++ b/include/bitarchiveopener.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitcompressionlevel.hpp b/include/bitcompressionlevel.hpp index 9c19868b..54585334 100644 --- a/include/bitcompressionlevel.hpp +++ b/include/bitcompressionlevel.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitcompressor.hpp b/include/bitcompressor.hpp index ea526ee9..5d866613 100644 --- a/include/bitcompressor.hpp +++ b/include/bitcompressor.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitexception.hpp b/include/bitexception.hpp index 9c737274..06341a94 100644 --- a/include/bitexception.hpp +++ b/include/bitexception.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitextractor.hpp b/include/bitextractor.hpp index 0fbea8e9..c239599b 100644 --- a/include/bitextractor.hpp +++ b/include/bitextractor.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitformat.hpp b/include/bitformat.hpp index 5de911db..dd1d076e 100644 --- a/include/bitformat.hpp +++ b/include/bitformat.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitguids.hpp b/include/bitguids.hpp index 4a94e61f..0ad23209 100644 --- a/include/bitguids.hpp +++ b/include/bitguids.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitmemcompressor.hpp b/include/bitmemcompressor.hpp index 07c973c7..98464835 100644 --- a/include/bitmemcompressor.hpp +++ b/include/bitmemcompressor.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitmemextractor.hpp b/include/bitmemextractor.hpp index 0c1a5dfc..0ab2e142 100644 --- a/include/bitmemextractor.hpp +++ b/include/bitmemextractor.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitpropvariant.hpp b/include/bitpropvariant.hpp index b0dcbfb8..e761c8c5 100644 --- a/include/bitpropvariant.hpp +++ b/include/bitpropvariant.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bitstreamextractor.hpp b/include/bitstreamextractor.hpp index 780ca54d..8589c72c 100644 --- a/include/bitstreamextractor.hpp +++ b/include/bitstreamextractor.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bittypes.hpp b/include/bittypes.hpp index 420ba1df..c04e3813 100644 --- a/include/bittypes.hpp +++ b/include/bittypes.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bufferextractcallback.hpp b/include/bufferextractcallback.hpp index a4473113..304823c9 100644 --- a/include/bufferextractcallback.hpp +++ b/include/bufferextractcallback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/bufferupdatecallback.hpp b/include/bufferupdatecallback.hpp index 85f4e838..a7810f56 100644 --- a/include/bufferupdatecallback.hpp +++ b/include/bufferupdatecallback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/callback.hpp b/include/callback.hpp index 5fdbee09..d602c042 100644 --- a/include/callback.hpp +++ b/include/callback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/cbufoutstream.hpp b/include/cbufoutstream.hpp index 8a469c2f..ed0e3851 100644 --- a/include/cbufoutstream.hpp +++ b/include/cbufoutstream.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/cmultivoloutstream.hpp b/include/cmultivoloutstream.hpp index c06bdf6f..76792339 100644 --- a/include/cmultivoloutstream.hpp +++ b/include/cmultivoloutstream.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/cstdinstream.hpp b/include/cstdinstream.hpp index f595238c..a7671e68 100644 --- a/include/cstdinstream.hpp +++ b/include/cstdinstream.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/extractcallback.hpp b/include/extractcallback.hpp index 675077ed..91008b5a 100644 --- a/include/extractcallback.hpp +++ b/include/extractcallback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/fileextractcallback.hpp b/include/fileextractcallback.hpp index e21d67e4..f808b7ca 100644 --- a/include/fileextractcallback.hpp +++ b/include/fileextractcallback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/fileupdatecallback.hpp b/include/fileupdatecallback.hpp index 2e46ec1d..36d921ea 100644 --- a/include/fileupdatecallback.hpp +++ b/include/fileupdatecallback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/fsindexer.hpp b/include/fsindexer.hpp index f873cbba..45de31e6 100644 --- a/include/fsindexer.hpp +++ b/include/fsindexer.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/fsitem.hpp b/include/fsitem.hpp index bd5b7e53..ef035387 100644 --- a/include/fsitem.hpp +++ b/include/fsitem.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/fsutil.hpp b/include/fsutil.hpp index 288b12d2..2be33f65 100644 --- a/include/fsutil.hpp +++ b/include/fsutil.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/opencallback.hpp b/include/opencallback.hpp index b1e451e2..ab9fc7ed 100644 --- a/include/opencallback.hpp +++ b/include/opencallback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/streamextractcallback.hpp b/include/streamextractcallback.hpp index 13e61f10..c5d9b942 100644 --- a/include/streamextractcallback.hpp +++ b/include/streamextractcallback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/streamupdatecallback.hpp b/include/streamupdatecallback.hpp index 0b6c50bb..117b0190 100644 --- a/include/streamupdatecallback.hpp +++ b/include/streamupdatecallback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/updatecallback.hpp b/include/updatecallback.hpp index 9807aa5b..d5f8ff7d 100644 --- a/include/updatecallback.hpp +++ b/include/updatecallback.hpp @@ -1,6 +1,6 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bit7zlibrary.cpp b/src/bit7zlibrary.cpp index e6e42ae6..010f3e74 100644 --- a/src/bit7zlibrary.cpp +++ b/src/bit7zlibrary.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitarchivecreator.cpp b/src/bitarchivecreator.cpp index 07431d91..e315832e 100644 --- a/src/bitarchivecreator.cpp +++ b/src/bitarchivecreator.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitarchivehandler.cpp b/src/bitarchivehandler.cpp index 88a35a34..438e4bda 100644 --- a/src/bitarchivehandler.cpp +++ b/src/bitarchivehandler.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitarchiveinfo.cpp b/src/bitarchiveinfo.cpp index fd8e7359..9aff2236 100644 --- a/src/bitarchiveinfo.cpp +++ b/src/bitarchiveinfo.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitarchiveitem.cpp b/src/bitarchiveitem.cpp index addec31e..706253f4 100644 --- a/src/bitarchiveitem.cpp +++ b/src/bitarchiveitem.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitarchiveopener.cpp b/src/bitarchiveopener.cpp index a6559539..ee676822 100644 --- a/src/bitarchiveopener.cpp +++ b/src/bitarchiveopener.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitcompressor.cpp b/src/bitcompressor.cpp index 5bc490b2..48f0c311 100644 --- a/src/bitcompressor.cpp +++ b/src/bitcompressor.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitexception.cpp b/src/bitexception.cpp index f5d1689a..1ef95a9e 100644 --- a/src/bitexception.cpp +++ b/src/bitexception.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitextractor.cpp b/src/bitextractor.cpp index e4e89a48..e485749e 100644 --- a/src/bitextractor.cpp +++ b/src/bitextractor.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitformat.cpp b/src/bitformat.cpp index d22c3c1b..92e2ba8f 100644 --- a/src/bitformat.cpp +++ b/src/bitformat.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitguids.cpp b/src/bitguids.cpp index f4ac8baa..ed4c0128 100644 --- a/src/bitguids.cpp +++ b/src/bitguids.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitmemcompressor.cpp b/src/bitmemcompressor.cpp index ab15319c..6767d1a4 100644 --- a/src/bitmemcompressor.cpp +++ b/src/bitmemcompressor.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitmemextractor.cpp b/src/bitmemextractor.cpp index 2c486b10..a6e1d1bd 100644 --- a/src/bitmemextractor.cpp +++ b/src/bitmemextractor.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitpropvariant.cpp b/src/bitpropvariant.cpp index 906e1fe5..3d5acdee 100644 --- a/src/bitpropvariant.cpp +++ b/src/bitpropvariant.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitstreamcompressor.cpp b/src/bitstreamcompressor.cpp index 56d4cefd..9671c884 100644 --- a/src/bitstreamcompressor.cpp +++ b/src/bitstreamcompressor.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bitstreamextractor.cpp b/src/bitstreamextractor.cpp index 912ef116..2cff066d 100644 --- a/src/bitstreamextractor.cpp +++ b/src/bitstreamextractor.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bufferextractcallback.cpp b/src/bufferextractcallback.cpp index 491736d0..a5338905 100644 --- a/src/bufferextractcallback.cpp +++ b/src/bufferextractcallback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bufferupdatecallback.cpp b/src/bufferupdatecallback.cpp index e8ef310a..9531c571 100644 --- a/src/bufferupdatecallback.cpp +++ b/src/bufferupdatecallback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/callback.cpp b/src/callback.cpp index 66a4be65..a2f23120 100644 --- a/src/callback.cpp +++ b/src/callback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cbufoutstream.cpp b/src/cbufoutstream.cpp index 63e45d65..dfc6410b 100644 --- a/src/cbufoutstream.cpp +++ b/src/cbufoutstream.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cmultivoloutstream.cpp b/src/cmultivoloutstream.cpp index 1349d59f..784a238b 100644 --- a/src/cmultivoloutstream.cpp +++ b/src/cmultivoloutstream.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cstdinstream.cpp b/src/cstdinstream.cpp index 45949476..2aaaa3be 100644 --- a/src/cstdinstream.cpp +++ b/src/cstdinstream.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cstdoutstream.cpp b/src/cstdoutstream.cpp index 76db667a..247d5fb5 100644 --- a/src/cstdoutstream.cpp +++ b/src/cstdoutstream.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/extractcallback.cpp b/src/extractcallback.cpp index 2ffbd061..5d96d458 100644 --- a/src/extractcallback.cpp +++ b/src/extractcallback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/fileextractcallback.cpp b/src/fileextractcallback.cpp index 40365725..e7dd2cfe 100644 --- a/src/fileextractcallback.cpp +++ b/src/fileextractcallback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/fileupdatecallback.cpp b/src/fileupdatecallback.cpp index 70c18c57..2a2ba35c 100644 --- a/src/fileupdatecallback.cpp +++ b/src/fileupdatecallback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/fsindexer.cpp b/src/fsindexer.cpp index 3580e85d..fa85b91b 100644 --- a/src/fsindexer.cpp +++ b/src/fsindexer.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/fsitem.cpp b/src/fsitem.cpp index cbff65af..873fddb4 100644 --- a/src/fsitem.cpp +++ b/src/fsitem.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/fsutil.cpp b/src/fsutil.cpp index dee8c735..d700b9c2 100644 --- a/src/fsutil.cpp +++ b/src/fsutil.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/opencallback.cpp b/src/opencallback.cpp index 7cf8b158..4ac457cc 100644 --- a/src/opencallback.cpp +++ b/src/opencallback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/streamextractcallback.cpp b/src/streamextractcallback.cpp index 0040a4da..6e33538d 100644 --- a/src/streamextractcallback.cpp +++ b/src/streamextractcallback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/streamupdatecallback.cpp b/src/streamupdatecallback.cpp index 3cd4223d..4f2d7491 100644 --- a/src/streamupdatecallback.cpp +++ b/src/streamupdatecallback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/updatecallback.cpp b/src/updatecallback.cpp index c31ec113..761190f9 100644 --- a/src/updatecallback.cpp +++ b/src/updatecallback.cpp @@ -3,7 +3,7 @@ /* * bit7z - A C++ static library to interface with the 7-zip DLLs. - * Copyright (c) 2014-2018 Riccardo Ostani - All Rights Reserved. + * Copyright (c) 2014-2019 Riccardo Ostani - All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License