aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cmd/mce.cpp6
-rw-r--r--src/tests/test_srp6.cpp6
2 files changed, 12 insertions, 0 deletions
diff --git a/src/cmd/mce.cpp b/src/cmd/mce.cpp
index 3b33df661..d179e0284 100644
--- a/src/cmd/mce.cpp
+++ b/src/cmd/mce.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2015 Jack Lloyd
+*
+* Botan is released under the Simplified BSD License (see license.txt)
+*/
+
#include "apps.h"
#if defined(BOTAN_HAS_MCELIECE)
diff --git a/src/tests/test_srp6.cpp b/src/tests/test_srp6.cpp
index 12fdb25c3..f03c1edf5 100644
--- a/src/tests/test_srp6.cpp
+++ b/src/tests/test_srp6.cpp
@@ -1,3 +1,9 @@
+/*
+* (C) 2015 Jack Lloyd
+*
+* Botan is released under the Simplified BSD License (see license.txt)
+*/
+
#include "tests.h"
#if defined(BOTAN_HAS_SRP6)