Skip to content

Commit

Permalink
Merged in script-copyrights (pull request dashpay#66)
Browse files Browse the repository at this point in the history
Update copyrights in scripts

* Update copyrights in scripts

* Add in the old years

* Update copyright information

Approved-by: Cevap
  • Loading branch information
ckti committed Mar 29, 2021
1 parent 38c3373 commit 638c0f4
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/functional/ionlibtest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright (c) 2015-2018 The Bitcoin Unlimited developers
# Copyright (c) 2020 The Ion Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -236,4 +237,4 @@ def Test():
binpath = findBitcoind()
flags.append("--srcdir=%s" % binpath)
ionlib.init(binpath + os.sep + ".libs" + os.sep + "libioncore.so")
t.main(flags, bitcoinConf, None)
t.main(flags, bitcoinConf, None)
3 changes: 2 additions & 1 deletion test/functional/scriptdebug.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright (c) 2015-2018 The Bitcoin Unlimited developers
# Copyright (c) 2020 The Ion Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
import test_framework.loginit
Expand Down Expand Up @@ -227,4 +228,4 @@ def Test():
binpath = findBitcoind()
flags.append("--srcdir=%s" % binpath)
ionlib.init(binpath + os.sep + ".libs" + os.sep + "libioncore.so")
t.main(flags, bitcoinConf, None)
t.main(flags, bitcoinConf, None)
1 change: 1 addition & 0 deletions test/functional/test_framework/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2018 The Bitcoin Unlimited developers
# Copyright (c) 2020 The Ion Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
1 change: 1 addition & 0 deletions test/functional/test_framework/comptool.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright (c) 2015-2016 The Bitcoin Core developers
# Copyright (c) 2020 The Ion Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Compare two or more ionds to each other.
Expand Down
1 change: 1 addition & 0 deletions test/functional/test_framework/ionlib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2018 The Bitcoin Unlimited developers
# Copyright (c) 2020 The Ion Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
from ctypes import *
Expand Down
2 changes: 2 additions & 0 deletions test/functional/test_framework/mininode.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Copyright (c) 2010 ArtForz -- public domain half-a-node
# Copyright (c) 2012 Jeff Garzik
# Copyright (c) 2010-2016 The Bitcoin Core developers
# Copyright (c) 2020 The Ion Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Ion P2P network half-a-node.
Expand Down Expand Up @@ -41,6 +42,7 @@
from test_framework.siphash import siphash256
from test_framework.util import hex_str_to_bytes, bytes_to_hex_str, wait_until

# Available in contrib/ion_hash
import ion_hash

BIP0031_VERSION = 60000
Expand Down
1 change: 1 addition & 0 deletions test/functional/test_framework/test_framework.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3
# Copyright (c) 2014-2016 The Bitcoin Core developers
# Copyright (c) 2014-2019 The Dash Core developers
# Copyright (c) 2020 The Ion Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Base class for RPC testing."""
Expand Down
1 change: 1 addition & 0 deletions test/functional/test_framework/test_node.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright (c) 2017 The Bitcoin Core developers
# Copyright (c) 2020 The Ion Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Class for iond node under test"""
Expand Down
1 change: 1 addition & 0 deletions test/functional/test_runner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright (c) 2014-2016 The Bitcoin Core developers
# Copyright (c) 2020 The Ion Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Run regression test suite.
Expand Down

0 comments on commit 638c0f4

Please sign in to comment.