summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--curve25519-donna-c64.c2
-rw-r--r--curve25519-donna.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/curve25519-donna-c64.c b/curve25519-donna-c64.c
index 2c2d554..105b3a3 100644
--- a/curve25519-donna-c64.c
+++ b/curve25519-donna-c64.c
@@ -22,6 +22,8 @@
* from the sample implementation.
*/
+/* End of copyright notice and license */
+
#include <string.h>
#include <stdint.h>
diff --git a/curve25519-donna.c b/curve25519-donna.c
index 0dd70e4..e6f3834 100644
--- a/curve25519-donna.c
+++ b/curve25519-donna.c
@@ -46,6 +46,8 @@
* from the sample implementation.
*/
+/* End of copyright notice and license */
+
#include <string.h>
#include <stdint.h>