diff --git a/COPYING b/COPYING --- a/COPYING +++ b/COPYING @@ -1,8 +1,7 @@ The MIT License (MIT) -Copyright (c) 2009-2015 Bitcoin Developers +Copyright (c) 2009-2019 The Bitcoin Developers Copyright (c) 2009-2017 The Bitcoin Core developers -Copyright (c) 2017 The Bitcoin ABC developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ define(_CLIENT_VERSION_REVISION, 6) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) -define(_COPYRIGHT_YEAR, 2018) +define(_COPYRIGHT_YEAR, 2019) define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin]]) AC_INIT([Bitcoin ABC],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/Bitcoin-ABC/bitcoin-abc/issues],[bitcoin-abc],[https://bitcoinabc.org/]) diff --git a/contrib/debian/copyright b/contrib/debian/copyright --- a/contrib/debian/copyright +++ b/contrib/debian/copyright @@ -4,7 +4,7 @@ Source: https://github.com/Bitcoin-ABC/bitcoin-abc Files: * -Copyright: 2009-2017, Bitcoin Core Developers, 2017 Bitcoin Developers +Copyright: 2009-2017, The Bitcoin Core Developers, 2017-2019 The Bitcoin Developers License: Expat Comment: The Bitcoin Developers encompasses those contributing to Bitcoin client open source development (various clients). diff --git a/src/config/CMakeLists.txt b/src/config/CMakeLists.txt --- a/src/config/CMakeLists.txt +++ b/src/config/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2018 The Bitcoin developers +# Copyright (c) 2017-2019 The Bitcoin developers # This generates config.h which provides numerous defines # about the state of the plateform we are building on. @@ -19,7 +19,7 @@ option(CLIENT_VERSION_IS_RELEASE "Build a release version" OFF) # Copyright -set(COPYRIGHT_YEAR 2018) +set(COPYRIGHT_YEAR 2019) set(COPYRIGHT_HOLDERS "The %s developers") set(COPYRIGHT_HOLDERS_SUBSTITUTION Bitcoin) string(REPLACE "%s" ${COPYRIGHT_HOLDERS_SUBSTITUTION} COPYRIGHT_HOLDERS_FINAL ${COPYRIGHT_HOLDERS})