aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hash/hash.h')
-rw-r--r--src/lib/hash/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/hash.h b/src/lib/hash/hash.h
index 58a810c4b..174324c10 100644
--- a/src/lib/hash/hash.h
+++ b/src/lib/hash/hash.h
@@ -2,7 +2,7 @@
* Hash Function Base Class
* (C) 1999-2008 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_HASH_FUNCTION_BASE_CLASS_H__