Skip to content

Commit

Permalink
Add BSD-3 license to endianness agnostic files (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: amgross <aryespa@gmail.com>
  • Loading branch information
2 people authored and MichalPrincNXP committed May 14, 2024
1 parent 85d3dd8 commit 09af912
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions erpc_c/port/erpc_endianness_agnostic_example.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions erpc_c/port/erpc_endianness_undefined.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef _ERPC_ENDIANNESS_UNDEFINED_H_
#define _ERPC_ENDIANNESS_UNDEFINED_H_
Expand Down

0 comments on commit 09af912

Please sign in to comment.