This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 3b7206b5 Update LICENSE
3b7206b5 is described below
commit 3b7206b5f98d4aa91b295ad3114c155742c6a571
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Feb 3 09:47:49 2023 -0800
Update LICENSE
---
LICENSE | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/LICENSE b/LICENSE
index c9794dd9..b1753e07 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,29 +201,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-File org.apache.nlpcraft.internal.blowfish.NCBlowfishHasher.java is based on
-https://github.com/jeremyh/jBCrypt/blob/master/src/main/java/org/mindrot/BCrypt.java
-and licensed as follows:
-
- Copyright (C) 2006 Damien Miller <[email protected]>
-
- Permission to use, copy, modify, and 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.
-
Files in src/main/resources/moby folder are released by Grady Ward into the
public domain:
- https://en.wikipedia.org/wiki/Moby_Project
- http://cs.sru.edu/~ddailey/whence.html
-
-File org.apache.nlpcraft.internal.util.NCIdGenerator.java
-is loosely based on https://github.com/peet/Hashids.java that is licensed
under MIT license:
- - Copyright (C) Ivan Akimov
- - Copyright (C) Peet Goddard