From 0067316a79c65d6fc8478321ef1dc6582f2ca30a Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Fri, 3 Jan 2025 22:15:22 -0800 Subject: [PATCH] Update copyright. --- .github/workflows/ci.yml | 2 +- Makefile.am | 2 +- autogen.sh | 2 +- build.cmd | 2 +- builds/cmake/CMakeLists.txt | 2 +- builds/cmake/modules/FindBitcoin-System.cmake | 2 +- builds/msvc/debug.natvis | 2 +- .../libbitcoin-database-test/libbitcoin-database-test.vcxproj | 2 +- .../libbitcoin-database-test.vcxproj.filters | 2 +- builds/msvc/vs2022/libbitcoin-database-test/packages.config | 2 +- .../libbitcoin-database-tools/libbitcoin-database-tools.vcxproj | 2 +- .../libbitcoin-database-tools.vcxproj.filters | 2 +- builds/msvc/vs2022/libbitcoin-database-tools/packages.config | 2 +- .../msvc/vs2022/libbitcoin-database/libbitcoin-database.vcxproj | 2 +- .../libbitcoin-database/libbitcoin-database.vcxproj.filters | 2 +- builds/msvc/vs2022/libbitcoin-database/packages.config | 2 +- configure.ac | 2 +- include/bitcoin/database.hpp | 2 +- include/bitcoin/database/association.hpp | 2 +- include/bitcoin/database/associations.hpp | 2 +- include/bitcoin/database/boost.hpp | 2 +- include/bitcoin/database/define.hpp | 2 +- include/bitcoin/database/error.hpp | 2 +- include/bitcoin/database/file/file.hpp | 2 +- include/bitcoin/database/file/rotator.hpp | 2 +- include/bitcoin/database/file/utilities.hpp | 2 +- include/bitcoin/database/impl/memory/accessor.ipp | 2 +- include/bitcoin/database/impl/memory/simple_reader.ipp | 2 +- include/bitcoin/database/impl/memory/simple_writer.ipp | 2 +- include/bitcoin/database/impl/primitives/arraymap.ipp | 2 +- include/bitcoin/database/impl/primitives/hashmap.ipp | 2 +- include/bitcoin/database/impl/primitives/head.ipp | 2 +- include/bitcoin/database/impl/primitives/iterator.ipp | 2 +- include/bitcoin/database/impl/primitives/linkage.ipp | 2 +- include/bitcoin/database/impl/primitives/manager.ipp | 2 +- include/bitcoin/database/impl/query/archive.ipp | 2 +- include/bitcoin/database/impl/query/confirm.ipp | 2 +- include/bitcoin/database/impl/query/context.ipp | 2 +- include/bitcoin/database/impl/query/extent.ipp | 2 +- include/bitcoin/database/impl/query/initialize.ipp | 2 +- include/bitcoin/database/impl/query/optional.ipp | 2 +- include/bitcoin/database/impl/query/query.ipp | 2 +- include/bitcoin/database/impl/query/translate.ipp | 2 +- include/bitcoin/database/impl/query/validate.ipp | 2 +- include/bitcoin/database/impl/store.ipp | 2 +- include/bitcoin/database/locks/file_lock.hpp | 2 +- include/bitcoin/database/locks/flush_lock.hpp | 2 +- include/bitcoin/database/locks/interprocess_lock.hpp | 2 +- include/bitcoin/database/locks/locks.hpp | 2 +- include/bitcoin/database/memory/accessor.hpp | 2 +- include/bitcoin/database/memory/finalizer.hpp | 2 +- include/bitcoin/database/memory/interfaces/memory.hpp | 2 +- include/bitcoin/database/memory/interfaces/storage.hpp | 2 +- include/bitcoin/database/memory/map.hpp | 2 +- include/bitcoin/database/memory/memory.hpp | 2 +- include/bitcoin/database/memory/reader.hpp | 2 +- include/bitcoin/database/memory/simple_reader.hpp | 2 +- include/bitcoin/database/memory/simple_writer.hpp | 2 +- include/bitcoin/database/memory/streamers.hpp | 2 +- include/bitcoin/database/memory/utilities.hpp | 2 +- include/bitcoin/database/primitives/arraymap.hpp | 2 +- include/bitcoin/database/primitives/hashmap.hpp | 2 +- include/bitcoin/database/primitives/head.hpp | 2 +- include/bitcoin/database/primitives/iterator.hpp | 2 +- include/bitcoin/database/primitives/linkage.hpp | 2 +- include/bitcoin/database/primitives/manager.hpp | 2 +- include/bitcoin/database/primitives/primitives.hpp | 2 +- include/bitcoin/database/query.hpp | 2 +- include/bitcoin/database/settings.hpp | 2 +- include/bitcoin/database/store.hpp | 2 +- include/bitcoin/database/tables/archives/header.hpp | 2 +- include/bitcoin/database/tables/archives/input.hpp | 2 +- include/bitcoin/database/tables/archives/output.hpp | 2 +- include/bitcoin/database/tables/archives/point.hpp | 2 +- include/bitcoin/database/tables/archives/puts.hpp | 2 +- include/bitcoin/database/tables/archives/spend.hpp | 2 +- include/bitcoin/database/tables/archives/transaction.hpp | 2 +- include/bitcoin/database/tables/archives/txs.hpp | 2 +- include/bitcoin/database/tables/caches/validated_bk.hpp | 2 +- include/bitcoin/database/tables/caches/validated_tx.hpp | 2 +- include/bitcoin/database/tables/context.hpp | 2 +- include/bitcoin/database/tables/event.hpp | 2 +- include/bitcoin/database/tables/indexes/height.hpp | 2 +- include/bitcoin/database/tables/indexes/strong_tx.hpp | 2 +- include/bitcoin/database/tables/optionals/address.hpp | 2 +- include/bitcoin/database/tables/optionals/bootstrap.hpp | 2 +- include/bitcoin/database/tables/optionals/buffer.hpp | 2 +- include/bitcoin/database/tables/optionals/neutrino.hpp | 2 +- include/bitcoin/database/tables/schema.hpp | 2 +- include/bitcoin/database/tables/table.hpp | 2 +- include/bitcoin/database/tables/tables.hpp | 2 +- include/bitcoin/database/version.hpp | 2 +- install-cmake.sh | 2 +- install-cmakepresets.sh | 2 +- install.sh | 2 +- libbitcoin-database-test_runner.sh | 2 +- libbitcoin-database.pc.in | 2 +- src/error.cpp | 2 +- src/file/rotator.cpp | 2 +- src/file/utilities.cpp | 2 +- src/locks/file_lock.cpp | 2 +- src/locks/flush_lock.cpp | 2 +- src/locks/interprocess_lock.cpp | 2 +- src/memory/map.cpp | 2 +- src/memory/utilities.cpp | 2 +- src/settings.cpp | 2 +- test/error.cpp | 2 +- test/file/rotator.cpp | 2 +- test/file/utilities.cpp | 2 +- test/locks/file_lock.cpp | 2 +- test/locks/flush_lock.cpp | 2 +- test/locks/interprocess_lock.cpp | 2 +- test/main.cpp | 2 +- test/memory/accessor.cpp | 2 +- test/memory/map.cpp | 2 +- test/memory/utilities.cpp | 2 +- test/mocks/blocks.hpp | 2 +- test/mocks/chunk_storage.cpp | 2 +- test/mocks/chunk_storage.hpp | 2 +- test/mocks/chunk_store.hpp | 2 +- test/mocks/map_store.hpp | 2 +- test/primitives/arraymap.cpp | 2 +- test/primitives/hashmap.cpp | 2 +- test/primitives/head.cpp | 2 +- test/primitives/iterator.cpp | 2 +- test/primitives/linkage.cpp | 2 +- test/primitives/manager.cpp | 2 +- test/query/archive.cpp | 2 +- test/query/confirm.cpp | 2 +- test/query/context.cpp | 2 +- test/query/extent.cpp | 2 +- test/query/initialize.cpp | 2 +- test/query/optional.cpp | 2 +- test/query/translate.cpp | 2 +- test/query/validate.cpp | 2 +- test/settings.cpp | 2 +- test/store.cpp | 2 +- test/tables/archives/header.cpp | 2 +- test/tables/archives/input.cpp | 2 +- test/tables/archives/output.cpp | 2 +- test/tables/archives/point.cpp | 2 +- test/tables/archives/puts.cpp | 2 +- test/tables/archives/transaction.cpp | 2 +- test/tables/archives/txs.cpp | 2 +- test/tables/caches/bootstrap.cpp | 2 +- test/tables/caches/buffer.cpp | 2 +- test/tables/caches/neutrino.cpp | 2 +- test/tables/caches/validated_bk.cpp | 2 +- test/tables/caches/validated_tx.cpp | 2 +- test/tables/indexes/address.cpp | 2 +- test/tables/indexes/height.cpp | 2 +- test/tables/indexes/spend.cpp | 2 +- test/tables/indexes/strong_tx.cpp | 2 +- test/test.cpp | 2 +- test/test.hpp | 2 +- tools/initchain/initchain.cpp | 2 +- 156 files changed, 156 insertions(+), 156 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f339fcda..626d21b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING). +# Copyright (c) 2014-2025 libbitcoin-database developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/Makefile.am b/Makefile.am index 7e88b77d..e055901d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING). +# Copyright (c) 2014-2025 libbitcoin-database developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/autogen.sh b/autogen.sh index cc007864..6719997b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh ############################################################################### -# Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING). +# Copyright (c) 2014-2025 libbitcoin-database developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/build.cmd b/build.cmd index ecf92704..ff669741 100644 --- a/build.cmd +++ b/build.cmd @@ -1,5 +1,5 @@ REM ########################################################################### -REM # Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING). +REM # Copyright (c) 2014-2025 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 50f20d6a..58b947e8 100644 --- a/builds/cmake/CMakeLists.txt +++ b/builds/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING). +# Copyright (c) 2014-2025 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 63f40830..9a8693eb 100644 --- a/builds/cmake/modules/FindBitcoin-System.cmake +++ b/builds/cmake/modules/FindBitcoin-System.cmake @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2023 libbitcoin-protocol developers (see COPYING). +# Copyright (c) 2014-2025 libbitcoin-protocol developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/builds/msvc/debug.natvis b/builds/msvc/debug.natvis index 87ecca22..a922d6f8 100644 --- a/builds/msvc/debug.natvis +++ b/builds/msvc/debug.natvis @@ -1,6 +1,6 @@