Skip to content

Commit

Permalink
LICENCE: Update the LICENSE file for v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRESENSE committed Dec 22, 2021
1 parent 0662a6a commit 0e27872
Showing 1 changed file with 83 additions and 3 deletions.
86 changes: 83 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

------------------------------------------------------------------------
Expand All @@ -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

========================================================================

Expand All @@ -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

========================================================================

Expand Down Expand Up @@ -1542,4 +1623,3 @@ This software includes open source software subject to the licensing
described in the following file:

externals/websocket/cwebsocket/LICENSE

0 comments on commit 0e27872

Please sign in to comment.