summaryrefslogtreecommitdiffstats
path: root/demos/http3
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-10-16 13:33:11 +0100
committerHugo Landau <hlandau@openssl.org>2023-10-19 08:28:59 +0100
commit444d18fc7a3d2ddaef9ed51d90cad06a97af4939 (patch)
tree0330de99bd0c3a270ee7be1e0b48338045297861 /demos/http3
parent47f8cfead0fbacc9151e4ade72bc00427eaf62b7 (diff)
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/http3')
-rw-r--r--demos/http3/ossl-nghttp3-demo.c8
-rw-r--r--demos/http3/ossl-nghttp3.c8
-rw-r--r--demos/http3/ossl-nghttp3.h8
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