Skip to content

Commit aed2277

Browse files
author
Antti Kauppila
committed
Corrected copyright for sx126x_ds.h
1 parent 6012fa4 commit aed2277

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

SX126X/sx126x_ds.h

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1-
/*
2-
* sx126x_ds.h
1+
/*!
2+
* \file sx126x.h
3+
*
4+
* \brief SX126x driver implementation
5+
*
6+
* \copyright Revised BSD License, see section \ref LICENSE.
7+
*
8+
* \code
9+
* ______ _
10+
* / _____) _ | |
11+
* ( (____ _____ ____ _| |_ _____ ____| |__
12+
* \____ \| ___ | (_ _) ___ |/ ___) _ \
13+
* _____) ) ____| | | || |_| ____( (___| | | |
14+
* (______/|_____)_|_|_| \__)_____)\____)_| |_|
15+
* (C)2013-2017 Semtech
16+
*
17+
* \endcode
18+
*
19+
* \author Miguel Luis ( Semtech )
20+
*
21+
* \author Gregory Cristian ( Semtech )
22+
*
23+
* Copyright (c) 2019, Arm Limited and affiliates.
324
*
4-
* Created on: Feb 20, 2019
5-
* Author: hasnain
25+
* SPDX-License-Identifier: BSD-3-Clause
626
*/
727

828
#ifndef MBED_LORA_RADIO_DRV_SX126X_SX126X_DS_H_

0 commit comments

Comments
 (0)