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/engine/core_engine | |
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/engine/core_engine')
-rw-r--r-- | src/lib/engine/core_engine/core_engine.h | 2 | ||||
-rw-r--r-- | src/lib/engine/core_engine/core_modes.cpp | 2 | ||||
-rw-r--r-- | src/lib/engine/core_engine/def_pk_ops.cpp | 2 | ||||
-rw-r--r-- | src/lib/engine/core_engine/def_powm.cpp | 2 | ||||
-rw-r--r-- | src/lib/engine/core_engine/lookup_block.cpp | 2 | ||||
-rw-r--r-- | src/lib/engine/core_engine/lookup_hash.cpp | 2 | ||||
-rw-r--r-- | src/lib/engine/core_engine/lookup_mac.cpp | 2 | ||||
-rw-r--r-- | src/lib/engine/core_engine/lookup_pbkdf.cpp | 2 | ||||
-rw-r--r-- | src/lib/engine/core_engine/lookup_stream.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/engine/core_engine/core_engine.h b/src/lib/engine/core_engine/core_engine.h index d12895662..40afff515 100644 --- a/src/lib/engine/core_engine/core_engine.h +++ b/src/lib/engine/core_engine/core_engine.h @@ -2,7 +2,7 @@ * Core Engine * (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_CORE_ENGINE_H__ diff --git a/src/lib/engine/core_engine/core_modes.cpp b/src/lib/engine/core_engine/core_modes.cpp index b29f46c9e..1d96e581d 100644 --- a/src/lib/engine/core_engine/core_modes.cpp +++ b/src/lib/engine/core_engine/core_modes.cpp @@ -2,7 +2,7 @@ * Core Engine * (C) 1999-2007,2011,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/core_engine.h> diff --git a/src/lib/engine/core_engine/def_pk_ops.cpp b/src/lib/engine/core_engine/def_pk_ops.cpp index cbe7d27fc..f941245fb 100644 --- a/src/lib/engine/core_engine/def_pk_ops.cpp +++ b/src/lib/engine/core_engine/def_pk_ops.cpp @@ -2,7 +2,7 @@ * PK Operations * (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/internal/core_engine.h> diff --git a/src/lib/engine/core_engine/def_powm.cpp b/src/lib/engine/core_engine/def_powm.cpp index 56a4b6844..541f18c04 100644 --- a/src/lib/engine/core_engine/def_powm.cpp +++ b/src/lib/engine/core_engine/def_powm.cpp @@ -2,7 +2,7 @@ * Modular Exponentiation * (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/core_engine.h> diff --git a/src/lib/engine/core_engine/lookup_block.cpp b/src/lib/engine/core_engine/lookup_block.cpp index fc2f1e982..703e578ac 100644 --- a/src/lib/engine/core_engine/lookup_block.cpp +++ b/src/lib/engine/core_engine/lookup_block.cpp @@ -2,7 +2,7 @@ * Block Cipher 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) */ #include <botan/internal/core_engine.h> diff --git a/src/lib/engine/core_engine/lookup_hash.cpp b/src/lib/engine/core_engine/lookup_hash.cpp index b5a071c4e..446851bff 100644 --- a/src/lib/engine/core_engine/lookup_hash.cpp +++ b/src/lib/engine/core_engine/lookup_hash.cpp @@ -2,7 +2,7 @@ * Hash Algorithms 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) */ #include <botan/internal/core_engine.h> diff --git a/src/lib/engine/core_engine/lookup_mac.cpp b/src/lib/engine/core_engine/lookup_mac.cpp index acb8da019..62e23eb57 100644 --- a/src/lib/engine/core_engine/lookup_mac.cpp +++ b/src/lib/engine/core_engine/lookup_mac.cpp @@ -2,7 +2,7 @@ * MAC 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) */ #include <botan/internal/core_engine.h> diff --git a/src/lib/engine/core_engine/lookup_pbkdf.cpp b/src/lib/engine/core_engine/lookup_pbkdf.cpp index bfd2c8bc2..1dc40322c 100644 --- a/src/lib/engine/core_engine/lookup_pbkdf.cpp +++ b/src/lib/engine/core_engine/lookup_pbkdf.cpp @@ -2,7 +2,7 @@ * PBKDF Lookup * (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/internal/core_engine.h> diff --git a/src/lib/engine/core_engine/lookup_stream.cpp b/src/lib/engine/core_engine/lookup_stream.cpp index 9e9a7e8df..a0fee6978 100644 --- a/src/lib/engine/core_engine/lookup_stream.cpp +++ b/src/lib/engine/core_engine/lookup_stream.cpp @@ -2,7 +2,7 @@ * Stream Cipher 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) */ #include <botan/internal/core_engine.h> |