From db3d550b9d24bac7c61108f3191af1142b466229 Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Fri, 4 Jan 2019 15:34:26 -0800 Subject: [PATCH] Update copyright year. --- .appveyor.yml | 4 ++-- .travis.yml | 2 +- COPYING | 2 +- Makefile.am | 2 +- autogen.sh | 2 +- build.cmd | 2 +- builds/cmake/CMakeLists.txt | 2 +- builds/cmake/modules/FindBitcoin-System.cmake | 2 +- .../libbitcoin-database-test/libbitcoin-database-test.vcxproj | 2 +- .../libbitcoin-database-test.vcxproj.filters | 2 +- builds/msvc/vs2013/libbitcoin-database-test/packages.config | 2 +- .../libbitcoin-database-tools.vcxproj | 2 +- .../libbitcoin-database-tools.vcxproj.filters | 2 +- builds/msvc/vs2013/libbitcoin-database-tools/packages.config | 2 +- .../vs2013/libbitcoin-database/libbitcoin-database.vcxproj | 2 +- .../libbitcoin-database/libbitcoin-database.vcxproj.filters | 2 +- builds/msvc/vs2013/libbitcoin-database/packages.config | 2 +- .../libbitcoin-database-test/libbitcoin-database-test.vcxproj | 2 +- .../libbitcoin-database-test.vcxproj.filters | 2 +- builds/msvc/vs2015/libbitcoin-database-test/packages.config | 2 +- .../libbitcoin-database-tools.vcxproj | 2 +- .../libbitcoin-database-tools.vcxproj.filters | 2 +- builds/msvc/vs2015/libbitcoin-database-tools/packages.config | 2 +- .../vs2015/libbitcoin-database/libbitcoin-database.vcxproj | 2 +- .../libbitcoin-database/libbitcoin-database.vcxproj.filters | 2 +- builds/msvc/vs2015/libbitcoin-database/packages.config | 2 +- .../libbitcoin-database-test/libbitcoin-database-test.vcxproj | 2 +- .../libbitcoin-database-test.vcxproj.filters | 2 +- builds/msvc/vs2017/libbitcoin-database-test/packages.config | 2 +- .../libbitcoin-database-tools.vcxproj | 2 +- .../libbitcoin-database-tools.vcxproj.filters | 2 +- builds/msvc/vs2017/libbitcoin-database-tools/packages.config | 2 +- .../vs2017/libbitcoin-database/libbitcoin-database.vcxproj | 2 +- .../libbitcoin-database/libbitcoin-database.vcxproj.filters | 2 +- builds/msvc/vs2017/libbitcoin-database/packages.config | 2 +- configure.ac | 2 +- include/bitcoin/database.hpp | 2 +- include/bitcoin/database/block_state.hpp | 2 +- include/bitcoin/database/data_base.hpp | 2 +- include/bitcoin/database/databases/address_database.hpp | 2 +- include/bitcoin/database/databases/block_database.hpp | 2 +- include/bitcoin/database/databases/transaction_database.hpp | 2 +- include/bitcoin/database/define.hpp | 2 +- include/bitcoin/database/impl/hash_table.ipp | 2 +- include/bitcoin/database/impl/hash_table_header.ipp | 2 +- include/bitcoin/database/impl/hash_table_multimap.ipp | 2 +- include/bitcoin/database/impl/list.ipp | 2 +- include/bitcoin/database/impl/list_element.ipp | 2 +- include/bitcoin/database/impl/list_iterator.ipp | 2 +- include/bitcoin/database/impl/record_manager.ipp | 2 +- include/bitcoin/database/impl/slab_manager.ipp | 2 +- include/bitcoin/database/memory/accessor.hpp | 2 +- include/bitcoin/database/memory/file_storage.hpp | 2 +- include/bitcoin/database/memory/memory.hpp | 2 +- include/bitcoin/database/memory/storage.hpp | 2 +- include/bitcoin/database/primitives/hash_table.hpp | 2 +- include/bitcoin/database/primitives/hash_table_header.hpp | 2 +- include/bitcoin/database/primitives/hash_table_multimap.hpp | 2 +- include/bitcoin/database/primitives/list.hpp | 2 +- include/bitcoin/database/primitives/list_element.hpp | 2 +- include/bitcoin/database/primitives/list_iterator.hpp | 2 +- include/bitcoin/database/primitives/record_manager.hpp | 2 +- include/bitcoin/database/primitives/slab_manager.hpp | 2 +- include/bitcoin/database/result/address_iterator.hpp | 2 +- include/bitcoin/database/result/address_result.hpp | 2 +- include/bitcoin/database/result/block_result.hpp | 2 +- include/bitcoin/database/result/inpoint_iterator.hpp | 2 +- include/bitcoin/database/result/transaction_iterator.hpp | 2 +- include/bitcoin/database/result/transaction_result.hpp | 2 +- include/bitcoin/database/settings.hpp | 2 +- include/bitcoin/database/store.hpp | 2 +- include/bitcoin/database/unspent_outputs.hpp | 2 +- include/bitcoin/database/unspent_transaction.hpp | 2 +- include/bitcoin/database/verify.hpp | 2 +- include/bitcoin/database/version.hpp | 2 +- install.sh | 2 +- libbitcoin-database-test_runner.sh | 2 +- libbitcoin-database.pc.in | 2 +- src/data_base.cpp | 2 +- src/databases/address_database.cpp | 2 +- src/databases/block_database.cpp | 2 +- src/databases/transaction_database.cpp | 2 +- src/memory/accessor.cpp | 2 +- src/memory/file_storage.cpp | 2 +- src/result/address_iterator.cpp | 2 +- src/result/address_result.cpp | 2 +- src/result/block_result.cpp | 2 +- src/result/inpoint_iterator.cpp | 2 +- src/result/transaction_iterator.cpp | 2 +- src/result/transaction_result.cpp | 2 +- src/settings.cpp | 2 +- src/store.cpp | 2 +- src/unspent_outputs.cpp | 2 +- src/unspent_transaction.cpp | 2 +- src/verify.cpp | 2 +- test/block_state.cpp | 2 +- test/data_base.cpp | 2 +- test/databases/address_database.cpp | 2 +- test/databases/block_database.cpp | 2 +- test/databases/transaction_database.cpp | 2 +- test/main.cpp | 2 +- test/memory/accessor.cpp | 2 +- test/memory/file_storage.cpp | 2 +- test/primitives/hash_table.cpp | 2 +- test/primitives/hash_table_header.cpp | 2 +- test/primitives/hash_table_multimap.cpp | 2 +- test/primitives/list.cpp | 2 +- test/primitives/list_element.cpp | 2 +- test/primitives/list_iterator.cpp | 2 +- test/primitives/record_manager.cpp | 2 +- test/primitives/slab_manager.cpp | 2 +- test/result/address_iterator.cpp | 2 +- test/result/address_result.cpp | 2 +- test/result/block_result.cpp | 2 +- test/result/transaction_iterator.cpp | 2 +- test/result/transaction_result.cpp | 2 +- test/settings.cpp | 2 +- test/store.cpp | 2 +- test/unspent_outputs.cpp | 2 +- test/unspent_transaction.cpp | 2 +- test/utility/storage.cpp | 2 +- test/utility/storage.hpp | 2 +- test/utility/utility.cpp | 2 +- test/utility/utility.hpp | 2 +- tools/initchain/initchain.cpp | 2 +- 125 files changed, 126 insertions(+), 126 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 31f3bdfbd..9617bb962 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-database developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-database developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # @@ -63,7 +63,7 @@ build_script: test_script: - ps: >- Write-Host "Locating test executables..." -ForegroundColor Yellow; - $BC_TEST_EXES = @(Get-ChildItem -Path "$env:APPVEYOR_BUILD_FOLDER\bin" -recurse | Where-Object { $_.Name -eq "$env:APPVEYOR_PROJECT_NAME-test.exe" }); + $BC_TEST_EXES = @(Get-ChildItem -Path "$env:APPVEYOR_BUILD_FOLDER\bin" -recurse | Where-Object { $_.Name -eq "libbitcoin-database-test.exe" }); If ($BC_TEST_EXES.Count -ne 1) { Write-Host "Failure, invalid count of test executables." -ForegroundColor Red; exit 1; diff --git a/.travis.yml b/.travis.yml index 943678c7e..be9835a9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-database developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-database developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/COPYING b/COPYING index 8844fad5a..863c4b107 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ This license applies to all works under this directory. Libbitcoin - C++ Bitcoin Development Toolkit and Applications -Copyright © 2011-2018 libbitcoin developers (see AUTHORS) +Copyright © 2011-2019 libbitcoin developers (see AUTHORS) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/Makefile.am b/Makefile.am index 5be1b6e02..5b3c552f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-database developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-database developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/autogen.sh b/autogen.sh index 2150065d8..fbbda74c5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-database developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-database developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/build.cmd b/build.cmd index 49d27a6e4..91f12c96a 100644 --- a/build.cmd +++ b/build.cmd @@ -1,5 +1,5 @@ REM ########################################################################### -REM # Copyright (c) 2014-2018 libbitcoin-database developers (see COPYING). +REM # Copyright (c) 2014-2019 libbitcoin-database developers (see COPYING). REM # REM # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY REM # diff --git a/builds/cmake/CMakeLists.txt b/builds/cmake/CMakeLists.txt index 2ed2ec620..138142ac6 100644 --- a/builds/cmake/CMakeLists.txt +++ b/builds/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-database developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-database developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/builds/cmake/modules/FindBitcoin-System.cmake b/builds/cmake/modules/FindBitcoin-System.cmake index 6ef74c18e..d406ac7f3 100644 --- a/builds/cmake/modules/FindBitcoin-System.cmake +++ b/builds/cmake/modules/FindBitcoin-System.cmake @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-protocol developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-protocol developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/builds/msvc/vs2013/libbitcoin-database-test/libbitcoin-database-test.vcxproj b/builds/msvc/vs2013/libbitcoin-database-test/libbitcoin-database-test.vcxproj index 3d5b9cd51..34308cba5 100644 --- a/builds/msvc/vs2013/libbitcoin-database-test/libbitcoin-database-test.vcxproj +++ b/builds/msvc/vs2013/libbitcoin-database-test/libbitcoin-database-test.vcxproj @@ -1,6 +1,6 @@