]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Copyright header
authorHugo Landau <hlandau@openssl.org>
Tue, 9 Apr 2024 11:27:58 +0000 (12:27 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:32 +0000 (11:27 -0500)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24037)

demos/quic/server/server.c

index f288d6cd0a221778ea9072ea3e072b13ecef4dab..c0167da72e1a5993dc02bd3c0d75beaa14012cba 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright 2024 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 <openssl/err.h>
 #include <openssl/ssl.h>
 #include <openssl/quic.h>