Skip to content

Commit 96064b6

Browse files
committed
net/http: append servermux copyright headers
Updates golang#63682
1 parent eaaf894 commit 96064b6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/net/http/servemux.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2009 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 http
26

37
import (

src/net/http/servemux_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2009 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 http_test
26

37
import (

0 commit comments

Comments
 (0)