summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448utils.h
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/curve448utils.h
parent22bcc9cb7fbd1433924bd9738cb34f9dfbb35c91 (diff)
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/curve448utils.h')
-rw-r--r--crypto/ec/curve448/curve448utils.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/crypto/ec/curve448/curve448utils.h b/crypto/ec/curve448/curve448utils.h
index a76754a012..b69ecd2615 100644
--- a/crypto/ec/curve448/curve448utils.h
+++ b/crypto/ec/curve448/curve448utils.h
@@ -1,12 +1,13 @@
-/**
- * @file decaf/common.h
- * @author Mike Hamburg
+/*
+ * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015 Cryptography Research, Inc.
*
- * @copyright
- * Copyright (c) 2015 Cryptography Research, Inc. \n
- * Released under the MIT License. See LICENSE.txt for license information.
+ * 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
*
- * @brief Common utility headers for Decaf library.
+ * Originally written by Mike Hamburg
*/
#ifndef __DECAF_COMMON_H__