From 514127723536228920b75b8a101e5908fa1f9d37 Mon Sep 17 00:00:00 2001 From: "Radames S. Cruz Moreno" Date: Fri, 2 Apr 2021 14:45:23 -0700 Subject: [PATCH] Include ThirdPartyNotices file in Nuget package --- NOTICE | 43 ++++++++++++++++++++++++++++ android/.idea/.gitignore | 3 ++ android/.idea/.name | 1 + android/.idea/compiler.xml | 6 ++++ android/.idea/gradle.xml | 21 ++++++++++++++ android/.idea/jarRepositories.xml | 25 ++++++++++++++++ android/.idea/misc.xml | 9 ++++++ android/.idea/vcs.xml | 6 ++++ dotnet/nuget/SEALNet-multi.nuspec.in | 1 + dotnet/nuget/SEALNet.nuspec.in | 1 + 10 files changed, 116 insertions(+) create mode 100644 android/.idea/.gitignore create mode 100644 android/.idea/.name create mode 100644 android/.idea/compiler.xml create mode 100644 android/.idea/gradle.xml create mode 100644 android/.idea/jarRepositories.xml create mode 100644 android/.idea/misc.xml create mode 100644 android/.idea/vcs.xml diff --git a/NOTICE b/NOTICE index 37f24ffdc..411fc43d3 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,48 @@ +THIRD-PARTY SOFTWARE NOTICES AND INFORMATION + +This software incorporates components from the projects listed below. The original copyright notices +and the licenses under which Microsoft received such components are set forth below and are provided for +informational purposes only. Microsoft reserves all rights not expressly granted herein, whether by +implication, estoppel or otherwise. + This software includes parts of the BLAKE2 library (https://github.com/BLAKE2/BLAKE2). The BLAKE2 library is licensed under CC0 Universal, version 1.0. You can find a copy of this license at https://creativecommons.org/publicdomain/zero/1.0/legalcode This software includes parts of the Kyber library (https://github.com/pq-crystals/kyber). The Kyber library is licensed under CC0 Universal, version 1.0. You can find a copy of this license at https://creativecommons.org/publicdomain/zero/1.0/legalcode + +This software includes parts of the ZSTD library, version 1.4.5 (https://github.com/facebook/zstd): +ZSTD NOTICES AND INFORMATION BEGIN HERE +=============================================================================== +BSD License + +For Zstandard software + +Copyright (c) 2016-present, Facebook, Inc. 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. + + * Neither the name Facebook 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 HOLDER 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. +=============================================================================== +END OF ZSTD NOTICES AND INFORMATION diff --git a/android/.idea/.gitignore b/android/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/android/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/android/.idea/.name b/android/.idea/.name new file mode 100644 index 000000000..687b8ccba --- /dev/null +++ b/android/.idea/.name @@ -0,0 +1 @@ +SEAL \ No newline at end of file diff --git a/android/.idea/compiler.xml b/android/.idea/compiler.xml new file mode 100644 index 000000000..61a9130cd --- /dev/null +++ b/android/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml new file mode 100644 index 000000000..18de3ac5f --- /dev/null +++ b/android/.idea/gradle.xml @@ -0,0 +1,21 @@ + + + + + + \ No newline at end of file diff --git a/android/.idea/jarRepositories.xml b/android/.idea/jarRepositories.xml new file mode 100644 index 000000000..a5f05cd8c --- /dev/null +++ b/android/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml new file mode 100644 index 000000000..d5d35ec44 --- /dev/null +++ b/android/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/android/.idea/vcs.xml b/android/.idea/vcs.xml new file mode 100644 index 000000000..6c0b86358 --- /dev/null +++ b/android/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/dotnet/nuget/SEALNet-multi.nuspec.in b/dotnet/nuget/SEALNet-multi.nuspec.in index 591f9d7ff..1308ce82a 100644 --- a/dotnet/nuget/SEALNet-multi.nuspec.in +++ b/dotnet/nuget/SEALNet-multi.nuspec.in @@ -36,5 +36,6 @@ + diff --git a/dotnet/nuget/SEALNet.nuspec.in b/dotnet/nuget/SEALNet.nuspec.in index 90c01b5f1..41a397cb6 100644 --- a/dotnet/nuget/SEALNet.nuspec.in +++ b/dotnet/nuget/SEALNet.nuspec.in @@ -29,5 +29,6 @@ +