aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/arch_32/f_impl.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-12-01 18:12:25 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:30 +0000
commit1308e022e1a62214b9e7f8ec92ca7045e70af3a2 (patch)
treead14d654bfbce482d4072a8cab1bf226bed5e054 /crypto/ec/curve448/arch_32/f_impl.c
parent22bcc9cb7fbd1433924bd9738cb34f9dfbb35c91 (diff)
downloadopenssl-1308e022e1a62214b9e7f8ec92ca7045e70af3a2.tar.gz
Update the imported curve448 code to use OpenSSL copyright headers
Some files talk about the MIT license. This code was contributed under CLA and was relicensed to the OpenSSL licence when imported. Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448/arch_32/f_impl.c')
-rw-r--r--crypto/ec/curve448/arch_32/f_impl.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/crypto/ec/curve448/arch_32/f_impl.c b/crypto/ec/curve448/arch_32/f_impl.c
index 8e4250bb60..ca67d496df 100644
--- a/crypto/ec/curve448/arch_32/f_impl.c
+++ b/crypto/ec/curve448/arch_32/f_impl.c
@@ -1,5 +1,13 @@
-/* Copyright (c) 2014 Cryptography Research, Inc.
- * Released under the MIT License. See LICENSE.txt for license information.
+/*
+ * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2014 Cryptography Research, Inc.
+ *
+ * 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
+ *
+ * Originally written by Mike Hamburg
*/
#include "f_field.h"