Skip to content

Commit d5dc655

Browse files
committed
Correct LoRaWAN license header
1 parent 213d2b6 commit d5dc655

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

features/lorawan/system/lorawan_data_structures.h

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,31 @@
44
* @brief Contains common data structures used by Mbed-OS
55
* LoRaWAN mplementation.
66
*
7-
* Copyright (c) 2017, Arm Limited and affiliates.
8-
* SPDX-License-Identifier: Apache-2.0
7+
* \code
8+
* ______ _
9+
* / _____) _ | |
10+
* ( (____ _____ ____ _| |_ _____ ____| |__
11+
* \____ \| ___ | (_ _) ___ |/ ___) _ \
12+
* _____) ) ____| | | || |_| ____( (___| | | |
13+
* (______/|_____)_|_|_| \__)_____)\____)_| |_|
14+
* (C)2013 Semtech
15+
* ___ _____ _ ___ _ _____ ___ ___ ___ ___
16+
* / __|_ _/_\ / __| |/ / __/ _ \| _ \/ __| __|
17+
* \__ \ | |/ _ \ (__| ' <| _| (_) | / (__| _|
18+
* |___/ |_/_/ \_\___|_|\_\_| \___/|_|_\\___|___|
19+
* embedded.connectivity.solutions===============
20+
*
21+
* \endcode
22+
*
23+
* Description: LoRa PHY layer
924
*
10-
* Licensed under the Apache License, Version 2.0 (the "License");
11-
* you may not use this file except in compliance with the License.
12-
* You may obtain a copy of the License at
25+
* License: Revised BSD License, see LICENSE.TXT file include in the project
1326
*
14-
* http://www.apache.org/licenses/LICENSE-2.0
27+
* Maintainer: Miguel Luis ( Semtech ), Gregory Cristian ( Semtech ) and Daniel Jaeckle ( STACKFORCE )
28+
*
29+
* Copyright (c) 2017, Arm Limited and affiliates.
30+
* SPDX-License-Identifier: BSD-3-Clause
1531
*
16-
* Unless required by applicable law or agreed to in writing, software
17-
* distributed under the License is distributed on an "AS IS" BASIS,
18-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19-
* See the License for the specific language governing permissions and
20-
* limitations under the License.
2132
*/
2233

2334
#ifndef LORAWAN_SYSTEM_LORAWAN_DATA_STRUCTURES_H_

0 commit comments

Comments
 (0)