Skip to content

Commit 1d11c15

Browse files
ckticevap
authored andcommitted
Merged in script-copyrights (pull request dashpay#66)
Update copyrights in scripts * Update copyrights in scripts * Add in the old years * Update copyright information Approved-by: Cevap
1 parent 3454605 commit 1d11c15

File tree

10 files changed

+15
-2
lines changed

10 files changed

+15
-2
lines changed

src/libzerocoin/LICENSE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
The MIT License (MIT)
22

3+
Copyright (c) 2014-2015 The Dash (Darkcoin) Developers
4+
Copyright (c) 2019-2020 The Ion Core Developers
5+
36
Permission is hereby granted, free of charge, to any person obtaining a copy
47
of this software and associated documentation files (the "Software"), to deal
58
in the Software without restriction, including without limitation the rights

test/functional/ionlibtest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
# Copyright (c) 2015-2018 The Bitcoin Unlimited developers
3+
# Copyright (c) 2020 The Ion Core developers
34
# Distributed under the MIT software license, see the accompanying
45
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
56

@@ -236,4 +237,4 @@ def Test():
236237
binpath = findBitcoind()
237238
flags.append("--srcdir=%s" % binpath)
238239
ionlib.init(binpath + os.sep + ".libs" + os.sep + "libioncore.so")
239-
t.main(flags, bitcoinConf, None)
240+
t.main(flags, bitcoinConf, None)

test/functional/scriptdebug.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
# Copyright (c) 2015-2018 The Bitcoin Unlimited developers
3+
# Copyright (c) 2020 The Ion Core developers
34
# Distributed under the MIT software license, see the accompanying
45
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
56
import test_framework.loginit
@@ -227,4 +228,4 @@ def Test():
227228
binpath = findBitcoind()
228229
flags.append("--srcdir=%s" % binpath)
229230
ionlib.init(binpath + os.sep + ".libs" + os.sep + "libioncore.so")
230-
t.main(flags, bitcoinConf, None)
231+
t.main(flags, bitcoinConf, None)

test/functional/test_framework/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2018 The Bitcoin Unlimited developers
2+
# Copyright (c) 2020 The Ion Core developers
23
# Distributed under the MIT software license, see the accompanying
34
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
45

test/functional/test_framework/comptool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
# Copyright (c) 2015-2016 The Bitcoin Core developers
3+
# Copyright (c) 2020 The Ion Core developers
34
# Distributed under the MIT software license, see the accompanying
45
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
56
"""Compare two or more ionds to each other.

test/functional/test_framework/ionlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2018 The Bitcoin Unlimited developers
2+
# Copyright (c) 2020 The Ion Core developers
23
# Distributed under the MIT software license, see the accompanying
34
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
45
from ctypes import *

test/functional/test_framework/mininode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) 2010 ArtForz -- public domain half-a-node
33
# Copyright (c) 2012 Jeff Garzik
44
# Copyright (c) 2010-2016 The Bitcoin Core developers
5+
# Copyright (c) 2020 The Ion Core developers
56
# Distributed under the MIT software license, see the accompanying
67
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
78
"""Ion P2P network half-a-node.
@@ -41,6 +42,7 @@
4142
from test_framework.siphash import siphash256
4243
from test_framework.util import hex_str_to_bytes, bytes_to_hex_str, wait_until
4344

45+
# Available in contrib/ion_hash
4446
import ion_hash
4547

4648
BIP0031_VERSION = 60000

test/functional/test_framework/test_framework.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python3
22
# Copyright (c) 2014-2016 The Bitcoin Core developers
33
# Copyright (c) 2014-2019 The Dash Core developers
4+
# Copyright (c) 2020 The Ion Core developers
45
# Distributed under the MIT software license, see the accompanying
56
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
67
"""Base class for RPC testing."""

test/functional/test_framework/test_node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
# Copyright (c) 2017 The Bitcoin Core developers
3+
# Copyright (c) 2020 The Ion Core developers
34
# Distributed under the MIT software license, see the accompanying
45
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
56
"""Class for iond node under test"""

test/functional/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
# Copyright (c) 2014-2016 The Bitcoin Core developers
3+
# Copyright (c) 2020 The Ion Core developers
34
# Distributed under the MIT software license, see the accompanying
45
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
56
"""Run regression test suite.

0 commit comments

Comments
 (0)