Skip to content

Commit 09d56ca

Browse files
SorinOlaricasaroli
authored andcommitted
fix: add and modify all license banners for c files
Signed-off-by: SorinO <sorin.olari2@gmail.com>
1 parent 40fd95f commit 09d56ca

23 files changed

Lines changed: 37 additions & 30 deletions

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>

src/platform/zephyr/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright © contributors to Project Ocre,
2+
* @copyright Copyright (c) contributors to Project Ocre,
33
* which has been established as Project Ocre a Series of LF Projects, LLC
44
*
55
* SPDX-License-Identifier: Apache-2.0

src/runtime/wamr-wasip1/ocre_api/core/core_eventq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright © contributors to Project Ocre,
2+
* @copyright Copyright (c) contributors to Project Ocre,
33
* which has been established as Project Ocre a Series of LF Projects, LLC
44
*
55
* SPDX-License-Identifier: Apache-2.0

src/runtime/wamr-wasip1/ocre_api/core/core_external.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright © contributors to Project Ocre,
2+
* @copyright Copyright (c) contributors to Project Ocre,
33
* which has been established as Project Ocre a Series of LF Projects, LLC
44
*
55
* SPDX-License-Identifier: Apache-2.0

src/runtime/wamr-wasip1/ocre_api/core/core_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright © contributors to Project Ocre,
2+
* @copyright Copyright (c) contributors to Project Ocre,
33
* which has been established as Project Ocre a Series of LF Projects, LLC
44
*
55
* SPDX-License-Identifier: Apache-2.0

src/runtime/wamr-wasip1/ocre_api/core/core_memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright © contributors to Project Ocre,
2+
* @copyright Copyright (c) contributors to Project Ocre,
33
* which has been established as Project Ocre a Series of LF Projects, LLC
44
*
55
* SPDX-License-Identifier: Apache-2.0

src/runtime/wamr-wasip1/ocre_api/core/core_misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright © contributors to Project Ocre,
2+
* @copyright Copyright (c) contributors to Project Ocre,
33
* which has been established as Project Ocre a Series of LF Projects, LLC
44
*
55
* SPDX-License-Identifier: Apache-2.0

src/runtime/wamr-wasip1/ocre_api/core/core_mutex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright © contributors to Project Ocre,
2+
* @copyright Copyright (c) contributors to Project Ocre,
33
* which has been established as Project Ocre a Series of LF Projects, LLC
44
*
55
* SPDX-License-Identifier: Apache-2.0

src/runtime/wamr-wasip1/ocre_api/core/core_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright © contributors to Project Ocre,
2+
* @copyright Copyright (c) contributors to Project Ocre,
33
* which has been established as Project Ocre a Series of LF Projects, LLC
44
*
55
* SPDX-License-Identifier: Apache-2.0

src/runtime/wamr-wasip1/ocre_api/ocre_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright © contributors to Project Ocre,
2+
* @copyright Copyright (c) contributors to Project Ocre,
33
* which has been established as Project Ocre a Series of LF Projects, LLC
44
*
55
* SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)