]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add copyright headers
authorHugo Landau <hlandau@openssl.org>
Mon, 16 Oct 2023 12:33:11 +0000 (13:33 +0100)
committerHugo Landau <hlandau@openssl.org>
Thu, 19 Oct 2023 07:28:59 +0000 (08:28 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22369)

demos/http3/ossl-nghttp3-demo.c
demos/http3/ossl-nghttp3.c
demos/http3/ossl-nghttp3.h

index 53acf31e40c0721c4051b8d50548740b59c0e766..05d5e5b661fb0be384189bf12e23436f0d71a7d7 100644 (file)
@@ -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>
 
index 927a260ac64d071fdce6f30f433dc022e4d4c927..26ee211f4c6c24ed43d70a37ecfeec9cf4da0b82 100644 (file)
@@ -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>
index 501335494713d66666d62efc7bc191f4a8870941..78c5ea9866f910af8e9fdc85d518711f560e1fd6 100644 (file)
@@ -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