From 18d8cb3c56f6164e69565ee78e3c6dcef04b81dc Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 5 Nov 2017 17:46:34 +0100 Subject: [PATCH] add project website (trezor.io) to license header --- bootloader/bootloader.c | 2 +- bootloader/bootloader.h | 2 +- bootloader/signatures.c | 2 +- bootloader/signatures.h | 2 +- bootloader/usb.c | 2 +- bootloader/usb.h | 2 +- buttons.c | 2 +- buttons.h | 2 +- demo/demo.c | 2 +- fastflash/signatures.c | 2 +- firmware/coins.c | 2 +- firmware/coins.h | 2 +- firmware/crypto.c | 2 +- firmware/crypto.h | 2 +- firmware/debug.c | 2 +- firmware/debug.h | 2 +- firmware/ethereum.c | 2 +- firmware/ethereum.h | 2 +- firmware/ethereum_tokens.h | 2 +- firmware/fastflash.c | 2 +- firmware/fastflash.h | 2 +- firmware/fsm.c | 2 +- firmware/fsm.h | 2 +- firmware/gettext.h | 2 +- firmware/layout2.c | 2 +- firmware/layout2.h | 2 +- firmware/messages.c | 2 +- firmware/messages.h | 2 +- firmware/nem2.c | 2 +- firmware/nem2.h | 2 +- firmware/pinmatrix.c | 2 +- firmware/pinmatrix.h | 2 +- firmware/protect.c | 2 +- firmware/protect.h | 2 +- firmware/recovery-table.h | 2 +- firmware/recovery.c | 2 +- firmware/recovery.h | 2 +- firmware/reset.c | 2 +- firmware/reset.h | 2 +- firmware/signing.c | 2 +- firmware/signing.h | 2 +- firmware/storage.c | 2 +- firmware/storage.h | 2 +- firmware/transaction.c | 2 +- firmware/transaction.h | 2 +- firmware/trezor.c | 2 +- firmware/trezor.h | 2 +- firmware/u2f.c | 2 +- firmware/u2f.h | 2 +- firmware/u2f_knownapps.h | 2 +- firmware/usb.c | 2 +- firmware/usb.h | 2 +- gen/wordlist/build-recovery-table.pl | 2 +- layout.c | 2 +- layout.h | 2 +- memory.c | 2 +- memory.h | 2 +- oled.c | 2 +- oled.h | 2 +- rng.c | 2 +- rng.h | 2 +- serialno.c | 2 +- serialno.h | 2 +- setup.c | 2 +- setup.h | 2 +- timer.c | 2 +- timer.h | 2 +- util.c | 2 +- util.h | 2 +- 69 files changed, 69 insertions(+), 69 deletions(-) diff --git a/bootloader/bootloader.c b/bootloader/bootloader.c index 6a7ba9e05e..6a9e71f528 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 7324909cf1..ee4b8722d4 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 0b6ea5b9f6..c49901e671 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 019609346d..60037d69a5 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 42dee2c977..d3498dbd0c 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 5b2782c878..fea6e680e7 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 5bac9dcd55..9207eac00c 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 3091081494..140e380c66 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 86c4c13a40..7a92d15b1d 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 d452a067d6..556dd6a946 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 f2f69a0d18..ae914f777b 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 a00fa27049..0ffc55eb7a 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 e81eb6f146..7679706ca1 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 2c52cb330f..7caf6ed133 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 fd72ed29b8..b455f290c6 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 93cfd0f36b..94f9a0642a 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 67a7590247..48a8496625 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 de8866242d..5327b845fb 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 ddc40b3b42..5f3499f4d8 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 25f33e5d30..7d7d8600b9 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 e35b443675..fe8bc05a9a 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 f32e700c5c..4ff14c90ec 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 a738ab59cb..41f2cb123e 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 c663dfbc2a..bad59943e0 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 1522442ddb..e17f2566f3 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 a2bdfdee73..f64ee2a7c1 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 d5d2ba553c..15c510bd99 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 ac481101e6..e0a5c8b6fc 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 67c0089ece..a2be49c00c 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 34d1afeea1..ed7c90fba1 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 3328ab0465..39f60fc874 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 9c6c312937..a1c70bd9f7 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 5c3881c4fa..82a1989170 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 4a7a361644..efa6163cfb 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 ebf40753fd..0efb114553 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 deb59cc379..bdc1485dea 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 fdd61dc453..d0a63508ea 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 8217d27317..a5532013d0 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 65b0230890..a4c54c5a9b 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 05e6c2666f..1673fd9fed 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 ef1b9914ee..cec7933d72 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 a7a4ee3ce0..c8f264d4a2 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 0b27f3f200..37235a0af3 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 199045f212..70ab0f1b53 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 f43dd1ec29..d3ea1ea0fb 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 15ce9fbe79..9c0dac40ea 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 7abbe9ce8a..1bcb3cd9ff 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 41c1f33452..bd0b51f6ef 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 6ed7f02f06..9eb0cca620 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 0d7b38cb1a..299622de08 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 9b7085337f..deae841d64 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 318a5a4ad2..46426777f6 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 c67325f532..60d12eb8df 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 28a71ac9f5..98e6e59960 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 27f81d49e6..5ea34ec335 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 76014806d1..da07841913 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 3d9c8914a2..fb5d8af5a9 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 52116f20ef..6daee8a92f 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 f5e711e1ea..9c5531a99d 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 1df238e872..2220947642 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 3e25c0eedd..f3fa07323a 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 e16f31afa9..c621f95471 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 82fe483a25..4e157f9ce5 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 b84bdd37db..4dda1b7c01 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 4e6865fef2..c5236fc341 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 bd19990049..7a3dfcfb36 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 a8753ee920..235ba5f317 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 36b9449e7d..09eba316eb 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 8e4c6cefdc..1494cb6f46 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 *