From 0e27872a2a1be62bbd71348aa6cffb517f2cb1c3 Mon Sep 17 00:00:00 2001 From: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> Date: Tue, 21 Dec 2021 23:07:11 +0900 Subject: [PATCH] LICENCE: Update the LICENSE file for v2.4.0 --- LICENSE | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 23e36b2e7..2ea7b731a 100644 --- a/LICENSE +++ b/LICENSE @@ -43,6 +43,84 @@ 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. +----------------------------------------------------------------------- + +nuttx/boards/arm/cxd56xx/common/src/cxd56_wiznet.c +nuttx/boards/arm/cxd56xx/spresense/include/cxd56_wiznet.h +nuttx/drivers/net/wiznet/wiznet.c +nuttx/include/nuttx/net/wiznet.h +nuttx/drivers/net/wiznet/wiz_common.c +nuttx/drivers/net/wiznet/wiz_common.h + +BSD-3-Clause +----------------------------------------------------------------------- + +Copyright 2020 Sony Corporation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. 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. +3. Neither the name of Sony Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +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. + +----------------------------------------------------------------------- + +examples/websocket_bitbank +examples/websocket_gmocoin + +BSD-3-Clause +----------------------------------------------------------------------- + +Copyright 2021 Sony Group Corporation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. 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. +3. Neither the name of Sony Group Corporation nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +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. + ======================================================================== nuttx/arch/arm/include/cxd56xx @@ -1424,6 +1502,8 @@ externals/cmsis/CMSIS_5/LICENSE.txt externals/cmsis/nn Copyright (C) 2010-2018 Arm Limited or its affiliates. All rights reserved. +Copyright (C) 2009-2016 Arm Limited. All rights reserved. +Copyright (c) 2016 ARM Germany GmbH. All rights reserved. Copyright 2018 Sony Corporation ------------------------------------------------------------------------ @@ -1446,7 +1526,8 @@ externals/nnablart/nnabla-c-runtime a original LICENSE description for above codes places under the following path. externals/nnabla-c-runtime/LICENSE -Copyright 2017, 2018, 2019, 2020 Sony Corporation +Copyright 2017, 2018, 2019, 2020, 2021 Sony Corporation +Copyright 2021 Sony Group Corporation ======================================================================== @@ -1460,7 +1541,7 @@ externals/alt_stubs/mbedtls/include/mbedtls Unless specifically indicated otherwise in a file, files are licensed under the Apache 2.0 license. -Copyright (C) 2006-2015, ARM Limited, All Rights Reserved +Copyright (C) 2006-2016, ARM Limited, All Rights Reserved ======================================================================== @@ -1542,4 +1623,3 @@ This software includes open source software subject to the licensing described in the following file: externals/websocket/cwebsocket/LICENSE -