diff options
Diffstat (limited to 'src/lib/constructs/tss')
-rw-r--r-- | src/lib/constructs/tss/tss.cpp | 2 | ||||
-rw-r--r-- | src/lib/constructs/tss/tss.h | 2 |
2 files changed, 2 insertions, 2 deletions
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__ |