From 444d18fc7a3d2ddaef9ed51d90cad06a97af4939 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 16 Oct 2023 13:33:11 +0100 Subject: Add copyright headers Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/22369) --- demos/http3/ossl-nghttp3-demo.c | 8 ++++++++ demos/http3/ossl-nghttp3.c | 8 ++++++++ demos/http3/ossl-nghttp3.h | 8 ++++++++ 3 files changed, 24 insertions(+) (limited to 'demos') diff --git a/demos/http3/ossl-nghttp3-demo.c b/demos/http3/ossl-nghttp3-demo.c index 53acf31e40..05d5e5b661 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 927a260ac6..26ee211f4c 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 5013354947..78c5ea9866 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 -- cgit v1.2.3