summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-06 14:07:47 +0100
committerRichard Levitte <levitte@openssl.org>2018-12-06 15:37:38 +0100
commit0642931f3013976ac4c6dc30b46740d486dae087 (patch)
treefe4b4b4f87999651b6b1d2d827a477a6150f0f11
parentab3fa1c0ad5f01c8c86495227efb61c20c7972fa (diff)
Following the license change, modify the boilerplates in fuzz/
[skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7833)
-rw-r--r--fuzz/asn1.c2
-rw-r--r--fuzz/asn1parse.c2
-rw-r--r--fuzz/bignum.c2
-rw-r--r--fuzz/bndiv.c2
-rw-r--r--fuzz/client.c2
-rw-r--r--fuzz/cms.c2
-rw-r--r--fuzz/conf.c2
-rw-r--r--fuzz/crl.c2
-rw-r--r--fuzz/ct.c2
-rw-r--r--fuzz/driver.c2
-rw-r--r--fuzz/fuzzer.h2
-rwxr-xr-xfuzz/helper.py2
-rwxr-xr-xfuzz/mkfuzzoids.pl2
-rw-r--r--fuzz/rand.inc2
-rw-r--r--fuzz/server.c2
-rw-r--r--fuzz/test-corpus.c2
-rw-r--r--fuzz/x509.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/fuzz/asn1.c b/fuzz/asn1.c
index 9d23d4774a..83a1e7ae6c 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 cf5ef72a13..8aab0d2f1c 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 c5136601b1..3de6a89846 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 e9c70bbd4c..70636d4fee 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 7ce609ca6a..5483c6a00b 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 959ef9365a..479ce02e03 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 87fe857099..0739080f0f 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 e4b0192f05..e174180c9e 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 72dd798711..a735fff85e 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 54d67de202..337b8de5eb 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 fcc0d25279..b4605f8c8f 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 e83ea00c00..9185b17228 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 0153a031a6..89cf7bb583 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 f8b3277b94..d0eebff896 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 2d392ac886..953da48f5b 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 86be5337e1..a2b76ea866 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 926287da48..3dbeb236e3 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