aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/poly1305/poly1305_donna.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/mac/poly1305/poly1305_donna.h')
-rw-r--r--src/lib/mac/poly1305/poly1305_donna.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/mac/poly1305/poly1305_donna.h b/src/lib/mac/poly1305/poly1305_donna.h
index f0f3fe387..fa190baa5 100644
--- a/src/lib/mac/poly1305/poly1305_donna.h
+++ b/src/lib/mac/poly1305/poly1305_donna.h
@@ -4,7 +4,7 @@
*
* (C) 2014 Andrew Moon
* (C) 2014 Jack Lloyd
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_POLY1305_DONNA_H__