aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_alert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tls/tls_alert.h')
-rw-r--r--src/lib/tls/tls_alert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_alert.h b/src/lib/tls/tls_alert.h
index 089fe8ba3..90bc80d45 100644
--- a/src/lib/tls/tls_alert.h
+++ b/src/lib/tls/tls_alert.h
@@ -2,7 +2,7 @@
* Alert Message
* (C) 2004-2006,2011,2012 Jack Lloyd
*
-* Released under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_TLS_ALERT_H__