aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/codec')
-rw-r--r--src/lib/codec/base64/base64.cpp2
-rw-r--r--src/lib/codec/base64/base64.h2
-rw-r--r--src/lib/codec/hex/hex.cpp2
-rw-r--r--src/lib/codec/hex/hex.h2
-rw-r--r--src/lib/codec/openpgp/openpgp.cpp2
-rw-r--r--src/lib/codec/openpgp/openpgp.h2
-rw-r--r--src/lib/codec/pem/pem.cpp2
-rw-r--r--src/lib/codec/pem/pem.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/codec/base64/base64.cpp b/src/lib/codec/base64/base64.cpp
index 284ae56f2..9e463e680 100644
--- a/src/lib/codec/base64/base64.cpp
+++ b/src/lib/codec/base64/base64.cpp
@@ -2,7 +2,7 @@
* Base64 Encoding and Decoding
* (C) 2010,2015 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/base64.h>
diff --git a/src/lib/codec/base64/base64.h b/src/lib/codec/base64/base64.h
index 9ea4143b7..ab7bb5a1c 100644
--- a/src/lib/codec/base64/base64.h
+++ b/src/lib/codec/base64/base64.h
@@ -2,7 +2,7 @@
* Base64 Encoding and Decoding
* (C) 2010 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_BASE64_CODEC_H__
diff --git a/src/lib/codec/hex/hex.cpp b/src/lib/codec/hex/hex.cpp
index 104125894..21c5a5a03 100644
--- a/src/lib/codec/hex/hex.cpp
+++ b/src/lib/codec/hex/hex.cpp
@@ -2,7 +2,7 @@
* Hex Encoding and Decoding
* (C) 2010 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/hex.h>
diff --git a/src/lib/codec/hex/hex.h b/src/lib/codec/hex/hex.h
index a64a6c8df..bd57ec88e 100644
--- a/src/lib/codec/hex/hex.h
+++ b/src/lib/codec/hex/hex.h
@@ -2,7 +2,7 @@
* Hex Encoding and Decoding
* (C) 2010 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_HEX_CODEC_H__
diff --git a/src/lib/codec/openpgp/openpgp.cpp b/src/lib/codec/openpgp/openpgp.cpp
index 7bd811a2f..3a464d906 100644
--- a/src/lib/codec/openpgp/openpgp.cpp
+++ b/src/lib/codec/openpgp/openpgp.cpp
@@ -2,7 +2,7 @@
* OpenPGP Codec
* (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/openpgp.h>
diff --git a/src/lib/codec/openpgp/openpgp.h b/src/lib/codec/openpgp/openpgp.h
index de56155f2..538b31342 100644
--- a/src/lib/codec/openpgp/openpgp.h
+++ b/src/lib/codec/openpgp/openpgp.h
@@ -2,7 +2,7 @@
* OpenPGP Codec
* (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_OPENPGP_CODEC_H__
diff --git a/src/lib/codec/pem/pem.cpp b/src/lib/codec/pem/pem.cpp
index 03ec33440..9b57c1531 100644
--- a/src/lib/codec/pem/pem.cpp
+++ b/src/lib/codec/pem/pem.cpp
@@ -2,7 +2,7 @@
* PEM Encoding/Decoding
* (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/pem.h>
diff --git a/src/lib/codec/pem/pem.h b/src/lib/codec/pem/pem.h
index a0c6f74aa..3b3fec32e 100644
--- a/src/lib/codec/pem/pem.h
+++ b/src/lib/codec/pem/pem.h
@@ -2,7 +2,7 @@
* PEM Encoding/Decoding
* (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_PEM_H__