aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/mac/mac.h')
-rw-r--r--src/lib/mac/mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/mac/mac.h b/src/lib/mac/mac.h
index d42092908..e472e4d0b 100644
--- a/src/lib/mac/mac.h
+++ b/src/lib/mac/mac.h
@@ -2,7 +2,7 @@
* Base class for message authentiction codes
* (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_MESSAGE_AUTH_CODE_BASE_H__