Skip to content

Commit d713870

Browse files
authored
Fix license headers (#236)
There is no LICENSE.md file, but there is a LICENSE file.
1 parent d2fcc89 commit d713870

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed

cmp/cmpopts/equate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2017, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
// Package cmpopts provides common options for the cmp package.
66
package cmpopts

cmp/cmpopts/ignore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2017, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
package cmpopts
66

cmp/cmpopts/sort.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2017, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
package cmpopts
66

cmp/cmpopts/struct_filter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2017, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
package cmpopts
66

cmp/cmpopts/util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2017, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
package cmpopts
66

cmp/cmpopts/xform.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2018, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
package cmpopts
66

cmp/compare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2017, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
// Package cmp determines equality of values.
66
//

cmp/compare_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2017, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
package cmp_test
66

cmp/example_reporter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2019, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
package cmp_test
66

cmp/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2017, The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE file.
44

55
package cmp_test
66

0 commit comments

Comments
 (0)