Skip to content

Commit fdea2df

Browse files
committed
Update copyrights
1 parent e9956db commit fdea2df

File tree

391 files changed

+1216
-1216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+1216
-1216
lines changed

COPYING

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2009-2018 Satoshi Nakamoto
2-
// Copyright (c) 2009-2018 The Bitcoin Developers
3-
// Copyright (c) 2014-2018 The Dash Core Developers
4-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2009-2019 Satoshi Nakamoto
2+
// Copyright (c) 2009-2019 The Bitcoin Developers
3+
// Copyright (c) 2014-2019 The Dash Core Developers
4+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 4)
55
define(_CLIENT_VERSION_REVISION, 0)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
8-
define(_COPYRIGHT_YEAR, 2018)
8+
define(_COPYRIGHT_YEAR, 2019)
99
AC_INIT([Dynamic],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/duality-solutions/dynamic/issues],[dynamic])
1010
AC_CONFIG_SRCDIR([src/validation.cpp])
1111
AC_CONFIG_HEADERS([src/config/dynamic-config.h])

qa/rpc-tests/p2p-versionbits-warning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python2
2-
# Copyright (c) 2016-2018 Duality Blockchain Solutions developers
2+
# Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
33
# Distributed under the MIT/X11 software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
#

share/qt/Info.plist.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<string>APPL</string>
1818

1919
<key>CFBundleGetInfoString</key>
20-
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2015-@COPYRIGHT_YEAR@ Dynamic Blockchain Solutions</string>
20+
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@, Copyright © 2015-@COPYRIGHT_YEAR@ Dynamic Blockchain Solutions</string>
2121

2222
<key>CFBundleShortVersionString</key>
23-
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@</string>
23+
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@</string>
2424

2525
<key>CFBundleVersion</key>
26-
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@</string>
26+
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@</string>
2727

2828
<key>CFBundleSignature</key>
2929
<string>????</string>

src/activedynode.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/activedynode.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/addrdb.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/addrdb.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/addressindex.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
44
// Copyright (c) 2012-2018 Pieter Wuille
5-
// Copyright (c) 2009-2018 Satoshi Nakamoto
5+
// Copyright (c) 2009-2019 Satoshi Nakamoto
66
// Distributed under the MIT/X11 software license, see the accompanying
77
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
88

src/addrman.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
44
// Copyright (c) 2012-2018 Pieter Wuille
5-
// Copyright (c) 2009-2018 Satoshi Nakamoto
5+
// Copyright (c) 2009-2019 Satoshi Nakamoto
66
// Distributed under the MIT/X11 software license, see the accompanying
77
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
88

src/addrman.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
44
// Copyright (c) 2012-2018 Pieter Wuille
5-
// Copyright (c) 2009-2018 Satoshi Nakamoto
5+
// Copyright (c) 2009-2019 Satoshi Nakamoto
66
// Distributed under the MIT/X11 software license, see the accompanying
77
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
88

src/alert.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/alert.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/amount.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/amount.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/arith_uint256.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/arith_uint256.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/base58.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/base58.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/bdap/auditdata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/auditdata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/bdap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/domainentry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/domainentry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/domainentrydb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/domainentrydb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/entrycertificate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

src/bdap/entrycertificate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/entrychannel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

src/bdap/entrychannel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/entrycheckpoints.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

src/bdap/entrycheckpoints.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/entrylink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

src/bdap/entrylink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/identity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/identity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bdap/rpcdomainentry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
// Copyright (c) 2019 Duality Blockchain Solutions Developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bench/bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2018 The Bitcoin Core developers
1+
// Copyright (c) 2015-2019 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/bip39.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/bip39.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/bip39_english.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2014-2018 The Dash Core Developers
3-
// Copyright (c) 2009-2018 The Bitcoin Developers
4-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2014-2019 The Dash Core Developers
3+
// Copyright (c) 2009-2019 The Bitcoin Developers
4+
// Copyright (c) 2009-2019 Satoshi Nakamoto
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

src/blockencodings.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2016-2018 Duality Blockchain Solutions Developers
2-
// Copyright (c) 2009-2018 The Bitcoin Developers
3-
// Copyright (c) 2009-2018 Satoshi Nakamoto
1+
// Copyright (c) 2016-2019 Duality Blockchain Solutions Developers
2+
// Copyright (c) 2009-2019 The Bitcoin Developers
3+
// Copyright (c) 2009-2019 Satoshi Nakamoto
44
// Distributed under the MIT/X11 software license, see the accompanying
55
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
66

0 commit comments

Comments
 (0)