From: Richard Levitte Date: Thu, 6 Dec 2018 12:23:18 +0000 (+0100) Subject: Following the license change, modify the boilerplates in crypto/buffer/ X-Git-Tag: openssl-3.0.0-alpha1~2821 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=0c4fa1f10de91573a9cf2b3234a5baf2bb00e53d Following the license change, modify the boilerplates in crypto/buffer/ [skip ci] Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7778) --- diff --git a/crypto/buffer/buf_err.c b/crypto/buffer/buf_err.c index 7e6e53226a..00b137dab2 100644 --- a/crypto/buffer/buf_err.c +++ b/crypto/buffer/buf_err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (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 diff --git a/crypto/buffer/buffer.c b/crypto/buffer/buffer.c index 72258abb9e..6589a079b5 100644 --- a/crypto/buffer/buffer.c +++ b/crypto/buffer/buffer.c @@ -1,7 +1,7 @@ /* * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (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