aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/sqlite3/sqlite3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils/sqlite3/sqlite3.h')
-rw-r--r--src/lib/utils/sqlite3/sqlite3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/sqlite3/sqlite3.h b/src/lib/utils/sqlite3/sqlite3.h
index 7853a012f..6c78deb42 100644
--- a/src/lib/utils/sqlite3/sqlite3.h
+++ b/src/lib/utils/sqlite3/sqlite3.h
@@ -2,7 +2,7 @@
* SQLite3 wrapper
* (C) 2012,2014 Jack Lloyd
*
-* Released under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_UTILS_SQLITE3_H__