diff --git a/bootloader/bootloader.c b/bootloader/bootloader.c index 6a7ba9e..6a9e71f 100644 --- a/bootloader/bootloader.c +++ b/bootloader/bootloader.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/bootloader/bootloader.h b/bootloader/bootloader.h index 7324909..ee4b872 100644 --- a/bootloader/bootloader.h +++ b/bootloader/bootloader.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/bootloader/signatures.c b/bootloader/signatures.c index 0b6ea5b..c49901e 100644 --- a/bootloader/signatures.c +++ b/bootloader/signatures.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/bootloader/signatures.h b/bootloader/signatures.h index 0196093..60037d6 100644 --- a/bootloader/signatures.h +++ b/bootloader/signatures.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/bootloader/usb.c b/bootloader/usb.c index 42dee2c..d3498db 100644 --- a/bootloader/usb.c +++ b/bootloader/usb.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/bootloader/usb.h b/bootloader/usb.h index 5b2782c..fea6e68 100644 --- a/bootloader/usb.h +++ b/bootloader/usb.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/buttons.c b/buttons.c index 5bac9dc..9207eac 100644 --- a/buttons.c +++ b/buttons.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/buttons.h b/buttons.h index 3091081..140e380 100644 --- a/buttons.h +++ b/buttons.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/demo/demo.c b/demo/demo.c index 86c4c13..7a92d15 100644 --- a/demo/demo.c +++ b/demo/demo.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/fastflash/signatures.c b/fastflash/signatures.c index d452a06..556dd6a 100644 --- a/fastflash/signatures.c +++ b/fastflash/signatures.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/firmware/coins.c b/firmware/coins.c index f2f69a0..ae914f7 100644 --- a/firmware/coins.c +++ b/firmware/coins.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/coins.h b/firmware/coins.h index a00fa27..0ffc55e 100644 --- a/firmware/coins.h +++ b/firmware/coins.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/crypto.c b/firmware/crypto.c index e81eb6f..7679706 100644 --- a/firmware/crypto.c +++ b/firmware/crypto.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/crypto.h b/firmware/crypto.h index 2c52cb3..7caf6ed 100644 --- a/firmware/crypto.h +++ b/firmware/crypto.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/debug.c b/firmware/debug.c index fd72ed2..b455f29 100644 --- a/firmware/debug.c +++ b/firmware/debug.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/debug.h b/firmware/debug.h index 93cfd0f..94f9a06 100644 --- a/firmware/debug.h +++ b/firmware/debug.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/ethereum.c b/firmware/ethereum.c index 67a7590..48a8496 100644 --- a/firmware/ethereum.c +++ b/firmware/ethereum.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2016 Alex Beregszaszi * Copyright (C) 2016 Pavol Rusnak diff --git a/firmware/ethereum.h b/firmware/ethereum.h index de88662..5327b84 100644 --- a/firmware/ethereum.h +++ b/firmware/ethereum.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2016 Alex Beregszaszi * diff --git a/firmware/ethereum_tokens.h b/firmware/ethereum_tokens.h index ddc40b3..5f3499f 100644 --- a/firmware/ethereum_tokens.h +++ b/firmware/ethereum_tokens.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/fastflash.c b/firmware/fastflash.c index 25f33e5..7d7d860 100644 --- a/firmware/fastflash.c +++ b/firmware/fastflash.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/firmware/fastflash.h b/firmware/fastflash.h index e35b443..fe8bc05 100644 --- a/firmware/fastflash.h +++ b/firmware/fastflash.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/firmware/fsm.c b/firmware/fsm.c index f32e700..4ff14c9 100644 --- a/firmware/fsm.c +++ b/firmware/fsm.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/fsm.h b/firmware/fsm.h index a738ab5..41f2cb1 100644 --- a/firmware/fsm.h +++ b/firmware/fsm.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/gettext.h b/firmware/gettext.h index c663dfb..bad5994 100644 --- a/firmware/gettext.h +++ b/firmware/gettext.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2017 Pavol Rusnak * diff --git a/firmware/layout2.c b/firmware/layout2.c index 1522442..e17f256 100644 --- a/firmware/layout2.c +++ b/firmware/layout2.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/layout2.h b/firmware/layout2.h index a2bdfde..f64ee2a 100644 --- a/firmware/layout2.h +++ b/firmware/layout2.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/messages.c b/firmware/messages.c index d5d2ba5..15c510b 100644 --- a/firmware/messages.c +++ b/firmware/messages.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/messages.h b/firmware/messages.h index ac48110..e0a5c8b 100644 --- a/firmware/messages.h +++ b/firmware/messages.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/nem2.c b/firmware/nem2.c index 67c0089..a2be49c 100644 --- a/firmware/nem2.c +++ b/firmware/nem2.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/firmware/nem2.h b/firmware/nem2.h index 34d1afe..ed7c90f 100644 --- a/firmware/nem2.h +++ b/firmware/nem2.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2017 Saleem Rashid * diff --git a/firmware/pinmatrix.c b/firmware/pinmatrix.c index 3328ab0..39f60fc 100644 --- a/firmware/pinmatrix.c +++ b/firmware/pinmatrix.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/pinmatrix.h b/firmware/pinmatrix.h index 9c6c312..a1c70bd 100644 --- a/firmware/pinmatrix.h +++ b/firmware/pinmatrix.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/protect.c b/firmware/protect.c index 5c3881c..82a1989 100644 --- a/firmware/protect.c +++ b/firmware/protect.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/protect.h b/firmware/protect.h index 4a7a361..efa6163 100644 --- a/firmware/protect.h +++ b/firmware/protect.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/recovery-table.h b/firmware/recovery-table.h index ebf4075..0efb114 100644 --- a/firmware/recovery-table.h +++ b/firmware/recovery-table.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2016 Jochen Hoenicke * diff --git a/firmware/recovery.c b/firmware/recovery.c index deb59cc..bdc1485 100644 --- a/firmware/recovery.c +++ b/firmware/recovery.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * Copyright (C) 2016 Jochen Hoenicke diff --git a/firmware/recovery.h b/firmware/recovery.h index fdd61dc..d0a6350 100644 --- a/firmware/recovery.h +++ b/firmware/recovery.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/reset.c b/firmware/reset.c index 8217d27..a553201 100644 --- a/firmware/reset.c +++ b/firmware/reset.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/reset.h b/firmware/reset.h index 65b0230..a4c54c5 100644 --- a/firmware/reset.h +++ b/firmware/reset.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/signing.c b/firmware/signing.c index 05e6c26..1673fd9 100644 --- a/firmware/signing.c +++ b/firmware/signing.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/signing.h b/firmware/signing.h index ef1b991..cec7933 100644 --- a/firmware/signing.h +++ b/firmware/signing.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/storage.c b/firmware/storage.c index a7a4ee3..c8f264d 100644 --- a/firmware/storage.c +++ b/firmware/storage.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/storage.h b/firmware/storage.h index 0b27f3f..37235a0 100644 --- a/firmware/storage.h +++ b/firmware/storage.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/transaction.c b/firmware/transaction.c index 199045f..70ab0f1 100644 --- a/firmware/transaction.c +++ b/firmware/transaction.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/transaction.h b/firmware/transaction.h index f43dd1e..d3ea1ea 100644 --- a/firmware/transaction.h +++ b/firmware/transaction.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/trezor.c b/firmware/trezor.c index 15ce9fb..9c0dac4 100644 --- a/firmware/trezor.c +++ b/firmware/trezor.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/trezor.h b/firmware/trezor.h index 7abbe9c..1bcb3cd 100644 --- a/firmware/trezor.h +++ b/firmware/trezor.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/u2f.c b/firmware/u2f.c index 41c1f33..bd0b51f 100644 --- a/firmware/u2f.c +++ b/firmware/u2f.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2015 Mark Bryars * diff --git a/firmware/u2f.h b/firmware/u2f.h index 6ed7f02..9eb0cca 100644 --- a/firmware/u2f.h +++ b/firmware/u2f.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2015 Mark Bryars * diff --git a/firmware/u2f_knownapps.h b/firmware/u2f_knownapps.h index 0d7b38c..299622d 100644 --- a/firmware/u2f_knownapps.h +++ b/firmware/u2f_knownapps.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2016 Jochen Hoenicke * diff --git a/firmware/usb.c b/firmware/usb.c index 9b70853..deae841 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/firmware/usb.h b/firmware/usb.h index 318a5a4..4642677 100644 --- a/firmware/usb.h +++ b/firmware/usb.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/gen/wordlist/build-recovery-table.pl b/gen/wordlist/build-recovery-table.pl index c67325f..60d12eb 100644 --- a/gen/wordlist/build-recovery-table.pl +++ b/gen/wordlist/build-recovery-table.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl print <<'EOF'; /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2016 Jochen Hoenicke * diff --git a/layout.c b/layout.c index 28a71ac..98e6e59 100644 --- a/layout.c +++ b/layout.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/layout.h b/layout.h index 27f81d4..5ea34ec 100644 --- a/layout.h +++ b/layout.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/memory.c b/memory.c index 7601480..da07841 100644 --- a/memory.c +++ b/memory.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/memory.h b/memory.h index 3d9c891..fb5d8af 100644 --- a/memory.h +++ b/memory.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/oled.c b/oled.c index 52116f2..6daee8a 100644 --- a/oled.c +++ b/oled.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/oled.h b/oled.h index f5e711e..9c5531a 100644 --- a/oled.h +++ b/oled.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/rng.c b/rng.c index 1df238e..2220947 100644 --- a/rng.c +++ b/rng.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/rng.h b/rng.h index 3e25c0e..f3fa073 100644 --- a/rng.h +++ b/rng.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/serialno.c b/serialno.c index e16f31a..c621f95 100644 --- a/serialno.c +++ b/serialno.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/serialno.h b/serialno.h index 82fe483..4e157f9 100644 --- a/serialno.h +++ b/serialno.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/setup.c b/setup.c index b84bdd3..4dda1b7 100644 --- a/setup.c +++ b/setup.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/setup.h b/setup.h index 4e6865f..c5236fc 100644 --- a/setup.h +++ b/setup.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/timer.c b/timer.c index bd19990..7a3dfcf 100644 --- a/timer.c +++ b/timer.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2016 Saleem Rashid * diff --git a/timer.h b/timer.h index a8753ee..235ba5f 100644 --- a/timer.h +++ b/timer.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2016 Saleem Rashid * diff --git a/util.c b/util.c index 36b9449..09eba31 100644 --- a/util.c +++ b/util.c @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak * diff --git a/util.h b/util.h index 8e4c6ce..1494cb6 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,5 @@ /* - * This file is part of the TREZOR project. + * This file is part of the TREZOR project, https://trezor.io/ * * Copyright (C) 2014 Pavol Rusnak *