aboutsummaryrefslogtreecommitdiff
path: root/cmp/compare.go
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/compare.go
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/compare.go')
-rw-r--r--cmp/compare.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmp/compare.go b/cmp/compare.go
index 6656186..83fc5a4 100644
--- a/cmp/compare.go
+++ b/cmp/compare.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 cmp determines equality of values.
//