aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/constructs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/constructs')
-rw-r--r--src/lib/constructs/aont/package.cpp2
-rw-r--r--src/lib/constructs/aont/package.h2
-rw-r--r--src/lib/constructs/cryptobox/cryptobox.cpp2
-rw-r--r--src/lib/constructs/cryptobox/cryptobox.h2
-rw-r--r--src/lib/constructs/fpe_fe1/fpe_fe1.cpp2
-rw-r--r--src/lib/constructs/fpe_fe1/fpe_fe1.h2
-rw-r--r--src/lib/constructs/pbes2/pbes2.cpp2
-rw-r--r--src/lib/constructs/pbes2/pbes2.h2
-rw-r--r--src/lib/constructs/rfc3394/rfc3394.cpp2
-rw-r--r--src/lib/constructs/rfc3394/rfc3394.h2
-rw-r--r--src/lib/constructs/srp6/srp6.cpp2
-rw-r--r--src/lib/constructs/srp6/srp6.h2
-rw-r--r--src/lib/constructs/srp6/srp6_files.cpp2
-rw-r--r--src/lib/constructs/srp6/srp6_files.h2
-rw-r--r--src/lib/constructs/tss/tss.cpp2
-rw-r--r--src/lib/constructs/tss/tss.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/src/lib/constructs/aont/package.cpp b/src/lib/constructs/aont/package.cpp
index 1adee90e8..731cae408 100644
--- a/src/lib/constructs/aont/package.cpp
+++ b/src/lib/constructs/aont/package.cpp
@@ -3,7 +3,7 @@
*
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/package.h>
diff --git a/src/lib/constructs/aont/package.h b/src/lib/constructs/aont/package.h
index 52d1c2190..76e679490 100644
--- a/src/lib/constructs/aont/package.h
+++ b/src/lib/constructs/aont/package.h
@@ -2,7 +2,7 @@
* Rivest's Package Tranform
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_AONT_PACKAGE_TRANSFORM_H__
diff --git a/src/lib/constructs/cryptobox/cryptobox.cpp b/src/lib/constructs/cryptobox/cryptobox.cpp
index aa2369c6c..fb210bc0b 100644
--- a/src/lib/constructs/cryptobox/cryptobox.cpp
+++ b/src/lib/constructs/cryptobox/cryptobox.cpp
@@ -2,7 +2,7 @@
* Cryptobox Message Routines
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/cryptobox.h>
diff --git a/src/lib/constructs/cryptobox/cryptobox.h b/src/lib/constructs/cryptobox/cryptobox.h
index 7a363f72d..27dc55a68 100644
--- a/src/lib/constructs/cryptobox/cryptobox.h
+++ b/src/lib/constructs/cryptobox/cryptobox.h
@@ -2,7 +2,7 @@
* Cryptobox Message Routines
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_CRYPTOBOX_H__
diff --git a/src/lib/constructs/fpe_fe1/fpe_fe1.cpp b/src/lib/constructs/fpe_fe1/fpe_fe1.cpp
index d52a4effc..c0a29519a 100644
--- a/src/lib/constructs/fpe_fe1/fpe_fe1.cpp
+++ b/src/lib/constructs/fpe_fe1/fpe_fe1.cpp
@@ -2,7 +2,7 @@
* Format Preserving Encryption (FE1 scheme)
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/fpe_fe1.h>
diff --git a/src/lib/constructs/fpe_fe1/fpe_fe1.h b/src/lib/constructs/fpe_fe1/fpe_fe1.h
index 555f97d3f..a1cae9917 100644
--- a/src/lib/constructs/fpe_fe1/fpe_fe1.h
+++ b/src/lib/constructs/fpe_fe1/fpe_fe1.h
@@ -2,7 +2,7 @@
* Format Preserving Encryption (FE1 scheme)
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_FPE_FE1_H__
diff --git a/src/lib/constructs/pbes2/pbes2.cpp b/src/lib/constructs/pbes2/pbes2.cpp
index afce0fce1..8c2348408 100644
--- a/src/lib/constructs/pbes2/pbes2.cpp
+++ b/src/lib/constructs/pbes2/pbes2.cpp
@@ -2,7 +2,7 @@
* PKCS #5 PBES2
* (C) 1999-2008,2014 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/pbes2.h>
diff --git a/src/lib/constructs/pbes2/pbes2.h b/src/lib/constructs/pbes2/pbes2.h
index ac88f6adb..7d73795dc 100644
--- a/src/lib/constructs/pbes2/pbes2.h
+++ b/src/lib/constructs/pbes2/pbes2.h
@@ -2,7 +2,7 @@
* PKCS #5 v2.0 PBE
* (C) 1999-2007,2014 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_PBE_PKCS_v20_H__
diff --git a/src/lib/constructs/rfc3394/rfc3394.cpp b/src/lib/constructs/rfc3394/rfc3394.cpp
index ce37b0587..ee1cc1dd8 100644
--- a/src/lib/constructs/rfc3394/rfc3394.cpp
+++ b/src/lib/constructs/rfc3394/rfc3394.cpp
@@ -2,7 +2,7 @@
* AES Key Wrap (RFC 3394)
* (C) 2011 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/rfc3394.h>
diff --git a/src/lib/constructs/rfc3394/rfc3394.h b/src/lib/constructs/rfc3394/rfc3394.h
index febd5207e..9800bbab1 100644
--- a/src/lib/constructs/rfc3394/rfc3394.h
+++ b/src/lib/constructs/rfc3394/rfc3394.h
@@ -2,7 +2,7 @@
* AES Key Wrap (RFC 3394)
* (C) 2011 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_AES_KEY_WRAP_H__
diff --git a/src/lib/constructs/srp6/srp6.cpp b/src/lib/constructs/srp6/srp6.cpp
index fba7fa326..c3bf3e19a 100644
--- a/src/lib/constructs/srp6/srp6.cpp
+++ b/src/lib/constructs/srp6/srp6.cpp
@@ -2,7 +2,7 @@
* SRP-6a (RFC 5054 compatatible)
* (C) 2011,2012 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/srp6.h>
diff --git a/src/lib/constructs/srp6/srp6.h b/src/lib/constructs/srp6/srp6.h
index b0adc5da4..3eb21b742 100644
--- a/src/lib/constructs/srp6/srp6.h
+++ b/src/lib/constructs/srp6/srp6.h
@@ -2,7 +2,7 @@
* SRP-6a (RFC 5054 compatatible)
* (C) 2011,2012 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_RFC5054_SRP6_H__
diff --git a/src/lib/constructs/srp6/srp6_files.cpp b/src/lib/constructs/srp6/srp6_files.cpp
index 4df2986f3..50f51fa75 100644
--- a/src/lib/constructs/srp6/srp6_files.cpp
+++ b/src/lib/constructs/srp6/srp6_files.cpp
@@ -2,7 +2,7 @@
* SRP-6a File Handling
* (C) 2011 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/srp6_files.h>
diff --git a/src/lib/constructs/srp6/srp6_files.h b/src/lib/constructs/srp6/srp6_files.h
index 4e0d3ff02..45c3b0bfe 100644
--- a/src/lib/constructs/srp6/srp6_files.h
+++ b/src/lib/constructs/srp6/srp6_files.h
@@ -2,7 +2,7 @@
* SRP-6a File Handling
* (C) 2011 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_SRP6A_FILES_H__
diff --git a/src/lib/constructs/tss/tss.cpp b/src/lib/constructs/tss/tss.cpp
index 5707c2403..c021bff7b 100644
--- a/src/lib/constructs/tss/tss.cpp
+++ b/src/lib/constructs/tss/tss.cpp
@@ -2,7 +2,7 @@
* RTSS (threshold secret sharing)
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/tss.h>
diff --git a/src/lib/constructs/tss/tss.h b/src/lib/constructs/tss/tss.h
index 4664af317..09a5dbe19 100644
--- a/src/lib/constructs/tss/tss.h
+++ b/src/lib/constructs/tss/tss.h
@@ -2,7 +2,7 @@
* RTSS (threshold secret sharing)
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_RTSS_H__