From 38019a2dbc2645a4c06a1e983681eefb041171c8 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Wed, 4 Mar 2026 14:09:29 -0800 Subject: [PATCH] http2: add missing copyright header to export_test.go Change-Id: I7add2f2ef54ef6f985154a60399768e76a6a6964 Reviewed-on: https://go-review.googlesource.com/c/net/+/751620 LUCI-TryBot-Result: Go LUCI Reviewed-by: Nicholas Husin Reviewed-by: Nicholas Husin Auto-Submit: Damien Neil --- http2/export_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/http2/export_test.go b/http2/export_test.go index 4a35e765..bf28083e 100644 --- a/http2/export_test.go +++ b/http2/export_test.go @@ -1,3 +1,7 @@ +// Copyright 2026 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package http2 import (