diff options
author | lloyd <[email protected]> | 2006-08-09 09:17:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-09 09:17:27 +0000 |
commit | d6c0c1e27864ee6704186724fc64cd5ad2c121dc (patch) | |
tree | 5fb064dffbf9eefb020cf004547e2c43918315fc /checks/check.cpp | |
parent | 2c8945a11462697be599d5907960a3a80c708cd7 (diff) |
Remove the public domain notices from the self-test/benchmark code,
because it turns out to be something of a legal minefield.
Diffstat (limited to 'checks/check.cpp')
-rw-r--r-- | checks/check.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index 1eedfb3b4..5b0bcbfe6 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -1,7 +1,5 @@ /* * Test Driver for Botan - * - * This file is in the public domain */ #include <vector> @@ -20,7 +18,6 @@ using namespace Botan_types; #include "getopt.h" - const std::string VALIDATION_FILE = "checks/validate.dat"; const std::string BIGINT_VALIDATION_FILE = "checks/mp_valid.dat"; const std::string PK_VALIDATION_FILE = "checks/pk_valid.dat"; |