aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/libstate
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libstate')
-rw-r--r--src/lib/libstate/botan.h2
-rw-r--r--src/lib/libstate/entropy_srcs.cpp2
-rw-r--r--src/lib/libstate/global_state.cpp2
-rw-r--r--src/lib/libstate/global_state.h2
-rw-r--r--src/lib/libstate/init.cpp2
-rw-r--r--src/lib/libstate/init.h2
-rw-r--r--src/lib/libstate/libstate.cpp2
-rw-r--r--src/lib/libstate/libstate.h2
-rw-r--r--src/lib/libstate/lookup.cpp2
-rw-r--r--src/lib/libstate/lookup.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libstate/botan.h b/src/lib/libstate/botan.h
index 42d3dc392..d586f5a21 100644
--- a/src/lib/libstate/botan.h
+++ b/src/lib/libstate/botan.h
@@ -2,7 +2,7 @@
* A vague catch all include file for Botan
* (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_BOTAN_H__
diff --git a/src/lib/libstate/entropy_srcs.cpp b/src/lib/libstate/entropy_srcs.cpp
index 1f36a945d..de146d0ba 100644
--- a/src/lib/libstate/entropy_srcs.cpp
+++ b/src/lib/libstate/entropy_srcs.cpp
@@ -2,7 +2,7 @@
* Global PRNG
* (C) 2008-2010 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/libstate.h>
diff --git a/src/lib/libstate/global_state.cpp b/src/lib/libstate/global_state.cpp
index 6a846d9b0..3fd202d5f 100644
--- a/src/lib/libstate/global_state.cpp
+++ b/src/lib/libstate/global_state.cpp
@@ -2,7 +2,7 @@
* Global State Management
* (C) 2010 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/global_state.h>
diff --git a/src/lib/libstate/global_state.h b/src/lib/libstate/global_state.h
index 486aed17e..6597b6606 100644
--- a/src/lib/libstate/global_state.h
+++ b/src/lib/libstate/global_state.h
@@ -2,7 +2,7 @@
* Global State Management
* (C) 2010 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_GLOBAL_STATE_H__
diff --git a/src/lib/libstate/init.cpp b/src/lib/libstate/init.cpp
index 2d724f366..09ecca5a1 100644
--- a/src/lib/libstate/init.cpp
+++ b/src/lib/libstate/init.cpp
@@ -2,7 +2,7 @@
* Default Initialization Function
* (C) 1999-2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/init.h>
diff --git a/src/lib/libstate/init.h b/src/lib/libstate/init.h
index 2d70e4370..6f061df03 100644
--- a/src/lib/libstate/init.h
+++ b/src/lib/libstate/init.h
@@ -2,7 +2,7 @@
* Library Initialization
* (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_LIBRARY_INITIALIZER_H__
diff --git a/src/lib/libstate/libstate.cpp b/src/lib/libstate/libstate.cpp
index 649dcc9b4..87cffd318 100644
--- a/src/lib/libstate/libstate.cpp
+++ b/src/lib/libstate/libstate.cpp
@@ -2,7 +2,7 @@
* Library Internal/Global State
* (C) 1999-2010 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/libstate.h>
diff --git a/src/lib/libstate/libstate.h b/src/lib/libstate/libstate.h
index d45c045ec..a85fc7e5a 100644
--- a/src/lib/libstate/libstate.h
+++ b/src/lib/libstate/libstate.h
@@ -2,7 +2,7 @@
* Library Internal/Global State
* (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_LIB_STATE_H__
diff --git a/src/lib/libstate/lookup.cpp b/src/lib/libstate/lookup.cpp
index 85f93bb95..290c266a3 100644
--- a/src/lib/libstate/lookup.cpp
+++ b/src/lib/libstate/lookup.cpp
@@ -2,7 +2,7 @@
* Algorithm Retrieval
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/lookup.h>
diff --git a/src/lib/libstate/lookup.h b/src/lib/libstate/lookup.h
index e0024c224..b716c03bb 100644
--- a/src/lib/libstate/lookup.h
+++ b/src/lib/libstate/lookup.h
@@ -2,7 +2,7 @@
* Algorithm Lookup
* (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_LOOKUP_H__