]> Cypherpunks repositories - gostls13.git/commitdiff
reflect: add missing copyright header
authorwdvxdr <wdvxdr1123@gmail.com>
Wed, 21 Jul 2021 03:59:45 +0000 (11:59 +0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 21 Jul 2021 20:29:18 +0000 (20:29 +0000)
Change-Id: I5a2f7203f83be02b03aa7be5fe386e485bf68ca3
Reviewed-on: https://go-review.googlesource.com/c/go/+/336189
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Robert Findley <rfindley@google.com>

src/reflect/visiblefields.go
src/reflect/visiblefields_test.go

index c068979dcc86fcfa54d31c017eadc28b9b884028..1a2b53570bef857d37ac0aedd08572a4747d3a3f 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2021 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 reflect
 
 // VisibleFields returns all the visible fields in t, which must be a
index 2688b63091ad502008da0cf4fda56b6aadc1542c..915bbee867c60db0c491a97d822def430fa16213 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2021 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 reflect_test
 
 import (