summaryrefslogtreecommitdiff
path: root/crypto/ec/curve448/point_448.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/point_448.h
parent22bcc9cb7fbd1433924bd9738cb34f9dfbb35c91 (diff)
downloadopenssl-new-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/point_448.h')
-rw-r--r--crypto/ec/curve448/point_448.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/crypto/ec/curve448/point_448.h b/crypto/ec/curve448/point_448.h
index 4be7027b2b..898574293c 100644
--- a/crypto/ec/curve448/point_448.h
+++ b/crypto/ec/curve448/point_448.h
@@ -1,15 +1,13 @@
-/**
- * @file decaf/point_448.h
- * @author Mike Hamburg
- *
- * @copyright
- * Copyright (c) 2015-2016 Cryptography Research, Inc. \n
- * Released under the MIT License. See LICENSE.txt for license information.
+/*
+ * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2016 Cryptography Research, Inc.
*
- * @brief A group of prime order p, based on Ed448-Goldilocks.
+ * 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
*
- * @warning This file was automatically generated in Python.
- * Please do not edit it.
+ * Originally written by Mike Hamburg
*/
#ifndef __DECAF_POINT_448_H__