From 09af912f9776b4f386d26d77435864ea61fb41d5 Mon Sep 17 00:00:00 2001 From: amgross <33063505+amgross@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:06:28 +0200 Subject: [PATCH] Add BSD-3 license to endianness agnostic files (#417) Co-authored-by: amgross --- erpc_c/port/erpc_endianness_agnostic_example.h | 4 ++++ erpc_c/port/erpc_endianness_undefined.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/erpc_c/port/erpc_endianness_agnostic_example.h b/erpc_c/port/erpc_endianness_agnostic_example.h index ce4daa89..fe41dafb 100644 --- a/erpc_c/port/erpc_endianness_agnostic_example.h +++ b/erpc_c/port/erpc_endianness_agnostic_example.h @@ -1,3 +1,7 @@ +/* + * SPDX-License-Identifier: BSD-3-Clause + */ + /* * This is example file for endianness agnostic communication based on byteswap.h. * Other approach can be done with htons(), htonl(), ntohs(), ntohl() and such. diff --git a/erpc_c/port/erpc_endianness_undefined.h b/erpc_c/port/erpc_endianness_undefined.h index df35d48a..505243fb 100644 --- a/erpc_c/port/erpc_endianness_undefined.h +++ b/erpc_c/port/erpc_endianness_undefined.h @@ -1,3 +1,6 @@ +/* + * SPDX-License-Identifier: BSD-3-Clause + */ #ifndef _ERPC_ENDIANNESS_UNDEFINED_H_ #define _ERPC_ENDIANNESS_UNDEFINED_H_