lib: base64: Add statement of changes
As per the Apache v2 License, state changes made to the original code in the modified version of the files. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
6170ae5e2e
commit
20cd4b551b
|
@ -1,10 +1,8 @@
|
|||
/**
|
||||
*
|
||||
/*
|
||||
* RFC 1521 base64 encoding/decoding
|
||||
*
|
||||
* Copyright (C) 2018, Nordic Semiconductor ASA
|
||||
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
|
@ -19,7 +17,9 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||
* Adapted for Zephyr by Carles Cufi (carles.cufi@nordicsemi.no)
|
||||
* - Removed mbedtls_ prefixes
|
||||
* - Reworked coding style
|
||||
*/
|
||||
#ifndef __BASE64_H__
|
||||
#define __BASE64_H__
|
||||
|
|
|
@ -17,7 +17,9 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||
* Adapted for Zephyr by Carles Cufi (carles.cufi@nordicsemi.no)
|
||||
* - Removed mbedtls_ prefixes
|
||||
* - Reworked coding style
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -17,7 +17,9 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||
* Adapted for Zephyr by Carles Cufi (carles.cufi@nordicsemi.no)
|
||||
* - Removed mbedtls_ prefixes
|
||||
* - Reworked coding style
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue