From e00652c13f89a5b7756bd6c28912318ddad4fd41 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 19 Apr 2022 09:19:46 +0000 Subject: [PATCH] LICENSE: document missing bluetooth files add missing files to the LICENSE file. Signed-off-by: Alin Jerpelea --- LICENSE | 1 + include/nuttx/wireless/bluetooth/bt_buf.h | 7 ------- include/nuttx/wireless/bluetooth/bt_core.h | 7 ------- include/nuttx/wireless/bluetooth/bt_driver.h | 7 ------- include/nuttx/wireless/bluetooth/bt_gatt.h | 7 ------- include/nuttx/wireless/bluetooth/bt_hci.h | 7 ------- include/nuttx/wireless/bluetooth/bt_ioctl.h | 7 ------- include/nuttx/wireless/bluetooth/bt_uart.h | 7 ------- include/nuttx/wireless/bluetooth/bt_uuid.h | 7 ------- 9 files changed, 1 insertion(+), 56 deletions(-) diff --git a/LICENSE b/LICENSE index 87961e5dd05..af1764d4f11 100644 --- a/LICENSE +++ b/LICENSE @@ -5688,6 +5688,7 @@ SUCH DAMAGE. drivers/wireless/bluetooth/bt_uart.c drivers/wireless/bluetooth/bt_uart.h wireless/bluetooth +include/nuttx/wireless/bluetooth tools/size_report =========================== diff --git a/include/nuttx/wireless/bluetooth/bt_buf.h b/include/nuttx/wireless/bluetooth/bt_buf.h index eb4af7c94a9..71db258af49 100644 --- a/include/nuttx/wireless/bluetooth/bt_buf.h +++ b/include/nuttx/wireless/bluetooth/bt_buf.h @@ -1,12 +1,5 @@ /**************************************************************************** * include/nuttx/wireless/bluetooth/bt_buf.h - * Bluetooth buffer management. - * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * 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 * All rights reserved. diff --git a/include/nuttx/wireless/bluetooth/bt_core.h b/include/nuttx/wireless/bluetooth/bt_core.h index f4525e45674..fadff5e7672 100644 --- a/include/nuttx/wireless/bluetooth/bt_core.h +++ b/include/nuttx/wireless/bluetooth/bt_core.h @@ -1,12 +1,5 @@ /**************************************************************************** * include/nuttx/wireless/bluetooth/bt_core.h - * Bluetooth subsystem core APIs. - * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * 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 * All rights reserved. diff --git a/include/nuttx/wireless/bluetooth/bt_driver.h b/include/nuttx/wireless/bluetooth/bt_driver.h index 3104ab5caab..acea43bc3ce 100644 --- a/include/nuttx/wireless/bluetooth/bt_driver.h +++ b/include/nuttx/wireless/bluetooth/bt_driver.h @@ -1,12 +1,5 @@ /**************************************************************************** * include/nuttx/wireless/bluetooth/bt_driver.h - * Bluetooth HCI driver API. - * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * 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 * All rights reserved. diff --git a/include/nuttx/wireless/bluetooth/bt_gatt.h b/include/nuttx/wireless/bluetooth/bt_gatt.h index e6c33d1bc98..3dad20f4dfd 100644 --- a/include/nuttx/wireless/bluetooth/bt_gatt.h +++ b/include/nuttx/wireless/bluetooth/bt_gatt.h @@ -1,12 +1,5 @@ /**************************************************************************** * include/nuttx/wireless/bluetooth/bt_gatt.h - * Generic Attribute Profile handling. - * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * 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 * All rights reserved. diff --git a/include/nuttx/wireless/bluetooth/bt_hci.h b/include/nuttx/wireless/bluetooth/bt_hci.h index 88d16c00bfd..e999b63c38a 100644 --- a/include/nuttx/wireless/bluetooth/bt_hci.h +++ b/include/nuttx/wireless/bluetooth/bt_hci.h @@ -1,12 +1,5 @@ /**************************************************************************** * include/nuttx/wireless/bluetooth/bt_hci.h - * Bluetooth Host Control Interface definitions. - * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * 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 * All rights reserved. diff --git a/include/nuttx/wireless/bluetooth/bt_ioctl.h b/include/nuttx/wireless/bluetooth/bt_ioctl.h index 505d165c6f7..a45b8784c4b 100644 --- a/include/nuttx/wireless/bluetooth/bt_ioctl.h +++ b/include/nuttx/wireless/bluetooth/bt_ioctl.h @@ -1,12 +1,5 @@ /**************************************************************************** * include/nuttx/wireless/bluetooth/bt_ioctl.h - * Bluetooth Network IOCTL commands. - * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * 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 * All rights reserved. diff --git a/include/nuttx/wireless/bluetooth/bt_uart.h b/include/nuttx/wireless/bluetooth/bt_uart.h index c62445feaed..98bdda78ee2 100644 --- a/include/nuttx/wireless/bluetooth/bt_uart.h +++ b/include/nuttx/wireless/bluetooth/bt_uart.h @@ -1,12 +1,5 @@ /**************************************************************************** * include/nuttx/wireless/bluetooth/bt_uart.h - * UART based Bluetooth driver - * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * 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 * All rights reserved. diff --git a/include/nuttx/wireless/bluetooth/bt_uuid.h b/include/nuttx/wireless/bluetooth/bt_uuid.h index 80038c55dd5..beb35b862ad 100644 --- a/include/nuttx/wireless/bluetooth/bt_uuid.h +++ b/include/nuttx/wireless/bluetooth/bt_uuid.h @@ -1,12 +1,5 @@ /**************************************************************************** * include/nuttx/wireless/bluetooth/bt_uuid.h - * Bluetooth UUID handling. - * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * 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 * All rights reserved.