diff options
author | Jack Lloyd <[email protected]> | 2015-11-11 05:53:42 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-11-11 05:53:42 -0500 |
commit | f266e5e24b61ace20e79d7e27f178068fed86d64 (patch) | |
tree | 893011267e4e0fbcbf55b437eef2c69ee7938caf /src/tests | |
parent | cf05aea092fad448c2f4a8e8b66159237096ba8e (diff) |
Add missing copyright/license notices.
[ci skip]
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test_srp6.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/test_srp6.cpp b/src/tests/test_srp6.cpp index 12fdb25c3..f03c1edf5 100644 --- a/src/tests/test_srp6.cpp +++ b/src/tests/test_srp6.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2015 Jack Lloyd +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + #include "tests.h" #if defined(BOTAN_HAS_SRP6) |