From: Hugo Landau Date: Fri, 10 Nov 2023 12:34:56 +0000 (+0000) Subject: QUIC PORT: Add missing copyright header X-Git-Tag: openssl-3.3.0-alpha1~403 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f61a37d17bae26133765018b1370078d4de14cbe;p=thirdparty%2Fopenssl.git QUIC PORT: Add missing copyright header Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22674) --- diff --git a/ssl/quic/quic_port_local.h b/ssl/quic/quic_port_local.h index 968a48ac420..8df3c4ca946 100644 --- a/ssl/quic/quic_port_local.h +++ b/ssl/quic/quic_port_local.h @@ -1,3 +1,12 @@ +/* + * 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_QUIC_PORT_LOCAL_H # define OSSL_QUIC_PORT_LOCAL_H