summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Callaway <tcallawa@redhat.com>2019-04-15 18:53:21 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-04-16 06:53:21 +0800
commit0920783008db2106fece81d79d550563f320de2a (patch)
treeec82cad2ab1e54300c4a3299e065ab8becc680f0
parentd0e8cfe7a0d93e893df4769ac5a88e315157259f (diff)
downloadpy-bcrypt-git-0920783008db2106fece81d79d550563f320de2a.tar.gz
remove advertising clause from niels blowfish code, with his explicit permission (#170)
-rw-r--r--src/_csrc/blf.c5
-rw-r--r--src/_csrc/blf.h5
2 files changed, 2 insertions, 8 deletions
diff --git a/src/_csrc/blf.c b/src/_csrc/blf.c
index 2e1a68f..5d27728 100644
--- a/src/_csrc/blf.c
+++ b/src/_csrc/blf.c
@@ -15,10 +15,7 @@
* 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. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Niels Provos.
- * 4. The name of the author may not be used to endorse or promote products
+ * 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
diff --git a/src/_csrc/blf.h b/src/_csrc/blf.h
index 5f06171..c47b33b 100644
--- a/src/_csrc/blf.h
+++ b/src/_csrc/blf.h
@@ -14,10 +14,7 @@
* 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. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Niels Provos.
- * 4. The name of the author may not be used to endorse or promote products
+ * 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR