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 0488d89  Fix for NLPCRAFT-179.
0488d89 is described below

commit 0488d89f868108640b5d5b700840dc2be587f318
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Nov 29 18:17:28 2020 -0800

    Fix for NLPCRAFT-179.
---
 .../nlpcraft/common/blowfish/NCBlowfishHasher.java   | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/blowfish/NCBlowfishHasher.java
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/blowfish/NCBlowfishHasher.java
index a28d1e1..a48ecca 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/blowfish/NCBlowfishHasher.java
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/blowfish/NCBlowfishHasher.java
@@ -1,4 +1,24 @@
 /*
+ * Original code is 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.
+ */
+
+/*
+ * Subsequent changes made by NLPCraft project licenses as:
+ * --------------------------------------------------------
+ *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.

Reply via email to