From: Hugo Landau Date: Tue, 9 Apr 2024 11:27:58 +0000 (+0100) Subject: Copyright header X-Git-Tag: openssl-3.5.0-alpha1~397 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6330a78638286526bcfa38b374dcfd096eb014bc;p=thirdparty%2Fopenssl.git Copyright header Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24037) --- 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