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