aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_nr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_nr.cpp')
-rw-r--r--src/tests/test_nr.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/tests/test_nr.cpp b/src/tests/test_nr.cpp
index 0a16c452e..25d84606c 100644
--- a/src/tests/test_nr.cpp
+++ b/src/tests/test_nr.cpp
@@ -1,9 +1,14 @@
+/*
+* (C) 2014,2015 Jack Lloyd
+*
+* Botan is released under the Simplified BSD License (see license.txt)
+*/
+
#include "tests.h"
#include "test_pubkey.h"
#if defined(BOTAN_HAS_NYBERG_RUEPPEL)
#include <botan/nr.h>
-
#include <botan/pubkey.h>
#include <botan/dl_group.h>
#endif