diff options
author | lloyd <[email protected]> | 2015-01-10 04:15:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-10 04:15:52 +0000 |
commit | 3f16815c9e6349c4a0eeb6a6ecfe004e5d31e287 (patch) | |
tree | e6660bee8f66909b5508c5b4f1c235bf7bdbe817 /src/lib/entropy | |
parent | 832f538e603b6660644c26beb063d0ac81549746 (diff) |
Ensure all files have copyright and license info.
Update license header line to specify the terms and refer to the file,
neither of which it included before.
Diffstat (limited to 'src/lib/entropy')
-rw-r--r-- | src/lib/entropy/beos_stats/es_beos.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/beos_stats/es_beos.h | 2 | ||||
-rw-r--r-- | src/lib/entropy/cryptoapi_rng/es_capi.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/cryptoapi_rng/es_capi.h | 2 | ||||
-rw-r--r-- | src/lib/entropy/dev_random/dev_random.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/dev_random/dev_random.h | 2 | ||||
-rw-r--r-- | src/lib/entropy/egd/es_egd.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/egd/es_egd.h | 2 | ||||
-rw-r--r-- | src/lib/entropy/entropy_src.h | 2 | ||||
-rw-r--r-- | src/lib/entropy/hres_timer/hres_timer.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/hres_timer/hres_timer.h | 2 | ||||
-rw-r--r-- | src/lib/entropy/proc_walk/proc_walk.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/proc_walk/proc_walk.h | 2 | ||||
-rw-r--r-- | src/lib/entropy/rdrand/rdrand.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/rdrand/rdrand.h | 2 | ||||
-rw-r--r-- | src/lib/entropy/unix_procs/unix_proc_sources.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/unix_procs/unix_procs.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/unix_procs/unix_procs.h | 2 | ||||
-rw-r--r-- | src/lib/entropy/win32_stats/es_win32.cpp | 2 | ||||
-rw-r--r-- | src/lib/entropy/win32_stats/es_win32.h | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/src/lib/entropy/beos_stats/es_beos.cpp b/src/lib/entropy/beos_stats/es_beos.cpp index e514eb121..089bc3a71 100644 --- a/src/lib/entropy/beos_stats/es_beos.cpp +++ b/src/lib/entropy/beos_stats/es_beos.cpp @@ -2,7 +2,7 @@ * BeOS EntropySource * (C) 1999-2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/es_beos.h> diff --git a/src/lib/entropy/beos_stats/es_beos.h b/src/lib/entropy/beos_stats/es_beos.h index 5ccb430a5..331ae3bc0 100644 --- a/src/lib/entropy/beos_stats/es_beos.h +++ b/src/lib/entropy/beos_stats/es_beos.h @@ -2,7 +2,7 @@ * BeOS EntropySource * (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_ENTROPY_SRC_BEOS_H__ diff --git a/src/lib/entropy/cryptoapi_rng/es_capi.cpp b/src/lib/entropy/cryptoapi_rng/es_capi.cpp index fa2d09628..a18fca7f2 100644 --- a/src/lib/entropy/cryptoapi_rng/es_capi.cpp +++ b/src/lib/entropy/cryptoapi_rng/es_capi.cpp @@ -2,7 +2,7 @@ * Win32 CryptoAPI EntropySource * (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/internal/es_capi.h> diff --git a/src/lib/entropy/cryptoapi_rng/es_capi.h b/src/lib/entropy/cryptoapi_rng/es_capi.h index d75101923..359618535 100644 --- a/src/lib/entropy/cryptoapi_rng/es_capi.h +++ b/src/lib/entropy/cryptoapi_rng/es_capi.h @@ -2,7 +2,7 @@ * Win32 CAPI EntropySource * (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_ENTROPY_SRC_WIN32_CAPI_H__ diff --git a/src/lib/entropy/dev_random/dev_random.cpp b/src/lib/entropy/dev_random/dev_random.cpp index ef6bceaf7..06c420a67 100644 --- a/src/lib/entropy/dev_random/dev_random.cpp +++ b/src/lib/entropy/dev_random/dev_random.cpp @@ -2,7 +2,7 @@ * Reader of /dev/random and company * (C) 1999-2009,2013 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/dev_random.h> diff --git a/src/lib/entropy/dev_random/dev_random.h b/src/lib/entropy/dev_random/dev_random.h index d74412b27..44b02ede0 100644 --- a/src/lib/entropy/dev_random/dev_random.h +++ b/src/lib/entropy/dev_random/dev_random.h @@ -2,7 +2,7 @@ * /dev/random EntropySource * (C) 1999-2009 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_ENTROPY_SRC_DEVICE_H__ diff --git a/src/lib/entropy/egd/es_egd.cpp b/src/lib/entropy/egd/es_egd.cpp index e61d4ef82..2ddb233bd 100644 --- a/src/lib/entropy/egd/es_egd.cpp +++ b/src/lib/entropy/egd/es_egd.cpp @@ -2,7 +2,7 @@ * EGD EntropySource * (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/internal/es_egd.h> diff --git a/src/lib/entropy/egd/es_egd.h b/src/lib/entropy/egd/es_egd.h index 02c52b9a3..d6cce8b7c 100644 --- a/src/lib/entropy/egd/es_egd.h +++ b/src/lib/entropy/egd/es_egd.h @@ -2,7 +2,7 @@ * EGD EntropySource * (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_ENTROPY_SRC_EGD_H__ diff --git a/src/lib/entropy/entropy_src.h b/src/lib/entropy/entropy_src.h index 1635a936c..77f822bbf 100644 --- a/src/lib/entropy/entropy_src.h +++ b/src/lib/entropy/entropy_src.h @@ -2,7 +2,7 @@ * EntropySource * (C) 2008-2009,2014 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_ENTROPY_SOURCE_BASE_H__ diff --git a/src/lib/entropy/hres_timer/hres_timer.cpp b/src/lib/entropy/hres_timer/hres_timer.cpp index 3fc68c771..f86638ce0 100644 --- a/src/lib/entropy/hres_timer/hres_timer.cpp +++ b/src/lib/entropy/hres_timer/hres_timer.cpp @@ -2,7 +2,7 @@ * High Resolution Timestamp Entropy Source * (C) 1999-2009,2011,2014 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/hres_timer.h> diff --git a/src/lib/entropy/hres_timer/hres_timer.h b/src/lib/entropy/hres_timer/hres_timer.h index 8b95c8308..762acadbf 100644 --- a/src/lib/entropy/hres_timer/hres_timer.h +++ b/src/lib/entropy/hres_timer/hres_timer.h @@ -2,7 +2,7 @@ * High Resolution Timestamp Entropy Source * (C) 1999-2009 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_ENTROPY_SRC_HRES_TIMER_H__ diff --git a/src/lib/entropy/proc_walk/proc_walk.cpp b/src/lib/entropy/proc_walk/proc_walk.cpp index f459a7e32..7ea785361 100644 --- a/src/lib/entropy/proc_walk/proc_walk.cpp +++ b/src/lib/entropy/proc_walk/proc_walk.cpp @@ -4,7 +4,7 @@ * * (C) 1999-2008,2012 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/proc_walk.h> diff --git a/src/lib/entropy/proc_walk/proc_walk.h b/src/lib/entropy/proc_walk/proc_walk.h index 853aeb161..047fb3bb9 100644 --- a/src/lib/entropy/proc_walk/proc_walk.h +++ b/src/lib/entropy/proc_walk/proc_walk.h @@ -2,7 +2,7 @@ * File Tree Walking EntropySource * (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_ENTROPY_SRC_PROC_WALK_H__ diff --git a/src/lib/entropy/rdrand/rdrand.cpp b/src/lib/entropy/rdrand/rdrand.cpp index 0dae697c8..f0782390e 100644 --- a/src/lib/entropy/rdrand/rdrand.cpp +++ b/src/lib/entropy/rdrand/rdrand.cpp @@ -2,7 +2,7 @@ * Entropy Source Using Intel's rdrand instruction * (C) 2012 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/rdrand.h> diff --git a/src/lib/entropy/rdrand/rdrand.h b/src/lib/entropy/rdrand/rdrand.h index d7629d37f..bc02ef93e 100644 --- a/src/lib/entropy/rdrand/rdrand.h +++ b/src/lib/entropy/rdrand/rdrand.h @@ -2,7 +2,7 @@ * Entropy Source Using Intel's rdrand instruction * (C) 2012 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_ENTROPY_SRC_RDRAND_H__ diff --git a/src/lib/entropy/unix_procs/unix_proc_sources.cpp b/src/lib/entropy/unix_procs/unix_proc_sources.cpp index 6cf185064..429198706 100644 --- a/src/lib/entropy/unix_procs/unix_proc_sources.cpp +++ b/src/lib/entropy/unix_procs/unix_proc_sources.cpp @@ -2,7 +2,7 @@ * Program List for Unix_EntropySource * (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/internal/unix_procs.h> diff --git a/src/lib/entropy/unix_procs/unix_procs.cpp b/src/lib/entropy/unix_procs/unix_procs.cpp index 7925741bb..3f4cd3567 100644 --- a/src/lib/entropy/unix_procs/unix_procs.cpp +++ b/src/lib/entropy/unix_procs/unix_procs.cpp @@ -5,7 +5,7 @@ * (C) 1999-2009,2013 Jack Lloyd * 2012 Markus Wanner * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/unix_procs.h> diff --git a/src/lib/entropy/unix_procs/unix_procs.h b/src/lib/entropy/unix_procs/unix_procs.h index 7c1ae8c65..11dbead65 100644 --- a/src/lib/entropy/unix_procs/unix_procs.h +++ b/src/lib/entropy/unix_procs/unix_procs.h @@ -2,7 +2,7 @@ * Unix EntropySource * (C) 1999-2009,2013 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_ENTROPY_SRC_UNIX_H__ diff --git a/src/lib/entropy/win32_stats/es_win32.cpp b/src/lib/entropy/win32_stats/es_win32.cpp index fff11592d..f57c4bebb 100644 --- a/src/lib/entropy/win32_stats/es_win32.cpp +++ b/src/lib/entropy/win32_stats/es_win32.cpp @@ -2,7 +2,7 @@ * Win32 EntropySource * (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/internal/es_win32.h> diff --git a/src/lib/entropy/win32_stats/es_win32.h b/src/lib/entropy/win32_stats/es_win32.h index 6c7c9ee09..4809abeee 100644 --- a/src/lib/entropy/win32_stats/es_win32.h +++ b/src/lib/entropy/win32_stats/es_win32.h @@ -2,7 +2,7 @@ * Win32 EntropySource * (C) 1999-2009 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_ENTROPY_SRC_WIN32_H__ |