diff --git a/common/README.md b/common/README.md index 2a5bf751a..eb7ed2ea5 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 f4e1d8373..7b72964bf 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 26d32de38..86b205f0b 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 48d08e324..a9d63a9b6 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 38dc411e0..44a44106a 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 50472b952..e70e63027 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 617ab7b5d..969519dd3 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 810bc63e6..71e8260af 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 12b528309..b69ff6972 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 fc417661b..1b70955cc 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 b3003808e..9c8e5468b 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 bd7493421..b8629c9c4 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 bdad12c4d..0b80d2504 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 962de6490..97ca264f2 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 fc2a38773..6d5b07551 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 af3fac116..6c61d759c 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 f80ed5031..8507faa0a 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 72f263ce0..2015d0f9b 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 39b3db401..3dfcb60f7 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 2a0a6c547..fd11b82ac 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 f65deb575..28a034965 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 ec812647e..b27ce58c6 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 c80efde40..2eff27fc6 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 93c47593e..34347b52d 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 3fe51aac5..fe759eef7 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 fc8d1a4be..98fc4a7a4 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 9223a9710..8a0e32886 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 b431110ea..47750427d 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 26c5c958b..84d83aeb6 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 7b819182d..3788d131f 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 2c1199848..d748a8780 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 42f4baf0a..c7e54c1bc 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 a06dfa71c..3a2d75b51 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 e47c105b7..0d395e1ab 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 481ec7219..60fc57848 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 959d8d7dd..ab1d35bcf 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 6ceec4beb..660258357 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 8ce57562a..a874f1ff4 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 5d3c5f56b..1d6d662fc 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 6aaf4cf75..50b3715a6 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 dfd8aa366..bd3df29ea 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 929f45afd..045fe7fe5 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 8a1a0f232..7e8c9bab1 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 c0ff8c4ce..b00788ee1 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 fd24b0ff8..810b63ed8 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 78ab25b4c..01f49245d 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 5bb6dbe9b..a0157d613 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 630b92c7e..c227e58a3 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 2bc20fd90..a9ba4ebe6 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 2b889bc1d..5e1645394 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 4e329dfe7..28aaf4514 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 fc5bdbc94..c93f3d8ef 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 88853c130..1d15ab187 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 61a65104b..a8f2c5e8e 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 adf26bd63..39812c970 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 d29ae0815..e2c1e515a 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 1f0277647..c4c915699 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 de3d28384..042f1f836 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 61b36bc83..110999fee 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 bf4ad21f4..c698bc0da 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 8da9d03f3..b728e8adf 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 7b0593868..2207fe5bd 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 bedd24aa9..7543f9f2f 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 9a472c065..1ac3b29a4 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 056cf166b..bee23aad2 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 b1fc5cb65..2f5858f1a 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 8f14f6515..eeacd25fe 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 9bae372f4..f40ba9235 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 8fd1b2a97..3d9a2547b 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 e31ba8495..8020ffe3a 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 c58d0b119..859b5050c 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 fbf220448..1c984ec1d 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 43a915785..444feb78c 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 9a03de493..ee4ef277a 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 8f62e4cc8..f81ca9dbb 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 fb79803c0..0451805c6 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 f91a9ce29..052623879 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 2d4e00acd..8fdaba88b 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 3d4affe61..90ec3a609 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 7b09abe0c..10a2fb1f0 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 98848e8d2..39529f43e 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 56485480a..f5cb32d0e 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 b722aa3ed..e456f3c97 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 a2e9459b5..1c595f44b 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 b08e98674..cf12f02a2 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 3fd8c2224..711d869b1 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 998593a19..9129aa8e1 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 f9bac6a4f..efadaf0d5 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 55d6372fe..3de6d1b11 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 c7c136849..9d30af77b 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 136b17d34..29a98c121 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 5c48f4319..083b2c150 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 4eb71f3e5..b03c56b51 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 688429d27..09e45a289 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 53ebff0ce..25e50d1ec 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 955289ff1..3952f8d29 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 65860dd76..356c71593 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 02a64afe2..6a416131d 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 d995e740b..94e7a61cd 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 6077d9bd5..b5b64d143 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 e975af141..4b438d8e1 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 b1b6a0489..33f6ab505 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 efb40ea75..fcd682a3c 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 fa1c037d2..d83c06381 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 9ad47839e..ff7254d40 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 a82ad33b9..67656a793 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 3a0852e3f..befeb967c 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 2bca96354..046f803cc 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 946d3fb63..e50ae866d 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 573b22ea0..5fa20d347 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 e9b7f0928..961a065f4 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 2e67b9597..ae907c7eb 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 78a7403ef..79144650c 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 6fa657f25..b75466fa7 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 2630450b4..a2d6750c4 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 8f4ca046f..b1e48662c 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 ba1063f74..ec61abceb 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 b040aba76..0fb9e9ea6 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 c470532b7..360631bd8 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 d41e5ef9a..f9e082f2f 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 d082e4e8b..a89af2e91 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 4d0154404..aa846c7ce 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 dd058436d..c84432c07 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 83873c76e..c86c8bf56 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 73c0a4d94..31c40fef1 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 b987019d1..97cbefec0 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 e963b85c6..217ba7193 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 74c4d123a..621403009 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 465669907..cbc302b3b 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 bb443372e..294406270 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 e30cc9939..9f86fca51 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 98267c984..60539a0dc 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 7e9824757..9d6398872 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 c47e325e4..f52f470f7 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 8af36b7c9..52f1d25c4 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 da506471a..2e26ddeea 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 0a86dbe61..58e2b6d57 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 48f3c9984..d5243f14f 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 d88b6bab5..13fbf033b 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 08f82c96d..5e39235d7 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 bad797012..724bf27bb 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 77b097794..c30bd2cf6 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 ae05f6f9f..caa9ec140 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 a1acac60c..3cca42c68 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 353d4dbd0..5f6b26478 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 cd6eb616e..7693be719 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 81b283ecc..8f398257a 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 da48ac86f..966322ac5 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 c43fd4c72..7fa7d5f08 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 e994d9613..6eaa9a771 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 4a8005996..f1a227fb4 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 9ddd497af..3bf873f79 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 3080c6b36..218c3d0c0 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 8ab070c52..5053ca291 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 55ae24388..d775e14da 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 166cc47fc..a010e32c6 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 16cac6e3c..bcf171f76 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 593cb90fe..8deb69ff4 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 3b7aac7d6..58c9218da 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 ab550864e..fb6352ab1 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 288041a4c..97de9d90e 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 0a20807cd..a6b80ec6f 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 fcf15fdd5..ea0d64047 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 3e8ad02f6..a970e71db 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 59b98a379..db5c78285 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 d4cde689b..36cbb44a1 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 dc3a94e52..b8677e5e2 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 44dece991..cef7d0513 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 ed0784017..7864d6bfd 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 ff835b761..b264f1d99 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 d5047623e..0bd04f051 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 e95820f57..d8797d6f5 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 ce7f29603..b9610600b 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 1aa1bbf82..7c2a3a38c 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 bad59943e..8baaca48b 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 9b7d961b1..7e2877b1c 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 54b32baee..f073888ce 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 054b35266..3badd2231 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 bf0456b58..a4b34d913 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 f04b07291..65f036db4 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 fe3ca2898..42accfb7c 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 b9b3a6144..842723300 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 a4a9597a1..835ba0e37 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 195b97769..b8ae698a0 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 d329f9425..2e25f1158 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 f45fa2024..8c2e7a686 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 a1c70bd9f..5370b98d5 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 7617d2ab2..104459ed4 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 b948d8e6f..dfae16934 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 05cb2334b..597bda392 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 e9f1c5e0c..a6c10a0a9 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 84a261aa0..a5e49c92b 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 1faef79ee..d00ec7c9f 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 e9aba0b6d..ea34970e4 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 c69cccef5..4fd2f8ad3 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 af74d4a6b..7b55e181b 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 8993cfbd3..87bb54fdd 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 92eda1d7b..9de0d5ecc 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 dd917291a..fb3877549 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 3a13f351d..88e1f5629 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 6d616cf4f..e71ae03d1 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 9975a997b..7f2e5e161 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 1c799dc49..1e31b87e7 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 e1e3a4197..3ea06c999 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 f01a03510..8ac72820e 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 e9161261d..52538713a 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 f70a86fca..a2f497a15 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 46426777f..8b6007f5b 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 fc5bbafa2..9747cbc47 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 c0c7289d1..4a53dc4f5 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 46b09adc9..d6dd850e6 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 b2a37e177..12408ce3a 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 2f662c657..3656ffff5 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 c35e66608..fc89fbb00 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 2494eff76..72fcb23ee 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 14fc3d666..9fb4b20a4 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 d59d880ac..67ce830b5 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 a4c9c91ac..f13589762 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 6266a82ea..45e576a82 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 c28ef22f3..031d5ada2 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 30fce963f..4e30fdd53 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 6314e5dc8..b20b4c308 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 65860dd76..356c71593 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 62cedf7ef..282be9cca 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 503e418ca..da3193239 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 445881405..9395051f8 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 db889a58a..4ff216197 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 0fea37d82..02535858f 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 93fe22962..87c725014 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 95ec978d9..1876e31cd 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 1841ff14b..9b382bb5e 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 dc54282c5..8bd65e8ac 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 6a2c20af8..45d2299fc 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 89de55a87..6d68c7536 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 0333d9742..3c654bf79 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 f4e9a9919..b51cc2ebf 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 fe8bd6968..74503aa7a 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 d962ceb81..d0b1bee23 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 bce9b9e16..2f77e3c14 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 f7a7f1571..dc7d2f66a 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 a90377f8f..6bb0e7765 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 b50c4f848..46b1cfe62 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 185786172..821a5522c 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 42e323d1f..78326be09 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 d0a845c52..0d7d46ae4 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 c078c992a..ac622678e 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 14d4114c5..31c10898b 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 becfb2990..2abb409cc 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 b53e1c34d..9345bc718 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 cfab1fcf8..728b6e64e 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 f7fc2d239..ea1a60387 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 6478079f3..df35ae7f0 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 d8af9a7d1..83213c301 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 65860dd76..356c71593 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 6f2b178c8..a84a5e172 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 545af930a..d1feedb4c 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 6de8952b3..a098fd56a 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 13ec7737b..1f65412ea 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 00bab4d0a..39c8b6eab 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 fcddf1314..1478be68c 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 65860dd76..356c71593 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 c35972485..2d08d0ea9 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 25ddd49d1..e714d29a7 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 *