diff options
Diffstat (limited to 'src/scripts/run_tls_attacker.py')
-rwxr-xr-x | src/scripts/run_tls_attacker.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scripts/run_tls_attacker.py b/src/scripts/run_tls_attacker.py index a77364633..ae05a2176 100755 --- a/src/scripts/run_tls_attacker.py +++ b/src/scripts/run_tls_attacker.py @@ -1,5 +1,8 @@ #!/usr/bin/python +# (C) 2017 Jack Lloyd +# Botan is released under the Simplified BSD License (see license.txt) + import os import sys import subprocess |