diff --git a/common/README.md b/common/README.md index 2a5bf751ad..eb7ed2ea53 100644 --- a/common/README.md +++ b/common/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/trezor/trezor-common.svg?branch=master)](https://travis-ci.org/trezor/trezor-common) [![Gitter](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community) -Common files shared among TREZOR repositories. +Common files shared among Trezor repositories. This repo is meant to be included as submodule to others using: diff --git a/common/keys/public_trezor1.h b/common/keys/public_trezor1.h index f4e1d83739..7b72964bf1 100644 --- a/common/keys/public_trezor1.h +++ b/common/keys/public_trezor1.h @@ -1,5 +1,5 @@ // clang-format off -// TREZORv1 production public keys +// Trezor v1 production public keys "\x04\xd5\x71\xb7\xf1\x48\xc5\xe4\x23\x2c\x38\x14\xf7\x77\xd8\xfa\xea\xf1\xa8\x42\x16\xc7\x8d\x56\x9b\x71\x04\x1f\xfc\x76\x8a\x5b\x2d\x81\x0f\xc3\xbb\x13\x4d\xd0\x26\xb5\x7e\x65\x00\x52\x75\xae\xde\xf4\x3e\x15\x5f\x48\xfc\x11\xa3\x2e\xc7\x90\xa9\x33\x12\xbd\x58", "\x04\x63\x27\x9c\x0c\x08\x66\xe5\x0c\x05\xc7\x99\xd3\x2b\xd6\xba\xb0\x18\x8b\x6d\xe0\x65\x36\xd1\x10\x9d\x2e\xd9\xce\x76\xcb\x33\x5c\x49\x0e\x55\xae\xe1\x0c\xc9\x01\x21\x51\x32\xe8\x53\x09\x7d\x54\x32\xed\xa0\x6b\x79\x20\x73\xbd\x77\x40\xc9\x4c\xe4\x51\x6c\xb1", "\x04\x43\xae\xdb\xb6\xf7\xe7\x1c\x56\x3f\x8e\xd2\xef\x64\xec\x99\x81\x48\x25\x19\xe7\xef\x4f\x4a\xa9\x8b\x27\x85\x4e\x8c\x49\x12\x6d\x49\x56\xd3\x00\xab\x45\xfd\xc3\x4c\xd2\x6b\xc8\x71\x0d\xe0\xa3\x1d\xbd\xf6\xde\x74\x35\xfd\x0b\x49\x2b\xe7\x0a\xc7\x5f\xde\x58", diff --git a/common/protob/messages.proto b/common/protob/messages.proto index 26d32de38a..86b205f0b9 100644 --- a/common/protob/messages.proto +++ b/common/protob/messages.proto @@ -2,7 +2,7 @@ syntax = "proto2"; package hw.trezor.messages; /** - * Messages for TREZOR communication + * Messages for Trezor communication */ // Sugar for easier handling in Java @@ -15,17 +15,17 @@ import "google/protobuf/descriptor.proto"; * Options for specifying message direction and type of wire (normal/debug) */ extend google.protobuf.EnumValueOptions { - optional bool wire_in = 50002; // message can be transmitted via wire from PC to TREZOR - optional bool wire_out = 50003; // message can be transmitted via wire from TREZOR to PC - optional bool wire_debug_in = 50004; // message can be transmitted via debug wire from PC to TREZOR - optional bool wire_debug_out = 50005; // message can be transmitted via debug wire from TREZOR to PC - optional bool wire_tiny = 50006; // message is handled by TREZOR when the USB stack is in tiny mode - optional bool wire_bootloader = 50007; // message is only handled by TREZOR Bootloader - optional bool wire_no_fsm = 50008; // message is not handled by TREZOR unless the USB stack is in tiny mode + optional bool wire_in = 50002; // message can be transmitted via wire from PC to Trezor + optional bool wire_out = 50003; // message can be transmitted via wire from Trezor to PC + optional bool wire_debug_in = 50004; // message can be transmitted via debug wire from PC to Trezor + optional bool wire_debug_out = 50005; // message can be transmitted via debug wire from Trezor to PC + optional bool wire_tiny = 50006; // message is handled by Trezor when the USB stack is in tiny mode + optional bool wire_bootloader = 50007; // message is only handled by Trezor Bootloader + optional bool wire_no_fsm = 50008; // message is not handled by Trezor unless the USB stack is in tiny mode } /** - * Mapping between TREZOR wire identifier (uint) and a protobuf message + * Mapping between Trezor wire identifier (uint) and a protobuf message */ enum MessageType { diff --git a/common/protob/pb2py b/common/protob/pb2py index 48d08e3246..a9d63a9b6d 100755 --- a/common/protob/pb2py +++ b/common/protob/pb2py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Converts Google's protobuf python definitions of TREZOR wire messages -# to plain-python objects as used in TREZOR Core and python-trezor +# Converts Google's protobuf python definitions of Trezor wire messages +# to plain-python objects as used in Trezor Core and python-trezor import argparse import importlib diff --git a/common/protob/protocol.md b/common/protob/protocol.md index 38dc411e0a..44a44106ad 100644 --- a/common/protob/protocol.md +++ b/common/protob/protocol.md @@ -1,4 +1,4 @@ -# TREZOR Protocol +# Trezor Protocol ## version 1 diff --git a/common/udev/51-trezor.rules b/common/udev/51-trezor.rules index 50472b9522..e70e630279 100644 --- a/common/udev/51-trezor.rules +++ b/common/udev/51-trezor.rules @@ -1,4 +1,4 @@ -# TREZOR: The Original Hardware Wallet +# Trezor: The Original Hardware Wallet # https://trezor.io/ # # Put this file into /etc/udev/rules.d @@ -7,11 +7,11 @@ # put this into /usr/lib/udev/rules.d or /lib/udev/rules.d # depending on your distribution -# TREZOR +# Trezor SUBSYSTEM=="usb", ATTR{idVendor}=="534c", ATTR{idProduct}=="0001", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="trezor%n" KERNEL=="hidraw*", ATTRS{idVendor}=="534c", ATTRS{idProduct}=="0001", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl" -# TREZOR v2 +# Trezor v2 SUBSYSTEM=="usb", ATTR{idVendor}=="1209", ATTR{idProduct}=="53c0", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="trezor%n" SUBSYSTEM=="usb", ATTR{idVendor}=="1209", ATTR{idProduct}=="53c1", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="trezor%n" KERNEL=="hidraw*", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="53c1", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl" diff --git a/common/udev/dist/release.sh b/common/udev/dist/release.sh index 617ab7b5d0..969519dd3e 100755 --- a/common/udev/dist/release.sh +++ b/common/udev/dist/release.sh @@ -21,7 +21,7 @@ for TYPE in "deb" "rpm"; do -v $VERSION \ --license "LGPL-3.0" \ --vendor "SatoshiLabs" \ - --description "Udev rules for TREZOR" \ + --description "Udev rules for Trezor" \ --maintainer "SatoshiLabs " \ --url "https://trezor.io/" \ --category "Productivity/Security" \ diff --git a/core/README.md b/core/README.md index 810bc63e61..71e8260afe 100644 --- a/core/README.md +++ b/core/README.md @@ -1,13 +1,13 @@ -# TREZOR Core +# Trezor Core -![TREZOR Logo](docs/logo.png) +![Trezor Logo](docs/logo.png) [![Build Status](https://travis-ci.org/trezor/trezor-core.svg?branch=master)](https://travis-ci.org/trezor/trezor-core) [![Gitter](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community) -This is the source code for 2nd generation of TREZOR called TREZOR model T. +This is the source code for 2nd generation of Trezor called Trezor model T. -It runs both inside of the device and also in the TREZOR Emulator. +It runs both inside of the device and also in the Trezor Emulator. ![emulator](docs/emulator.jpg) diff --git a/core/docs/api.md b/core/docs/api.md index 12b528309d..b69ff69728 100644 --- a/core/docs/api.md +++ b/core/docs/api.md @@ -1,4 +1,4 @@ -# TREZOR Core API +# Trezor Core API Syntax used below is a valid Python function declaration with type hints defined in [PEP 0484](https://www.python.org/dev/peps/pep-0484/). diff --git a/core/docs/bootloader.md b/core/docs/bootloader.md index fc417661b5..1b70955cc5 100644 --- a/core/docs/bootloader.md +++ b/core/docs/bootloader.md @@ -1,6 +1,6 @@ -# TREZOR Core Bootloader +# Trezor Core Bootloader -TREZOR initialization is split into two stages. +Trezor initialization is split into two stages. See [Memory Layout](memory.md) for info about in which sectors each stage is stored. First stage (boardloader) is stored in write-protected area, which means it is non-upgradable. @@ -60,7 +60,7 @@ allowing a firmware update via USB. ## Bootloader Format -TREZOR Core (second stage) bootloader consists of 2 parts: +Trezor Core (second stage) bootloader consists of 2 parts: 1. bootloader header 2. bootloader code @@ -94,7 +94,7 @@ Total length of bootloader header is always 1024 bytes. ## Firmware Format -TREZOR Core firmware consists of 3 parts: +Trezor Core firmware consists of 3 parts: 1. vendor header 2. firmware header diff --git a/core/docs/hardware.md b/core/docs/hardware.md index b3003808e2..9c8e5468bf 100644 --- a/core/docs/hardware.md +++ b/core/docs/hardware.md @@ -1,6 +1,6 @@ -# TREZOR Core Hardware +# Trezor Core Hardware -## TREZOR Model T Open Source Hardware Reference Documentation +## Trezor Model T Open Source Hardware Reference Documentation ### Photo diff --git a/core/docs/toif.md b/core/docs/toif.md index bd74934210..b8629c9c44 100644 --- a/core/docs/toif.md +++ b/core/docs/toif.md @@ -1,4 +1,4 @@ -# TREZOR Optimized Image Format +# Trezor Optimized Image Format All multibyte integer values are little endian! diff --git a/core/embed/boardloader/main.c b/core/embed/boardloader/main.c index bdad12c4d9..0b80d25046 100644 --- a/core/embed/boardloader/main.c +++ b/core/embed/boardloader/main.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -83,7 +83,7 @@ static void progress_callback(int pos, int len) { display_printf("."); } static secbool copy_sdcard(void) { display_backlight(255); - display_printf("TREZOR Boardloader\n"); + display_printf("Trezor Boardloader\n"); display_printf("==================\n\n"); display_printf("bootloader found on the SD card\n\n"); diff --git a/core/embed/boardloader/memory.ld b/core/embed/boardloader/memory.ld index 962de64909..97ca264f24 100644 --- a/core/embed/boardloader/memory.ld +++ b/core/embed/boardloader/memory.ld @@ -1,4 +1,4 @@ -/* TREZORv2 boardloader linker script */ +/* Trezor v2 boardloader linker script */ ENTRY(reset_handler) diff --git a/core/embed/bootloader/bootui.c b/core/embed/bootloader/bootui.c index fc2a387739..6d5b075513 100644 --- a/core/embed/bootloader/bootui.c +++ b/core/embed/bootloader/bootui.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/bootloader/bootui.h b/core/embed/bootloader/bootui.h index af3fac1163..6c61d759ce 100644 --- a/core/embed/bootloader/bootui.h +++ b/core/embed/bootloader/bootui.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/bootloader/main.c b/core/embed/bootloader/main.c index f80ed50315..8507faa0aa 100644 --- a/core/embed/bootloader/main.c +++ b/core/embed/bootloader/main.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/bootloader/memory.ld b/core/embed/bootloader/memory.ld index 72f263ce08..2015d0f9bb 100644 --- a/core/embed/bootloader/memory.ld +++ b/core/embed/bootloader/memory.ld @@ -1,4 +1,4 @@ -/* TREZORv2 bootloader linker script */ +/* Trezor v2 bootloader linker script */ ENTRY(reset_handler) diff --git a/core/embed/bootloader/messages.c b/core/embed/bootloader/messages.c index 39b3db401f..3dfcb60f75 100644 --- a/core/embed/bootloader/messages.c +++ b/core/embed/bootloader/messages.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/bootloader/messages.h b/core/embed/bootloader/messages.h index 2a0a6c5474..fd11b82ac7 100644 --- a/core/embed/bootloader/messages.h +++ b/core/embed/bootloader/messages.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorconfig/modtrezorconfig.c b/core/embed/extmod/modtrezorconfig/modtrezorconfig.c index f65deb5757..28a0349653 100644 --- a/core/embed/extmod/modtrezorconfig/modtrezorconfig.c +++ b/core/embed/extmod/modtrezorconfig/modtrezorconfig.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorconfig/norcow_config.h b/core/embed/extmod/modtrezorconfig/norcow_config.h index ec812647e7..b27ce58c69 100644 --- a/core/embed/extmod/modtrezorconfig/norcow_config.h +++ b/core/embed/extmod/modtrezorconfig/norcow_config.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -39,7 +39,7 @@ #else -#error Unknown TREZOR Model +#error Unknown Trezor Model #endif diff --git a/core/embed/extmod/modtrezorcrypto/crc.c b/core/embed/extmod/modtrezorcrypto/crc.c index c80efde409..2eff27fc60 100644 --- a/core/embed/extmod/modtrezorcrypto/crc.c +++ b/core/embed/extmod/modtrezorcrypto/crc.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/crc.h b/core/embed/extmod/modtrezorcrypto/crc.h index 93c47593e4..34347b52de 100644 --- a/core/embed/extmod/modtrezorcrypto/crc.h +++ b/core/embed/extmod/modtrezorcrypto/crc.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-aes.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-aes.h index 3fe51aac55..fe759eef79 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-aes.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-aes.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-bip32.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-bip32.h index fc8d1a4bef..98fc4a7a45 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-bip32.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-bip32.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-bip39.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-bip39.h index 9223a9710d..8a0e32886e 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-bip39.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-bip39.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake256.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake256.h index b431110ea5..47750427d2 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake256.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake256.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake2b.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake2b.h index 26c5c958b0..84d83aeb61 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake2b.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake2b.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake2s.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake2s.h index 7b819182dc..3788d131fe 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake2s.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-blake2s.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-chacha20poly1305.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-chacha20poly1305.h index 2c11998488..d748a8780a 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-chacha20poly1305.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-chacha20poly1305.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-crc.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-crc.h index 42f4baf0a0..c7e54c1bc4 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-crc.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-crc.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-curve25519.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-curve25519.h index a06dfa71cb..3a2d75b517 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-curve25519.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-curve25519.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-ed25519.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-ed25519.h index e47c105b70..0d395e1abe 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-ed25519.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-ed25519.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-groestl.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-groestl.h index 481ec72197..60fc578482 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-groestl.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-groestl.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-monero.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-monero.h index 959d8d7dd4..ab1d35bcfe 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-monero.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-monero.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-nem.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-nem.h index 6ceec4beb7..6602583579 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-nem.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-nem.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-nist256p1.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-nist256p1.h index 8ce57562ae..a874f1ff40 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-nist256p1.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-nist256p1.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h index 5d3c5f56be..1d6d662fc4 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-random.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-random.h index 6aaf4cf75b..50b3715a64 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-random.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-random.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-rfc6979.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-rfc6979.h index dfd8aa3660..bd3df29eaa 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-rfc6979.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-rfc6979.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-ripemd160.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-ripemd160.h index 929f45afd2..045fe7fe59 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-ripemd160.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-ripemd160.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-secp256k1.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-secp256k1.h index 8a1a0f232d..7e8c9bab16 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-secp256k1.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-secp256k1.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-secp256k1_zkp.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-secp256k1_zkp.h index c0ff8c4ced..b00788ee1f 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-secp256k1_zkp.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-secp256k1_zkp.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha1.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha1.h index fd24b0ff8e..810b63ed87 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha1.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha1.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha256.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha256.h index 78ab25b4c4..01f49245d1 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha256.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha256.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha3-256.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha3-256.h index 5bb6dbe9b8..a0157d613d 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha3-256.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha3-256.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha3-512.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha3-512.h index 630b92c7e8..c227e58a39 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha3-512.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha3-512.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha512.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha512.h index 2bc20fd90e..a9ba4ebe66 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha512.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-sha512.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-shamir.h b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-shamir.h index 2b889bc1dc..5e16453942 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-shamir.h +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto-shamir.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto.c b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto.c index 4e329dfe7a..28aaf45141 100644 --- a/core/embed/extmod/modtrezorcrypto/modtrezorcrypto.c +++ b/core/embed/extmod/modtrezorcrypto/modtrezorcrypto.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorcrypto/rand.c b/core/embed/extmod/modtrezorcrypto/rand.c index fc5bdbc94f..c93f3d8ef4 100644 --- a/core/embed/extmod/modtrezorcrypto/rand.c +++ b/core/embed/extmod/modtrezorcrypto/rand.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorio/modtrezorio-flash.h b/core/embed/extmod/modtrezorio/modtrezorio-flash.h index 88853c130d..1d15ab1877 100644 --- a/core/embed/extmod/modtrezorio/modtrezorio-flash.h +++ b/core/embed/extmod/modtrezorio/modtrezorio-flash.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorio/modtrezorio-hid.h b/core/embed/extmod/modtrezorio/modtrezorio-hid.h index 61a65104b0..a8f2c5e8ed 100644 --- a/core/embed/extmod/modtrezorio/modtrezorio-hid.h +++ b/core/embed/extmod/modtrezorio/modtrezorio-hid.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorio/modtrezorio-poll.h b/core/embed/extmod/modtrezorio/modtrezorio-poll.h index adf26bd636..39812c970d 100644 --- a/core/embed/extmod/modtrezorio/modtrezorio-poll.h +++ b/core/embed/extmod/modtrezorio/modtrezorio-poll.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorio/modtrezorio-sbu.h b/core/embed/extmod/modtrezorio/modtrezorio-sbu.h index d29ae08154..e2c1e515a9 100644 --- a/core/embed/extmod/modtrezorio/modtrezorio-sbu.h +++ b/core/embed/extmod/modtrezorio/modtrezorio-sbu.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorio/modtrezorio-sdcard.h b/core/embed/extmod/modtrezorio/modtrezorio-sdcard.h index 1f0277647c..c4c915699a 100644 --- a/core/embed/extmod/modtrezorio/modtrezorio-sdcard.h +++ b/core/embed/extmod/modtrezorio/modtrezorio-sdcard.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorio/modtrezorio-usb.h b/core/embed/extmod/modtrezorio/modtrezorio-usb.h index de3d283843..042f1f8361 100644 --- a/core/embed/extmod/modtrezorio/modtrezorio-usb.h +++ b/core/embed/extmod/modtrezorio/modtrezorio-usb.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorio/modtrezorio-vcp.h b/core/embed/extmod/modtrezorio/modtrezorio-vcp.h index 61b36bc83b..110999fee5 100644 --- a/core/embed/extmod/modtrezorio/modtrezorio-vcp.h +++ b/core/embed/extmod/modtrezorio/modtrezorio-vcp.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorio/modtrezorio-webusb.h b/core/embed/extmod/modtrezorio/modtrezorio-webusb.h index bf4ad21f4b..c698bc0da2 100644 --- a/core/embed/extmod/modtrezorio/modtrezorio-webusb.h +++ b/core/embed/extmod/modtrezorio/modtrezorio-webusb.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorio/modtrezorio.c b/core/embed/extmod/modtrezorio/modtrezorio.c index 8da9d03f39..b728e8adf1 100644 --- a/core/embed/extmod/modtrezorio/modtrezorio.c +++ b/core/embed/extmod/modtrezorio/modtrezorio.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorui/display-stm32_1.h b/core/embed/extmod/modtrezorui/display-stm32_1.h index 7b05938687..2207fe5bd8 100644 --- a/core/embed/extmod/modtrezorui/display-stm32_1.h +++ b/core/embed/extmod/modtrezorui/display-stm32_1.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorui/display-stm32_t.h b/core/embed/extmod/modtrezorui/display-stm32_t.h index bedd24aa9c..7543f9f2f2 100644 --- a/core/embed/extmod/modtrezorui/display-stm32_t.h +++ b/core/embed/extmod/modtrezorui/display-stm32_t.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorui/display-unix.h b/core/embed/extmod/modtrezorui/display-unix.h index 9a472c065a..1ac3b29a4d 100644 --- a/core/embed/extmod/modtrezorui/display-unix.h +++ b/core/embed/extmod/modtrezorui/display-unix.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -47,7 +47,7 @@ #define TOUCH_OFFSET_Y 92 #else -#error Unknown TREZOR Model +#error Unknown Trezor Model #endif static SDL_Renderer *RENDERER; @@ -100,8 +100,8 @@ void display_init(void) { atexit(SDL_Quit); char *window_title; - if (!asprintf(&window_title, "TREZOR^emu: %s", profile_name())) { - window_title = "TREZOR^emu"; + if (!asprintf(&window_title, "Trezor^emu: %s", profile_name())) { + window_title = "Trezor^emu"; } SDL_Window *win = diff --git a/core/embed/extmod/modtrezorui/display.c b/core/embed/extmod/modtrezorui/display.c index 056cf166b2..bee23aad21 100644 --- a/core/embed/extmod/modtrezorui/display.c +++ b/core/embed/extmod/modtrezorui/display.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -708,7 +708,7 @@ int display_orientation(int degrees) { #elif TREZOR_MODEL == 1 if (degrees == 0 || degrees == 180) { #else -#error Unknown TREZOR model +#error Unknown Trezor model #endif DISPLAY_ORIENTATION = degrees; display_set_orientation(degrees); diff --git a/core/embed/extmod/modtrezorui/display.h b/core/embed/extmod/modtrezorui/display.h index b1fc5cb65d..2f5858f1a9 100644 --- a/core/embed/extmod/modtrezorui/display.h +++ b/core/embed/extmod/modtrezorui/display.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -39,7 +39,7 @@ #define DISPLAY_RESY 64 #else -#error Unknown TREZOR Model +#error Unknown Trezor Model #endif #define FONT_BPP 4 diff --git a/core/embed/extmod/modtrezorui/inflate.c b/core/embed/extmod/modtrezorui/inflate.c index 8f14f6515f..eeacd25fe6 100644 --- a/core/embed/extmod/modtrezorui/inflate.c +++ b/core/embed/extmod/modtrezorui/inflate.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorui/inflate.h b/core/embed/extmod/modtrezorui/inflate.h index 9bae372f47..f40ba9235e 100644 --- a/core/embed/extmod/modtrezorui/inflate.h +++ b/core/embed/extmod/modtrezorui/inflate.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorui/modtrezorui-display.h b/core/embed/extmod/modtrezorui/modtrezorui-display.h index 8fd1b2a97f..3d9a2547b7 100644 --- a/core/embed/extmod/modtrezorui/modtrezorui-display.h +++ b/core/embed/extmod/modtrezorui/modtrezorui-display.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -115,7 +115,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(mod_trezorui_Display_bar_radius_obj, /// def image(self, x: int, y: int, image: bytes) -> None: /// """ /// Renders an image at position (x,y). -/// The image needs to be in TREZOR Optimized Image Format (TOIF) - +/// The image needs to be in Trezor Optimized Image Format (TOIF) - /// full-color mode. /// """ STATIC mp_obj_t mod_trezorui_Display_image(size_t n_args, @@ -145,7 +145,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(mod_trezorui_Display_image_obj, 4, 4, /// ) -> None: /// """ /// Renders an avatar at position (x,y). -/// The image needs to be in TREZOR Optimized Image Format (TOIF) - +/// The image needs to be in Trezor Optimized Image Format (TOIF) - /// full-color mode. Image needs to be of exactly AVATAR_IMAGE_SIZE x /// AVATAR_IMAGE_SIZE pixels size. /// """ @@ -181,7 +181,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(mod_trezorui_Display_avatar_obj, 6, /// ) -> None: /// """ /// Renders an icon at position (x,y), fgcolor is used as foreground color, -/// bgcolor as background. The icon needs to be in TREZOR Optimized Image +/// bgcolor as background. The icon needs to be in Trezor Optimized Image /// Format (TOIF) - gray-scale mode. /// """ STATIC mp_obj_t mod_trezorui_Display_icon(size_t n_args, const mp_obj_t *args) { diff --git a/core/embed/extmod/modtrezorui/modtrezorui.c b/core/embed/extmod/modtrezorui/modtrezorui.c index e31ba84952..8020ffe3ae 100644 --- a/core/embed/extmod/modtrezorui/modtrezorui.c +++ b/core/embed/extmod/modtrezorui/modtrezorui.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/modtrezorutils/modtrezorutils.c b/core/embed/extmod/modtrezorutils/modtrezorutils.c index c58d0b1191..859b5050ca 100644 --- a/core/embed/extmod/modtrezorutils/modtrezorutils.c +++ b/core/embed/extmod/modtrezorutils/modtrezorutils.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/extmod/trezorobj.h b/core/embed/extmod/trezorobj.h index fbf220448c..1c984ec1d2 100644 --- a/core/embed/extmod/trezorobj.h +++ b/core/embed/extmod/trezorobj.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/firmware/bl_check.c b/core/embed/firmware/bl_check.c index 43a9157852..444feb78c0 100644 --- a/core/embed/firmware/bl_check.c +++ b/core/embed/firmware/bl_check.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/firmware/bl_check.h b/core/embed/firmware/bl_check.h index 9a03de493f..ee4ef277ac 100644 --- a/core/embed/firmware/bl_check.h +++ b/core/embed/firmware/bl_check.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/firmware/main.c b/core/embed/firmware/main.c index 8f62e4cc81..f81ca9dbb8 100644 --- a/core/embed/firmware/main.c +++ b/core/embed/firmware/main.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/firmware/mphalport.c b/core/embed/firmware/mphalport.c index fb79803c0a..0451805c6d 100644 --- a/core/embed/firmware/mphalport.c +++ b/core/embed/firmware/mphalport.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/firmware/mphalport.h b/core/embed/firmware/mphalport.h index f91a9ce290..0526238793 100644 --- a/core/embed/firmware/mphalport.h +++ b/core/embed/firmware/mphalport.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/firmware/nlrthumb.c b/core/embed/firmware/nlrthumb.c index 2d4e00acd5..8fdaba88b2 100644 --- a/core/embed/firmware/nlrthumb.c +++ b/core/embed/firmware/nlrthumb.c @@ -1,7 +1,7 @@ // clang-format off /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/prodtest/main.c b/core/embed/prodtest/main.c index 3d4affe61f..90ec3a609b 100644 --- a/core/embed/prodtest/main.c +++ b/core/embed/prodtest/main.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/reflash/main.c b/core/embed/reflash/main.c index 7b09abe0cd..10a2fb1f0b 100644 --- a/core/embed/reflash/main.c +++ b/core/embed/reflash/main.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/common.c b/core/embed/trezorhal/common.c index 98848e8d21..39529f43eb 100644 --- a/core/embed/trezorhal/common.c +++ b/core/embed/trezorhal/common.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -58,7 +58,7 @@ __fatal_error(const char *expr, const char *msg, const char *file, int line, #ifdef GITREV display_printf("rev : %s\n", XSTR(GITREV)); #endif - display_printf("\nPlease contact TREZOR support.\n"); + display_printf("\nPlease contact Trezor support.\n"); shutdown(); for (;;) ; diff --git a/core/embed/trezorhal/common.h b/core/embed/trezorhal/common.h index 56485480a6..f5cb32d0e3 100644 --- a/core/embed/trezorhal/common.h +++ b/core/embed/trezorhal/common.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/flash.c b/core/embed/trezorhal/flash.c index b722aa3edc..e456f3c974 100644 --- a/core/embed/trezorhal/flash.c +++ b/core/embed/trezorhal/flash.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/flash.h b/core/embed/trezorhal/flash.h index a2e9459b5e..1c595f44b3 100644 --- a/core/embed/trezorhal/flash.h +++ b/core/embed/trezorhal/flash.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/image.c b/core/embed/trezorhal/image.c index b08e98674c..cf12f02a23 100644 --- a/core/embed/trezorhal/image.c +++ b/core/embed/trezorhal/image.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/image.h b/core/embed/trezorhal/image.h index 3fd8c2224a..711d869b11 100644 --- a/core/embed/trezorhal/image.h +++ b/core/embed/trezorhal/image.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/lowlevel.c b/core/embed/trezorhal/lowlevel.c index 998593a195..9129aa8e12 100644 --- a/core/embed/trezorhal/lowlevel.c +++ b/core/embed/trezorhal/lowlevel.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/lowlevel.h b/core/embed/trezorhal/lowlevel.h index f9bac6a4f8..efadaf0d5e 100644 --- a/core/embed/trezorhal/lowlevel.h +++ b/core/embed/trezorhal/lowlevel.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/mpu.c b/core/embed/trezorhal/mpu.c index 55d6372fee..3de6d1b110 100644 --- a/core/embed/trezorhal/mpu.c +++ b/core/embed/trezorhal/mpu.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/mpu.h b/core/embed/trezorhal/mpu.h index c7c136849e..9d30af77be 100644 --- a/core/embed/trezorhal/mpu.h +++ b/core/embed/trezorhal/mpu.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/rng.c b/core/embed/trezorhal/rng.c index 136b17d349..29a98c1218 100644 --- a/core/embed/trezorhal/rng.c +++ b/core/embed/trezorhal/rng.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/rng.h b/core/embed/trezorhal/rng.h index 5c48f4319b..083b2c1508 100644 --- a/core/embed/trezorhal/rng.h +++ b/core/embed/trezorhal/rng.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/sbu.c b/core/embed/trezorhal/sbu.c index 4eb71f3e59..b03c56b51e 100644 --- a/core/embed/trezorhal/sbu.c +++ b/core/embed/trezorhal/sbu.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/sbu.h b/core/embed/trezorhal/sbu.h index 688429d270..09e45a289c 100644 --- a/core/embed/trezorhal/sbu.h +++ b/core/embed/trezorhal/sbu.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/sdcard.c b/core/embed/trezorhal/sdcard.c index 53ebff0ce6..25e50d1ecd 100644 --- a/core/embed/trezorhal/sdcard.c +++ b/core/embed/trezorhal/sdcard.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/sdcard.h b/core/embed/trezorhal/sdcard.h index 955289ff18..3952f8d29c 100644 --- a/core/embed/trezorhal/sdcard.h +++ b/core/embed/trezorhal/sdcard.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/secbool.h b/core/embed/trezorhal/secbool.h index 65860dd76f..356c715930 100644 --- a/core/embed/trezorhal/secbool.h +++ b/core/embed/trezorhal/secbool.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/stm32.c b/core/embed/trezorhal/stm32.c index 02a64afe29..6a416131df 100644 --- a/core/embed/trezorhal/stm32.c +++ b/core/embed/trezorhal/stm32.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/systick.c b/core/embed/trezorhal/systick.c index d995e740b8..94e7a61cd0 100644 --- a/core/embed/trezorhal/systick.c +++ b/core/embed/trezorhal/systick.c @@ -1,7 +1,7 @@ // clang-format off /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/touch.c b/core/embed/trezorhal/touch.c index 6077d9bd50..b5b64d1439 100644 --- a/core/embed/trezorhal/touch.c +++ b/core/embed/trezorhal/touch.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -25,7 +25,7 @@ #elif TREZOR_MODEL == 1 #include "touch_1.h" #else -#error Unknown TREZOR Model +#error Unknown Trezor Model #endif uint32_t touch_click(void) { diff --git a/core/embed/trezorhal/touch.h b/core/embed/trezorhal/touch.h index e975af1419..4b438d8e18 100644 --- a/core/embed/trezorhal/touch.h +++ b/core/embed/trezorhal/touch.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/usb.c b/core/embed/trezorhal/usb.c index b1b6a04891..33f6ab505f 100644 --- a/core/embed/trezorhal/usb.c +++ b/core/embed/trezorhal/usb.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/usb.h b/core/embed/trezorhal/usb.h index efb40ea750..fcd682a3c3 100644 --- a/core/embed/trezorhal/usb.h +++ b/core/embed/trezorhal/usb.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/usb_hid-defs.h b/core/embed/trezorhal/usb_hid-defs.h index fa1c037d2b..d83c06381e 100644 --- a/core/embed/trezorhal/usb_hid-defs.h +++ b/core/embed/trezorhal/usb_hid-defs.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/usb_hid-impl.h b/core/embed/trezorhal/usb_hid-impl.h index 9ad47839e0..ff7254d40c 100644 --- a/core/embed/trezorhal/usb_hid-impl.h +++ b/core/embed/trezorhal/usb_hid-impl.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/usb_vcp-defs.h b/core/embed/trezorhal/usb_vcp-defs.h index a82ad33b93..67656a793a 100644 --- a/core/embed/trezorhal/usb_vcp-defs.h +++ b/core/embed/trezorhal/usb_vcp-defs.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/usb_vcp-impl.h b/core/embed/trezorhal/usb_vcp-impl.h index 3a0852e3f4..befeb967ce 100644 --- a/core/embed/trezorhal/usb_vcp-impl.h +++ b/core/embed/trezorhal/usb_vcp-impl.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/usb_webusb-defs.h b/core/embed/trezorhal/usb_webusb-defs.h index 2bca963546..046f803cc1 100644 --- a/core/embed/trezorhal/usb_webusb-defs.h +++ b/core/embed/trezorhal/usb_webusb-defs.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/trezorhal/usb_webusb-impl.h b/core/embed/trezorhal/usb_webusb-impl.h index 946d3fb63f..e50ae866d7 100644 --- a/core/embed/trezorhal/usb_webusb-impl.h +++ b/core/embed/trezorhal/usb_webusb-impl.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/unix/common.c b/core/embed/unix/common.c index 573b22ea09..5fa20d3470 100644 --- a/core/embed/unix/common.c +++ b/core/embed/unix/common.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -62,8 +62,8 @@ __fatal_error(const char *expr, const char *msg, const char *file, int line, display_printf("rev : %s\n", XSTR(GITREV)); printf("rev : %s\n", XSTR(GITREV)); #endif - display_printf("\nPlease contact TREZOR support.\n"); - printf("\nPlease contact TREZOR support.\n"); + display_printf("\nPlease contact Trezor support.\n"); + printf("\nPlease contact Trezor support.\n"); hal_delay(3000); __shutdown(); for (;;) diff --git a/core/embed/unix/common.h b/core/embed/unix/common.h index e9b7f0928a..961a065f45 100644 --- a/core/embed/unix/common.h +++ b/core/embed/unix/common.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/unix/flash.c b/core/embed/unix/flash.c index 2e67b9597c..ae907c7eb6 100644 --- a/core/embed/unix/flash.c +++ b/core/embed/unix/flash.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/unix/profile.c b/core/embed/unix/profile.c index 78a7403efc..79144650c0 100644 --- a/core/embed/unix/profile.c +++ b/core/embed/unix/profile.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/unix/profile.h b/core/embed/unix/profile.h index 6fa657f255..b75466fa79 100644 --- a/core/embed/unix/profile.h +++ b/core/embed/unix/profile.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/unix/rng.c b/core/embed/unix/rng.c index 2630450b4a..a2d6750c4a 100644 --- a/core/embed/unix/rng.c +++ b/core/embed/unix/rng.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/unix/sbu.c b/core/embed/unix/sbu.c index 8f4ca046fc..b1e48662cc 100644 --- a/core/embed/unix/sbu.c +++ b/core/embed/unix/sbu.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/unix/sdcard.c b/core/embed/unix/sdcard.c index ba1063f745..ec61abcebc 100644 --- a/core/embed/unix/sdcard.c +++ b/core/embed/unix/sdcard.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/unix/touch.c b/core/embed/unix/touch.c index b040aba762..0fb9e9ea66 100644 --- a/core/embed/unix/touch.c +++ b/core/embed/unix/touch.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/embed/unix/usb.c b/core/embed/unix/usb.c index c470532b78..360631bd8d 100644 --- a/core/embed/unix/usb.c +++ b/core/embed/unix/usb.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/core/mocks/generated/trezorui.py b/core/mocks/generated/trezorui.py index d41e5ef9ac..f9e082f2f9 100644 --- a/core/mocks/generated/trezorui.py +++ b/core/mocks/generated/trezorui.py @@ -47,7 +47,7 @@ class Display: def image(self, x: int, y: int, image: bytes) -> None: """ Renders an image at position (x,y). - The image needs to be in TREZOR Optimized Image Format (TOIF) - + The image needs to be in Trezor Optimized Image Format (TOIF) - full-color mode. """ @@ -56,7 +56,7 @@ class Display: ) -> None: """ Renders an avatar at position (x,y). - The image needs to be in TREZOR Optimized Image Format (TOIF) - + The image needs to be in Trezor Optimized Image Format (TOIF) - full-color mode. Image needs to be of exactly AVATAR_IMAGE_SIZE x AVATAR_IMAGE_SIZE pixels size. """ @@ -66,7 +66,7 @@ class Display: ) -> None: """ Renders an icon at position (x,y), fgcolor is used as foreground color, - bgcolor as background. The icon needs to be in TREZOR Optimized Image + bgcolor as background. The icon needs to be in Trezor Optimized Image Format (TOIF) - gray-scale mode. """ diff --git a/core/src/apps/homescreen/homescreen.py b/core/src/apps/homescreen/homescreen.py index d082e4e8bb..a89af2e91e 100644 --- a/core/src/apps/homescreen/homescreen.py +++ b/core/src/apps/homescreen/homescreen.py @@ -20,7 +20,7 @@ def display_homescreen(): label = "Go to trezor.io/start" image = None else: - label = storage.get_label() or "My TREZOR" + label = storage.get_label() or "My Trezor" image = storage.get_homescreen() if not image: diff --git a/core/src/apps/monero/README.md b/core/src/apps/monero/README.md index 4d0154404e..aa846c7ce5 100644 --- a/core/src/apps/monero/README.md +++ b/core/src/apps/monero/README.md @@ -10,7 +10,7 @@ REVIEWER = Tomas Susanka , ----- -This Monero implementation was implemented from scratch originally for TREZOR by porting Monero C++ code to the Python codebase. +This Monero implementation was implemented from scratch originally for Trezor by porting Monero C++ code to the Python codebase. The implementation heavily relies on the [trezor-crypto] Monero functionality which implements basic crypto primitives and other Monero related functionality (e.g., monero base58, accelerated and optimized Borromean range signatures) @@ -23,7 +23,7 @@ The implementation provides the following features: ### Transaction signature -Signs a Monero transaction on the TREZOR. +Signs a Monero transaction on the Trezor. - Designed so number of UTXO is practically unlimited (hundreds to thousands) - Maximal number of outputs per transaction is 8 (usually there are only 2) @@ -31,13 +31,13 @@ Signs a Monero transaction on the TREZOR. ### Key Image sync -Key Image is computed with the spend key which is stored on the TREZOR. +Key Image is computed with the spend key which is stored on the Trezor. In order to detect if the UTXO has been already spent (thus computing balance due to change transactions) and correct spending UTXOs the key images are required. Without the key images the Monero view only wallet incorrectly computes balance as it sees all ever received transactions as unspent. -Key image sync is a protocol that allows to compute key images for incoming transfers by TREZOR. +Key image sync is a protocol that allows to compute key images for incoming transfers by Trezor. Example: 20 XMR in the single UTXO is received, thus real balance is 20. 1 XMR is sent to a different address and remaining 19 are sent back with a change transaction. Correct balance is 19 but without @@ -47,7 +47,7 @@ rejected by a Monero daemon as a double spending transaction. Normally, the Key image sync is not needed as the key image computation is done by the transaction signing algorithm. However, if the wallet file is somehow corrupted -or the wallet is used on a new host / restored from the TREZOR the key +or the wallet is used on a new host / restored from the Trezor the key image sync is required for correct function of the wallet. It recomputes key images for all received transaction inputs. @@ -77,14 +77,14 @@ using the data. Cold wallet creates `signed_txset` ### Cold wallet protocols As cold wallet support is already present in Monero codebase, the protocols were well designed and analyzed. -We decided to reuse the cold wallet approach when signing the transaction as the TREZOR pretty much behaves as the cold wallet, -i.e., does not have access to the blockchain or full Monero node. The whole transaction is built in the TREZOR thus +We decided to reuse the cold wallet approach when signing the transaction as the trezor pretty much behaves as the cold wallet, +i.e., does not have access to the blockchain or full Monero node. The whole transaction is built in the trezor thus the integration has security properties of the cold wallet (which is belevied to be secure). This integration approach -makes security analysis easier and enables to use existing codebase and protocols. This makes merging TREZOR support to +makes security analysis easier and enables to use existing codebase and protocols. This makes merging trezor support to the Monero codebase easier. We believe that by choosing a bit more high-level approach in the protocol design we could easily add more advanced features, -TREZOR implements cold wallet protocols in this integration scheme. +trezor implements cold wallet protocols in this integration scheme. ## Description @@ -113,12 +113,12 @@ Serialization is synchronous. Transaction signing and Key Image (KI) sync are multi-step stateful protocols. The protocol have several roundtrips. -In the signing protocol the connected host mainly serves as a dumb storage providing values to the TREZOR when needed, -mainly due to memory constrains on TREZOR. The offloaded data can be in plaintext. In this case data is HMACed with unique HMAC +In the signing protocol the connected host mainly serves as a dumb storage providing values to the trezor when needed, +mainly due to memory constrains on trezor. The offloaded data can be in plaintext. In this case data is HMACed with unique HMAC key to avoid data tampering, reordering, replay, reuse, etc... Some data are offloaded as protected, encrypted and authenticated with Chacha20Poly1305 with unique key (derived from the protocol step, message, purpose, counter, master secret). -TREZOR builds the signed Monero transaction incrementally, i.e., one UTXO per round trip, one transaction output per roundtrip. +trezor builds the signed Monero transaction incrementally, i.e., one UTXO per round trip, one transaction output per roundtrip. ### Protocol workflow @@ -144,7 +144,7 @@ In the KI sync cold wallet protocol KIs are generated by the cold wallet. For ea generated by the cold wallet (KI proof). KI sync is mainly needed to recover from some problem or when using a new hot-wallet (corruption of a wallet file or -using TREZOR on a different host). +using trezor on a different host). The KI protocol has 3 steps. @@ -180,17 +180,17 @@ For detailed description and rationale please refer to the [monero-doc]. range proof details (type of the range proof, batching scheme). After receiving this message: -- The TREZOR prompts user for verification of the destination addresses and amounts. +- The trezor prompts user for verification of the destination addresses and amounts. - Commitments are computed thus later potential deviations from transaction destinations are detected and signing aborts. - Secrets for HMACs / encryption are computed, TX key is computed. - Precomputes required sub-addresses (init message indicates which sub-addresses are needed). ### `MoneroTransactionSetInputRequest` -- Sends one UTXO to the TREZOR for processing, encoded as `MoneroTransactionSourceEntry`. +- Sends one UTXO to the trezor for processing, encoded as `MoneroTransactionSourceEntry`. - Contains construction data needed for signing the transaction, computing spending key for UTXO. -TREZOR computes spending keys, `TxinToKey`, `pseudo_out`, HMACs for offloaded data +trezor computes spending keys, `TxinToKey`, `pseudo_out`, HMACs for offloaded data ### `MoneroTransactionInputsPermutationRequest` @@ -201,47 +201,47 @@ This message caries permutation on the key images so they are sorted in the desi - Step needed to correctly hash all transaction inputs, in the right order (permutation computed in the previous step). - Contains `MoneroTransactionSourceEntry` and `TxinToKey` computed in the previous step. -- TREZOR Computes `tx_prefix_hash` is part of the signed data. +- trezor Computes `tx_prefix_hash` is part of the signed data. ### `MoneroTransactionAllInputsSetRequest` - Sent after all inputs have been processed. - Used in the range proof offloading to the host. E.g., in case of batched Bulletproofs with more than 2 transaction outputs. -The message response contains TREZOR-generated commitment masks so host can compute range proof correctly. +The message response contains trezor-generated commitment masks so host can compute range proof correctly. ### `MoneroTransactionSetOutputRequest` - Sends transaction output, `MoneroTransactionDestinationEntry`, one per message. - HMAC prevents tampering with previously accepted data (in the init step). -- TREZOR computes data related to transaction output, e.g., range proofs, ECDH info for the receiver, output public key. +- trezor computes data related to transaction output, e.g., range proofs, ECDH info for the receiver, output public key. - In case offloaded range proof is used the request can carry computed range proof. ### `MoneroTransactionAllOutSetRequest` -Sent after all transaction outputs have been sent to the TREZOR for processing. +Sent after all transaction outputs have been sent to the trezor for processing. Request is empty, the response contains computed `extra` field (may contain additional public keys if sub-addresses are used), computed `tx_prefix_hash` and basis for the final transaction signature `MoneroRingCtSig` (fee, transaction type). ### `MoneroTransactionMlsagDoneRequest` -Message sent to ask TREZOR to compute pre-MLSAG hash required for the signature. -Hash is computed incrementally by TREZOR since the init message and can be finalized in this step. +Message sent to ask trezor to compute pre-MLSAG hash required for the signature. +Hash is computed incrementally by trezor since the init message and can be finalized in this step. Request is empty, response contains message hash, required for the signature. ### `MoneroTransactionSignInputRequest` - Caries `MoneroTransactionSourceEntry`, similarly as previous messages `MoneroTransactionSetInputRequest`, `MoneroTransactionInputViniRequest`. - Caries computed transaction inputs, pseudo outputs, HMACs, encrypted spending keys and alpha masks -- TREZOR generates MLSAG for this UTXO, returns the signature. +- trezor generates MLSAG for this UTXO, returns the signature. - Code returns also `cout` value if the multisig mode is active - not fully implemented, will be needed later when implementing multisigs. ### `MoneroTransactionFinalRequest` - Sent when all UTXOs have been signed properly - Finalizes transaction signature -- Returns encrypted transaction private keys which are needed later, e.g. for TX proof. As TREZOR cannot store aux data -for all signed transactions its offloaded encrypted to the wallet. Later when TX proof is implemented in the TREZOR it +- Returns encrypted transaction private keys which are needed later, e.g. for TX proof. As trezor cannot store aux data +for all signed transactions its offloaded encrypted to the wallet. Later when TX proof is implemented in the trezor it will load encrypted TX keys, decrypt it and generate the proof. diff --git a/core/src/boot.py b/core/src/boot.py index dd058436d3..c84432c073 100644 --- a/core/src/boot.py +++ b/core/src/boot.py @@ -31,7 +31,7 @@ async def lockscreen(): label = storage.get_label() image = storage.get_homescreen() if not label: - label = "My TREZOR" + label = "My Trezor" if not image: image = res.load("apps/homescreen/res/bg.toif") diff --git a/core/tools/binctl b/core/tools/binctl index 83873c76e5..c86c8bf567 100755 --- a/core/tools/binctl +++ b/core/tools/binctl @@ -60,13 +60,13 @@ class BinImage(object): def print(self): if self.magic == b"TRZF": - print("TREZOR Firmware Image") + print("Trezor Firmware Image") total_len = self.vhdrlen + self.hdrlen + self.codelen elif self.magic == b"TRZB": - print("TREZOR Bootloader Image") + print("Trezor Bootloader Image") total_len = self.hdrlen + self.codelen else: - print("TREZOR Unknown Image") + print("Trezor Unknown Image") print(" * magic :", self.magic.decode()) print(" * hdrlen :", self.hdrlen) print(" * expiry :", self.expiry) @@ -230,7 +230,7 @@ class VendorHeader(object): assert len(data) % 512 == 0 def print(self): - print("TREZOR Vendor Header") + print("Trezor Vendor Header") print(" * magic :", self.magic.decode()) print(" * hdrlen :", self.hdrlen) print(" * expiry :", self.expiry) diff --git a/core/tools/codegen/get_trezor_keys.py b/core/tools/codegen/get_trezor_keys.py index 73c0a4d941..31c40fef1f 100755 --- a/core/tools/codegen/get_trezor_keys.py +++ b/core/tools/codegen/get_trezor_keys.py @@ -8,7 +8,7 @@ devices = HidTransport.enumerate() if len(devices) > 0: t = TrezorClient(devices[0]) else: - raise Exception("No TREZOR found") + raise Exception("No Trezor found") for i in [0, 1, 2]: path = "m/10018'/%d'" % i diff --git a/core/tools/hid-bridge/README.md b/core/tools/hid-bridge/README.md index b987019d16..97cbefec09 100644 --- a/core/tools/hid-bridge/README.md +++ b/core/tools/hid-bridge/README.md @@ -12,7 +12,7 @@ You must have read/write permission to the `/dev/uhid/` device as same as to the ## Usage -Run [TREZOR emulator](https://github.com/trezor/trezor-core/blob/master/docs/emulator.md) and `./hid-bridge`. +Run [Trezor emulator](https://github.com/trezor/trezor-core/blob/master/docs/emulator.md) and `./hid-bridge`. ## Known issues diff --git a/core/tools/hid-bridge/hid_interface.py b/core/tools/hid-bridge/hid_interface.py index e963b85c66..217ba71939 100644 --- a/core/tools/hid-bridge/hid_interface.py +++ b/core/tools/hid-bridge/hid_interface.py @@ -26,7 +26,7 @@ class HIDInterface: logger.log_raw("{} <".format(HIDInterface.uhid_device), data.hex()) def create_device(self): - name = b"Virtual TREZOR" + name = b"Virtual Trezor" phys = b"" uniq = random_bytes(64) bus = 0 diff --git a/core/trezor_cmd.sh b/core/trezor_cmd.sh index 74c4d123a3..621403009d 100644 --- a/core/trezor_cmd.sh +++ b/core/trezor_cmd.sh @@ -15,7 +15,7 @@ if [[ ! "${TREZOR_SRC}" ]]; then echo "expecting TREZOR_SRC"; exit 0; fi # HEAPSIZE # ARGS -- uMP arguments # MAIN -- uMP file to execute -## TREZOR core +## Trezor core # TREZOR_PROFILE_DIR # TREZOR_PROFILE_NAME # TREZOR_UDP_PORT @@ -61,12 +61,12 @@ TREZOR_LOGFILE="${TREZOR_PROFILE_DIR}/trezor.log" TREZOR_UDP_PORT="${TREZOR_UDP_PORT:-21324}" TREZOR_PATH="${TREZOR_PATH:-udp:127.0.0.1:${TREZOR_UDP_PORT}}" -echo "TREZOR^emu profile name: ${TREZOR_PROFILE_NAME}" -echo "TREZOR^emu profile directory: ${TREZOR_PROFILE_DIR}" -echo "TREZOR^emu log file: ${TREZOR_LOGFILE}" -echo "TREZOR^emu UDP port: ${TREZOR_UDP_PORT}" -echo "TREZOR^emu path: ${TREZOR_PATH}" -echo "TREZOR^emu src: ${TREZOR_SRC}" +echo "Trezor^emu profile name: ${TREZOR_PROFILE_NAME}" +echo "Trezor^emu profile directory: ${TREZOR_PROFILE_DIR}" +echo "Trezor^emu log file: ${TREZOR_LOGFILE}" +echo "Trezor^emu UDP port: ${TREZOR_UDP_PORT}" +echo "Trezor^emu path: ${TREZOR_PATH}" +echo "Trezor^emu src: ${TREZOR_SRC}" export TREZOR_PROFILE_NAME="${TREZOR_PROFILE_NAME}" export TREZOR_PROFILE_DIR="${TREZOR_PROFILE_DIR}" diff --git a/crypto/gui/mainwindow.ui b/crypto/gui/mainwindow.ui index 4656699070..cbc302b3be 100644 --- a/crypto/gui/mainwindow.ui +++ b/crypto/gui/mainwindow.ui @@ -17,7 +17,7 @@ - TREZOR + Trezor diff --git a/legacy/README.md b/legacy/README.md index bb443372e3..2944062707 100644 --- a/legacy/README.md +++ b/legacy/README.md @@ -1,10 +1,10 @@ -# TREZOR One Bootloader and Firmware +# Trezor One Bootloader and Firmware [![Build Status](https://travis-ci.org/trezor/trezor-mcu.svg?branch=master)](https://travis-ci.org/trezor/trezor-mcu) [![gitter](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community) https://trezor.io/ -## How to build the TREZOR bootloader, firmware and emulator +## How to build the Trezor bootloader, firmware and emulator Ensure that you have Docker installed. You can follow [Docker's installation instructions](https://docs.docker.com/engine/installation/). @@ -49,7 +49,7 @@ Step 3 should produce the same sha256 fingerprint like your local build (for the ## How to install custom built firmware? -**WARNING: This will erase the recovery seed stored on the device! You should never do this on TREZOR that contains coins!** +**WARNING: This will erase the recovery seed stored on the device! You should never do this on Trezor that contains coins!** 1. Install python-trezor: `pip install trezor` ([more info](https://github.com/trezor/python-trezor)) 2. `trezorctl firmware_update -f build/trezor-TAG.bin` diff --git a/legacy/bootloader/bootloader.c b/legacy/bootloader/bootloader.c index e30cc99399..9f86fca518 100644 --- a/legacy/bootloader/bootloader.c +++ b/legacy/bootloader/bootloader.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * @@ -53,7 +53,7 @@ bool get_button_response(void) { void show_halt(const char *line1, const char *line2) { layoutDialog(&bmp_icon_error, NULL, NULL, NULL, line1, line2, NULL, - "Unplug your TREZOR,", "reinstall firmware.", NULL); + "Unplug your Trezor,", "reinstall firmware.", NULL); shutdown(); } @@ -89,7 +89,7 @@ static void bootloader_loop(void) { oledClear(); oledDrawBitmap(0, 0, &bmp_logo64); if (firmware_present_new()) { - oledDrawStringCenter(90, 10, "TREZOR", FONT_STANDARD); + oledDrawStringCenter(90, 10, "Trezor", FONT_STANDARD); oledDrawStringCenter(90, 30, "Bootloader", FONT_STANDARD); oledDrawStringCenter(90, 50, VERSTR(VERSION_MAJOR) "." VERSTR( @@ -137,7 +137,7 @@ int main(void) { if (SIG_OK != check_firmware_hashes(hdr)) { layoutDialog(&bmp_icon_error, NULL, NULL, NULL, "Broken firmware", - "detected.", NULL, "Unplug your TREZOR,", + "detected.", NULL, "Unplug your Trezor,", "reinstall firmware.", NULL); shutdown(); } diff --git a/legacy/bootloader/bootloader.h b/legacy/bootloader/bootloader.h index 98267c9849..60539a0dc4 100644 --- a/legacy/bootloader/bootloader.h +++ b/legacy/bootloader/bootloader.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/bootloader/signatures.c b/legacy/bootloader/signatures.c index 7e98247571..9d63988729 100644 --- a/legacy/bootloader/signatures.c +++ b/legacy/bootloader/signatures.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/bootloader/signatures.h b/legacy/bootloader/signatures.h index c47e325e40..f52f470f7c 100644 --- a/legacy/bootloader/signatures.h +++ b/legacy/bootloader/signatures.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/bootloader/usb.c b/legacy/bootloader/usb.c index 8af36b7c94..52f1d25c4a 100644 --- a/legacy/bootloader/usb.c +++ b/legacy/bootloader/usb.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * @@ -165,12 +165,12 @@ static void rx_callback(usbd_device *dev, uint8_t ep) { flash_state = STATE_END; layoutDialog(&bmp_icon_ok, NULL, NULL, NULL, "Device", "successfully wiped.", NULL, "You may now", - "unplug your TREZOR.", NULL); + "unplug your Trezor.", NULL); send_msg_success(dev); } else { flash_state = STATE_END; layoutDialog(&bmp_icon_warning, NULL, NULL, NULL, "Device wipe", - "aborted.", NULL, "You may now", "unplug your TREZOR.", + "aborted.", NULL, "You may now", "unplug your Trezor.", NULL); send_msg_failure(dev); } @@ -209,7 +209,7 @@ static void rx_callback(usbd_device *dev, uint8_t ep) { flash_state = STATE_END; layoutDialog(&bmp_icon_warning, NULL, NULL, NULL, "Firmware installation", "aborted.", NULL, "You may now", - "unplug your TREZOR.", NULL); + "unplug your Trezor.", NULL); } return; } @@ -380,7 +380,7 @@ static void rx_callback(usbd_device *dev, uint8_t ep) { if (hash_check_ok) { layoutDialog(&bmp_icon_ok, NULL, NULL, NULL, "New firmware", "successfully installed.", NULL, "You may now", - "unplug your TREZOR.", NULL); + "unplug your Trezor.", NULL); send_msg_success(dev); shutdown(); } else { diff --git a/legacy/bootloader/usb.h b/legacy/bootloader/usb.h index da506471ac..2e26ddeea2 100644 --- a/legacy/bootloader/usb.h +++ b/legacy/bootloader/usb.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/buttons.c b/legacy/buttons.c index 0a86dbe61b..58e2b6d579 100644 --- a/legacy/buttons.c +++ b/legacy/buttons.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/buttons.h b/legacy/buttons.h index 48f3c99842..d5243f14fe 100644 --- a/legacy/buttons.h +++ b/legacy/buttons.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/common.c b/legacy/common.c index d88b6bab57..13fbf033b4 100644 --- a/legacy/common.c +++ b/legacy/common.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -62,7 +62,7 @@ __fatal_error(const char *expr, const char *msg, const char *file, int line_num, oledDrawString(0, y, line, FONT_STANDARD); y += FONT_HEIGHT + 1; - oledDrawString(0, y, "Contact TREZOR support.", FONT_STANDARD); + oledDrawString(0, y, "Contact Trezor support.", FONT_STANDARD); oledRefresh(); shutdown(); diff --git a/legacy/common.h b/legacy/common.h index 08f82c96dc..5e39235d74 100644 --- a/legacy/common.h +++ b/legacy/common.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/legacy/demo/demo.c b/legacy/demo/demo.c index bad797012e..724bf27bb1 100644 --- a/legacy/demo/demo.c +++ b/legacy/demo/demo.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/emulator/buttons.c b/legacy/emulator/buttons.c index 77b097794a..c30bd2cf68 100644 --- a/legacy/emulator/buttons.c +++ b/legacy/emulator/buttons.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/emulator/emulator.h b/legacy/emulator/emulator.h index ae05f6f9ff..caa9ec1408 100644 --- a/legacy/emulator/emulator.h +++ b/legacy/emulator/emulator.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/emulator/memory.c b/legacy/emulator/memory.c index a1acac60c9..3cca42c68f 100644 --- a/legacy/emulator/memory.c +++ b/legacy/emulator/memory.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/emulator/oled.c b/legacy/emulator/oled.c index 353d4dbd05..5f6b264780 100644 --- a/legacy/emulator/oled.c +++ b/legacy/emulator/oled.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * @@ -59,7 +59,7 @@ void oledInit(void) { int fullscreen = emulatorFullscreen(); SDL_Window *window = SDL_CreateWindow( - "TREZOR", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, + "Trezor^emu", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, OLED_WIDTH * scale, OLED_HEIGHT * scale, fullscreen ? SDL_WINDOW_FULLSCREEN_DESKTOP : 0); diff --git a/legacy/emulator/rng.c b/legacy/emulator/rng.c index cd6eb616ee..7693be719d 100644 --- a/legacy/emulator/rng.c +++ b/legacy/emulator/rng.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/emulator/setup.c b/legacy/emulator/setup.c index 81b283ecc4..8f398257ab 100644 --- a/legacy/emulator/setup.c +++ b/legacy/emulator/setup.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/emulator/strl.c b/legacy/emulator/strl.c index da48ac86f5..966322ac5a 100644 --- a/legacy/emulator/strl.c +++ b/legacy/emulator/strl.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/emulator/strl.h b/legacy/emulator/strl.h index c43fd4c72e..7fa7d5f08c 100644 --- a/legacy/emulator/strl.h +++ b/legacy/emulator/strl.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/emulator/timer.c b/legacy/emulator/timer.c index e994d9613d..6eaa9a7718 100644 --- a/legacy/emulator/timer.c +++ b/legacy/emulator/timer.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/emulator/udp.c b/legacy/emulator/udp.c index 4a80059963..f1a227fb42 100644 --- a/legacy/emulator/udp.c +++ b/legacy/emulator/udp.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/firmware/ChangeLog b/legacy/firmware/ChangeLog index 9ddd497afd..3bf873f796 100644 --- a/legacy/firmware/ChangeLog +++ b/legacy/firmware/ChangeLog @@ -139,7 +139,7 @@ Version 1.3.0 [Dec 2014] Version 1.2.1 [Jul 2014] * Added stack overflow protection -* Added compatibility with TREZOR Bridge +* Added compatibility with Trezor Bridge Version 1.2.0 [Jul 2014] * Fix false positives for fee warning diff --git a/legacy/firmware/bl_check.c b/legacy/firmware/bl_check.c index 3080c6b367..218c3d0c0e 100644 --- a/legacy/firmware/bl_check.c +++ b/legacy/firmware/bl_check.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 Pavol Rusnak * @@ -134,7 +134,7 @@ void check_bootloader(void) { if (!known_bootloader(r, hash)) { layoutDialog(&bmp_icon_error, NULL, NULL, NULL, _("Unknown bootloader"), - _("detected."), NULL, _("Unplug your TREZOR"), + _("detected."), NULL, _("Unplug your Trezor"), _("contact our support."), NULL); shutdown(); } @@ -185,7 +185,7 @@ void check_bootloader(void) { } // show info and halt layoutDialog(&bmp_icon_error, NULL, NULL, NULL, _("Bootloader update"), - _("broken."), NULL, _("Unplug your TREZOR"), + _("broken."), NULL, _("Unplug your Trezor"), _("contact our support."), NULL); shutdown(); #endif diff --git a/legacy/firmware/bl_check.h b/legacy/firmware/bl_check.h index 8ab070c52a..5053ca2913 100644 --- a/legacy/firmware/bl_check.h +++ b/legacy/firmware/bl_check.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 Pavol Rusnak * diff --git a/legacy/firmware/coins.c b/legacy/firmware/coins.c index 55ae243884..d775e14daa 100644 --- a/legacy/firmware/coins.c +++ b/legacy/firmware/coins.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/coins.h b/legacy/firmware/coins.h index 166cc47fc7..a010e32c68 100644 --- a/legacy/firmware/coins.h +++ b/legacy/firmware/coins.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/config.c b/legacy/firmware/config.c index 16cac6e3c0..bcf171f768 100644 --- a/legacy/firmware/config.c +++ b/legacy/firmware/config.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/config.h b/legacy/firmware/config.h index 593cb90fe5..8deb69ff4a 100644 --- a/legacy/firmware/config.h +++ b/legacy/firmware/config.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/crypto.c b/legacy/firmware/crypto.c index 3b7aac7d68..58c9218da5 100644 --- a/legacy/firmware/crypto.c +++ b/legacy/firmware/crypto.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/crypto.h b/legacy/firmware/crypto.h index ab550864ed..fb6352ab18 100644 --- a/legacy/firmware/crypto.h +++ b/legacy/firmware/crypto.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/debug.c b/legacy/firmware/debug.c index 288041a4c0..97de9d90e2 100644 --- a/legacy/firmware/debug.c +++ b/legacy/firmware/debug.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/debug.h b/legacy/firmware/debug.h index 0a20807cdb..a6b80ec6f3 100644 --- a/legacy/firmware/debug.h +++ b/legacy/firmware/debug.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/ethereum.c b/legacy/firmware/ethereum.c index fcf15fdd5f..ea0d64047d 100644 --- a/legacy/firmware/ethereum.c +++ b/legacy/firmware/ethereum.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2016 Alex Beregszaszi * Copyright (C) 2016 Pavol Rusnak diff --git a/legacy/firmware/ethereum.h b/legacy/firmware/ethereum.h index 3e8ad02f68..a970e71db3 100644 --- a/legacy/firmware/ethereum.h +++ b/legacy/firmware/ethereum.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2016 Alex Beregszaszi * diff --git a/legacy/firmware/fsm.c b/legacy/firmware/fsm.c index 59b98a3797..db5c782850 100644 --- a/legacy/firmware/fsm.c +++ b/legacy/firmware/fsm.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/fsm.h b/legacy/firmware/fsm.h index d4cde689b7..36cbb44a1f 100644 --- a/legacy/firmware/fsm.h +++ b/legacy/firmware/fsm.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/fsm_msg_coin.h b/legacy/firmware/fsm_msg_coin.h index dc3a94e526..b8677e5e2e 100644 --- a/legacy/firmware/fsm_msg_coin.h +++ b/legacy/firmware/fsm_msg_coin.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 Pavol Rusnak * diff --git a/legacy/firmware/fsm_msg_common.h b/legacy/firmware/fsm_msg_common.h index 44dece9919..cef7d05131 100644 --- a/legacy/firmware/fsm_msg_common.h +++ b/legacy/firmware/fsm_msg_common.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 Pavol Rusnak * diff --git a/legacy/firmware/fsm_msg_crypto.h b/legacy/firmware/fsm_msg_crypto.h index ed07840171..7864d6bfd8 100644 --- a/legacy/firmware/fsm_msg_crypto.h +++ b/legacy/firmware/fsm_msg_crypto.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 Pavol Rusnak * diff --git a/legacy/firmware/fsm_msg_debug.h b/legacy/firmware/fsm_msg_debug.h index ff835b761b..b264f1d99e 100644 --- a/legacy/firmware/fsm_msg_debug.h +++ b/legacy/firmware/fsm_msg_debug.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 Pavol Rusnak * diff --git a/legacy/firmware/fsm_msg_ethereum.h b/legacy/firmware/fsm_msg_ethereum.h index d5047623ea..0bd04f0513 100644 --- a/legacy/firmware/fsm_msg_ethereum.h +++ b/legacy/firmware/fsm_msg_ethereum.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 Pavol Rusnak * diff --git a/legacy/firmware/fsm_msg_lisk.h b/legacy/firmware/fsm_msg_lisk.h index e95820f570..d8797d6f54 100644 --- a/legacy/firmware/fsm_msg_lisk.h +++ b/legacy/firmware/fsm_msg_lisk.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 alepop * diff --git a/legacy/firmware/fsm_msg_nem.h b/legacy/firmware/fsm_msg_nem.h index ce7f296032..b9610600b3 100644 --- a/legacy/firmware/fsm_msg_nem.h +++ b/legacy/firmware/fsm_msg_nem.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/firmware/fsm_msg_stellar.h b/legacy/firmware/fsm_msg_stellar.h index 1aa1bbf829..7c2a3a38c8 100644 --- a/legacy/firmware/fsm_msg_stellar.h +++ b/legacy/firmware/fsm_msg_stellar.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 ZuluCrypto * diff --git a/legacy/firmware/gettext.h b/legacy/firmware/gettext.h index bad59943e0..8baaca48b5 100644 --- a/legacy/firmware/gettext.h +++ b/legacy/firmware/gettext.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Pavol Rusnak * diff --git a/legacy/firmware/layout2.c b/legacy/firmware/layout2.c index 9b7d961b18..7e2877b1c7 100644 --- a/legacy/firmware/layout2.c +++ b/legacy/firmware/layout2.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/layout2.h b/legacy/firmware/layout2.h index 54b32baee6..f073888ce3 100644 --- a/legacy/firmware/layout2.h +++ b/legacy/firmware/layout2.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/lisk.c b/legacy/firmware/lisk.c index 054b352667..3badd22315 100644 --- a/legacy/firmware/lisk.c +++ b/legacy/firmware/lisk.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 alepop * diff --git a/legacy/firmware/lisk.h b/legacy/firmware/lisk.h index bf0456b58a..a4b34d9137 100644 --- a/legacy/firmware/lisk.h +++ b/legacy/firmware/lisk.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 alepop * diff --git a/legacy/firmware/messages.c b/legacy/firmware/messages.c index f04b07291a..65f036db4c 100644 --- a/legacy/firmware/messages.c +++ b/legacy/firmware/messages.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/messages.h b/legacy/firmware/messages.h index fe3ca2898b..42accfb7cc 100644 --- a/legacy/firmware/messages.h +++ b/legacy/firmware/messages.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/nem2.c b/legacy/firmware/nem2.c index b9b3a61444..8427233003 100644 --- a/legacy/firmware/nem2.c +++ b/legacy/firmware/nem2.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/firmware/nem2.h b/legacy/firmware/nem2.h index a4a9597a1c..835ba0e375 100644 --- a/legacy/firmware/nem2.h +++ b/legacy/firmware/nem2.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/firmware/otp.c b/legacy/firmware/otp.c index 195b977697..b8ae698a07 100644 --- a/legacy/firmware/otp.c +++ b/legacy/firmware/otp.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2019 Pavol Rusnak * diff --git a/legacy/firmware/otp.h b/legacy/firmware/otp.h index d329f94251..2e25f11584 100644 --- a/legacy/firmware/otp.h +++ b/legacy/firmware/otp.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2019 Pavol Rusnak * diff --git a/legacy/firmware/pinmatrix.c b/legacy/firmware/pinmatrix.c index f45fa20244..8c2e7a686a 100644 --- a/legacy/firmware/pinmatrix.c +++ b/legacy/firmware/pinmatrix.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/pinmatrix.h b/legacy/firmware/pinmatrix.h index a1c70bd9f7..5370b98d56 100644 --- a/legacy/firmware/pinmatrix.h +++ b/legacy/firmware/pinmatrix.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/protect.c b/legacy/firmware/protect.c index 7617d2ab2c..104459ed4b 100644 --- a/legacy/firmware/protect.c +++ b/legacy/firmware/protect.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/protect.h b/legacy/firmware/protect.h index b948d8e6f8..dfae169346 100644 --- a/legacy/firmware/protect.h +++ b/legacy/firmware/protect.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/recovery-table.h b/legacy/firmware/recovery-table.h index 05cb2334b0..597bda3923 100644 --- a/legacy/firmware/recovery-table.h +++ b/legacy/firmware/recovery-table.h @@ -1,6 +1,6 @@ // clang-format off /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2016 Jochen Hoenicke * diff --git a/legacy/firmware/recovery.c b/legacy/firmware/recovery.c index e9f1c5e0cb..a6c10a0a99 100644 --- a/legacy/firmware/recovery.c +++ b/legacy/firmware/recovery.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * Copyright (C) 2016 Jochen Hoenicke diff --git a/legacy/firmware/recovery.h b/legacy/firmware/recovery.h index 84a261aa05..a5e49c92ba 100644 --- a/legacy/firmware/recovery.h +++ b/legacy/firmware/recovery.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/reset.c b/legacy/firmware/reset.c index 1faef79ee9..d00ec7c9fe 100644 --- a/legacy/firmware/reset.c +++ b/legacy/firmware/reset.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/reset.h b/legacy/firmware/reset.h index e9aba0b6d9..ea34970e45 100644 --- a/legacy/firmware/reset.h +++ b/legacy/firmware/reset.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/signing.c b/legacy/firmware/signing.c index c69cccef53..4fd2f8ad3b 100644 --- a/legacy/firmware/signing.c +++ b/legacy/firmware/signing.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/signing.h b/legacy/firmware/signing.h index af74d4a6b0..7b55e181bf 100644 --- a/legacy/firmware/signing.h +++ b/legacy/firmware/signing.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/stellar.c b/legacy/firmware/stellar.c index 8993cfbd3f..87bb54fdda 100644 --- a/legacy/firmware/stellar.c +++ b/legacy/firmware/stellar.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 ZuluCrypto * diff --git a/legacy/firmware/stellar.h b/legacy/firmware/stellar.h index 92eda1d7b2..9de0d5ecc6 100644 --- a/legacy/firmware/stellar.h +++ b/legacy/firmware/stellar.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 ZuluCrypto * diff --git a/legacy/firmware/transaction.c b/legacy/firmware/transaction.c index dd917291a1..fb3877549e 100644 --- a/legacy/firmware/transaction.c +++ b/legacy/firmware/transaction.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/transaction.h b/legacy/firmware/transaction.h index 3a13f351d3..88e1f5629a 100644 --- a/legacy/firmware/transaction.h +++ b/legacy/firmware/transaction.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/trezor.c b/legacy/firmware/trezor.c index 6d616cf4ff..e71ae03d1b 100644 --- a/legacy/firmware/trezor.c +++ b/legacy/firmware/trezor.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * @@ -53,7 +53,7 @@ void check_lock_screen(void) { // button held for long enough (2 seconds) if (layoutLast == layoutHome && button.NoDown >= 285000 * 2) { layoutDialog(&bmp_icon_question, _("Cancel"), _("Lock Device"), NULL, - _("Do you really want to"), _("lock your TREZOR?"), NULL, NULL, + _("Do you really want to"), _("lock your Trezor?"), NULL, NULL, NULL, NULL); // wait until NoButton is released diff --git a/legacy/firmware/trezor.h b/legacy/firmware/trezor.h index 9975a997b7..7f2e5e1619 100644 --- a/legacy/firmware/trezor.h +++ b/legacy/firmware/trezor.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/u2f.c b/legacy/firmware/u2f.c index 1c799dc495..1e31b87e79 100644 --- a/legacy/firmware/u2f.c +++ b/legacy/firmware/u2f.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2015 Mark Bryars * diff --git a/legacy/firmware/u2f.h b/legacy/firmware/u2f.h index e1e3a41975..3ea06c9999 100644 --- a/legacy/firmware/u2f.h +++ b/legacy/firmware/u2f.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2015 Mark Bryars * diff --git a/legacy/firmware/u2f_knownapps.h b/legacy/firmware/u2f_knownapps.h index f01a03510d..8ac72820e8 100644 --- a/legacy/firmware/u2f_knownapps.h +++ b/legacy/firmware/u2f_knownapps.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2016 Jochen Hoenicke * diff --git a/legacy/firmware/udp.c b/legacy/firmware/udp.c index e9161261de..52538713a2 100644 --- a/legacy/firmware/udp.c +++ b/legacy/firmware/udp.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/legacy/firmware/usb.c b/legacy/firmware/usb.c index f70a86fcaf..a2f497a15e 100644 --- a/legacy/firmware/usb.c +++ b/legacy/firmware/usb.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/firmware/usb.h b/legacy/firmware/usb.h index 46426777f6..8b6007f5b2 100644 --- a/legacy/firmware/usb.h +++ b/legacy/firmware/usb.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/flash.c b/legacy/flash.c index fc5bbafa29..9747cbc47e 100644 --- a/legacy/flash.c +++ b/legacy/flash.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/legacy/flash.h b/legacy/flash.h index c0c7289d16..4a53dc4f59 100644 --- a/legacy/flash.h +++ b/legacy/flash.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/legacy/gen/wordlist/build-recovery-table.pl b/legacy/gen/wordlist/build-recovery-table.pl index 46b09adc98..d6dd850e6a 100644 --- a/legacy/gen/wordlist/build-recovery-table.pl +++ b/legacy/gen/wordlist/build-recovery-table.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl print <<'EOF'; /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2016 Jochen Hoenicke * diff --git a/legacy/layout.c b/legacy/layout.c index b2a37e177b..12408ce3a0 100644 --- a/legacy/layout.c +++ b/legacy/layout.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/layout.h b/legacy/layout.h index 2f662c657f..3656ffff52 100644 --- a/legacy/layout.h +++ b/legacy/layout.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/memory.c b/legacy/memory.c index c35e66608d..fc89fbb005 100644 --- a/legacy/memory.c +++ b/legacy/memory.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/memory.h b/legacy/memory.h index 2494eff765..72fcb23eeb 100644 --- a/legacy/memory.h +++ b/legacy/memory.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/norcow_config.h b/legacy/norcow_config.h index 14fc3d6667..9fb4b20a44 100644 --- a/legacy/norcow_config.h +++ b/legacy/norcow_config.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/legacy/oled.c b/legacy/oled.c index d59d880ac5..67ce830b5d 100644 --- a/legacy/oled.c +++ b/legacy/oled.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * @@ -56,7 +56,7 @@ #define OLED_RST_PORT GPIOB #define OLED_RST_PIN GPIO1 // PB1 | Reset display -/* TREZOR has a display of size OLED_WIDTH x OLED_HEIGHT (128x64). +/* Trezor has a display of size OLED_WIDTH x OLED_HEIGHT (128x64). * The contents of this display are buffered in _oledbuffer. This is * an array of OLED_WIDTH * OLED_HEIGHT/8 bytes. At byte y*OLED_WIDTH + x * it stores the column of pixels from (x,8y) to (x,8y+7); the LSB stores diff --git a/legacy/oled.h b/legacy/oled.h index a4c9c91ac4..f13589762e 100644 --- a/legacy/oled.h +++ b/legacy/oled.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/rng.c b/legacy/rng.c index 6266a82eaa..45e576a82d 100644 --- a/legacy/rng.c +++ b/legacy/rng.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/rng.h b/legacy/rng.h index c28ef22f3a..031d5ada2f 100644 --- a/legacy/rng.h +++ b/legacy/rng.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/script/fullbuild b/legacy/script/fullbuild index 30fce963ff..4e30fdd532 100755 --- a/legacy/script/fullbuild +++ b/legacy/script/fullbuild @@ -1,6 +1,6 @@ #!/bin/bash -# script/build: Build the TREZOR firmware in a clean working tree. +# script/build: Build the Trezor firmware in a clean working tree. # # this needs to be there, otherwise python click installer vomits an error diff --git a/legacy/script/toolchain-download b/legacy/script/toolchain-download index 6314e5dc8e..b20b4c308d 100755 --- a/legacy/script/toolchain-download +++ b/legacy/script/toolchain-download @@ -1,7 +1,7 @@ #!/bin/bash # script/toolchain-download: Download and extract the GNU Arm Embedded toolchain -# for building the TREZOR firmware. +# for building the Trezor firmware. set -e diff --git a/legacy/secbool.h b/legacy/secbool.h index 65860dd76f..356c715930 100644 --- a/legacy/secbool.h +++ b/legacy/secbool.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/legacy/setup.c b/legacy/setup.c index 62cedf7ef9..282be9cca4 100644 --- a/legacy/setup.c +++ b/legacy/setup.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * @@ -54,7 +54,7 @@ void mem_manage_handler(void) { fault_handler("Memory fault"); } void setup(void) { // set SCB_CCR STKALIGN bit to make sure 8-byte stack alignment on exception - // entry is in effect. This is not strictly necessary for the current TREZOR + // entry is in effect. This is not strictly necessary for the current Trezor // system. This is here to comply with guidance from section 3.3.3 "Binary // compatibility with other Cortex processors" of the ARM Cortex-M3 Processor // Technical Reference Manual. According to section 4.4.2 and 4.4.7 of the diff --git a/legacy/setup.h b/legacy/setup.h index 503e418cad..da31932392 100644 --- a/legacy/setup.h +++ b/legacy/setup.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/supervise.c b/legacy/supervise.c index 445881405b..9395051f8b 100644 --- a/legacy/supervise.c +++ b/legacy/supervise.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 Jochen Hoenicke * diff --git a/legacy/supervise.h b/legacy/supervise.h index db889a58ad..4ff216197f 100644 --- a/legacy/supervise.h +++ b/legacy/supervise.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2018 Jochen Hoenicke * diff --git a/legacy/timer.c b/legacy/timer.c index 0fea37d82b..02535858ff 100644 --- a/legacy/timer.c +++ b/legacy/timer.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2016 Saleem Rashid * diff --git a/legacy/timer.h b/legacy/timer.h index 93fe22962b..87c725014f 100644 --- a/legacy/timer.h +++ b/legacy/timer.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2016 Saleem Rashid * diff --git a/legacy/util.c b/legacy/util.c index 95ec978d9d..1876e31cdd 100644 --- a/legacy/util.c +++ b/legacy/util.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/legacy/util.h b/legacy/util.h index 1841ff14ba..9b382bb5ed 100644 --- a/legacy/util.h +++ b/legacy/util.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/python/README.md b/python/README.md index dc54282c5f..8bd65e8acc 100644 --- a/python/README.md +++ b/python/README.md @@ -2,7 +2,7 @@ [![image](https://travis-ci.org/trezor/python-trezor.svg?branch=master)](https://travis-ci.org/trezor/python-trezor) [![repology](https://repology.org/badge/tiny-repos/python:trezor.svg)](https://repology.org/metapackage/python:trezor) [![image](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community) -Python library and commandline client for communicating with TREZOR +Python library and commandline client for communicating with Trezor Hardware Wallet See for more information @@ -131,7 +131,7 @@ use its capabilities in your application. See examples here in the ## PIN Entering When you are asked for PIN, you have to enter scrambled PIN. Follow the -numbers shown on TREZOR display and enter the their positions using the +numbers shown on Trezor display and enter the their positions using the numeric keyboard mapping: | | | | @@ -140,7 +140,7 @@ numeric keyboard mapping: | 4 | 5 | 6 | | 1 | 2 | 3 | -Example: your PIN is **1234** and TREZOR is displaying the following: +Example: your PIN is **1234** and Trezor is displaying the following: | | | | |---|---|---| diff --git a/python/docs/OPTIONS.rst b/python/docs/OPTIONS.rst index 6a2c20af80..45d2299fce 100644 --- a/python/docs/OPTIONS.rst +++ b/python/docs/OPTIONS.rst @@ -48,7 +48,7 @@ Use the following command to see all options: lisk-sign-message Sign message with Lisk address. lisk-sign-tx Sign Lisk transaction. lisk-verify-message Verify message signed with Lisk address. - list List connected TREZOR devices. + list List connected Trezor devices. load-device Load custom configuration to the device. monero-get-address Get Monero address for specified path. monero-get-watch-key Get Monero watch key for specified path. diff --git a/python/setup.py b/python/setup.py index 89de55a87f..6d68c75364 100755 --- a/python/setup.py +++ b/python/setup.py @@ -52,10 +52,10 @@ class PrebuildCommand(Command): setup( name="trezor", version=find_version(), - author="TREZOR", + author="Trezor", author_email="info@trezor.io", license="LGPLv3", - description="Python library for communicating with TREZOR Hardware Wallet", + description="Python library for communicating with Trezor Hardware Wallet", long_description="{}\n\n{}".format(read("README.md"), read("CHANGELOG.md")), long_description_content_type="text/markdown", url="https://github.com/trezor/python-trezor", diff --git a/python/tools/encfs_aes_getpass.py b/python/tools/encfs_aes_getpass.py index 0333d9742b..3c654bf794 100755 --- a/python/tools/encfs_aes_getpass.py +++ b/python/tools/encfs_aes_getpass.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Use TREZOR as a hardware key for opening EncFS filesystem! +Use Trezor as a hardware key for opening EncFS filesystem! Usage: @@ -28,7 +28,7 @@ import trezorlib.misc def wait_for_devices(): devices = enumerate_devices() while not len(devices): - sys.stderr.write("Please connect TREZOR to computer and press Enter...") + sys.stderr.write("Please connect Trezor to computer and press Enter...") input() devices = enumerate_devices() @@ -37,7 +37,7 @@ def wait_for_devices(): def choose_device(devices): if not len(devices): - raise RuntimeError("No TREZOR connected!") + raise RuntimeError("No Trezor connected!") if len(devices) == 1: try: @@ -96,7 +96,7 @@ def main(): sys.stderr.write("Please provide label for new drive: ") label = input() - sys.stderr.write("Computer asked TREZOR for new strong password.\n") + sys.stderr.write("Computer asked Trezor for new strong password.\n") # 32 bytes, good for AES trezor_entropy = trezorlib.misc.get_entropy(client, 32) diff --git a/python/tools/helloworld.py b/python/tools/helloworld.py index f4e9a9919a..b51cc2ebf6 100755 --- a/python/tools/helloworld.py +++ b/python/tools/helloworld.py @@ -8,7 +8,7 @@ def main(): # Use first connected device client = get_default_client() - # Print out TREZOR's features and settings + # Print out Trezor's features and settings print(client.features) # Get the first address of first BIP44 account diff --git a/python/tools/mnemonic_check.py b/python/tools/mnemonic_check.py index fe8bd69680..74503aa7a8 100755 --- a/python/tools/mnemonic_check.py +++ b/python/tools/mnemonic_check.py @@ -4,8 +4,8 @@ import hashlib import mnemonic __doc__ = ''' - Use this script to cross-check that TREZOR generated valid - mnemonic sentence for given internal (TREZOR-generated) + Use this script to cross-check that Trezor generated valid + mnemonic sentence for given internal (Trezor-generated) and external (computer-generated) entropy. Keep in mind that you're entering secret information to this script. @@ -49,7 +49,7 @@ def main(): print(__doc__) comp = bytes.fromhex(input("Please enter computer-generated entropy (in hex): ").strip()) - trzr = bytes.fromhex(input("Please enter TREZOR-generated entropy (in hex): ").strip()) + trzr = bytes.fromhex(input("Please enter Trezor-generated entropy (in hex): ").strip()) word_count = int(input("How many words your mnemonic has? ")) strength = word_count * 32 // 3 diff --git a/python/tools/pwd_reader.py b/python/tools/pwd_reader.py index d962ceb81a..d0b1bee230 100755 --- a/python/tools/pwd_reader.py +++ b/python/tools/pwd_reader.py @@ -86,7 +86,7 @@ def decryptEntryValue(nonce, val): # Decrypt give entry nonce def getDecryptedNonce(client, entry): print() - print('Waiting for TREZOR input ...') + print('Waiting for Trezor input ...') print() if 'item' in entry: item = entry['item'] @@ -136,7 +136,7 @@ def main(): client = TrezorClient(transport=transport, ui=ui.ClickUI()) print() - print('Confirm operation on TREZOR') + print('Confirm operation on Trezor') print() masterKey = getMasterKey(client) diff --git a/python/trezorctl b/python/trezorctl index bce9b9e16b..2f77e3c14c 100755 --- a/python/trezorctl +++ b/python/trezorctl @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# This file is part of the TREZOR project. +# This file is part of the Trezor project. # # Copyright (C) 2012-2017 Marek Palatinus # Copyright (C) 2012-2017 Pavol Rusnak @@ -157,7 +157,7 @@ def cli(ctx, path, verbose, is_json): try: device = get_transport(path, prefix_search=True) except Exception: - click.echo("Failed to find a TREZOR device.") + click.echo("Failed to find a Trezor device.") if path is not None: click.echo("Using path: {}".format(path)) sys.exit(1) @@ -195,7 +195,7 @@ def print_result(res, path, verbose, is_json): # -@cli.command(name="list", help="List connected TREZOR devices.") +@cli.command(name="list", help="List connected Trezor devices.") def ls(): return enumerate_devices() diff --git a/python/trezorlib/qt/pinmatrix.py b/python/trezorlib/qt/pinmatrix.py index f7a7f15719..dc7d2f66a9 100644 --- a/python/trezorlib/qt/pinmatrix.py +++ b/python/trezorlib/qt/pinmatrix.py @@ -69,7 +69,7 @@ class PinMatrixWidget(QWidget): """ Displays widget with nine blank buttons and password box. Encodes button clicks into sequence of numbers for passing - into PinAck messages of TREZOR. + into PinAck messages of Trezor. show_strength=True may be useful for entering new PIN """ diff --git a/python/trezorlib/tests/device_tests/test_zerosig.py b/python/trezorlib/tests/device_tests/test_zerosig.py index a90377f8fe..6bb0e77657 100644 --- a/python/trezorlib/tests/device_tests/test_zerosig.py +++ b/python/trezorlib/tests/device_tests/test_zerosig.py @@ -81,7 +81,7 @@ class TestZerosig(TrezorTest): ) siglen = serialized_tx[44] - # TREZOR must strip leading zero from signature + # Trezor must strip leading zero from signature assert siglen == 67 def test_two_zero_signature(self): @@ -106,5 +106,5 @@ class TestZerosig(TrezorTest): ) siglen = serialized_tx[44] - # TREZOR must strip leading zero from signature + # Trezor must strip leading zero from signature assert siglen == 66 diff --git a/python/trezorlib/transport/__init__.py b/python/trezorlib/transport/__init__.py index b50c4f8480..46b1cfe628 100644 --- a/python/trezorlib/transport/__init__.py +++ b/python/trezorlib/transport/__init__.py @@ -130,7 +130,7 @@ def get_transport(path: str = None, prefix_search: bool = False) -> Transport: try: return next(iter(enumerate_devices())) except StopIteration: - raise TransportException("No TREZOR device found") from None + raise TransportException("No Trezor device found") from None # Find whether B is prefix of A (transport name is part of the path) # or A is prefix of B (path is a prefix, or a name, of transport). diff --git a/python/trezorlib/transport/bridge.py b/python/trezorlib/transport/bridge.py index 1857861723..821a5522c7 100644 --- a/python/trezorlib/transport/bridge.py +++ b/python/trezorlib/transport/bridge.py @@ -94,7 +94,7 @@ class BridgeHandleLegacy(BridgeHandle): class BridgeTransport(Transport): """ - BridgeTransport implements transport through TREZOR Bridge (aka trezord). + BridgeTransport implements transport through Trezor Bridge (aka trezord). """ PATH_PREFIX = "bridge" diff --git a/python/trezorlib/transport/udp.py b/python/trezorlib/transport/udp.py index 42e323d1ff..78326be095 100644 --- a/python/trezorlib/transport/udp.py +++ b/python/trezorlib/transport/udp.py @@ -58,7 +58,7 @@ class UdpTransport(ProtocolBasedTransport): return d else: raise TransportException( - "No TREZOR device found at address {}".format(path) + "No Trezor device found at address {}".format(path) ) finally: d.close() diff --git a/storage/norcow.c b/storage/norcow.c index d0a845c522..0d7d46ae41 100644 --- a/storage/norcow.c +++ b/storage/norcow.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/norcow.h b/storage/norcow.h index c078c992a9..ac622678e8 100644 --- a/storage/norcow.h +++ b/storage/norcow.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/storage.c b/storage/storage.c index 14d4114c50..31c10898b2 100644 --- a/storage/storage.c +++ b/storage/storage.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/storage.h b/storage/storage.h index becfb29907..2abb409cc1 100644 --- a/storage/storage.h +++ b/storage/storage.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c/common.c b/storage/tests/c/common.c index b53e1c34d4..9345bc7184 100644 --- a/storage/tests/c/common.c +++ b/storage/tests/c/common.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c/common.h b/storage/tests/c/common.h index cfab1fcf85..728b6e64e0 100644 --- a/storage/tests/c/common.h +++ b/storage/tests/c/common.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c/flash.c b/storage/tests/c/flash.c index f7fc2d2398..ea1a603874 100644 --- a/storage/tests/c/flash.c +++ b/storage/tests/c/flash.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c/flash.h b/storage/tests/c/flash.h index 6478079f38..df35ae7f06 100644 --- a/storage/tests/c/flash.h +++ b/storage/tests/c/flash.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c/norcow_config.h b/storage/tests/c/norcow_config.h index d8af9a7d19..83213c3014 100644 --- a/storage/tests/c/norcow_config.h +++ b/storage/tests/c/norcow_config.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c/secbool.h b/storage/tests/c/secbool.h index 65860dd76f..356c715930 100644 --- a/storage/tests/c/secbool.h +++ b/storage/tests/c/secbool.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c0/common.h b/storage/tests/c0/common.h index 6f2b178c82..a84a5e172d 100644 --- a/storage/tests/c0/common.h +++ b/storage/tests/c0/common.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c0/flash.c b/storage/tests/c0/flash.c index 545af930a9..d1feedb4cf 100644 --- a/storage/tests/c0/flash.c +++ b/storage/tests/c0/flash.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c0/flash.h b/storage/tests/c0/flash.h index 6de8952b30..a098fd56ab 100644 --- a/storage/tests/c0/flash.h +++ b/storage/tests/c0/flash.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c0/norcow.c b/storage/tests/c0/norcow.c index 13ec7737bc..1f65412eaf 100644 --- a/storage/tests/c0/norcow.c +++ b/storage/tests/c0/norcow.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c0/norcow.h b/storage/tests/c0/norcow.h index 00bab4d0ae..39c8b6eabd 100644 --- a/storage/tests/c0/norcow.h +++ b/storage/tests/c0/norcow.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c0/norcow_config.h b/storage/tests/c0/norcow_config.h index fcddf13146..1478be68ce 100644 --- a/storage/tests/c0/norcow_config.h +++ b/storage/tests/c0/norcow_config.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c0/secbool.h b/storage/tests/c0/secbool.h index 65860dd76f..356c715930 100644 --- a/storage/tests/c0/secbool.h +++ b/storage/tests/c0/secbool.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c0/storage.c b/storage/tests/c0/storage.c index c359724858..2d08d0ea9d 100644 --- a/storage/tests/c0/storage.c +++ b/storage/tests/c0/storage.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * diff --git a/storage/tests/c0/storage.h b/storage/tests/c0/storage.h index 25ddd49d12..e714d29a73 100644 --- a/storage/tests/c0/storage.h +++ b/storage/tests/c0/storage.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs *