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-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d3782c  Licensing: Move wireless/wapi/LICENSE into top-level LICENSE
6d3782c is described below

commit 6d3782c9614faee9c6c02f9a0fb201fb6a13cfcf
Author: Nathan Hartman <[email protected]>
AuthorDate: Thu May 6 13:11:57 2021 -0400

    Licensing: Move wireless/wapi/LICENSE into top-level LICENSE
---
 LICENSE               | 32 ++++++++++++++++++++++++++++++++
 wireless/wapi/LICENSE | 23 -----------------------
 2 files changed, 32 insertions(+), 23 deletions(-)

diff --git a/LICENSE b/LICENSE
index 688c7d4..4b58a3e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -487,3 +487,35 @@ canutils/candump
     DAMAGE.
 
     Send feedback to <[email protected]>
+
+wireless/wapi
+=============
+
+  Adapted for NuttX from WAPI (https://github.com/vy/wapi), which has a
+  2-clause BSD license:
+
+    Copyright (c) 2010, Volkan YAZICI <[email protected]>
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are
+    met:
+
+    - Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+    - Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/wireless/wapi/LICENSE b/wireless/wapi/LICENSE
deleted file mode 100644
index cdade89..0000000
--- a/wireless/wapi/LICENSE
+++ /dev/null
@@ -1,23 +0,0 @@
-Copyright (c) 2010, Volkan YAZICI <[email protected]>
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-- Redistributions of  source code must  retain the above copyright  notice, 
this
-  list of conditions and the following disclaimer.
-
-- Redistributions in binary form must reproduce the above copyright notice, 
this
-  list of  conditions and the  following disclaimer in the  documentation 
and/or
-  other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE  COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND
-ANY EXPRESS  OR IMPLIED WARRANTIES, INCLUDING,  BUT NOT LIMITED  TO, THE 
IMPLIED
-WARRANTIES  OF  MERCHANTABILITY  AND   FITNESS  FOR  A  PARTICULAR  PURPOSE  
ARE
-DISCLAIMED. IN NO EVENT SHALL THE  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 
FOR
-ANY DIRECT,  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,  OR CONSEQUENTIAL 
DAMAGES
-(INCLUDING, BUT  NOT LIMITED  TO, PROCUREMENT OF  SUBSTITUTE GOODS  OR 
SERVICES;
-LOSS OF USE,  DATA, OR PROFITS; OR BUSINESS INTERRUPTION)  HOWEVER CAUSED AND 
ON
-ANY  THEORY  OF  LIABILITY,  WHETHER  IN CONTRACT,  STRICT  LIABILITY,  OR  
TORT
-(INCLUDING NEGLIGENCE  OR OTHERWISE) ARISING IN ANY  WAY OUT OF THE  USE OF 
THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Reply via email to