Skip to content

Commit 38019a2

Browse files
neildgopherbot
authored andcommitted
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>
1 parent 039b87f commit 38019a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

http2/export_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2026 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package http2
26

37
import (

0 commit comments

Comments
 (0)