diff --git a/src/statsd_client.cpp b/src/statsd_client.cpp index efb61c90af..43a7907148 100644 --- a/src/statsd_client.cpp +++ b/src/statsd_client.cpp @@ -1,3 +1,8 @@ +// Copyright (c) 2014-2017 Statoshi Developers +// Copyright (c) 2020-2024 The Dash Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + /** Copyright (c) 2014, Rex All rights reserved. diff --git a/src/statsd_client.h b/src/statsd_client.h index ea51d3bb95..d98f7edac7 100644 --- a/src/statsd_client.h +++ b/src/statsd_client.h @@ -1,3 +1,4 @@ +// Copyright (c) 2014-2017 Statoshi Developers // Copyright (c) 2020-2023 The Dash Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php.