From 9050cd9186fcc566af2849d1177a0217a3224ef8 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/FindBash-Completion.cmake | 2 +- builds/cmake/modules/FindBitcoin-Client.cmake | 2 +- builds/cmake/modules/FindBitcoin-Network.cmake | 2 +- builds/cmake/modules/FindDl.cmake | 2 +- builds/msvc/vs2013/bx/bx.vcxproj | 2 +- builds/msvc/vs2013/bx/bx.vcxproj.filters | 2 +- builds/msvc/vs2013/bx/packages.config | 2 +- .../libbitcoin-explorer-test/libbitcoin-explorer-test.vcxproj | 2 +- .../libbitcoin-explorer-test.vcxproj.filters | 2 +- builds/msvc/vs2013/libbitcoin-explorer-test/packages.config | 2 +- .../vs2013/libbitcoin-explorer/libbitcoin-explorer.vcxproj | 2 +- .../libbitcoin-explorer/libbitcoin-explorer.vcxproj.filters | 2 +- builds/msvc/vs2013/libbitcoin-explorer/packages.config | 2 +- builds/msvc/vs2015/bx/bx.vcxproj | 2 +- builds/msvc/vs2015/bx/bx.vcxproj.filters | 2 +- builds/msvc/vs2015/bx/packages.config | 2 +- .../libbitcoin-explorer-test/libbitcoin-explorer-test.vcxproj | 2 +- .../libbitcoin-explorer-test.vcxproj.filters | 2 +- builds/msvc/vs2015/libbitcoin-explorer-test/packages.config | 2 +- .../vs2015/libbitcoin-explorer/libbitcoin-explorer.vcxproj | 2 +- .../libbitcoin-explorer/libbitcoin-explorer.vcxproj.filters | 2 +- builds/msvc/vs2015/libbitcoin-explorer/packages.config | 2 +- builds/msvc/vs2017/bx/bx.vcxproj | 2 +- builds/msvc/vs2017/bx/bx.vcxproj.filters | 2 +- builds/msvc/vs2017/bx/packages.config | 2 +- .../libbitcoin-explorer-test/libbitcoin-explorer-test.vcxproj | 2 +- .../libbitcoin-explorer-test.vcxproj.filters | 2 +- builds/msvc/vs2017/libbitcoin-explorer-test/packages.config | 2 +- .../vs2017/libbitcoin-explorer/libbitcoin-explorer.vcxproj | 2 +- .../libbitcoin-explorer/libbitcoin-explorer.vcxproj.filters | 2 +- builds/msvc/vs2017/libbitcoin-explorer/packages.config | 2 +- configure.ac | 2 +- console/main.cpp | 2 +- include/bitcoin/explorer.hpp | 2 +- include/bitcoin/explorer/callback_state.hpp | 2 +- include/bitcoin/explorer/command.hpp | 2 +- include/bitcoin/explorer/commands/address-decode.hpp | 2 +- include/bitcoin/explorer/commands/address-embed.hpp | 2 +- include/bitcoin/explorer/commands/address-encode.hpp | 2 +- include/bitcoin/explorer/commands/base16-decode.hpp | 2 +- include/bitcoin/explorer/commands/base16-encode.hpp | 2 +- include/bitcoin/explorer/commands/base58-decode.hpp | 2 +- include/bitcoin/explorer/commands/base58-encode.hpp | 2 +- include/bitcoin/explorer/commands/base58check-decode.hpp | 2 +- include/bitcoin/explorer/commands/base58check-encode.hpp | 2 +- include/bitcoin/explorer/commands/base64-decode.hpp | 2 +- include/bitcoin/explorer/commands/base64-encode.hpp | 2 +- include/bitcoin/explorer/commands/bitcoin160.hpp | 2 +- include/bitcoin/explorer/commands/bitcoin256.hpp | 2 +- include/bitcoin/explorer/commands/btc-to-satoshi.hpp | 2 +- include/bitcoin/explorer/commands/cert-new.hpp | 2 +- include/bitcoin/explorer/commands/cert-public.hpp | 2 +- include/bitcoin/explorer/commands/ec-add-secrets.hpp | 2 +- include/bitcoin/explorer/commands/ec-add.hpp | 2 +- include/bitcoin/explorer/commands/ec-decompress.hpp | 2 +- include/bitcoin/explorer/commands/ec-multiply-secrets.hpp | 2 +- include/bitcoin/explorer/commands/ec-multiply.hpp | 2 +- include/bitcoin/explorer/commands/ec-new.hpp | 2 +- include/bitcoin/explorer/commands/ec-to-address.hpp | 2 +- include/bitcoin/explorer/commands/ec-to-ek.hpp | 2 +- include/bitcoin/explorer/commands/ec-to-public.hpp | 2 +- include/bitcoin/explorer/commands/ec-to-wif.hpp | 2 +- include/bitcoin/explorer/commands/ek-address.hpp | 2 +- include/bitcoin/explorer/commands/ek-new.hpp | 2 +- include/bitcoin/explorer/commands/ek-public-to-address.hpp | 2 +- include/bitcoin/explorer/commands/ek-public-to-ec.hpp | 2 +- include/bitcoin/explorer/commands/ek-public.hpp | 2 +- include/bitcoin/explorer/commands/ek-to-address.hpp | 2 +- include/bitcoin/explorer/commands/ek-to-ec.hpp | 2 +- include/bitcoin/explorer/commands/electrum-new.hpp | 2 +- include/bitcoin/explorer/commands/electrum-to-seed.hpp | 2 +- include/bitcoin/explorer/commands/fetch-balance.hpp | 2 +- include/bitcoin/explorer/commands/fetch-block-hashes.hpp | 2 +- include/bitcoin/explorer/commands/fetch-block-height.hpp | 2 +- include/bitcoin/explorer/commands/fetch-block.hpp | 2 +- include/bitcoin/explorer/commands/fetch-header.hpp | 2 +- include/bitcoin/explorer/commands/fetch-height.hpp | 2 +- include/bitcoin/explorer/commands/fetch-history.hpp | 2 +- include/bitcoin/explorer/commands/fetch-public-key.hpp | 2 +- include/bitcoin/explorer/commands/fetch-stealth.hpp | 2 +- include/bitcoin/explorer/commands/fetch-tx-index.hpp | 2 +- include/bitcoin/explorer/commands/fetch-tx.hpp | 2 +- include/bitcoin/explorer/commands/fetch-utxo.hpp | 2 +- include/bitcoin/explorer/commands/hd-new.hpp | 2 +- include/bitcoin/explorer/commands/hd-private.hpp | 2 +- include/bitcoin/explorer/commands/hd-public.hpp | 2 +- include/bitcoin/explorer/commands/hd-to-address.hpp | 2 +- include/bitcoin/explorer/commands/hd-to-ec.hpp | 2 +- include/bitcoin/explorer/commands/hd-to-public.hpp | 2 +- include/bitcoin/explorer/commands/hd-to-wif.hpp | 2 +- include/bitcoin/explorer/commands/help.hpp | 2 +- include/bitcoin/explorer/commands/input-set.hpp | 2 +- include/bitcoin/explorer/commands/input-sign.hpp | 2 +- include/bitcoin/explorer/commands/input-validate.hpp | 2 +- include/bitcoin/explorer/commands/message-sign.hpp | 2 +- include/bitcoin/explorer/commands/message-validate.hpp | 2 +- include/bitcoin/explorer/commands/mnemonic-decode.hpp | 2 +- include/bitcoin/explorer/commands/mnemonic-encode.hpp | 2 +- include/bitcoin/explorer/commands/mnemonic-new.hpp | 2 +- include/bitcoin/explorer/commands/mnemonic-to-seed.hpp | 2 +- include/bitcoin/explorer/commands/qrcode.hpp | 2 +- include/bitcoin/explorer/commands/ripemd160.hpp | 2 +- include/bitcoin/explorer/commands/satoshi-to-btc.hpp | 2 +- include/bitcoin/explorer/commands/script-decode.hpp | 2 +- include/bitcoin/explorer/commands/script-encode.hpp | 2 +- include/bitcoin/explorer/commands/script-to-address.hpp | 2 +- include/bitcoin/explorer/commands/seed.hpp | 2 +- include/bitcoin/explorer/commands/send-tx-node.hpp | 2 +- include/bitcoin/explorer/commands/send-tx-p2p.hpp | 2 +- include/bitcoin/explorer/commands/send-tx.hpp | 2 +- include/bitcoin/explorer/commands/settings.hpp | 2 +- include/bitcoin/explorer/commands/sha160.hpp | 2 +- include/bitcoin/explorer/commands/sha256.hpp | 2 +- include/bitcoin/explorer/commands/sha512.hpp | 2 +- include/bitcoin/explorer/commands/stealth-decode.hpp | 2 +- include/bitcoin/explorer/commands/stealth-encode.hpp | 2 +- include/bitcoin/explorer/commands/stealth-public.hpp | 2 +- include/bitcoin/explorer/commands/stealth-secret.hpp | 2 +- include/bitcoin/explorer/commands/stealth-shared.hpp | 2 +- include/bitcoin/explorer/commands/subscribe-block.hpp | 2 +- include/bitcoin/explorer/commands/subscribe-tx.hpp | 2 +- include/bitcoin/explorer/commands/token-new.hpp | 2 +- include/bitcoin/explorer/commands/tx-decode.hpp | 2 +- include/bitcoin/explorer/commands/tx-encode.hpp | 2 +- include/bitcoin/explorer/commands/tx-sign.hpp | 2 +- include/bitcoin/explorer/commands/uri-decode.hpp | 2 +- include/bitcoin/explorer/commands/uri-encode.hpp | 2 +- include/bitcoin/explorer/commands/validate-tx.hpp | 2 +- include/bitcoin/explorer/commands/watch-address.hpp | 2 +- include/bitcoin/explorer/commands/watch-stealth.hpp | 2 +- include/bitcoin/explorer/commands/watch-tx.hpp | 2 +- include/bitcoin/explorer/commands/wif-to-ec.hpp | 2 +- include/bitcoin/explorer/commands/wif-to-public.hpp | 2 +- include/bitcoin/explorer/commands/wrap-decode.hpp | 2 +- include/bitcoin/explorer/commands/wrap-encode.hpp | 2 +- include/bitcoin/explorer/config/address.hpp | 2 +- include/bitcoin/explorer/config/algorithm.hpp | 2 +- include/bitcoin/explorer/config/btc.hpp | 2 +- include/bitcoin/explorer/config/byte.hpp | 2 +- include/bitcoin/explorer/config/cert_key.hpp | 2 +- include/bitcoin/explorer/config/ec_private.hpp | 2 +- include/bitcoin/explorer/config/electrum.hpp | 2 +- include/bitcoin/explorer/config/encoding.hpp | 2 +- include/bitcoin/explorer/config/endorsement.hpp | 2 +- include/bitcoin/explorer/config/hashtype.hpp | 2 +- include/bitcoin/explorer/config/hd_key.hpp | 2 +- include/bitcoin/explorer/config/language.hpp | 2 +- include/bitcoin/explorer/config/raw.hpp | 2 +- include/bitcoin/explorer/config/signature.hpp | 2 +- include/bitcoin/explorer/config/wrapper.hpp | 2 +- include/bitcoin/explorer/define.hpp | 2 +- include/bitcoin/explorer/dispatch.hpp | 2 +- include/bitcoin/explorer/display.hpp | 2 +- include/bitcoin/explorer/generated.hpp | 2 +- include/bitcoin/explorer/impl/prop_tree.ipp | 2 +- include/bitcoin/explorer/impl/utility.ipp | 2 +- include/bitcoin/explorer/parser.hpp | 2 +- include/bitcoin/explorer/prop_tree.hpp | 2 +- include/bitcoin/explorer/utility.hpp | 2 +- include/bitcoin/explorer/version.hpp | 2 +- install.sh | 2 +- libbitcoin-explorer-test_runner.sh | 2 +- libbitcoin-explorer.pc.in | 2 +- model/generate.bat | 2 +- model/generate.gsl | 2 +- model/generate.sh | 2 +- model/primitives.gsl | 4 ++-- model/templates/data/gsl.bx | 2 +- model/templates/gsl.command.hpp | 2 +- model/templates/gsl.commands.hpp | 2 +- model/templates/gsl.generated.cpp | 2 +- model/templates/gsl.generated.hpp | 2 +- model/templates/test/gsl.generated__broadcast.cpp | 2 +- model/templates/test/gsl.generated__find.cpp | 2 +- model/templates/test/gsl.generated__formerly.cpp | 2 +- model/templates/test/gsl.generated__symbol.cpp | 2 +- model/utilities.gsl | 2 +- src/callback_state.cpp | 2 +- src/commands/address-decode.cpp | 2 +- src/commands/address-embed.cpp | 2 +- src/commands/address-encode.cpp | 2 +- src/commands/base16-decode.cpp | 2 +- src/commands/base16-encode.cpp | 2 +- src/commands/base58-decode.cpp | 2 +- src/commands/base58-encode.cpp | 2 +- src/commands/base58check-decode.cpp | 2 +- src/commands/base58check-encode.cpp | 2 +- src/commands/base64-decode.cpp | 2 +- src/commands/base64-encode.cpp | 2 +- src/commands/bitcoin160.cpp | 2 +- src/commands/bitcoin256.cpp | 2 +- src/commands/btc-to-satoshi.cpp | 2 +- src/commands/cert-new.cpp | 2 +- src/commands/cert-public.cpp | 2 +- src/commands/ec-add-secrets.cpp | 2 +- src/commands/ec-add.cpp | 2 +- src/commands/ec-decompress.cpp | 2 +- src/commands/ec-multiply-secrets.cpp | 2 +- src/commands/ec-multiply.cpp | 2 +- src/commands/ec-new.cpp | 2 +- src/commands/ec-to-address.cpp | 2 +- src/commands/ec-to-ek.cpp | 2 +- src/commands/ec-to-public.cpp | 2 +- src/commands/ec-to-wif.cpp | 2 +- src/commands/ek-address.cpp | 2 +- src/commands/ek-new.cpp | 2 +- src/commands/ek-public-to-address.cpp | 2 +- src/commands/ek-public-to-ec.cpp | 2 +- src/commands/ek-public.cpp | 2 +- src/commands/ek-to-address.cpp | 2 +- src/commands/ek-to-ec.cpp | 2 +- src/commands/electrum-new.cpp | 2 +- src/commands/electrum-to-seed.cpp | 2 +- src/commands/fetch-balance.cpp | 2 +- src/commands/fetch-block-hashes.cpp | 2 +- src/commands/fetch-block-height.cpp | 2 +- src/commands/fetch-block.cpp | 2 +- src/commands/fetch-header.cpp | 2 +- src/commands/fetch-height.cpp | 2 +- src/commands/fetch-history.cpp | 2 +- src/commands/fetch-public-key.cpp | 2 +- src/commands/fetch-stealth.cpp | 2 +- src/commands/fetch-tx-index.cpp | 2 +- src/commands/fetch-tx.cpp | 2 +- src/commands/fetch-utxo.cpp | 2 +- src/commands/hd-new.cpp | 2 +- src/commands/hd-private.cpp | 2 +- src/commands/hd-public.cpp | 2 +- src/commands/hd-to-address.cpp | 2 +- src/commands/hd-to-ec.cpp | 2 +- src/commands/hd-to-public.cpp | 2 +- src/commands/hd-to-wif.cpp | 2 +- src/commands/help.cpp | 2 +- src/commands/input-set.cpp | 2 +- src/commands/input-sign.cpp | 2 +- src/commands/input-validate.cpp | 2 +- src/commands/message-sign.cpp | 2 +- src/commands/message-validate.cpp | 2 +- src/commands/mnemonic-decode.cpp | 2 +- src/commands/mnemonic-encode.cpp | 2 +- src/commands/mnemonic-new.cpp | 2 +- src/commands/mnemonic-to-seed.cpp | 2 +- src/commands/qrcode.cpp | 2 +- src/commands/ripemd160.cpp | 2 +- src/commands/satoshi-to-btc.cpp | 2 +- src/commands/script-decode.cpp | 2 +- src/commands/script-encode.cpp | 2 +- src/commands/script-to-address.cpp | 2 +- src/commands/seed.cpp | 2 +- src/commands/send-tx-node.cpp | 2 +- src/commands/send-tx-p2p.cpp | 2 +- src/commands/send-tx.cpp | 2 +- src/commands/settings.cpp | 2 +- src/commands/sha160.cpp | 2 +- src/commands/sha256.cpp | 2 +- src/commands/sha512.cpp | 2 +- src/commands/stealth-decode.cpp | 2 +- src/commands/stealth-encode.cpp | 2 +- src/commands/stealth-public.cpp | 2 +- src/commands/stealth-secret.cpp | 2 +- src/commands/stealth-shared.cpp | 2 +- src/commands/subscribe-block.cpp | 2 +- src/commands/subscribe-tx.cpp | 2 +- src/commands/token-new.cpp | 2 +- src/commands/tx-decode.cpp | 2 +- src/commands/tx-encode.cpp | 2 +- src/commands/tx-sign.cpp | 2 +- src/commands/uri-decode.cpp | 2 +- src/commands/uri-encode.cpp | 2 +- src/commands/validate-tx.cpp | 2 +- src/commands/watch-address.cpp | 2 +- src/commands/watch-stealth.cpp | 2 +- src/commands/watch-tx.cpp | 2 +- src/commands/wif-to-ec.cpp | 2 +- src/commands/wif-to-public.cpp | 2 +- src/commands/wrap-decode.cpp | 2 +- src/commands/wrap-encode.cpp | 2 +- src/config/address.cpp | 2 +- src/config/algorithm.cpp | 2 +- src/config/btc.cpp | 2 +- src/config/byte.cpp | 2 +- src/config/cert_key.cpp | 2 +- src/config/ec_private.cpp | 2 +- src/config/electrum.cpp | 2 +- src/config/encoding.cpp | 2 +- src/config/endorsement.cpp | 2 +- src/config/hashtype.cpp | 2 +- src/config/hd_key.cpp | 2 +- src/config/language.cpp | 2 +- src/config/raw.cpp | 2 +- src/config/signature.cpp | 2 +- src/config/wrapper.cpp | 2 +- src/dispatch.cpp | 2 +- src/display.cpp | 2 +- src/generated.cpp | 2 +- src/parser.cpp | 2 +- src/prop_tree.cpp | 2 +- src/utility.cpp | 2 +- test/commands/address-decode.cpp | 2 +- test/commands/address-embed.cpp | 2 +- test/commands/address-encode.cpp | 2 +- test/commands/base16-decode.cpp | 2 +- test/commands/base16-encode.cpp | 2 +- test/commands/base58-decode.cpp | 2 +- test/commands/base58-encode.cpp | 2 +- test/commands/base58check-decode.cpp | 2 +- test/commands/base58check-encode.cpp | 2 +- test/commands/base64-decode.cpp | 2 +- test/commands/base64-encode.cpp | 2 +- test/commands/bitcoin160.cpp | 2 +- test/commands/bitcoin256.cpp | 2 +- test/commands/btc-to-satoshi.cpp | 2 +- test/commands/cert-new.cpp | 2 +- test/commands/cert-public.cpp | 2 +- test/commands/command.hpp | 2 +- test/commands/ec-add-secrets.cpp | 2 +- test/commands/ec-add.cpp | 2 +- test/commands/ec-decompress.cpp | 2 +- test/commands/ec-multiply-secrets.cpp | 2 +- test/commands/ec-multiply.cpp | 2 +- test/commands/ec-new.cpp | 2 +- test/commands/ec-to-address.cpp | 2 +- test/commands/ec-to-ek.cpp | 2 +- test/commands/ec-to-public.cpp | 2 +- test/commands/ec-to-wif.cpp | 2 +- test/commands/ek-address.cpp | 2 +- test/commands/ek-new.cpp | 2 +- test/commands/ek-public-to-address.cpp | 2 +- test/commands/ek-public-to-ec.cpp | 2 +- test/commands/ek-public.cpp | 2 +- test/commands/ek-to-address.cpp | 2 +- test/commands/ek-to-ec.cpp | 2 +- test/commands/electrum-new.cpp | 2 +- test/commands/electrum-to-seed.cpp | 2 +- test/commands/fetch-balance.cpp | 2 +- test/commands/fetch-block.cpp | 2 +- test/commands/fetch-header.cpp | 2 +- test/commands/fetch-height.cpp | 2 +- test/commands/fetch-history.cpp | 2 +- test/commands/fetch-public-key.cpp | 2 +- test/commands/fetch-stealth.cpp | 2 +- test/commands/fetch-tx-index.cpp | 2 +- test/commands/fetch-tx.cpp | 2 +- test/commands/fetch-utxo.cpp | 2 +- test/commands/hd-new.cpp | 2 +- test/commands/hd-private.cpp | 2 +- test/commands/hd-public.cpp | 2 +- test/commands/hd-to-address.cpp | 2 +- test/commands/hd-to-ec.cpp | 2 +- test/commands/hd-to-public.cpp | 2 +- test/commands/hd-to-wif.cpp | 2 +- test/commands/help.cpp | 2 +- test/commands/input-set.cpp | 2 +- test/commands/input-sign.cpp | 2 +- test/commands/input-validate.cpp | 2 +- test/commands/message-sign.cpp | 2 +- test/commands/message-validate.cpp | 2 +- test/commands/mnemonic-decode.cpp | 2 +- test/commands/mnemonic-encode.cpp | 2 +- test/commands/mnemonic-new.cpp | 2 +- test/commands/mnemonic-to-seed.cpp | 2 +- test/commands/qrcode.cpp | 2 +- test/commands/ripemd160.cpp | 2 +- test/commands/satoshi-to-btc.cpp | 2 +- test/commands/script-decode.cpp | 2 +- test/commands/script-encode.cpp | 2 +- test/commands/script-to-address.cpp | 2 +- test/commands/seed.cpp | 2 +- test/commands/send-tx-node.cpp | 2 +- test/commands/send-tx-p2p.cpp | 2 +- test/commands/send-tx.cpp | 2 +- test/commands/settings.cpp | 2 +- test/commands/sha160.cpp | 2 +- test/commands/sha256.cpp | 2 +- test/commands/sha512.cpp | 2 +- test/commands/stealth-decode.cpp | 2 +- test/commands/stealth-encode.cpp | 2 +- test/commands/stealth-public.cpp | 2 +- test/commands/stealth-secret.cpp | 2 +- test/commands/stealth-shared.cpp | 2 +- test/commands/subscribe-block.cpp | 2 +- test/commands/subscribe-tx.cpp | 2 +- test/commands/token-new.cpp | 2 +- test/commands/tx-decode.cpp | 2 +- test/commands/tx-encode.cpp | 2 +- test/commands/tx-sign.cpp | 2 +- test/commands/uri-decode.cpp | 2 +- test/commands/uri-encode.cpp | 2 +- test/commands/validate-tx.cpp | 2 +- test/commands/watch-address.cpp | 2 +- test/commands/watch-stealth.cpp | 2 +- test/commands/watch-tx.cpp | 2 +- test/commands/wif-to-ec.cpp | 2 +- test/commands/wif-to-public.cpp | 2 +- test/commands/wrap-decode.cpp | 2 +- test/commands/wrap-encode.cpp | 2 +- test/config/address.cpp | 2 +- test/generated__broadcast.cpp | 2 +- test/generated__find.cpp | 2 +- test/generated__formerly.cpp | 2 +- test/generated__symbol.cpp | 2 +- test/main.cpp | 2 +- 409 files changed, 411 insertions(+), 411 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 95eee4d28..50a99bdb0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-explorer developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-explorer developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # @@ -69,7 +69,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-explorer-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 ff6473c2c..333bd4246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-explorer developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-explorer 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 62c5e69c8..cf15bd988 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-explorer developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-explorer developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/autogen.sh b/autogen.sh index bb39e51d4..1d334f4aa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-explorer developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-explorer developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/build.cmd b/build.cmd index 4a90c2d34..9a109cd4a 100644 --- a/build.cmd +++ b/build.cmd @@ -1,5 +1,5 @@ REM ########################################################################### -REM # Copyright (c) 2014-2018 libbitcoin-explorer developers (see COPYING). +REM # Copyright (c) 2014-2019 libbitcoin-explorer 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 876edb5ce..1e473a923 100644 --- a/builds/cmake/CMakeLists.txt +++ b/builds/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-explorer developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-explorer developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/builds/cmake/modules/FindBash-Completion.cmake b/builds/cmake/modules/FindBash-Completion.cmake index 1bd54508c..e0cf6a846 100644 --- a/builds/cmake/modules/FindBash-Completion.cmake +++ b/builds/cmake/modules/FindBash-Completion.cmake @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-server developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-server developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/builds/cmake/modules/FindBitcoin-Client.cmake b/builds/cmake/modules/FindBitcoin-Client.cmake index fae1bf124..38950712c 100644 --- a/builds/cmake/modules/FindBitcoin-Client.cmake +++ b/builds/cmake/modules/FindBitcoin-Client.cmake @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-explorer developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-explorer developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/builds/cmake/modules/FindBitcoin-Network.cmake b/builds/cmake/modules/FindBitcoin-Network.cmake index 23f08806f..9868b786f 100644 --- a/builds/cmake/modules/FindBitcoin-Network.cmake +++ b/builds/cmake/modules/FindBitcoin-Network.cmake @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin-node developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin-node developers (see COPYING). # # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY # diff --git a/builds/cmake/modules/FindDl.cmake b/builds/cmake/modules/FindDl.cmake index a09de04af..8299520fe 100644 --- a/builds/cmake/modules/FindDl.cmake +++ b/builds/cmake/modules/FindDl.cmake @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2014-2018 libbitcoin developers (see COPYING). +# Copyright (c) 2014-2019 libbitcoin developers (see COPYING). # ############################################################################### # Finddl diff --git a/builds/msvc/vs2013/bx/bx.vcxproj b/builds/msvc/vs2013/bx/bx.vcxproj index e6159a359..fcdd727a9 100644 --- a/builds/msvc/vs2013/bx/bx.vcxproj +++ b/builds/msvc/vs2013/bx/bx.vcxproj @@ -1,6 +1,6 @@