LICENSE.txt -> LICENSE

This commit is contained in:
tecnovert
2020-10-30 10:55:45 +02:00
parent 4e5287e1df
commit 4636d31ea9
20 changed files with 19 additions and 19 deletions
View File
+1 -1
View File
@@ -1,4 +1,4 @@
include *.md LICENSE.txt include *.md LICENSE
recursive-include doc * recursive-include doc *
recursive-include basicswap/templates * recursive-include basicswap/templates *
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 os
import threading import threading
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 os
import re import re
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 enum import IntEnum
from .util import ( from .util import (
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 os
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 struct
import time import time
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 urllib.request
import json import json
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 os
import json import json
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2020 tecnovert # Copyright (c) 2020 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 os
import time import time
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 enum import IntEnum
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (c) 2018-2019 tecnovert # Copyright (c) 2018-2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 decimal
import json import json
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright (c) 2019-2020 tecnovert # Copyright (c) 2019-2020 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 Atomic Swap Client - Proof of Concept
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 Atomic Swap Client - Proof of Concept
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright (c) 2020 tecnovert # Copyright (c) 2020 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 = [ mnemonics = [
'abandon baby cabbage dad eager fabric gadget habit ice kangaroo lab absorb', 'abandon baby cabbage dad eager fabric gadget habit ice kangaroo lab absorb',
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 basicswap]$ python tests/test_nmc.py
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 import unittest
from basicswap.util import ( from basicswap.util import (
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 os
import sys import sys
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 export TEST_RELOAD_PATH=/tmp/test_basicswap
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright (c) 2019 tecnovert # Copyright (c) 2019 tecnovert
# Distributed under the MIT software license, see the accompanying # 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 basicswap]$ python setup.py test