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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Nicholas Husin <nsh@golang.org>
Reviewed-by: Nicholas Husin <husin@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
This commit is contained in:
Damien Neil
2026-03-04 14:09:29 -08:00
committed by Gopher Robot
parent 039b87fac4
commit 38019a2dbc

View File

@@ -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 (