From: Richard Levitte Date: Thu, 6 Dec 2018 13:07:47 +0000 (+0100) Subject: Following the license change, modify the boilerplates in fuzz/ X-Git-Tag: openssl-3.0.0-alpha1~2766 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0642931f3013976ac4c6dc30b46740d486dae087;p=thirdparty%2Fopenssl.git Following the license change, modify the boilerplates in fuzz/ [skip ci] Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7833) --- diff --git a/fuzz/asn1.c b/fuzz/asn1.c index 9d23d4774a2..83a1e7ae6c9 100644 --- a/fuzz/asn1.c +++ b/fuzz/asn1.c @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/asn1parse.c b/fuzz/asn1parse.c index cf5ef72a13c..8aab0d2f1c6 100644 --- a/fuzz/asn1parse.c +++ b/fuzz/asn1parse.c @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/bignum.c b/fuzz/bignum.c index c5136601b1b..3de6a89846b 100644 --- a/fuzz/bignum.c +++ b/fuzz/bignum.c @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/bndiv.c b/fuzz/bndiv.c index e9c70bbd4c5..70636d4fee5 100644 --- a/fuzz/bndiv.c +++ b/fuzz/bndiv.c @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/client.c b/fuzz/client.c index 7ce609ca6a0..5483c6a00bf 100644 --- a/fuzz/client.c +++ b/fuzz/client.c @@ -1,7 +1,7 @@ /* * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/cms.c b/fuzz/cms.c index 959ef9365ad..479ce02e031 100644 --- a/fuzz/cms.c +++ b/fuzz/cms.c @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/conf.c b/fuzz/conf.c index 87fe857099b..0739080f0f5 100644 --- a/fuzz/conf.c +++ b/fuzz/conf.c @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/crl.c b/fuzz/crl.c index e4b0192f051..e174180c9ee 100644 --- a/fuzz/crl.c +++ b/fuzz/crl.c @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/ct.c b/fuzz/ct.c index 72dd798711b..a735fff85e2 100644 --- a/fuzz/ct.c +++ b/fuzz/ct.c @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/driver.c b/fuzz/driver.c index 54d67de202d..337b8de5eb5 100644 --- a/fuzz/driver.c +++ b/fuzz/driver.c @@ -1,7 +1,7 @@ /* * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/fuzzer.h b/fuzz/fuzzer.h index fcc0d25279f..b4605f8c8f3 100644 --- a/fuzz/fuzzer.h +++ b/fuzz/fuzzer.h @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/helper.py b/fuzz/helper.py index e83ea00c001..9185b17228b 100755 --- a/fuzz/helper.py +++ b/fuzz/helper.py @@ -2,7 +2,7 @@ # # Copyright 2016-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 diff --git a/fuzz/mkfuzzoids.pl b/fuzz/mkfuzzoids.pl index 0153a031a67..89cf7bb583d 100755 --- a/fuzz/mkfuzzoids.pl +++ b/fuzz/mkfuzzoids.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # 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 diff --git a/fuzz/rand.inc b/fuzz/rand.inc index f8b3277b94e..d0eebff896c 100644 --- a/fuzz/rand.inc +++ b/fuzz/rand.inc @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/server.c b/fuzz/server.c index 2d392ac886a..953da48f5be 100644 --- a/fuzz/server.c +++ b/fuzz/server.c @@ -1,7 +1,7 @@ /* * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/test-corpus.c b/fuzz/test-corpus.c index 86be5337e13..a2b76ea8669 100644 --- a/fuzz/test-corpus.c +++ b/fuzz/test-corpus.c @@ -1,7 +1,7 @@ /* * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html diff --git a/fuzz/x509.c b/fuzz/x509.c index 926287da486..3dbeb236e33 100644 --- a/fuzz/x509.c +++ b/fuzz/x509.c @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html