]> Cypherpunks repositories - gostls13.git/commitdiff
internal/reflectlite: add missing copyright header
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 7 Oct 2019 15:04:06 +0000 (22:04 +0700)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 7 Oct 2019 15:39:25 +0000 (15:39 +0000)
Change-Id: Id43870de6608ef2e8c0ebef82fd710b2c3061e66
Reviewed-on: https://go-review.googlesource.com/c/go/+/199599
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/internal/reflectlite/reflect_mirror_test.go

index 16d59632c0ee77e531a901e7fa0f32d655d90aff..59d3ec407eac0680a8c964cfafaa7a8663e2cee9 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2019 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 reflectlite_test
 
 import (