embed/trezorhal+unix: add copyright headers

pull/25/head
Pavol Rusnak 6 years ago
parent 748a53a2c9
commit 2bebd0eec5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,3 +1,10 @@
/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#include STM32_HAL_H
#include "common.h"

@ -1,3 +1,10 @@
/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#include <string.h>
#include "blake2s.h"

@ -1,7 +1,14 @@
#include "rng.h"
/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#include STM32_HAL_H
#include "rng.h"
#pragma GCC optimize("no-stack-protector") // applies to all functions in this file
void rng_init(void)

@ -1,3 +1,10 @@
/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

@ -1,3 +1,10 @@
/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#include <stdio.h>
#include <stdlib.h>

Loading…
Cancel
Save