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/common.h | |
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/common.h')
-rw-r--r-- | checks/common.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/checks/common.h b/checks/common.h index f887997fd..32b1699f2 100644 --- a/checks/common.h +++ b/checks/common.h @@ -1,8 +1,7 @@ // common code for the validation and benchmark code -// this file is in the public domain -#ifndef BOTANCHECK_COMMON_H__ -#define BOTANCHECK_COMMON_H__ +#ifndef BOTAN_CHECK_COMMON_H__ +#define BOTAN_CHECK_COMMON_H__ #include <vector> #include <string> |