From b0ec351ef313c3370311d29e43180549fca9dd88 Mon Sep 17 00:00:00 2001 From: Olemis Lang Date: Wed, 4 Mar 2020 17:28:06 -0500 Subject: [PATCH 1/2] refs #363 - Change copyright headers --- skycoin-api/check_digest.c | 3 ++- skycoin-api/check_digest.h | 3 ++- skycoin-api/ed25519-donna/README.md | 2 +- skycoin-api/skycoin_crypto.c | 5 +++-- skycoin-api/skycoin_crypto.h | 3 ++- skycoin-api/skycoin_signature.c | 2 +- skycoin-api/skycoin_signature.h | 3 ++- skycoin-api/test_skycoin_crypto.c | 3 ++- skycoin-api/tools/bip39.c | 3 ++- skycoin-api/tools/bip44.c | 3 ++- skycoin-api/tools/bip44.h | 3 ++- skycoin-api/tools/entropypool.c | 3 ++- skycoin-api/tools/entropypool.h | 3 ++- skycoin-api/tools/memzero.c | 3 ++- skycoin-api/tools/memzero.h | 3 ++- skycoin-api/tools/rand.c | 3 ++- tiny-firmware/bootloader/bootloader.c | 3 ++- tiny-firmware/bootloader/signatures.c | 3 ++- tiny-firmware/bootloader/usb.c | 3 ++- tiny-firmware/emulator/oled.c | 3 ++- tiny-firmware/firmware/bootloader_integrity.c | 3 ++- tiny-firmware/firmware/bootloader_integrity.h | 3 ++- tiny-firmware/firmware/entropy.c | 3 ++- tiny-firmware/firmware/entropy.h | 3 ++- tiny-firmware/firmware/error.h | 3 ++- tiny-firmware/firmware/factory_test.c | 3 ++- tiny-firmware/firmware/factory_test.h | 3 ++- tiny-firmware/firmware/fsm.c | 3 ++- tiny-firmware/firmware/fsm.h | 3 ++- tiny-firmware/firmware/fsm_impl.c | 3 ++- tiny-firmware/firmware/fsm_impl.h | 3 ++- tiny-firmware/firmware/fsm_skycoin.c | 3 ++- tiny-firmware/firmware/fsm_skycoin.h | 3 ++- tiny-firmware/firmware/fsm_skycoin_impl.c | 3 ++- tiny-firmware/firmware/fsm_skycoin_impl.h | 3 ++- tiny-firmware/firmware/gpio_noise.c | 3 ++- tiny-firmware/firmware/gpio_noise.h | 3 ++- tiny-firmware/firmware/layout2.c | 3 ++- tiny-firmware/firmware/layout2.h | 3 ++- tiny-firmware/firmware/main.c | 3 ++- tiny-firmware/firmware/reset.c | 3 ++- tiny-firmware/firmware/skywallet.c | 3 ++- tiny-firmware/firmware/storage.c | 3 ++- tiny-firmware/firmware/storage.h | 3 ++- tiny-firmware/firmware/swtimer.c | 3 ++- tiny-firmware/firmware/swtimer.h | 3 ++- tiny-firmware/firmware/timerimpl.h | 3 ++- tiny-firmware/memory.c | 3 ++- tiny-firmware/memory.h | 3 ++- tiny-firmware/protob | 2 +- tiny-firmware/tests/test_bip32.c | 3 ++- tiny-firmware/tests/test_bip32.h | 3 ++- tiny-firmware/tests/test_droplet.c | 3 ++- tiny-firmware/tests/test_droplet.h | 3 ++- tiny-firmware/tests/test_fsm.c | 3 ++- tiny-firmware/tests/test_fsm.h | 5 +++-- tiny-firmware/tests/test_fsm_skycoin.c | 3 ++- tiny-firmware/tests/test_fsm_skycoin.h | 3 ++- tiny-firmware/tests/test_main.c | 3 ++- tiny-firmware/tests/test_many_address_golden.c | 3 ++- tiny-firmware/tests/test_many_address_golden.h | 3 ++- tiny-firmware/tests/test_pin.c | 3 ++- tiny-firmware/tests/test_pin.h | 3 ++- tiny-firmware/tests/test_protect.c | 3 ++- tiny-firmware/tests/test_protect.h | 3 ++- tiny-firmware/tests/test_reset.c | 3 ++- tiny-firmware/tests/test_reset.h | 3 ++- tiny-firmware/tests/test_serialno.c | 3 ++- tiny-firmware/tests/test_serialno.h | 3 ++- tiny-firmware/tests/test_timer.c | 3 ++- tiny-firmware/tests/test_timer.h | 3 ++- tiny-firmware/usb.c | 3 ++- .../vendor/libopencm3/include/libopencm3/lpc13xx/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/lpc17xx/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/lpc43xx/m0/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/lpc43xx/m4/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/sam/3a/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/sam/3n/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/sam/3s/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/sam/3u/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/sam/3x/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/sam/d/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/stm32/f0/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/stm32/f1/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/stm32/f2/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/stm32/f3/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/stm32/l0/irq.json | 2 +- .../vendor/libopencm3/include/libopencm3/stm32/l1/irq.json | 2 +- tiny-firmware/vendor/libopencm3/ld/README | 2 +- tiny-firmware/vendor/libopencm3/ld/tests/dash.data | 2 +- tiny-firmware/vendor/libopencm3/ld/tests/dash.result | 2 +- tiny-firmware/vendor/libopencm3/ld/tests/longline.data | 2 +- tiny-firmware/vendor/libopencm3/ld/tests/longline.result | 2 +- tiny-firmware/vendor/libopencm3/ld/tests/single.data | 2 +- tiny-firmware/vendor/libopencm3/ld/tests/single.result | 2 +- tiny-firmware/vendor/libopencm3/ld/tests/tree1.result | 2 +- tiny-firmware/vendor/libopencm3/ld/tests/tree5.result | 2 +- tiny-firmware/vendor/libopencm3/ld/tests/twomatch.result | 2 +- tiny-firmware/vendor/libopencm3/scripts/genlinktest.sh | 2 +- tiny-firmware/vendor/libopencm3/tests/gadget-zero/delay.h | 2 +- .../vendor/libopencm3/tests/gadget-zero/usb-gadget0.c | 2 +- 101 files changed, 172 insertions(+), 103 deletions(-) diff --git a/skycoin-api/check_digest.c b/skycoin-api/check_digest.c index 137d321..43c5a12 100644 --- a/skycoin-api/check_digest.c +++ b/skycoin-api/check_digest.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/skycoin-api/check_digest.h b/skycoin-api/check_digest.h index 2875e9b..f64e37f 100644 --- a/skycoin-api/check_digest.h +++ b/skycoin-api/check_digest.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/skycoin-api/ed25519-donna/README.md b/skycoin-api/ed25519-donna/README.md index e09fc27..3d7239b 100644 --- a/skycoin-api/ed25519-donna/README.md +++ b/skycoin-api/ed25519-donna/README.md @@ -180,4 +180,4 @@ with extreme values to ensure they function correctly. SSE2 is now supported. #### Papers -[Available on the Ed25519 website](http://ed25519.cr.yp.to/papers.html) \ No newline at end of file +[Available on the Ed25519 website](http://ed25519.cr.yp.to/papers.html) diff --git a/skycoin-api/skycoin_crypto.c b/skycoin-api/skycoin_crypto.c index 243c8f6..fa86e1e 100644 --- a/skycoin-api/skycoin_crypto.c +++ b/skycoin-api/skycoin_crypto.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, @@ -533,4 +534,4 @@ void TxSignCtx_Destroy(TxSignContext* ctx) { memset(ctx, 0, sizeof(TxSignContext)); ctx->state = Destroyed; -} \ No newline at end of file +} diff --git a/skycoin-api/skycoin_crypto.h b/skycoin-api/skycoin_crypto.h index bafc270..59a147f 100644 --- a/skycoin-api/skycoin_crypto.h +++ b/skycoin-api/skycoin_crypto.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/skycoin-api/skycoin_signature.c b/skycoin-api/skycoin_signature.c index d744ce9..3f22887 100644 --- a/skycoin-api/skycoin_signature.c +++ b/skycoin-api/skycoin_signature.c @@ -1,5 +1,5 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2019 Skycoin Project * diff --git a/skycoin-api/skycoin_signature.h b/skycoin-api/skycoin_signature.h index 825f402..b2dcae0 100644 --- a/skycoin-api/skycoin_signature.h +++ b/skycoin-api/skycoin_signature.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/skycoin-api/test_skycoin_crypto.c b/skycoin-api/test_skycoin_crypto.c index 3c92f34..76306fc 100644 --- a/skycoin-api/test_skycoin_crypto.c +++ b/skycoin-api/test_skycoin_crypto.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/skycoin-api/tools/bip39.c b/skycoin-api/tools/bip39.c index 1348ec0..655af1d 100644 --- a/skycoin-api/tools/bip39.c +++ b/skycoin-api/tools/bip39.c @@ -1,9 +1,10 @@ /** - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * This file is part of Trezor, https://trezor.com/ * * Copyright (c) 2013-2014 Tomas Dzetkulic * Copyright (c) 2013-2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * Permission is hereby granted, free of charge, to any person obtaining diff --git a/skycoin-api/tools/bip44.c b/skycoin-api/tools/bip44.c index bf21796..143d9ae 100644 --- a/skycoin-api/tools/bip44.c +++ b/skycoin-api/tools/bip44.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/skycoin-api/tools/bip44.h b/skycoin-api/tools/bip44.h index a318919..f7cec56 100644 --- a/skycoin-api/tools/bip44.h +++ b/skycoin-api/tools/bip44.h @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/skycoin-api/tools/entropypool.c b/skycoin-api/tools/entropypool.c index 3c75256..93a92fc 100644 --- a/skycoin-api/tools/entropypool.c +++ b/skycoin-api/tools/entropypool.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/skycoin-api/tools/entropypool.h b/skycoin-api/tools/entropypool.h index 078c394..eed6367 100644 --- a/skycoin-api/tools/entropypool.h +++ b/skycoin-api/tools/entropypool.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/skycoin-api/tools/memzero.c b/skycoin-api/tools/memzero.c index f4a2c82..89f0715 100644 --- a/skycoin-api/tools/memzero.c +++ b/skycoin-api/tools/memzero.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/skycoin-api/tools/memzero.h b/skycoin-api/tools/memzero.h index a9e691d..54fa242 100644 --- a/skycoin-api/tools/memzero.h +++ b/skycoin-api/tools/memzero.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/skycoin-api/tools/rand.c b/skycoin-api/tools/rand.c index 4d436b6..c49981d 100644 --- a/skycoin-api/tools/rand.c +++ b/skycoin-api/tools/rand.c @@ -1,7 +1,8 @@ /** - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * This file is part of Trezor, https://trezor.com/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * Copyright (c) 2013-2014 Tomas Dzetkulic * Copyright (c) 2013-2014 Pavol Rusnak diff --git a/tiny-firmware/bootloader/bootloader.c b/tiny-firmware/bootloader/bootloader.c index f7904d1..f7f1c4b 100644 --- a/tiny-firmware/bootloader/bootloader.c +++ b/tiny-firmware/bootloader/bootloader.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/bootloader/signatures.c b/tiny-firmware/bootloader/signatures.c index 0f79918..039d749 100644 --- a/tiny-firmware/bootloader/signatures.c +++ b/tiny-firmware/bootloader/signatures.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/bootloader/usb.c b/tiny-firmware/bootloader/usb.c index ffd9472..2ddb47f 100644 --- a/tiny-firmware/bootloader/usb.c +++ b/tiny-firmware/bootloader/usb.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/emulator/oled.c b/tiny-firmware/emulator/oled.c index c4b00ae..9134a98 100644 --- a/tiny-firmware/emulator/oled.c +++ b/tiny-firmware/emulator/oled.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2017 Saleem Rashid + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/bootloader_integrity.c b/tiny-firmware/firmware/bootloader_integrity.c index 55506d6..c41797f 100644 --- a/tiny-firmware/firmware/bootloader_integrity.c +++ b/tiny-firmware/firmware/bootloader_integrity.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/bootloader_integrity.h b/tiny-firmware/firmware/bootloader_integrity.h index 022d65c..ea4f5f9 100644 --- a/tiny-firmware/firmware/bootloader_integrity.h +++ b/tiny-firmware/firmware/bootloader_integrity.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/entropy.c b/tiny-firmware/firmware/entropy.c index 84ba301..2990dd9 100644 --- a/tiny-firmware/firmware/entropy.c +++ b/tiny-firmware/firmware/entropy.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/entropy.h b/tiny-firmware/firmware/entropy.h index 336375c..10c9b92 100644 --- a/tiny-firmware/firmware/entropy.h +++ b/tiny-firmware/firmware/entropy.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/error.h b/tiny-firmware/firmware/error.h index a3c9009..6784b4a 100644 --- a/tiny-firmware/firmware/error.h +++ b/tiny-firmware/firmware/error.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/factory_test.c b/tiny-firmware/firmware/factory_test.c index 6b0544a..10e0587 100644 --- a/tiny-firmware/firmware/factory_test.c +++ b/tiny-firmware/firmware/factory_test.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/factory_test.h b/tiny-firmware/firmware/factory_test.h index c32525e..a2b1ec8 100644 --- a/tiny-firmware/firmware/factory_test.h +++ b/tiny-firmware/firmware/factory_test.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/fsm.c b/tiny-firmware/firmware/fsm.c index 8be6774..41856ec 100644 --- a/tiny-firmware/firmware/fsm.c +++ b/tiny-firmware/firmware/fsm.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/fsm.h b/tiny-firmware/firmware/fsm.h index 78e8e28..7327fd2 100644 --- a/tiny-firmware/firmware/fsm.h +++ b/tiny-firmware/firmware/fsm.h @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/fsm_impl.c b/tiny-firmware/firmware/fsm_impl.c index e3aa50b..bf7ed1e 100644 --- a/tiny-firmware/firmware/fsm_impl.c +++ b/tiny-firmware/firmware/fsm_impl.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/fsm_impl.h b/tiny-firmware/firmware/fsm_impl.h index 4c63ae6..aadc6ac 100644 --- a/tiny-firmware/firmware/fsm_impl.h +++ b/tiny-firmware/firmware/fsm_impl.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/fsm_skycoin.c b/tiny-firmware/firmware/fsm_skycoin.c index 70d12a8..6e7d530 100644 --- a/tiny-firmware/firmware/fsm_skycoin.c +++ b/tiny-firmware/firmware/fsm_skycoin.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/fsm_skycoin.h b/tiny-firmware/firmware/fsm_skycoin.h index 5334f7e..cc632fa 100644 --- a/tiny-firmware/firmware/fsm_skycoin.h +++ b/tiny-firmware/firmware/fsm_skycoin.h @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/fsm_skycoin_impl.c b/tiny-firmware/firmware/fsm_skycoin_impl.c index 860c9a7..e5e49f7 100644 --- a/tiny-firmware/firmware/fsm_skycoin_impl.c +++ b/tiny-firmware/firmware/fsm_skycoin_impl.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/fsm_skycoin_impl.h b/tiny-firmware/firmware/fsm_skycoin_impl.h index a0b93aa..578505e 100644 --- a/tiny-firmware/firmware/fsm_skycoin_impl.h +++ b/tiny-firmware/firmware/fsm_skycoin_impl.h @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/gpio_noise.c b/tiny-firmware/firmware/gpio_noise.c index 71b461e..dc5c0cf 100644 --- a/tiny-firmware/firmware/gpio_noise.c +++ b/tiny-firmware/firmware/gpio_noise.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/gpio_noise.h b/tiny-firmware/firmware/gpio_noise.h index b8ff708..38360ee 100644 --- a/tiny-firmware/firmware/gpio_noise.h +++ b/tiny-firmware/firmware/gpio_noise.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/layout2.c b/tiny-firmware/firmware/layout2.c index e495dc6..4473c87 100644 --- a/tiny-firmware/firmware/layout2.c +++ b/tiny-firmware/firmware/layout2.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/layout2.h b/tiny-firmware/firmware/layout2.h index 72f2fc7..47d27df 100644 --- a/tiny-firmware/firmware/layout2.h +++ b/tiny-firmware/firmware/layout2.h @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/main.c b/tiny-firmware/firmware/main.c index b1aa96a..f035ceb 100644 --- a/tiny-firmware/firmware/main.c +++ b/tiny-firmware/firmware/main.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/reset.c b/tiny-firmware/firmware/reset.c index 34b18a6..f95ff5c 100644 --- a/tiny-firmware/firmware/reset.c +++ b/tiny-firmware/firmware/reset.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/skywallet.c b/tiny-firmware/firmware/skywallet.c index 66d2ce6..48471c5 100644 --- a/tiny-firmware/firmware/skywallet.c +++ b/tiny-firmware/firmware/skywallet.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/storage.c b/tiny-firmware/firmware/storage.c index 056bb7f..2ac43ab 100644 --- a/tiny-firmware/firmware/storage.c +++ b/tiny-firmware/firmware/storage.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/storage.h b/tiny-firmware/firmware/storage.h index d61c8fd..6cf7fea 100644 --- a/tiny-firmware/firmware/storage.h +++ b/tiny-firmware/firmware/storage.h @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/firmware/swtimer.c b/tiny-firmware/firmware/swtimer.c index f4d5742..9cf6e74 100644 --- a/tiny-firmware/firmware/swtimer.c +++ b/tiny-firmware/firmware/swtimer.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/swtimer.h b/tiny-firmware/firmware/swtimer.h index a14b7ce..5f087df 100644 --- a/tiny-firmware/firmware/swtimer.h +++ b/tiny-firmware/firmware/swtimer.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/firmware/timerimpl.h b/tiny-firmware/firmware/timerimpl.h index 939d209..3c4ec8d 100644 --- a/tiny-firmware/firmware/timerimpl.h +++ b/tiny-firmware/firmware/timerimpl.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/memory.c b/tiny-firmware/memory.c index 5158cda..1fa33b1 100644 --- a/tiny-firmware/memory.c +++ b/tiny-firmware/memory.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/memory.h b/tiny-firmware/memory.h index a1d80eb..d9e99c1 100644 --- a/tiny-firmware/memory.h +++ b/tiny-firmware/memory.h @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/protob b/tiny-firmware/protob index 81be0e9..378ee64 160000 --- a/tiny-firmware/protob +++ b/tiny-firmware/protob @@ -1 +1 @@ -Subproject commit 81be0e9029a26fadc841a14e84bd8a822b2dd8b5 +Subproject commit 378ee648db26507885fbd381c3a858a936ea8ba2 diff --git a/tiny-firmware/tests/test_bip32.c b/tiny-firmware/tests/test_bip32.c index 96efa33..e3fdc92 100644 --- a/tiny-firmware/tests/test_bip32.c +++ b/tiny-firmware/tests/test_bip32.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_bip32.h b/tiny-firmware/tests/test_bip32.h index b838bd6..68aff7e 100644 --- a/tiny-firmware/tests/test_bip32.h +++ b/tiny-firmware/tests/test_bip32.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_droplet.c b/tiny-firmware/tests/test_droplet.c index daf24c3..33bf79f 100644 --- a/tiny-firmware/tests/test_droplet.c +++ b/tiny-firmware/tests/test_droplet.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_droplet.h b/tiny-firmware/tests/test_droplet.h index 2654846..ab53765 100644 --- a/tiny-firmware/tests/test_droplet.h +++ b/tiny-firmware/tests/test_droplet.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_fsm.c b/tiny-firmware/tests/test_fsm.c index 272c4d3..2d2e1e7 100644 --- a/tiny-firmware/tests/test_fsm.c +++ b/tiny-firmware/tests/test_fsm.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_fsm.h b/tiny-firmware/tests/test_fsm.h index 193a267..9f13510 100644 --- a/tiny-firmware/tests/test_fsm.h +++ b/tiny-firmware/tests/test_fsm.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, @@ -16,4 +17,4 @@ TCase* add_fsm_tests(TCase* tc); // Used in test_fsm_skycoin.c void forceGenerateMnemonic(uint32_t wc); -bool is_base16_char(char c); \ No newline at end of file +bool is_base16_char(char c); diff --git a/tiny-firmware/tests/test_fsm_skycoin.c b/tiny-firmware/tests/test_fsm_skycoin.c index 4938601..471f01d 100644 --- a/tiny-firmware/tests/test_fsm_skycoin.c +++ b/tiny-firmware/tests/test_fsm_skycoin.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_fsm_skycoin.h b/tiny-firmware/tests/test_fsm_skycoin.h index ecc3fde..9c3b6e3 100644 --- a/tiny-firmware/tests/test_fsm_skycoin.h +++ b/tiny-firmware/tests/test_fsm_skycoin.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_main.c b/tiny-firmware/tests/test_main.c index 82955b1..c785ed3 100644 --- a/tiny-firmware/tests/test_main.c +++ b/tiny-firmware/tests/test_main.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_many_address_golden.c b/tiny-firmware/tests/test_many_address_golden.c index 5a59575..9010fa7 100644 --- a/tiny-firmware/tests/test_many_address_golden.c +++ b/tiny-firmware/tests/test_many_address_golden.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_many_address_golden.h b/tiny-firmware/tests/test_many_address_golden.h index 5127a76..d165351 100644 --- a/tiny-firmware/tests/test_many_address_golden.h +++ b/tiny-firmware/tests/test_many_address_golden.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_pin.c b/tiny-firmware/tests/test_pin.c index 8471429..7892f6f 100644 --- a/tiny-firmware/tests/test_pin.c +++ b/tiny-firmware/tests/test_pin.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_pin.h b/tiny-firmware/tests/test_pin.h index df42300..15276b7 100644 --- a/tiny-firmware/tests/test_pin.h +++ b/tiny-firmware/tests/test_pin.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_protect.c b/tiny-firmware/tests/test_protect.c index 2ae576c..1014bfb 100644 --- a/tiny-firmware/tests/test_protect.c +++ b/tiny-firmware/tests/test_protect.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_protect.h b/tiny-firmware/tests/test_protect.h index a9072cb..bcf7fb1 100644 --- a/tiny-firmware/tests/test_protect.h +++ b/tiny-firmware/tests/test_protect.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_reset.c b/tiny-firmware/tests/test_reset.c index ea04930..07ec8f6 100644 --- a/tiny-firmware/tests/test_reset.c +++ b/tiny-firmware/tests/test_reset.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_reset.h b/tiny-firmware/tests/test_reset.h index 7061857..36ecac2 100644 --- a/tiny-firmware/tests/test_reset.h +++ b/tiny-firmware/tests/test_reset.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_serialno.c b/tiny-firmware/tests/test_serialno.c index ced76d7..d87ea7c 100644 --- a/tiny-firmware/tests/test_serialno.c +++ b/tiny-firmware/tests/test_serialno.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_serialno.h b/tiny-firmware/tests/test_serialno.h index dbf1c03..28e900a 100644 --- a/tiny-firmware/tests/test_serialno.h +++ b/tiny-firmware/tests/test_serialno.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_timer.c b/tiny-firmware/tests/test_timer.c index 2ec69b2..79b8469 100644 --- a/tiny-firmware/tests/test_timer.c +++ b/tiny-firmware/tests/test_timer.c @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/tests/test_timer.h b/tiny-firmware/tests/test_timer.h index 8458362..ec8ddf4 100644 --- a/tiny-firmware/tests/test_timer.h +++ b/tiny-firmware/tests/test_timer.h @@ -1,6 +1,7 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is distributed in the hope that it will be useful, diff --git a/tiny-firmware/usb.c b/tiny-firmware/usb.c index 16c4ad5..f08eb51 100644 --- a/tiny-firmware/usb.c +++ b/tiny-firmware/usb.c @@ -1,7 +1,8 @@ /* - * This file is part of the Skycoin project, https://skycoin.net/ + * This file is part of the FiberCrypto project, https://fibercryp.to/ * * Copyright (C) 2014 Pavol Rusnak + * Copyright (C) 2020 Simelo.Tech * Copyright (C) 2018-2019 Skycoin Project * * This library is free software: you can redistribute it and/or modify diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc13xx/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc13xx/irq.json index d9ac31f..bc0d70e 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc13xx/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc13xx/irq.json @@ -60,4 +60,4 @@ "partname_humanreadable": "LPC 13xx series", "partname_doxygen": "LPC13xx", "includeguard": "LIBOPENCM3_LPC13xx_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc17xx/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc17xx/irq.json index 94eec07..c7604f6 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc17xx/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc17xx/irq.json @@ -39,4 +39,4 @@ "partname_humanreadable": "LPC 17xx series", "partname_doxygen": "LPC17xx", "includeguard": "LIBOPENCM3_LPC17xx_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc43xx/m0/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc43xx/m0/irq.json index 828c1dd..79925b0 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc43xx/m0/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc43xx/m0/irq.json @@ -33,4 +33,4 @@ "partname_humanreadable": "LPC 43xx series M0 core", "partname_doxygen": "LPC43xx (M0)", "includeguard": "LIBOPENCM3_LPC43xx_M0_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc43xx/m4/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc43xx/m4/irq.json index 376fab1..4955371 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc43xx/m4/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/lpc43xx/m4/irq.json @@ -51,4 +51,4 @@ "partname_humanreadable": "LPC 43xx series M4 core", "partname_doxygen": "LPC43xx (M4)", "includeguard": "LIBOPENCM3_LPC43xx_M4_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3a/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3a/irq.json index c3d8c10..e107682 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3a/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3a/irq.json @@ -49,4 +49,4 @@ "partname_humanreadable": "Atmel SAM3A series", "partname_doxygen": "SAM3A", "includeguard": "LIBOPENCM3_SAM3A_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3n/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3n/irq.json index 9d1d39e..5647665 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3n/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3n/irq.json @@ -36,4 +36,4 @@ "partname_humanreadable": "Atmel SAM3N series", "partname_doxygen": "SAM3N", "includeguard": "LIBOPENCM3_SAM3N_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3s/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3s/irq.json index ddf76f6..01a9c68 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3s/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3s/irq.json @@ -39,4 +39,4 @@ "partname_humanreadable": "Atmel SAM3S series", "partname_doxygen": "SAM3S", "includeguard": "LIBOPENCM3_SAM3S_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3u/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3u/irq.json index c52f183..72e90d7 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3u/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3u/irq.json @@ -34,4 +34,4 @@ "partname_humanreadable": "Atmel SAM3U series", "partname_doxygen": "SAM3U", "includeguard": "LIBOPENCM3_SAM3U_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3x/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3x/irq.json index c53d63c..ac0139c 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3x/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/3x/irq.json @@ -49,4 +49,4 @@ "partname_humanreadable": "Atmel SAM3X series", "partname_doxygen": "SAM3X", "includeguard": "LIBOPENCM3_SAM3X_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/d/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/d/irq.json index e940482..650dbb5 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/d/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/sam/d/irq.json @@ -23,4 +23,4 @@ "partname_humanreadable": "Atmel SAMD series", "partname_doxygen": "SAMD", "includeguard": "LIBOPENCM3_SAMD_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f0/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f0/irq.json index 8a407dc..0839825 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f0/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f0/irq.json @@ -36,4 +36,4 @@ "partname_humanreadable": "STM32 F0 series", "partname_doxygen": "STM32F0", "includeguard": "LIBOPENCM3_STM32_F0_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f1/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f1/irq.json index 20bf00c..88b91df 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f1/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f1/irq.json @@ -72,4 +72,4 @@ "partname_humanreadable": "STM32 F1 series", "partname_doxygen": "STM32F1", "includeguard": "LIBOPENCM3_STM32_F1_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f2/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f2/irq.json index ec59674..0c0444d 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f2/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f2/irq.json @@ -85,4 +85,4 @@ "partname_humanreadable": "STM32 F2 series", "partname_doxygen": "STM32F2", "includeguard": "LIBOPENCM3_STM32_F2_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f3/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f3/irq.json index ee8042e..89297bc 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f3/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/f3/irq.json @@ -85,4 +85,4 @@ "partname_humanreadable": "STM32 F3 series", "partname_doxygen": "STM32F3", "includeguard": "LIBOPENCM3_STM32_F3_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/l0/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/l0/irq.json index 6cf0ebd..85382dc 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/l0/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/l0/irq.json @@ -36,4 +36,4 @@ "partname_humanreadable": "STM32 L0 series", "partname_doxygen": "STM32L0", "includeguard": "LIBOPENCM3_STM32_L0_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/l1/irq.json b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/l1/irq.json index abea8db..32e8bd9 100644 --- a/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/l1/irq.json +++ b/tiny-firmware/vendor/libopencm3/include/libopencm3/stm32/l1/irq.json @@ -61,4 +61,4 @@ "partname_humanreadable": "STM32 L1 series", "partname_doxygen": "STM32L1", "includeguard": "LIBOPENCM3_STM32_L1_NVIC_H" -} \ No newline at end of file +} diff --git a/tiny-firmware/vendor/libopencm3/ld/README b/tiny-firmware/vendor/libopencm3/ld/README index f270afb..87c9095 100644 --- a/tiny-firmware/vendor/libopencm3/ld/README +++ b/tiny-firmware/vendor/libopencm3/ld/README @@ -154,4 +154,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with this library. If not, see . \ No newline at end of file +along with this library. If not, see . diff --git a/tiny-firmware/vendor/libopencm3/ld/tests/dash.data b/tiny-firmware/vendor/libopencm3/ld/tests/dash.data index eb12e28..129725a 100644 --- a/tiny-firmware/vendor/libopencm3/ld/tests/dash.data +++ b/tiny-firmware/vendor/libopencm3/ld/tests/dash.data @@ -1 +1 @@ -dash END A B C D -mcpu=cortex-m0 \ No newline at end of file +dash END A B C D -mcpu=cortex-m0 diff --git a/tiny-firmware/vendor/libopencm3/ld/tests/dash.result b/tiny-firmware/vendor/libopencm3/ld/tests/dash.result index 8d876a2..a926a7b 100644 --- a/tiny-firmware/vendor/libopencm3/ld/tests/dash.result +++ b/tiny-firmware/vendor/libopencm3/ld/tests/dash.result @@ -1 +1 @@ --D_A -D_B -D_C -D_D -mcpu=cortex-m0 \ No newline at end of file +-D_A -D_B -D_C -D_D -mcpu=cortex-m0 diff --git a/tiny-firmware/vendor/libopencm3/ld/tests/longline.data b/tiny-firmware/vendor/libopencm3/ld/tests/longline.data index 5f71d37..b0de4e9 100644 --- a/tiny-firmware/vendor/libopencm3/ld/tests/longline.data +++ b/tiny-firmware/vendor/libopencm3/ld/tests/longline.data @@ -1,2 +1,2 @@ longline + A=parameter B=parameter C=parameter D=parameter E==parameter -longline END F=parameter G=parameter \ No newline at end of file +longline END F=parameter G=parameter diff --git a/tiny-firmware/vendor/libopencm3/ld/tests/longline.result b/tiny-firmware/vendor/libopencm3/ld/tests/longline.result index 78a1477..b5679af 100644 --- a/tiny-firmware/vendor/libopencm3/ld/tests/longline.result +++ b/tiny-firmware/vendor/libopencm3/ld/tests/longline.result @@ -1 +1 @@ --D_A=parameter -D_B=parameter -D_C=parameter -D_D=parameter -D_E==parameter -D_F=parameter -D_G=parameter \ No newline at end of file +-D_A=parameter -D_B=parameter -D_C=parameter -D_D=parameter -D_E==parameter -D_F=parameter -D_G=parameter diff --git a/tiny-firmware/vendor/libopencm3/ld/tests/single.data b/tiny-firmware/vendor/libopencm3/ld/tests/single.data index 027025a..f8d505e 100644 --- a/tiny-firmware/vendor/libopencm3/ld/tests/single.data +++ b/tiny-firmware/vendor/libopencm3/ld/tests/single.data @@ -1 +1 @@ -single END A B C D \ No newline at end of file +single END A B C D diff --git a/tiny-firmware/vendor/libopencm3/ld/tests/single.result b/tiny-firmware/vendor/libopencm3/ld/tests/single.result index 3191ddd..1a7d7a0 100644 --- a/tiny-firmware/vendor/libopencm3/ld/tests/single.result +++ b/tiny-firmware/vendor/libopencm3/ld/tests/single.result @@ -1 +1 @@ --D_A -D_B -D_C -D_D \ No newline at end of file +-D_A -D_B -D_C -D_D diff --git a/tiny-firmware/vendor/libopencm3/ld/tests/tree1.result b/tiny-firmware/vendor/libopencm3/ld/tests/tree1.result index b71bb04..48183f8 100644 --- a/tiny-firmware/vendor/libopencm3/ld/tests/tree1.result +++ b/tiny-firmware/vendor/libopencm3/ld/tests/tree1.result @@ -1 +1 @@ --D_A -D_B -D_C -D_D -D_E -D_F \ No newline at end of file +-D_A -D_B -D_C -D_D -D_E -D_F diff --git a/tiny-firmware/vendor/libopencm3/ld/tests/tree5.result b/tiny-firmware/vendor/libopencm3/ld/tests/tree5.result index b71bb04..48183f8 100644 --- a/tiny-firmware/vendor/libopencm3/ld/tests/tree5.result +++ b/tiny-firmware/vendor/libopencm3/ld/tests/tree5.result @@ -1 +1 @@ --D_A -D_B -D_C -D_D -D_E -D_F \ No newline at end of file +-D_A -D_B -D_C -D_D -D_E -D_F diff --git a/tiny-firmware/vendor/libopencm3/ld/tests/twomatch.result b/tiny-firmware/vendor/libopencm3/ld/tests/twomatch.result index b71bb04..48183f8 100644 --- a/tiny-firmware/vendor/libopencm3/ld/tests/twomatch.result +++ b/tiny-firmware/vendor/libopencm3/ld/tests/twomatch.result @@ -1 +1 @@ --D_A -D_B -D_C -D_D -D_E -D_F \ No newline at end of file +-D_A -D_B -D_C -D_D -D_E -D_F diff --git a/tiny-firmware/vendor/libopencm3/scripts/genlinktest.sh b/tiny-firmware/vendor/libopencm3/scripts/genlinktest.sh index 5117620..93ccc0e 100755 --- a/tiny-firmware/vendor/libopencm3/scripts/genlinktest.sh +++ b/tiny-firmware/vendor/libopencm3/scripts/genlinktest.sh @@ -36,4 +36,4 @@ fi #remove workout only if it is OK rm -f $1.out -exit 0 \ No newline at end of file +exit 0 diff --git a/tiny-firmware/vendor/libopencm3/tests/gadget-zero/delay.h b/tiny-firmware/vendor/libopencm3/tests/gadget-zero/delay.h index b091554..601988e 100644 --- a/tiny-firmware/vendor/libopencm3/tests/gadget-zero/delay.h +++ b/tiny-firmware/vendor/libopencm3/tests/gadget-zero/delay.h @@ -36,4 +36,4 @@ extern "C" { #ifdef __cplusplus } -#endif \ No newline at end of file +#endif diff --git a/tiny-firmware/vendor/libopencm3/tests/gadget-zero/usb-gadget0.c b/tiny-firmware/vendor/libopencm3/tests/gadget-zero/usb-gadget0.c index ad4d83b..5935a67 100644 --- a/tiny-firmware/vendor/libopencm3/tests/gadget-zero/usb-gadget0.c +++ b/tiny-firmware/vendor/libopencm3/tests/gadget-zero/usb-gadget0.c @@ -354,4 +354,4 @@ void gadget0_run(usbd_device *usbd_dev) usbd_poll(usbd_dev); /* This should be more than allowable! */ delay_us(100); -} \ No newline at end of file +} From c44a484bcbbf83d809b6d092c0505c0611d66b2a Mon Sep 17 00:00:00 2001 From: Olemis Lang Date: Wed, 4 Mar 2020 17:40:20 -0500 Subject: [PATCH 2/2] refs #363 - Skycoin => FiberCrypto in README.md --- README.md | 19 +++++++++---------- tiny-firmware/protob | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0b72aaa..b7ef174 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -![hardware-wallet-logo](https://user-images.githubusercontent.com/8619106/56054900-b1f9b680-5d75-11e9-8deb-cf657cfd0c55.png) -# Skycoin hardware wallet +# FiberCrypto firmware for SkyWallet hardware wallet [![Build Status](https://travis-ci.com/fibercrypto/skywallet-mcu.svg?branch=develop)](https://travis-ci.com/fibercrypto/skywallet-mcu) @@ -31,7 +30,7 @@ - [Validate the TRNG](#validate-the-trng) - [Files description](#files-description) - [Releases](#releases) - - [Skycoin firmware releases](#skycoin-firmware-releases) + - [FiberCrypto firmware releases](#fibercrypto-firmware-releases) - [Update the version](#update-the-version) - [Pre-release testing](#pre-release-testing) - [Creating release builds](#creating-release-builds) @@ -253,19 +252,19 @@ But in general a bit of research should be done looking at the files content. Th ### Releases -#### Skycoin firmware releases +#### FiberCrypto firmware releases The skycoin firmware is composed of two parts: the [bootloader](https://github.com/fibercrypto/skywallet-mcu/tree/master/tiny-firmware/bootloader) and the [firmware](https://github.com/fibercrypto/skywallet-mcu/tree/master/tiny-firmware/firmware). -When plugging the device in, the bootloader runs first. Its only purpose it to check firmware's validity using Skycoin signature. +When plugging the device in, the bootloader runs first. Its only purpose it to check firmware's validity using FiberCrypto signature. The firmware is expected to have a header with proper MAGIC number and three signature slots. If the firmware does not have a valid signature in its header it is considered **"not official"**. A warning will be displayed but the user can still skip it and use it anyway. -The "unofficial firmware warning", **means that the firmware was not signed by Skycoin Foundation**. +The "unofficial firmware warning", **means that the firmware was not signed by the FiberCrypto team**. Official firmware releases are not signed by the Skycoin Foundation. -Skycoin firmware is open source and it is easy to fork or copy official repository and create concurrent firmware for the device. Skycoin Foundation however will not put its signature on it. +FiberCrypto firmware is open source and it is easy to fork or copy official repository and create concurrent firmware for the device. FiberCrypto project however will not put its signature on it. The Skycoin hardware will be shipped with an immutable bootloader written in a protected memory that is impossible to re-write. @@ -311,9 +310,9 @@ To update firmware the device must be in "bootloader mode". Press both buttons, Once the candidate release build artifacts have been downloaded it is necessary to check once again that they behave according to specifications. The followinfg steps are aimed at ensuring this is the case. Execute 0. Flash the device with latest versions of bootloader and firmware -0. Ensure you have a recent version of Skycoin desktop software in one of the following ways - - build desktop wallet from source either following instructions [from master branch](https://github.com/skycoin/skycoin/blob/master/electron/README.md) or [from develop branch](https://github.com/skycoin/skycoin/blob/master/electron/README.md) - - download Skycoin wallet from [official downloads page](https://www.skycoin.net/downloads/) +0. Ensure you have a recent version of FiberCrypto desktop software in one of the following ways + - build desktop wallet from source either following instructions [from master branch](https://github.com/fibercrypto/fibercryptowallet/blob/master/README.md) or [from develop branch](https://github.com/fibercrypto/fibercryptowallet/blob/master/README.md) + - download FiberCrypto wallet from [official downloads page](https://download.fibercryp.to) 0. Open desktop wallet 0. Recover a test wallet with nonzero balance from seed to confirm wallet loading works 0. Send coins to another wallet to confirm spending works diff --git a/tiny-firmware/protob b/tiny-firmware/protob index 378ee64..81be0e9 160000 --- a/tiny-firmware/protob +++ b/tiny-firmware/protob @@ -1 +1 @@ -Subproject commit 378ee648db26507885fbd381c3a858a936ea8ba2 +Subproject commit 81be0e9029a26fadc841a14e84bd8a822b2dd8b5