aboutsummaryrefslogtreecommitdiffstats
path: root/checks
diff options
context:
space:
mode:
Diffstat (limited to 'checks')
-rw-r--r--checks/bench.cpp5
-rw-r--r--checks/bigint.cpp6
-rw-r--r--checks/block.cpp6
-rw-r--r--checks/check.cpp6
-rw-r--r--checks/dolook.cpp6
-rw-r--r--checks/ec_tests.cpp6
-rw-r--r--checks/getopt.cpp5
-rw-r--r--checks/getopt.h5
-rw-r--r--checks/misc.cpp6
-rw-r--r--checks/pk.cpp6
-rw-r--r--checks/pk_bench.cpp6
-rw-r--r--checks/timer.cpp6
-rw-r--r--checks/validate.cpp6
-rw-r--r--checks/x509.cpp6
14 files changed, 81 insertions, 0 deletions
diff --git a/checks/bench.cpp b/checks/bench.cpp
index 3be61462a..7082eca68 100644
--- a/checks/bench.cpp
+++ b/checks/bench.cpp
@@ -1,3 +1,8 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#include <iostream>
#include <iomanip>
diff --git a/checks/bigint.cpp b/checks/bigint.cpp
index a56fd9181..86e37cd7b 100644
--- a/checks/bigint.cpp
+++ b/checks/bigint.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
#include <vector>
#include <string>
#include <fstream>
diff --git a/checks/block.cpp b/checks/block.cpp
index 8f07cd65c..3cd41e63a 100644
--- a/checks/block.cpp
+++ b/checks/block.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
/*
We don't use the standard issue ECB filter, because we also want to check
diff --git a/checks/check.cpp b/checks/check.cpp
index 975315608..03579b51a 100644
--- a/checks/check.cpp
+++ b/checks/check.cpp
@@ -1,4 +1,10 @@
/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
+/*
* Test Driver for Botan
*/
diff --git a/checks/dolook.cpp b/checks/dolook.cpp
index b64c5a5a3..28ac60c1b 100644
--- a/checks/dolook.cpp
+++ b/checks/dolook.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
#include <vector>
#include <string>
diff --git a/checks/ec_tests.cpp b/checks/ec_tests.cpp
index 0420e0ee2..8727a4624 100644
--- a/checks/ec_tests.cpp
+++ b/checks/ec_tests.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
#include <botan/build.h>
#include "validate.h"
diff --git a/checks/getopt.cpp b/checks/getopt.cpp
index c0145ca75..23cb2a9fa 100644
--- a/checks/getopt.cpp
+++ b/checks/getopt.cpp
@@ -1,3 +1,8 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#include "getopt.h"
diff --git a/checks/getopt.h b/checks/getopt.h
index 6d6cfe89f..68e6bd874 100644
--- a/checks/getopt.h
+++ b/checks/getopt.h
@@ -1,3 +1,8 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_CHECK_GETOPT_H__
#define BOTAN_CHECK_GETOPT_H__
diff --git a/checks/misc.cpp b/checks/misc.cpp
index a49778dc6..ff95ed10f 100644
--- a/checks/misc.cpp
+++ b/checks/misc.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
#include <iostream>
#include <vector>
#include <string>
diff --git a/checks/pk.cpp b/checks/pk.cpp
index c02005245..e6f4d4f48 100644
--- a/checks/pk.cpp
+++ b/checks/pk.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
#include <iostream>
#include <fstream>
#include <string>
diff --git a/checks/pk_bench.cpp b/checks/pk_bench.cpp
index 31c48c1da..a0ea1d1d3 100644
--- a/checks/pk_bench.cpp
+++ b/checks/pk_bench.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
#include <botan/pkcs8.h>
#include <botan/mem_ops.h>
#include <botan/look_pk.h>
diff --git a/checks/timer.cpp b/checks/timer.cpp
index 1bdaebb7f..3736a4779 100644
--- a/checks/timer.cpp
+++ b/checks/timer.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
#include "timer.h"
#include <botan/time.h>
#include <iomanip>
diff --git a/checks/validate.cpp b/checks/validate.cpp
index ff26e855a..9500589ca 100644
--- a/checks/validate.cpp
+++ b/checks/validate.cpp
@@ -1,4 +1,10 @@
/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
+/*
Validation routines
*/
diff --git a/checks/x509.cpp b/checks/x509.cpp
index 69dd29492..8b7ce7d47 100644
--- a/checks/x509.cpp
+++ b/checks/x509.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
+
#include <botan/filters.h>