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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 1050d3028 libsodium depends on ICS license
1050d3028 is described below
commit 1050d3028b5eb23aa53223c445ca71a1666888be
Author: raiden00pl <[email protected]>
AuthorDate: Fri Sep 22 12:04:54 2023 +0200
libsodium depends on ICS license
---
LICENSE | 19 +++++++++++++++++++
crypto/libsodium/Kconfig | 1 +
2 files changed, 20 insertions(+)
diff --git a/LICENSE b/LICENSE
index 6e5f3c382..93ed520f1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1854,3 +1854,22 @@ apps/netutils/wakaama
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.
+
+apps/crypto/libsodium
+=====================
+ ISC License
+
+ Copyright (c) 2013-2023
+ Frank Denis <j at pureftpd dot org>
+
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/crypto/libsodium/Kconfig b/crypto/libsodium/Kconfig
index d9347ad98..df47ffce3 100644
--- a/crypto/libsodium/Kconfig
+++ b/crypto/libsodium/Kconfig
@@ -6,6 +6,7 @@
menuconfig LIBSODIUM
bool "Libsodium Cryptography Library"
default n
+ depends on ALLOW_ICS_COMPONENTS
---help---
Enable support for Libsodium.