aboutsummaryrefslogtreecommitdiff
path: root/cmp/cmpopts
diff options
context:
space:
mode:
authorJoe Tsai <joetsai@digital-static.net>2020-09-23 13:30:54 -0700
committerGitHub <noreply@github.com>2020-09-23 13:30:54 -0700
commitd713870ac17fdb9ee5e2ee48ff6562dfb1c0157b (patch)
tree170cc3a5a0a0eb4f330b2413b9d857393c565c22 /cmp/cmpopts
parentd2fcc899bdc2d134b7c00e36137260db963e193c (diff)
downloadgo-cmp-d713870ac17fdb9ee5e2ee48ff6562dfb1c0157b.tar.gz
Fix license headers (#236)
There is no LICENSE.md file, but there is a LICENSE file.
Diffstat (limited to 'cmp/cmpopts')
-rw-r--r--cmp/cmpopts/equate.go2
-rw-r--r--cmp/cmpopts/ignore.go2
-rw-r--r--cmp/cmpopts/sort.go2
-rw-r--r--cmp/cmpopts/struct_filter.go2
-rw-r--r--cmp/cmpopts/util_test.go2
-rw-r--r--cmp/cmpopts/xform.go2
6 files changed, 6 insertions, 6 deletions
diff --git a/cmp/cmpopts/equate.go b/cmp/cmpopts/equate.go
index 8667908..51ce36f 100644
--- a/cmp/cmpopts/equate.go
+++ b/cmp/cmpopts/equate.go
@@ -1,6 +1,6 @@
// Copyright 2017, 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.md file.
+// license that can be found in the LICENSE file.
// Package cmpopts provides common options for the cmp package.
package cmpopts
diff --git a/cmp/cmpopts/ignore.go b/cmp/cmpopts/ignore.go
index 48787dd..80c6061 100644
--- a/cmp/cmpopts/ignore.go
+++ b/cmp/cmpopts/ignore.go
@@ -1,6 +1,6 @@
// Copyright 2017, 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.md file.
+// license that can be found in the LICENSE file.
package cmpopts
diff --git a/cmp/cmpopts/sort.go b/cmp/cmpopts/sort.go
index 3a48046..a646d74 100644
--- a/cmp/cmpopts/sort.go
+++ b/cmp/cmpopts/sort.go
@@ -1,6 +1,6 @@
// Copyright 2017, 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.md file.
+// license that can be found in the LICENSE file.
package cmpopts
diff --git a/cmp/cmpopts/struct_filter.go b/cmp/cmpopts/struct_filter.go
index fe8d1b9..a09829c 100644
--- a/cmp/cmpopts/struct_filter.go
+++ b/cmp/cmpopts/struct_filter.go
@@ -1,6 +1,6 @@
// Copyright 2017, 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.md file.
+// license that can be found in the LICENSE file.
package cmpopts
diff --git a/cmp/cmpopts/util_test.go b/cmp/cmpopts/util_test.go
index 9e96632..b19bcab 100644
--- a/cmp/cmpopts/util_test.go
+++ b/cmp/cmpopts/util_test.go
@@ -1,6 +1,6 @@
// Copyright 2017, 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.md file.
+// license that can be found in the LICENSE file.
package cmpopts
diff --git a/cmp/cmpopts/xform.go b/cmp/cmpopts/xform.go
index 9d65155..4eb49d6 100644
--- a/cmp/cmpopts/xform.go
+++ b/cmp/cmpopts/xform.go
@@ -1,6 +1,6 @@
// Copyright 2018, 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.md file.
+// license that can be found in the LICENSE file.
package cmpopts