aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/des
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-01-10 04:15:52 +0000
committerlloyd <[email protected]>2015-01-10 04:15:52 +0000
commit3f16815c9e6349c4a0eeb6a6ecfe004e5d31e287 (patch)
treee6660bee8f66909b5508c5b4f1c235bf7bdbe817 /src/lib/block/des
parent832f538e603b6660644c26beb063d0ac81549746 (diff)
Ensure all files have copyright and license info.
Update license header line to specify the terms and refer to the file, neither of which it included before.
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__