diff options
author | Richard Levitte <levitte@openssl.org> | 2024-03-20 13:07:54 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-04-09 13:43:26 +0200 |
commit | b646179229927601bad3ec305fbd12dae98eb9b9 (patch) | |
tree | 08e15e5c718b97e1ca258a8e6f43179ec08fc0e1 /ssl/quic/quic_channel.c | |
parent | Sync libcrypto.num and libssl.num with 3.3 branch (diff) | |
download | openssl-b646179229927601bad3ec305fbd12dae98eb9b9.tar.xz openssl-b646179229927601bad3ec305fbd12dae98eb9b9.zip |
Copyright year updates
Reviewed-by: Neil Horman <nhorman@openssl.org>
Release: yes
(cherry picked from commit 0ce7d1f355c1240653e320a3f6f8109c1f05f8c0)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24034)
Diffstat (limited to 'ssl/quic/quic_channel.c')
-rw-r--r-- | ssl/quic/quic_channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/quic/quic_channel.c b/ssl/quic/quic_channel.c index 5bc08fad91..396cbe8461 100644 --- a/ssl/quic/quic_channel.c +++ b/ssl/quic/quic_channel.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2022-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 |