diff options
Diffstat (limited to 'src/cmd/tls_client.cpp')
-rw-r--r-- | src/cmd/tls_client.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/tls_client.cpp b/src/cmd/tls_client.cpp index 072d674ea..d10c46ba4 100644 --- a/src/cmd/tls_client.cpp +++ b/src/cmd/tls_client.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2014 Jack Lloyd +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #include "apps.h" #if defined(BOTAN_HAS_TLS) |