Skip to content

Commit d24fa46

Browse files
committed
Add some headers
1 parent becc1d3 commit d24fa46

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

bootloaders/eboot/eboot_command.h

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/* Copyright (c) 2015 Ivan Grokhotkov. All rights reserved.
2+
* This file is part of eboot bootloader.
3+
*
4+
* Redistribution and use is permitted according to the conditions of the
5+
* 3-clause BSD license to be found in the LICENSE file.
6+
*/
7+
18
#ifndef EBOOT_COMMAND_H
29
#define EBOOT_COMMAND_H
310

bootloaders/eboot/flash.c

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/* Copyright (c) 2015 Ivan Grokhotkov. All rights reserved.
2+
* This file is part of eboot bootloader.
3+
*
4+
* Redistribution and use is permitted according to the conditions of the
5+
* 3-clause BSD license to be found in the LICENSE file.
6+
*/
7+
18
#include <stddef.h>
29
#include <stdint.h>
310
#include <stdbool.h>

0 commit comments

Comments
 (0)