aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/des
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/des')
-rw-r--r--src/lib/block/des/des.cpp2
-rw-r--r--src/lib/block/des/des.h2
-rw-r--r--src/lib/block/des/des_tab.cpp2
-rw-r--r--src/lib/block/des/desx.cpp2
-rw-r--r--src/lib/block/des/desx.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/block/des/des.cpp b/src/lib/block/des/des.cpp
index a87b4d6bc..3b6c2ee4a 100644
--- a/src/lib/block/des/des.cpp
+++ b/src/lib/block/des/des.cpp
@@ -5,7 +5,7 @@
* Based on a public domain implemenation by Phil Karn (who in turn
* credited Richard Outerbridge and Jim Gillogly)
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/des.h>
diff --git a/src/lib/block/des/des.h b/src/lib/block/des/des.h
index 4f3811bcf..aa201e560 100644
--- a/src/lib/block/des/des.h
+++ b/src/lib/block/des/des.h
@@ -2,7 +2,7 @@
* DES
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_DES_H__
diff --git a/src/lib/block/des/des_tab.cpp b/src/lib/block/des/des_tab.cpp
index b46ca3063..0f8179995 100644
--- a/src/lib/block/des/des_tab.cpp
+++ b/src/lib/block/des/des_tab.cpp
@@ -2,7 +2,7 @@
* Substitution/Permutation Tables for DES
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/des.h>
diff --git a/src/lib/block/des/desx.cpp b/src/lib/block/des/desx.cpp
index 879e73ee9..2e5274932 100644
--- a/src/lib/block/des/desx.cpp
+++ b/src/lib/block/des/desx.cpp
@@ -2,7 +2,7 @@
* DES
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/desx.h>
diff --git a/src/lib/block/des/desx.h b/src/lib/block/des/desx.h
index aeda3f3c4..f324ed7d5 100644
--- a/src/lib/block/des/desx.h
+++ b/src/lib/block/des/desx.h
@@ -2,7 +2,7 @@
* DESX
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_DESX_H__