Skip to content

Commit

Permalink
Update copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Jan 4, 2019
1 parent be786b4 commit 9050cd9
Show file tree
Hide file tree
Showing 409 changed files with 411 additions and 411 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/modules/FindBash-Completion.cmake
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/modules/FindBitcoin-Client.cmake
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/modules/FindBitcoin-Network.cmake
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/modules/FindDl.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2018 libbitcoin developers (see COPYING).
# Copyright (c) 2014-2019 libbitcoin developers (see COPYING).
#
###############################################################################
# Finddl
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2013/bx/bx.vcxproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2013/bx/bx.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2013/bx/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2013/libbitcoin-explorer/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2015/bx/bx.vcxproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2015/bx/bx.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2015/bx/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2015/libbitcoin-explorer/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2017/bx/bx.vcxproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2017/bx/bx.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2017/bx/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2017/libbitcoin-explorer/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| 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
|
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion console/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer.hpp
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/callback_state.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/command.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/commands/address-decode.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/commands/address-embed.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/commands/address-encode.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/commands/base16-decode.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/commands/base16-encode.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/commands/base58-decode.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/commands/base58-encode.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/explorer/commands/base58check-decode.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
Expand Down
Loading

0 comments on commit 9050cd9

Please sign in to comment.