aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec/openpgp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/codec/openpgp')
-rw-r--r--src/lib/codec/openpgp/openpgp.cpp2
-rw-r--r--src/lib/codec/openpgp/openpgp.h2
2 files changed, 2 insertions, 2 deletions
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__