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 @@