From 6330a78638286526bcfa38b374dcfd096eb014bc Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Tue, 9 Apr 2024 12:27:58 +0100 Subject: [PATCH] Copyright header Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24037) --- demos/quic/server/server.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/demos/quic/server/server.c b/demos/quic/server/server.c index f288d6cd0a2..c0167da72e1 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 #include #include -- 2.47.2