diff options
author | Hugo Landau <hlandau@openssl.org> | 2023-10-16 14:33:11 +0200 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-10-19 09:28:59 +0200 |
commit | 444d18fc7a3d2ddaef9ed51d90cad06a97af4939 (patch) | |
tree | 0330de99bd0c3a270ee7be1e0b48338045297861 /demos | |
parent | QUIC: Add comments to HTTP/3 demo (diff) | |
download | openssl-444d18fc7a3d2ddaef9ed51d90cad06a97af4939.tar.xz openssl-444d18fc7a3d2ddaef9ed51d90cad06a97af4939.zip |
Add copyright headers
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22369)
Diffstat (limited to 'demos')
-rw-r--r-- | demos/http3/ossl-nghttp3-demo.c | 8 | ||||
-rw-r--r-- | demos/http3/ossl-nghttp3.c | 8 | ||||
-rw-r--r-- | demos/http3/ossl-nghttp3.h | 8 |
3 files changed, 24 insertions, 0 deletions
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 <openssl/err.h> 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 <openssl/err.h> #include <assert.h> 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 |