aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/constructs/srp6/srp6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/constructs/srp6/srp6.h')
-rw-r--r--src/lib/constructs/srp6/srp6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/constructs/srp6/srp6.h b/src/lib/constructs/srp6/srp6.h
index b0adc5da4..3eb21b742 100644
--- a/src/lib/constructs/srp6/srp6.h
+++ b/src/lib/constructs/srp6/srp6.h
@@ -2,7 +2,7 @@
* SRP-6a (RFC 5054 compatatible)
* (C) 2011,2012 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_RFC5054_SRP6_H__