Skip to content

Commit 09af912

Browse files
amgrossMichalPrincNXP
authored andcommitted
Add BSD-3 license to endianness agnostic files (#417)
Co-authored-by: amgross <aryespa@gmail.com>
1 parent 85d3dd8 commit 09af912

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

erpc_c/port/erpc_endianness_agnostic_example.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: BSD-3-Clause
3+
*/
4+
15
/*
26
* This is example file for endianness agnostic communication based on byteswap.h.
37
* Other approach can be done with htons(), htonl(), ntohs(), ntohl() and such.

erpc_c/port/erpc_endianness_undefined.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/*
2+
* SPDX-License-Identifier: BSD-3-Clause
3+
*/
14

25
#ifndef _ERPC_ENDIANNESS_UNDEFINED_H_
36
#define _ERPC_ENDIANNESS_UNDEFINED_H_

0 commit comments

Comments
 (0)