summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-04-09 12:27:58 +0100
committerHugo Landau <hlandau@openssl.org>2024-04-19 09:33:54 +0100
commit1fe0af7076551fd5a6c1d2c0def59578d20743d7 (patch)
treedb84ef46afe2928feb3b84447c1950d21f804949
parent5b47f93d35ddd157a2d080e78675f0f5ba925400 (diff)
Copyright header
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24037)
-rw-r--r--demos/quic/server/server.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/quic/server/server.c b/demos/quic/server/server.c
index f288d6cd0a..c0167da72e 100644
--- a/demos/quic/server/server.c
+++ b/demos/quic/server/server.c
@@ -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>