diff options
author | René Meusel <[email protected]> | 2019-02-19 15:33:19 +0100 |
---|---|---|
committer | Hannes Rantzsch <[email protected]> | 2019-04-16 10:47:46 +0200 |
commit | d304d8cd15cddfdefef47f3584d75433d84a1027 (patch) | |
tree | e35cc043227ad8f84458da5ec56ea6595c2fc4f1 /src/lib/tls | |
parent | e4f0441731088996872fd06e739d521791b33407 (diff) |
FIX: add legal information
Diffstat (limited to 'src/lib/tls')
-rw-r--r-- | src/lib/tls/asio/asio_async_handshake_op.h | 8 | ||||
-rw-r--r-- | src/lib/tls/asio/asio_async_read_op.h | 8 | ||||
-rw-r--r-- | src/lib/tls/asio/asio_async_write_op.h | 8 | ||||
-rw-r--r-- | src/lib/tls/asio/asio_convert_exceptions.h | 8 | ||||
-rw-r--r-- | src/lib/tls/asio/asio_error.h | 8 | ||||
-rw-r--r-- | src/lib/tls/asio/asio_includes.h | 8 | ||||
-rw-r--r-- | src/lib/tls/asio/asio_stream.h | 8 | ||||
-rw-r--r-- | src/lib/tls/asio/asio_stream_base.h | 8 | ||||
-rw-r--r-- | src/lib/tls/asio/asio_stream_core.h | 8 |
9 files changed, 72 insertions, 0 deletions
diff --git a/src/lib/tls/asio/asio_async_handshake_op.h b/src/lib/tls/asio/asio_async_handshake_op.h index 6255b4f74..826643357 100644 --- a/src/lib/tls/asio/asio_async_handshake_op.h +++ b/src/lib/tls/asio/asio_async_handshake_op.h @@ -1,3 +1,11 @@ +/* +* TLS Stream Helper +* (C) 2018-2019 Jack Lloyd +* 2018-2019 Hannes Rantzsch, Tim Oesterreich, Rene Meusel +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #ifndef BOTAN_ASIO_ASYNC_HANDSHAKE_OP_H_ #define BOTAN_ASIO_ASYNC_HANDSHAKE_OP_H_ diff --git a/src/lib/tls/asio/asio_async_read_op.h b/src/lib/tls/asio/asio_async_read_op.h index 6448fc9dd..8db44aee9 100644 --- a/src/lib/tls/asio/asio_async_read_op.h +++ b/src/lib/tls/asio/asio_async_read_op.h @@ -1,3 +1,11 @@ +/* +* TLS Stream Helper +* (C) 2018-2019 Jack Lloyd +* 2018-2019 Hannes Rantzsch, Tim Oesterreich, Rene Meusel +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #ifndef BOTAN_ASIO_ASYNC_READ_OP_H_ #define BOTAN_ASIO_ASYNC_READ_OP_H_ diff --git a/src/lib/tls/asio/asio_async_write_op.h b/src/lib/tls/asio/asio_async_write_op.h index ef3bae88a..d97cce769 100644 --- a/src/lib/tls/asio/asio_async_write_op.h +++ b/src/lib/tls/asio/asio_async_write_op.h @@ -1,3 +1,11 @@ +/* +* TLS Stream Helper +* (C) 2018-2019 Jack Lloyd +* 2018-2019 Hannes Rantzsch, Tim Oesterreich, Rene Meusel +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #ifndef BOTAN_ASIO_ASYNC_WRITE_OP_H_ #define BOTAN_ASIO_ASYNC_WRITE_OP_H_ diff --git a/src/lib/tls/asio/asio_convert_exceptions.h b/src/lib/tls/asio/asio_convert_exceptions.h index 484be61b8..92d47f2d2 100644 --- a/src/lib/tls/asio/asio_convert_exceptions.h +++ b/src/lib/tls/asio/asio_convert_exceptions.h @@ -1,3 +1,11 @@ +/* +* TLS Stream Helper +* (C) 2018-2019 Jack Lloyd +* 2018-2019 Hannes Rantzsch, Tim Oesterreich, Rene Meusel +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #ifndef BOTAN_ASIO_CONVERT_EXCEPTIONS_H_ #define BOTAN_ASIO_CONVERT_EXCEPTIONS_H_ diff --git a/src/lib/tls/asio/asio_error.h b/src/lib/tls/asio/asio_error.h index 776e4e70c..8291b1671 100644 --- a/src/lib/tls/asio/asio_error.h +++ b/src/lib/tls/asio/asio_error.h @@ -1,3 +1,11 @@ +/* +* TLS Stream Errors +* (C) 2018-2019 Jack Lloyd +* 2018-2019 Hannes Rantzsch, Tim Oesterreich, Rene Meusel +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #ifndef BOTAN_ASIO_ERROR_H_ #define BOTAN_ASIO_ERROR_H_ diff --git a/src/lib/tls/asio/asio_includes.h b/src/lib/tls/asio/asio_includes.h index 796aca10e..2816dad07 100644 --- a/src/lib/tls/asio/asio_includes.h +++ b/src/lib/tls/asio/asio_includes.h @@ -1,3 +1,11 @@ +/* +* TLS Stream Helper +* (C) 2018-2019 Jack Lloyd +* 2018-2019 Hannes Rantzsch, Tim Oesterreich, Rene Meusel +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #ifndef BOTAN_ASIO_INCLUDES_H_ #define BOTAN_ASIO_INCLUDES_H_ diff --git a/src/lib/tls/asio/asio_stream.h b/src/lib/tls/asio/asio_stream.h index 0e3a00bb5..4406fb80a 100644 --- a/src/lib/tls/asio/asio_stream.h +++ b/src/lib/tls/asio/asio_stream.h @@ -1,3 +1,11 @@ +/* +* TLS ASIO Stream Wrapper +* (C) 2018-2019 Jack Lloyd +* 2018-2019 Hannes Rantzsch, Tim Oesterreich, Rene Meusel +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #ifndef BOTAN_ASIO_STREAM_H_ #define BOTAN_ASIO_STREAM_H_ diff --git a/src/lib/tls/asio/asio_stream_base.h b/src/lib/tls/asio/asio_stream_base.h index c6cc2aaf1..0fb5353ed 100644 --- a/src/lib/tls/asio/asio_stream_base.h +++ b/src/lib/tls/asio/asio_stream_base.h @@ -1,3 +1,11 @@ +/* +* TLS Stream Helper +* (C) 2018-2019 Jack Lloyd +* 2018-2019 Hannes Rantzsch, Tim Oesterreich, Rene Meusel +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #ifndef BOTAN_ASIO_STREAM_BASE_H_ #define BOTAN_ASIO_STREAM_BASE_H_ diff --git a/src/lib/tls/asio/asio_stream_core.h b/src/lib/tls/asio/asio_stream_core.h index a33aeaef8..4ef60a182 100644 --- a/src/lib/tls/asio/asio_stream_core.h +++ b/src/lib/tls/asio/asio_stream_core.h @@ -1,3 +1,11 @@ +/* +* TLS Stream Helper +* (C) 2018-2019 Jack Lloyd +* 2018-2019 Hannes Rantzsch, Tim Oesterreich, Rene Meusel +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #ifndef BOTAN_ASIO_STREAM_CORE_H_ #define BOTAN_ASIO_STREAM_CORE_H_ |