aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark')
-rw-r--r--src/benchmark/benchmark.cpp2
-rw-r--r--src/benchmark/benchmark.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/benchmark/benchmark.cpp b/src/benchmark/benchmark.cpp
index 3089f8e94..d30e831b9 100644
--- a/src/benchmark/benchmark.cpp
+++ b/src/benchmark/benchmark.cpp
@@ -1,6 +1,8 @@
/**
* Runtime benchmarking
* (C) 2008 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
*/
#include <botan/benchmark.h>
diff --git a/src/benchmark/benchmark.h b/src/benchmark/benchmark.h
index 145eb5500..272cfdfa2 100644
--- a/src/benchmark/benchmark.h
+++ b/src/benchmark/benchmark.h
@@ -1,6 +1,8 @@
/**
* Runtime benchmarking
* (C) 2008 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
*/
#ifndef BOTAN_RUNTIME_BENCHMARK_H__