From: Hugo Landau Date: Mon, 16 Oct 2023 12:33:11 +0000 (+0100) Subject: Add copyright headers X-Git-Tag: openssl-3.2.0-beta1~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=444d18fc7a3d2ddaef9ed51d90cad06a97af4939;p=thirdparty%2Fopenssl.git Add copyright headers Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/22369) --- diff --git a/demos/http3/ossl-nghttp3-demo.c b/demos/http3/ossl-nghttp3-demo.c index 53acf31e40c..05d5e5b661f 100644 --- a/demos/http3/ossl-nghttp3-demo.c +++ b/demos/http3/ossl-nghttp3-demo.c @@ -1,3 +1,11 @@ +/* + * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved. + * + * 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 + */ #include "ossl-nghttp3.h" #include diff --git a/demos/http3/ossl-nghttp3.c b/demos/http3/ossl-nghttp3.c index 927a260ac64..26ee211f4c6 100644 --- a/demos/http3/ossl-nghttp3.c +++ b/demos/http3/ossl-nghttp3.c @@ -1,3 +1,11 @@ +/* + * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved. + * + * 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 + */ #include "ossl-nghttp3.h" #include #include diff --git a/demos/http3/ossl-nghttp3.h b/demos/http3/ossl-nghttp3.h index 50133549471..78c5ea9866f 100644 --- a/demos/http3/ossl-nghttp3.h +++ b/demos/http3/ossl-nghttp3.h @@ -1,3 +1,11 @@ +/* + * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved. + * + * 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 + */ #ifndef OSSL_NGHTTP3_H # define OSSL_NGHTTP3_H