LICENSE: document missing bluetooth files
add missing files to the LICENSE file. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
929f82c44b
commit
e00652c13f
1
LICENSE
1
LICENSE
@ -5688,6 +5688,7 @@ SUCH DAMAGE.
|
|||||||
drivers/wireless/bluetooth/bt_uart.c
|
drivers/wireless/bluetooth/bt_uart.c
|
||||||
drivers/wireless/bluetooth/bt_uart.h
|
drivers/wireless/bluetooth/bt_uart.h
|
||||||
wireless/bluetooth
|
wireless/bluetooth
|
||||||
|
include/nuttx/wireless/bluetooth
|
||||||
tools/size_report
|
tools/size_report
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/nuttx/wireless/bluetooth/bt_buf.h
|
* include/nuttx/wireless/bluetooth/bt_buf.h
|
||||||
* Bluetooth buffer management.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
*
|
|
||||||
* Ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package
|
|
||||||
* where the code was released with a compatible 3-clause BSD license:
|
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016, Intel Corporation
|
* Copyright (c) 2016, Intel Corporation
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/nuttx/wireless/bluetooth/bt_core.h
|
* include/nuttx/wireless/bluetooth/bt_core.h
|
||||||
* Bluetooth subsystem core APIs.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
*
|
|
||||||
* Ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package
|
|
||||||
* where the code was released with a compatible 3-clause BSD license:
|
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016, Intel Corporation
|
* Copyright (c) 2016, Intel Corporation
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/nuttx/wireless/bluetooth/bt_driver.h
|
* include/nuttx/wireless/bluetooth/bt_driver.h
|
||||||
* Bluetooth HCI driver API.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
*
|
|
||||||
* Ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package
|
|
||||||
* where the code was released with a compatible 3-clause BSD license:
|
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016, Intel Corporation
|
* Copyright (c) 2016, Intel Corporation
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/nuttx/wireless/bluetooth/bt_gatt.h
|
* include/nuttx/wireless/bluetooth/bt_gatt.h
|
||||||
* Generic Attribute Profile handling.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
*
|
|
||||||
* Ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package
|
|
||||||
* where the code was released with a compatible 3-clause BSD license:
|
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016, Intel Corporation
|
* Copyright (c) 2016, Intel Corporation
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/nuttx/wireless/bluetooth/bt_hci.h
|
* include/nuttx/wireless/bluetooth/bt_hci.h
|
||||||
* Bluetooth Host Control Interface definitions.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
*
|
|
||||||
* Ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package
|
|
||||||
* where the code was released with a compatible 3-clause BSD license:
|
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016, Intel Corporation
|
* Copyright (c) 2016, Intel Corporation
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/nuttx/wireless/bluetooth/bt_ioctl.h
|
* include/nuttx/wireless/bluetooth/bt_ioctl.h
|
||||||
* Bluetooth Network IOCTL commands.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
*
|
|
||||||
* Ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package
|
|
||||||
* where the code was released with a compatible 3-clause BSD license:
|
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016, Intel Corporation
|
* Copyright (c) 2016, Intel Corporation
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/nuttx/wireless/bluetooth/bt_uart.h
|
* include/nuttx/wireless/bluetooth/bt_uart.h
|
||||||
* UART based Bluetooth driver
|
|
||||||
*
|
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
*
|
|
||||||
* Ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package
|
|
||||||
* where the code was released with a compatible 3-clause BSD license:
|
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016, Intel Corporation
|
* Copyright (c) 2016, Intel Corporation
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/nuttx/wireless/bluetooth/bt_uuid.h
|
* include/nuttx/wireless/bluetooth/bt_uuid.h
|
||||||
* Bluetooth UUID handling.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
*
|
|
||||||
* Ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package
|
|
||||||
* where the code was released with a compatible 3-clause BSD license:
|
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016, Intel Corporation
|
* Copyright (c) 2016, Intel Corporation
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
Loading…
Reference in New Issue
Block a user