summaryrefslogtreecommitdiffstats
path: root/test/sha512t.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sha512t.c')
-rw-r--r--test/sha512t.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/test/sha512t.c b/test/sha512t.c
index 714fed62cb..e741b27fdb 100644
--- a/test/sha512t.c
+++ b/test/sha512t.c
@@ -1,7 +1,12 @@
-/* ====================================================================
- * Copyright (c) 2004 The OpenSSL Project. All rights reserved.
- * ====================================================================
+/*
+ * Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
*/
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>