You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/09/01 03:56:38 UTC

[incubator-nuttx] 01/05: wireless: bluetooth: revert to the original license

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit a09a9524b43b1bfd267fef278b2fabcb7395d30f
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Tue Aug 31 09:07:35 2021 +0200

    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 <al...@sony.com>
---
 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 9e816c3..5136809 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_att.h b/wireless/bluetooth/bt_att.h
index 6eb546b..254f729 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_buf.c b/wireless/bluetooth/bt_buf.c
index 296fe0d..218742a 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_buf.h b/wireless/bluetooth/bt_buf.h
index 6d2314a..8477bf7 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_conn.c b/wireless/bluetooth/bt_conn.c
index 40cd227..9c52445 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_conn.h b/wireless/bluetooth/bt_conn.h
index fe30394..3a29997 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_gatt.c b/wireless/bluetooth/bt_gatt.c
index e865d08..5855ce7 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_hcicore.c b/wireless/bluetooth/bt_hcicore.c
index 0ee98e3..78e3b78 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_hcicore.h b/wireless/bluetooth/bt_hcicore.h
index 0b0fdf2..8bc2047 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_keys.c b/wireless/bluetooth/bt_keys.c
index 25724bf..f95c11b 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_keys.h b/wireless/bluetooth/bt_keys.h
index da98c52..2eb8c96 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_l2cap.c b/wireless/bluetooth/bt_l2cap.c
index 99e8241..a7e4f01 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_l2cap.h b/wireless/bluetooth/bt_l2cap.h
index 2daeae7..35cd1d1 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_smp.c b/wireless/bluetooth/bt_smp.c
index 98f1f35..8bade5e 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_smp.h b/wireless/bluetooth/bt_smp.h
index 5ec4767..151e719 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 <gn...@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
  *   All rights reserved.
diff --git a/wireless/bluetooth/bt_uuid.c b/wireless/bluetooth/bt_uuid.c
index 3821583..2ebfcd1 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 <gn...@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
  *   All rights reserved.