X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fpoly1305%2Fpoly1305.c;h=55de19b7ed7e0daeaf95330b5ee0280791d9983e;hb=aa6bb1352b1026b20a23b49da4efdcf171926eb0;hp=fd6d32090d6c56445e35a3f5437672383a5b5a40;hpb=49445f21da5ad436a117d0d4cc6220c4bbbbf8a7;p=thirdparty%2Fopenssl.git 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