LICENSE.txt -> LICENSE

2024-05-20_merge
tecnovert 4 years ago
parent 4e5287e1df
commit 4636d31ea9
No known key found for this signature in database
GPG Key ID: 8ED6D8750C4E3F93
  1. 0
      LICENSE
  2. 2
      MANIFEST.in
  3. 2
      basicswap/base.py
  4. 2
      basicswap/basicswap.py
  5. 2
      basicswap/chainparams.py
  6. 2
      basicswap/config.py
  7. 2
      basicswap/db.py
  8. 2
      basicswap/explorers.py
  9. 2
      basicswap/http_server.py
  10. 2
      basicswap/rpc.py
  11. 2
      basicswap/script.py
  12. 2
      basicswap/util.py
  13. 2
      bin/basicswap_prepare.py
  14. 2
      bin/basicswap_run.py
  15. 2
      tests/basicswap/mnemonics.py
  16. 2
      tests/basicswap/test_nmc.py
  17. 2
      tests/basicswap/test_other.py
  18. 2
      tests/basicswap/test_prepare.py
  19. 2
      tests/basicswap/test_reload.py
  20. 2
      tests/basicswap/test_run.py

@ -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 *

@ -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

@ -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

@ -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 (

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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',

@ -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

@ -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 (

@ -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

@ -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

@ -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

Loading…
Cancel
Save