From d6c0c1e27864ee6704186724fc64cd5ad2c121dc Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 9 Aug 2006 09:17:27 +0000 Subject: Remove the public domain notices from the self-test/benchmark code, because it turns out to be something of a legal minefield. --- checks/check.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'checks/check.cpp') 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 @@ -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"; -- cgit v1.2.3