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/codec | |
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/codec')
-rw-r--r-- | src/lib/codec/base64/base64.cpp | 2 | ||||
-rw-r--r-- | src/lib/codec/base64/base64.h | 2 | ||||
-rw-r--r-- | src/lib/codec/hex/hex.cpp | 2 | ||||
-rw-r--r-- | src/lib/codec/hex/hex.h | 2 | ||||
-rw-r--r-- | src/lib/codec/openpgp/openpgp.cpp | 2 | ||||
-rw-r--r-- | src/lib/codec/openpgp/openpgp.h | 2 | ||||
-rw-r--r-- | src/lib/codec/pem/pem.cpp | 2 | ||||
-rw-r--r-- | src/lib/codec/pem/pem.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/codec/base64/base64.cpp b/src/lib/codec/base64/base64.cpp index 284ae56f2..9e463e680 100644 --- a/src/lib/codec/base64/base64.cpp +++ b/src/lib/codec/base64/base64.cpp @@ -2,7 +2,7 @@ * Base64 Encoding and Decoding * (C) 2010,2015 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/base64.h> diff --git a/src/lib/codec/base64/base64.h b/src/lib/codec/base64/base64.h index 9ea4143b7..ab7bb5a1c 100644 --- a/src/lib/codec/base64/base64.h +++ b/src/lib/codec/base64/base64.h @@ -2,7 +2,7 @@ * Base64 Encoding and Decoding * (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_BASE64_CODEC_H__ diff --git a/src/lib/codec/hex/hex.cpp b/src/lib/codec/hex/hex.cpp index 104125894..21c5a5a03 100644 --- a/src/lib/codec/hex/hex.cpp +++ b/src/lib/codec/hex/hex.cpp @@ -2,7 +2,7 @@ * Hex Encoding and Decoding * (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/hex.h> diff --git a/src/lib/codec/hex/hex.h b/src/lib/codec/hex/hex.h index a64a6c8df..bd57ec88e 100644 --- a/src/lib/codec/hex/hex.h +++ b/src/lib/codec/hex/hex.h @@ -2,7 +2,7 @@ * Hex Encoding and Decoding * (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_HEX_CODEC_H__ diff --git a/src/lib/codec/openpgp/openpgp.cpp b/src/lib/codec/openpgp/openpgp.cpp index 7bd811a2f..3a464d906 100644 --- a/src/lib/codec/openpgp/openpgp.cpp +++ b/src/lib/codec/openpgp/openpgp.cpp @@ -2,7 +2,7 @@ * OpenPGP Codec * (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/openpgp.h> diff --git a/src/lib/codec/openpgp/openpgp.h b/src/lib/codec/openpgp/openpgp.h index de56155f2..538b31342 100644 --- a/src/lib/codec/openpgp/openpgp.h +++ b/src/lib/codec/openpgp/openpgp.h @@ -2,7 +2,7 @@ * OpenPGP Codec * (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_OPENPGP_CODEC_H__ diff --git a/src/lib/codec/pem/pem.cpp b/src/lib/codec/pem/pem.cpp index 03ec33440..9b57c1531 100644 --- a/src/lib/codec/pem/pem.cpp +++ b/src/lib/codec/pem/pem.cpp @@ -2,7 +2,7 @@ * PEM Encoding/Decoding * (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/pem.h> diff --git a/src/lib/codec/pem/pem.h b/src/lib/codec/pem/pem.h index a0c6f74aa..3b3fec32e 100644 --- a/src/lib/codec/pem/pem.h +++ b/src/lib/codec/pem/pem.h @@ -2,7 +2,7 @@ * PEM Encoding/Decoding * (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_PEM_H__ |