diff options
Diffstat (limited to 'src/lib/pubkey/rw')
-rw-r--r-- | src/lib/pubkey/rw/rw.cpp | 2 | ||||
-rw-r--r-- | src/lib/pubkey/rw/rw.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pubkey/rw/rw.cpp b/src/lib/pubkey/rw/rw.cpp index 63e7977d8..a2f21ecb8 100644 --- a/src/lib/pubkey/rw/rw.cpp +++ b/src/lib/pubkey/rw/rw.cpp @@ -2,7 +2,7 @@ * Rabin-Williams * (C) 1999-2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/rw.h> diff --git a/src/lib/pubkey/rw/rw.h b/src/lib/pubkey/rw/rw.h index 1e918e70c..b42d26b64 100644 --- a/src/lib/pubkey/rw/rw.h +++ b/src/lib/pubkey/rw/rw.h @@ -2,7 +2,7 @@ * Rabin-Williams * (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_RW_H__ |