diff --git a/CMakeLists.txt b/CMakeLists.txt index 776e546..4832ae1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,4 @@ -# Copyright (c) 2012-2014 Konstantin Isakov # Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE -# modified by Benjamin Koch cmake_minimum_required( VERSION 2.8.2 ) project( zbackup ) diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..0969dce --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,16 @@ +This file contains a list of people who have made contributions +to the zbackup. + +Original design and implementation: + Konstantin Isakov + +Code contributions: + Benjamin Koch + Vladimir Stackov + Gleb Golubitsky + ikatson + Eugene Agafonov + Antonia Stevens + +Feel free to add yourself to this list in your pull-request. +Please modify this file instead of source headers. diff --git a/adler32.hh b/adler32.hh index 0d4ad48..03644b9 100644 --- a/adler32.hh +++ b/adler32.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef ADLER32_HH_INCLUDED__ diff --git a/appendallocator.cc b/appendallocator.cc index 10f1141..c668421 100644 --- a/appendallocator.cc +++ b/appendallocator.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/appendallocator.hh b/appendallocator.hh index bb983a4..bfe7030 100644 --- a/appendallocator.hh +++ b/appendallocator.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef APPENDALLOCATOR_HH_INCLUDED__ diff --git a/backup_creator.cc b/backup_creator.cc index 61cd833..f5762e9 100644 --- a/backup_creator.cc +++ b/backup_creator.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/backup_creator.hh b/backup_creator.hh index 4b3e573..c8267c2 100644 --- a/backup_creator.hh +++ b/backup_creator.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef BACKUP_CREATOR_HH_INCLUDED__ diff --git a/backup_file.cc b/backup_file.cc index e9dd071..6590ce1 100644 --- a/backup_file.cc +++ b/backup_file.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "backup_file.hh" diff --git a/backup_file.hh b/backup_file.hh index 8c02cef..f0594d6 100644 --- a/backup_file.hh +++ b/backup_file.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef BACKUP_FILE_HH_INCLUDED__ diff --git a/backup_restorer.cc b/backup_restorer.cc index f53f903..378e369 100644 --- a/backup_restorer.cc +++ b/backup_restorer.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/backup_restorer.hh b/backup_restorer.hh index d1170ec..4b4436b 100644 --- a/backup_restorer.hh +++ b/backup_restorer.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef BACKUP_RESTORER_HH_INCLUDED__ diff --git a/bundle.cc b/bundle.cc index f3825c4..fae0850 100644 --- a/bundle.cc +++ b/bundle.cc @@ -1,6 +1,4 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE -// modified by Benjamin Koch #include diff --git a/bundle.hh b/bundle.hh index f225d6f..7e0fa6b 100644 --- a/bundle.hh +++ b/bundle.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef BUNDLE_HH_INCLUDED__ diff --git a/check.hh b/check.hh index 7a8fd48..227bec2 100644 --- a/check.hh +++ b/check.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef CHECK_HH_INCLUDED__ diff --git a/chunk_id.cc b/chunk_id.cc index 507fa93..1fa3e20 100644 --- a/chunk_id.cc +++ b/chunk_id.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "chunk_id.hh" diff --git a/chunk_id.hh b/chunk_id.hh index d324c6a..b362962 100644 --- a/chunk_id.hh +++ b/chunk_id.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef CHUNK_ID_HH_INCLUDED__ diff --git a/chunk_index.cc b/chunk_index.cc index de6adb3..eeedffc 100644 --- a/chunk_index.cc +++ b/chunk_index.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/chunk_index.hh b/chunk_index.hh index facc076..9e09f65 100644 --- a/chunk_index.hh +++ b/chunk_index.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef CHUNK_INDEX_HH_INCLUDED__ diff --git a/chunk_storage.cc b/chunk_storage.cc index 0b89d92..d042d2e 100644 --- a/chunk_storage.cc +++ b/chunk_storage.cc @@ -1,6 +1,4 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE -// modified by Benjamin Koch #include "check.hh" #include "chunk_storage.hh" diff --git a/chunk_storage.hh b/chunk_storage.hh index a25b4da..001660a 100644 --- a/chunk_storage.hh +++ b/chunk_storage.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef CHUNK_STORAGE_HH_INCLUDED__ diff --git a/compression.cc b/compression.cc index 6e35b3c..4a73677 100644 --- a/compression.cc +++ b/compression.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2013 Benjamin Koch // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/debug.cc b/debug.cc index 5fe80f6..200f333 100644 --- a/debug.cc +++ b/debug.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE bool verboseMode = true; diff --git a/debug.hh b/debug.hh index b0695c2..ca155be 100644 --- a/debug.hh +++ b/debug.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef DEBUG_HH_INCLUDED__ diff --git a/dir.cc b/dir.cc index b31d455..2f06c28 100644 --- a/dir.cc +++ b/dir.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/dir.hh b/dir.hh index 7e0a388..ee8f352 100644 --- a/dir.hh +++ b/dir.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef DIR_HH_INCLUDED__ diff --git a/encrypted_file.cc b/encrypted_file.cc index 6108d78..752f003 100644 --- a/encrypted_file.cc +++ b/encrypted_file.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/encrypted_file.hh b/encrypted_file.hh index 4fc8acb..02966bf 100644 --- a/encrypted_file.hh +++ b/encrypted_file.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef ENCRYPTED_FILE_HH_INCLUDED__ diff --git a/encryption.cc b/encryption.cc index 312a2fe..6265472 100644 --- a/encryption.cc +++ b/encryption.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/encryption.hh b/encryption.hh index 02252f8..00bf4dd 100644 --- a/encryption.hh +++ b/encryption.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef ENCRYPTION_HH_INCLUDED__ diff --git a/encryption_key.cc b/encryption_key.cc index 2d96b39..e051bd2 100644 --- a/encryption_key.cc +++ b/encryption_key.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/encryption_key.hh b/encryption_key.hh index 0a077aa..9a6625e 100644 --- a/encryption_key.hh +++ b/encryption_key.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef ENCRYPTION_KEY_HH_INCLUDED__ diff --git a/endian.hh b/endian.hh index 4264d3d..caae642 100644 --- a/endian.hh +++ b/endian.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef ENDIAN_HH_INCLUDED__ diff --git a/ex.hh b/ex.hh index a1ac60b..84f11b6 100644 --- a/ex.hh +++ b/ex.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef EX_HH_INCLUDED__ diff --git a/file.cc b/file.cc index f123093..119cca5 100644 --- a/file.cc +++ b/file.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/file.hh b/file.hh index 7eed57e..22fdc05 100644 --- a/file.hh +++ b/file.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef FILE_HH_INCLUDED__ diff --git a/hex.cc b/hex.cc index 335fddb..ce78ab9 100644 --- a/hex.cc +++ b/hex.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "hex.hh" diff --git a/hex.hh b/hex.hh index 4c09b31..56c2014 100644 --- a/hex.hh +++ b/hex.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef HEX_HH_INCLUDED__ diff --git a/index_file.cc b/index_file.cc index dbe45a2..9e70609 100644 --- a/index_file.cc +++ b/index_file.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/index_file.hh b/index_file.hh index 98a7286..37cd9cb 100644 --- a/index_file.hh +++ b/index_file.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef INDEX_FILE_HH_INCLUDED__ diff --git a/message.cc b/message.cc index d1d0a09..65043fe 100644 --- a/message.cc +++ b/message.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "message.hh" diff --git a/message.hh b/message.hh index c253b97..6cc377e 100644 --- a/message.hh +++ b/message.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef MESSAGE_HH_INCLUDED__ diff --git a/mt.cc b/mt.cc index 26711cc..8719544 100644 --- a/mt.cc +++ b/mt.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "mt.hh" diff --git a/mt.hh b/mt.hh index 27e1705..91d7474 100644 --- a/mt.hh +++ b/mt.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef MT_HH_INCLUDED__ diff --git a/nocopy.hh b/nocopy.hh index 912cf6a..9300d19 100644 --- a/nocopy.hh +++ b/nocopy.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef NOCOPY_HH_INCLUDED__ diff --git a/objectcache.cc b/objectcache.cc index 19b6956..c029c83 100644 --- a/objectcache.cc +++ b/objectcache.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "objectcache.hh" diff --git a/objectcache.hh b/objectcache.hh index 7b7b99b..2a5d186 100644 --- a/objectcache.hh +++ b/objectcache.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef OBJECTCACHE_HH_INCLUDED__ diff --git a/page_size.cc b/page_size.cc index 0217382..92e16fa 100644 --- a/page_size.cc +++ b/page_size.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "page_size.hh" diff --git a/page_size.hh b/page_size.hh index 2aba793..8114967 100644 --- a/page_size.hh +++ b/page_size.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef PAGE_SIZE_HH_INCLUDED__ diff --git a/random.cc b/random.cc index 11bbc16..af16105 100644 --- a/random.cc +++ b/random.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "random.hh" diff --git a/random.hh b/random.hh index cbb5d53..4a11478 100644 --- a/random.hh +++ b/random.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef RANDOM_HH_INCLUDED__ diff --git a/rolling_hash.cc b/rolling_hash.cc index bc968c8..e2bf6ac 100644 --- a/rolling_hash.cc +++ b/rolling_hash.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "rolling_hash.hh" diff --git a/rolling_hash.hh b/rolling_hash.hh index ea50e3d..1be2147 100644 --- a/rolling_hash.hh +++ b/rolling_hash.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef ROLLING_HASH_HH_INCLUDED__ diff --git a/sha256.cc b/sha256.cc index b27b79f..3cf8d19 100644 --- a/sha256.cc +++ b/sha256.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "sha256.hh" diff --git a/sha256.hh b/sha256.hh index 07bca25..3d5a3d0 100644 --- a/sha256.hh +++ b/sha256.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef SHA256_HH_INCLUDED__ diff --git a/sptr.hh b/sptr.hh index 759202a..9d3a64f 100644 --- a/sptr.hh +++ b/sptr.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef SPTR_HH_INCLUDED__ diff --git a/static_assert.hh b/static_assert.hh index f6fa276..7d85ef9 100644 --- a/static_assert.hh +++ b/static_assert.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef STATIC_ASSERT_HH_INCLUDED__ diff --git a/storage_info_file.cc b/storage_info_file.cc index 61a458c..d257bbe 100644 --- a/storage_info_file.cc +++ b/storage_info_file.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/storage_info_file.hh b/storage_info_file.hh index c718bd4..84d9548 100644 --- a/storage_info_file.hh +++ b/storage_info_file.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef STORAGE_INFO_FILE_HH_INCLUDED__ diff --git a/tartool/CMakeLists.txt b/tartool/CMakeLists.txt index 6132211..5f730c7 100644 --- a/tartool/CMakeLists.txt +++ b/tartool/CMakeLists.txt @@ -1,4 +1,3 @@ -# Copyright (c) 2012-2014 Konstantin Isakov # Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE cmake_minimum_required( VERSION 2.6.0 ) diff --git a/tartool/tartool.cc b/tartool/tartool.cc index 2fc30cb..2369aa1 100644 --- a/tartool/tartool.cc +++ b/tartool/tartool.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/tests/bundle/test_bundle.cc b/tests/bundle/test_bundle.cc index 8949318..d286fa5 100644 --- a/tests/bundle/test_bundle.cc +++ b/tests/bundle/test_bundle.cc @@ -1,6 +1,4 @@ -// Copyright (c) 2013 Benjamin Koch // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE -// Based on other tests written by Konstantin Isakov #include #include diff --git a/tests/encrypted_file/test_encrypted_file.cc b/tests/encrypted_file/test_encrypted_file.cc index a2828ca..3dd72f0 100644 --- a/tests/encrypted_file/test_encrypted_file.cc +++ b/tests/encrypted_file/test_encrypted_file.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/tests/rolling_hash/test_rolling_hash.cc b/tests/rolling_hash/test_rolling_hash.cc index 7655c8d..9981b27 100644 --- a/tests/rolling_hash/test_rolling_hash.cc +++ b/tests/rolling_hash/test_rolling_hash.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include diff --git a/tmp_mgr.cc b/tmp_mgr.cc index 8a24df9..f2c9d6c 100644 --- a/tmp_mgr.cc +++ b/tmp_mgr.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "tmp_mgr.hh" diff --git a/tmp_mgr.hh b/tmp_mgr.hh index b18b86f..6af63a0 100644 --- a/tmp_mgr.hh +++ b/tmp_mgr.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef TMP_MGR_HH_INCLUDED__ diff --git a/unbuffered_file.cc b/unbuffered_file.cc index 5103233..b0073ff 100644 --- a/unbuffered_file.cc +++ b/unbuffered_file.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #define _LARGEFILE64_SOURCE diff --git a/unbuffered_file.hh b/unbuffered_file.hh index 31aabb0..462816c 100644 --- a/unbuffered_file.hh +++ b/unbuffered_file.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef UNBUFFERED_FILE_HH_INCLUDED__ diff --git a/zbackup.cc b/zbackup.cc index 36806d7..8bd006c 100644 --- a/zbackup.cc +++ b/zbackup.cc @@ -1,6 +1,4 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE -// modified by Benjamin Koch #include #include diff --git a/zbackup.hh b/zbackup.hh index 05c270c..790cd02 100644 --- a/zbackup.hh +++ b/zbackup.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef ZBACKUP_HH_INCLUDED__ diff --git a/zbackup.proto b/zbackup.proto index e12af70..024b487 100644 --- a/zbackup.proto +++ b/zbackup.proto @@ -1,6 +1,4 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE -// modified by Benjamin Koch // Protobuffers used in zbackup diff --git a/zbackup_base.cc b/zbackup_base.cc index e94329f..996de6a 100644 --- a/zbackup_base.cc +++ b/zbackup_base.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "zbackup_base.hh" diff --git a/zbackup_base.hh b/zbackup_base.hh index 209e6c7..c11cf1c 100644 --- a/zbackup_base.hh +++ b/zbackup_base.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef ZBACKUP_BASE_HH_INCLUDED__ diff --git a/zcollector.cc b/zcollector.cc index c4a29fc..a365e31 100644 --- a/zcollector.cc +++ b/zcollector.cc @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #include "zcollector.hh" diff --git a/zcollector.hh b/zcollector.hh index 2eedaf0..8ca946e 100644 --- a/zcollector.hh +++ b/zcollector.hh @@ -1,4 +1,3 @@ -// Copyright (c) 2012-2014 Konstantin Isakov // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE #ifndef Z_COLLECTOR_HH_INCLUDED__