Skip to content

Commit d1e623a

Browse files
committed
chore: add license banners
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 3b92588 commit d1e623a

5 files changed

Lines changed: 35 additions & 2 deletions

File tree

src/common/common.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @copyright Copyright (c) contributors to Project Ocre,
3+
* which has been established as Project Ocre a Series of LF Projects, LLC
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
18
#include <stddef.h>
29
#include <ctype.h>
310
#include <string.h>
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
/**
2+
* @copyright Copyright (c) contributors to Project Ocre,
3+
* which has been established as Project Ocre a Series of LF Projects, LLC
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
17

28
int ocre_download_file(const char *url, const char *filepath)
39
{
410
return 0;
5-
}
11+
}

src/samples/supervisor/posix/server/handlers.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @copyright Copyright (c) contributors to Project Ocre,
3+
* which has been established as Project Ocre a Series of LF Projects, LLC
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
18
#include <stdint.h>
29
#include <stddef.h>
310

src/samples/supervisor/posix/zcbor_helpers.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @copyright Copyright (c) contributors to Project Ocre,
3+
* which has been established as Project Ocre a Series of LF Projects, LLC
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
18
#include <stddef.h>
29
#include <stdint.h>
310
#include <stdbool.h>

src/samples/supervisor/posix/zcbor_helpers.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
/**
2+
* @copyright Copyright (c) contributors to Project Ocre,
3+
* which has been established as Project Ocre a Series of LF Projects, LLC
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
18
#include <stddef.h>
29
#include <stdint.h>
310
#include <stdbool.h>
4-
#include <stdio.h>
511

612
#include <zcbor_encode.h>
713
#include <zcbor_common.h>

0 commit comments

Comments
 (0)