|
4 | 4 | * @brief Contains common data structures used by Mbed-OS
|
5 | 5 | * LoRaWAN mplementation.
|
6 | 6 | *
|
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 |
9 | 24 | *
|
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 |
13 | 26 | *
|
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 |
15 | 31 | *
|
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. |
21 | 32 | */
|
22 | 33 |
|
23 | 34 | #ifndef LORAWAN_SYSTEM_LORAWAN_DATA_STRUCTURES_H_
|
|
0 commit comments