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:41 UTC

[incubator-nuttx] 04/05: drivers: wireless: bluetooth: revert 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 acf22d6c4221d25935928dd66842d23db0b866d0
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Tue Aug 31 10:24:11 2021 +0200

    drivers: wireless: bluetooth: revert 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>
---
 drivers/wireless/bluetooth/bt_uart.c | 7 -------
 drivers/wireless/bluetooth/bt_uart.h | 7 -------
 2 files changed, 14 deletions(-)

diff --git a/drivers/wireless/bluetooth/bt_uart.c b/drivers/wireless/bluetooth/bt_uart.c
index b932251..2d3bbe0 100644
--- a/drivers/wireless/bluetooth/bt_uart.c
+++ b/drivers/wireless/bluetooth/bt_uart.c
@@ -1,12 +1,5 @@
 /****************************************************************************
  * drivers/wireless/bluetooth/bt_uart.c
- * UART based Bluetooth driver
- *
- *   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/drivers/wireless/bluetooth/bt_uart.h b/drivers/wireless/bluetooth/bt_uart.h
index 4156bba..0b8bcc0 100644
--- a/drivers/wireless/bluetooth/bt_uart.h
+++ b/drivers/wireless/bluetooth/bt_uart.h
@@ -1,12 +1,5 @@
 /****************************************************************************
  * drivers/wireless/bluetooth/bt_uart.h
- * UART based Bluetooth driver
- *
- *   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.