From aed22776ef73ff31083be6a2264bec45dfb59c20 Mon Sep 17 00:00:00 2001 From: Antti Kauppila Date: Tue, 10 Mar 2020 10:21:22 +0200 Subject: [PATCH] Corrected copyright for sx126x_ds.h --- SX126X/sx126x_ds.h | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/SX126X/sx126x_ds.h b/SX126X/sx126x_ds.h index a15336adf4..ba07485bd7 100644 --- a/SX126X/sx126x_ds.h +++ b/SX126X/sx126x_ds.h @@ -1,8 +1,28 @@ -/* - * sx126x_ds.h +/*! + * \file sx126x.h * - * Created on: Feb 20, 2019 - * Author: hasnain + * \brief SX126x driver implementation + * + * \copyright Revised BSD License, see section \ref LICENSE. + * + * \code + * ______ _ + * / _____) _ | | + * ( (____ _____ ____ _| |_ _____ ____| |__ + * \____ \| ___ | (_ _) ___ |/ ___) _ \ + * _____) ) ____| | | || |_| ____( (___| | | | + * (______/|_____)_|_|_| \__)_____)\____)_| |_| + * (C)2013-2017 Semtech + * + * \endcode + * + * \author Miguel Luis ( Semtech ) + * + * \author Gregory Cristian ( Semtech ) + * + * Copyright (c) 2019, Arm Limited and affiliates. + * + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef MBED_LORA_RADIO_DRV_SX126X_SX126X_DS_H_