From e7e5a320200e434ad78ed303d71999d3e7c6a888 Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:58:57 +0000 Subject: [PATCH] Fix LICENSE header (#671) Fixes the LICENSE header for new test file introduced in https://github.com/connectrpc/connect-go/pull/649 . Causing CI failure on main: https://github.com/connectrpc/connect-go/actions/runs/7616456681/job/20743252336 --- duplex_http_call_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplex_http_call_test.go b/duplex_http_call_test.go index 13643e49..cff1654d 100644 --- a/duplex_http_call_test.go +++ b/duplex_http_call_test.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 The Connect Authors +// Copyright 2021-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.