aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-11-11 05:53:42 -0500
committerJack Lloyd <[email protected]>2015-11-11 05:53:42 -0500
commitf266e5e24b61ace20e79d7e27f178068fed86d64 (patch)
tree893011267e4e0fbcbf55b437eef2c69ee7938caf /src
parentcf05aea092fad448c2f4a8e8b66159237096ba8e (diff)
Add missing copyright/license notices.
[ci skip]
Diffstat (limited to 'src')
-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)