From a09a9524b43b1bfd267fef278b2fabcb7395d30f Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 31 Aug 2021 09:07:35 +0200 Subject: [PATCH] wireless: bluetooth: revert to the original license Those files are ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package where the code was released with a compatible 3-clause BSD license Signed-off-by: Alin Jerpelea --- wireless/bluetooth/bt_att.c | 7 ------- wireless/bluetooth/bt_att.h | 7 ------- wireless/bluetooth/bt_buf.c | 7 ------- wireless/bluetooth/bt_buf.h | 7 ------- wireless/bluetooth/bt_conn.c | 7 ------- wireless/bluetooth/bt_conn.h | 7 ------- wireless/bluetooth/bt_gatt.c | 7 ------- wireless/bluetooth/bt_hcicore.c | 7 ------- wireless/bluetooth/bt_hcicore.h | 7 ------- wireless/bluetooth/bt_keys.c | 7 ------- wireless/bluetooth/bt_keys.h | 7 ------- wireless/bluetooth/bt_l2cap.c | 7 ------- wireless/bluetooth/bt_l2cap.h | 7 ------- wireless/bluetooth/bt_smp.c | 7 ------- wireless/bluetooth/bt_smp.h | 7 ------- wireless/bluetooth/bt_uuid.c | 7 ------- 16 files changed, 112 deletions(-) diff --git a/wireless/bluetooth/bt_att.c b/wireless/bluetooth/bt_att.c index 9e816c3700f..513680958e0 100644 --- a/wireless/bluetooth/bt_att.c +++ b/wireless/bluetooth/bt_att.c @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_att.c - * Attribute protocol 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/wireless/bluetooth/bt_att.h b/wireless/bluetooth/bt_att.h index 6eb546b5ea3..254f7296e83 100644 --- a/wireless/bluetooth/bt_att.h +++ b/wireless/bluetooth/bt_att.h @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_att.h - * Attribute protocol 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/wireless/bluetooth/bt_buf.c b/wireless/bluetooth/bt_buf.c index 296fe0dde7b..218742a8f8c 100644 --- a/wireless/bluetooth/bt_buf.c +++ b/wireless/bluetooth/bt_buf.c @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_buf.c - * 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/wireless/bluetooth/bt_buf.h b/wireless/bluetooth/bt_buf.h index 6d2314ad8c6..8477bf717e1 100644 --- a/wireless/bluetooth/bt_buf.h +++ b/wireless/bluetooth/bt_buf.h @@ -1,12 +1,5 @@ /**************************************************************************** * 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/wireless/bluetooth/bt_conn.c b/wireless/bluetooth/bt_conn.c index 40cd2279076..9c524450336 100644 --- a/wireless/bluetooth/bt_conn.c +++ b/wireless/bluetooth/bt_conn.c @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_conn.c - * Bluetooth connection 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/wireless/bluetooth/bt_conn.h b/wireless/bluetooth/bt_conn.h index fe30394917d..3a29997b115 100644 --- a/wireless/bluetooth/bt_conn.h +++ b/wireless/bluetooth/bt_conn.h @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_conn.h - * Bluetooth connection 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/wireless/bluetooth/bt_gatt.c b/wireless/bluetooth/bt_gatt.c index e865d083fbb..5855ce79c56 100644 --- a/wireless/bluetooth/bt_gatt.c +++ b/wireless/bluetooth/bt_gatt.c @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_gatt.c - * 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/wireless/bluetooth/bt_hcicore.c b/wireless/bluetooth/bt_hcicore.c index 0ee98e33a88..78e3b7866bb 100644 --- a/wireless/bluetooth/bt_hcicore.c +++ b/wireless/bluetooth/bt_hcicore.c @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_hcicore.c - * HCI core Bluetooth 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/wireless/bluetooth/bt_hcicore.h b/wireless/bluetooth/bt_hcicore.h index 0b0fdf29259..8bc2047fb84 100644 --- a/wireless/bluetooth/bt_hcicore.h +++ b/wireless/bluetooth/bt_hcicore.h @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_hcicore.h - * HCI core Bluetooth 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/wireless/bluetooth/bt_keys.c b/wireless/bluetooth/bt_keys.c index 25724bfe9a2..f95c11b0016 100644 --- a/wireless/bluetooth/bt_keys.c +++ b/wireless/bluetooth/bt_keys.c @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_keys.c - * Bluetooth key 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/wireless/bluetooth/bt_keys.h b/wireless/bluetooth/bt_keys.h index da98c52e179..2eb8c9633b1 100644 --- a/wireless/bluetooth/bt_keys.h +++ b/wireless/bluetooth/bt_keys.h @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_keys.h - * Bluetooth key 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/wireless/bluetooth/bt_l2cap.c b/wireless/bluetooth/bt_l2cap.c index 99e82419223..a7e4f011a13 100644 --- a/wireless/bluetooth/bt_l2cap.c +++ b/wireless/bluetooth/bt_l2cap.c @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_l2cap.c - * L2CAP 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/wireless/bluetooth/bt_l2cap.h b/wireless/bluetooth/bt_l2cap.h index 2daeae75e99..35cd1d14bc8 100644 --- a/wireless/bluetooth/bt_l2cap.h +++ b/wireless/bluetooth/bt_l2cap.h @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_l2cap.h - * L2CAP 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/wireless/bluetooth/bt_smp.c b/wireless/bluetooth/bt_smp.c index 98f1f35fd28..8bade5e1e6a 100644 --- a/wireless/bluetooth/bt_smp.c +++ b/wireless/bluetooth/bt_smp.c @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_smp.c - * Security Manager Protocol implementation. - * - * 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/wireless/bluetooth/bt_smp.h b/wireless/bluetooth/bt_smp.h index 5ec47672a47..151e7196b03 100644 --- a/wireless/bluetooth/bt_smp.h +++ b/wireless/bluetooth/bt_smp.h @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_smp.h - * Security Manager Protocol implementation. - * - * 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/wireless/bluetooth/bt_uuid.c b/wireless/bluetooth/bt_uuid.c index 3821583169b..2ebfcd106be 100644 --- a/wireless/bluetooth/bt_uuid.c +++ b/wireless/bluetooth/bt_uuid.c @@ -1,12 +1,5 @@ /**************************************************************************** * wireless/bluetooth/bt_uuid.c - * 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.