From f61a37d17bae26133765018b1370078d4de14cbe Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Fri, 10 Nov 2023 12:34:56 +0000 Subject: [PATCH] QUIC PORT: Add missing copyright header Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22674) --- ssl/quic/quic_port_local.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.47.2