update embit<->firmware licensing

This commit is contained in:
scgbckbone 2025-11-10 16:19:36 +01:00
parent 9d04ea8233
commit b0f4d8b4a5
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# (c) Copyright 2023 by Coinkite Inc. This file is covered by license found in COPYING-CC.
# (c) Copyright 2020 by Stepan Snigirev, see <https://github.com/diybitcoinhardware/embit/blob/master/LICENSE>
#
# Copyright (c) 2020 Stepan Snigirev MIT License embit/arguments.py
# Changes (c) Copyright 2023 by Coinkite Inc. This file is covered by license found in COPYING-CC.
#
import ngu, chains, ustruct, stash
from io import BytesIO

View File

@ -1,6 +1,6 @@
# (c) Copyright 2023 by Coinkite Inc. This file is covered by license found in COPYING-CC.
# (c) Copyright 2020 by Stepan Snigirev, see <https://github.com/diybitcoinhardware/embit/blob/master/LICENSE>
#
# Copyright (c) 2020 Stepan Snigirev MIT License embit/descriptor.py
# Changes (c) Copyright 2023 by Coinkite Inc. This file is covered by license found in COPYING-CC.
#
import ngu, chains
from io import BytesIO

View File

@ -1,6 +1,6 @@
# (c) Copyright 2023 by Coinkite Inc. This file is covered by license found in COPYING-CC.
# (c) Copyright 2020 by Stepan Snigirev, see <https://github.com/diybitcoinhardware/embit/blob/master/LICENSE>
#
# Copyright (c) 2020 Stepan Snigirev MIT License embit/miniscript.py
# Changes (c) Copyright 2023 by Coinkite Inc. This file is covered by license found in COPYING-CC.
#
import ngu
from binascii import unhexlify as a2b_hex