diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/MANIFEST.in b/MANIFEST.in index ac4dde8..c5444a5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include *.md LICENSE.txt +include *.md LICENSE recursive-include doc * recursive-include basicswap/templates * diff --git a/basicswap/base.py b/basicswap/base.py index b70e9f5..48d40d2 100644 --- a/basicswap/base.py +++ b/basicswap/base.py @@ -2,7 +2,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import os import threading diff --git a/basicswap/basicswap.py b/basicswap/basicswap.py index 83900b5..3fa699f 100644 --- a/basicswap/basicswap.py +++ b/basicswap/basicswap.py @@ -2,7 +2,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import os import re diff --git a/basicswap/chainparams.py b/basicswap/chainparams.py index d6e0f85..2adf2ee 100644 --- a/basicswap/chainparams.py +++ b/basicswap/chainparams.py @@ -2,7 +2,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. from enum import IntEnum from .util import ( diff --git a/basicswap/config.py b/basicswap/config.py index 5cddcd7..74d4b89 100644 --- a/basicswap/config.py +++ b/basicswap/config.py @@ -2,7 +2,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import os diff --git a/basicswap/db.py b/basicswap/db.py index c04c727..ffdc322 100644 --- a/basicswap/db.py +++ b/basicswap/db.py @@ -2,7 +2,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import struct import time diff --git a/basicswap/explorers.py b/basicswap/explorers.py index bc68534..2b60567 100644 --- a/basicswap/explorers.py +++ b/basicswap/explorers.py @@ -2,7 +2,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import urllib.request import json diff --git a/basicswap/http_server.py b/basicswap/http_server.py index 867a642..1eeac72 100644 --- a/basicswap/http_server.py +++ b/basicswap/http_server.py @@ -2,7 +2,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import os import json diff --git a/basicswap/rpc.py b/basicswap/rpc.py index 9c7ad91..3cf87cf 100644 --- a/basicswap/rpc.py +++ b/basicswap/rpc.py @@ -2,7 +2,7 @@ # Copyright (c) 2020 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import os import time diff --git a/basicswap/script.py b/basicswap/script.py index 1e3cc35..1beca9d 100644 --- a/basicswap/script.py +++ b/basicswap/script.py @@ -2,7 +2,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. from enum import IntEnum diff --git a/basicswap/util.py b/basicswap/util.py index c895208..c700869 100644 --- a/basicswap/util.py +++ b/basicswap/util.py @@ -2,7 +2,7 @@ # Copyright (c) 2018-2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import decimal import json diff --git a/bin/basicswap_prepare.py b/bin/basicswap_prepare.py index 8f9705c..185cec9 100755 --- a/bin/basicswap_prepare.py +++ b/bin/basicswap_prepare.py @@ -3,7 +3,7 @@ # Copyright (c) 2019-2020 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. """ Atomic Swap Client - Proof of Concept diff --git a/bin/basicswap_run.py b/bin/basicswap_run.py index 76ac68c..420bec4 100644 --- a/bin/basicswap_run.py +++ b/bin/basicswap_run.py @@ -3,7 +3,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. """ Atomic Swap Client - Proof of Concept diff --git a/tests/basicswap/mnemonics.py b/tests/basicswap/mnemonics.py index 0150029..653a7a8 100644 --- a/tests/basicswap/mnemonics.py +++ b/tests/basicswap/mnemonics.py @@ -3,7 +3,7 @@ # Copyright (c) 2020 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. mnemonics = [ 'abandon baby cabbage dad eager fabric gadget habit ice kangaroo lab absorb', diff --git a/tests/basicswap/test_nmc.py b/tests/basicswap/test_nmc.py index 5f19c39..3fa4e59 100644 --- a/tests/basicswap/test_nmc.py +++ b/tests/basicswap/test_nmc.py @@ -3,7 +3,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. """ basicswap]$ python tests/test_nmc.py diff --git a/tests/basicswap/test_other.py b/tests/basicswap/test_other.py index 90c3a49..08971ea 100644 --- a/tests/basicswap/test_other.py +++ b/tests/basicswap/test_other.py @@ -3,7 +3,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import unittest from basicswap.util import ( diff --git a/tests/basicswap/test_prepare.py b/tests/basicswap/test_prepare.py index 5c31ba0..4daa5ae 100644 --- a/tests/basicswap/test_prepare.py +++ b/tests/basicswap/test_prepare.py @@ -3,7 +3,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. import os import sys diff --git a/tests/basicswap/test_reload.py b/tests/basicswap/test_reload.py index 06bc283..968c989 100644 --- a/tests/basicswap/test_reload.py +++ b/tests/basicswap/test_reload.py @@ -3,7 +3,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. """ export TEST_RELOAD_PATH=/tmp/test_basicswap diff --git a/tests/basicswap/test_run.py b/tests/basicswap/test_run.py index 98a9c1f..d130870 100644 --- a/tests/basicswap/test_run.py +++ b/tests/basicswap/test_run.py @@ -3,7 +3,7 @@ # Copyright (c) 2019 tecnovert # Distributed under the MIT software license, see the accompanying -# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php. +# file LICENSE or http://www.opensource.org/licenses/mit-license.php. """ basicswap]$ python setup.py test