From f64689f4e2a6a0552c4ecb5837e3b5ec54880fd6 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Tue, 21 Nov 2023 16:27:22 +0000 Subject: [PATCH] Update copyright header in sockopt_wasm.go Signed-off-by: Benjamin Wang --- client/pkg/transport/sockopt_wasm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pkg/transport/sockopt_wasm.go b/client/pkg/transport/sockopt_wasm.go index 8441c81ed..c6590b1d4 100644 --- a/client/pkg/transport/sockopt_wasm.go +++ b/client/pkg/transport/sockopt_wasm.go @@ -1,4 +1,4 @@ -// Copyright 2021 The etcd Authors +// Copyright 2023 The etcd Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.