From aa6bb1352b1026b20a23b49da4efdcf171926eb0 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 17 May 2016 15:38:09 -0400 Subject: Copyright consolidation 05/10 Reviewed-by: Richard Levitte --- crypto/poly1305/poly1305.c | 10 ++++++---- crypto/poly1305/poly1305_ieee754.c | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'crypto/poly1305') diff --git a/crypto/poly1305/poly1305.c b/crypto/poly1305/poly1305.c index fd6d32090d..55de19b7ed 100644 --- a/crypto/poly1305/poly1305.c +++ b/crypto/poly1305/poly1305.c @@ -1,8 +1,10 @@ -/* ==================================================================== - * Copyright (c) 2015 The OpenSSL Project. All rights reserved. +/* + * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. * - * Rights for redistribution and usage in source and binary - * forms are granted according to the OpenSSL license. + * 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 diff --git a/crypto/poly1305/poly1305_ieee754.c b/crypto/poly1305/poly1305_ieee754.c index 7c02c1d52d..08a5b58c2a 100644 --- a/crypto/poly1305/poly1305_ieee754.c +++ b/crypto/poly1305/poly1305_ieee754.c @@ -1,8 +1,10 @@ -/* ==================================================================== - * Copyright (c) 2015 The OpenSSL Project. All rights reserved. +/* + * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Rights for redistribution and usage in source and binary - * forms are granted according to the OpenSSL license. + * 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 */ /* -- cgit v1.2.3