aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-08-09 09:17:27 +0000
committerlloyd <[email protected]>2006-08-09 09:17:27 +0000
commitd6c0c1e27864ee6704186724fc64cd5ad2c121dc (patch)
tree5fb064dffbf9eefb020cf004547e2c43918315fc /checks/check.cpp
parent2c8945a11462697be599d5907960a3a80c708cd7 (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.cpp3
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";