Skip to content

Commit f5b1cc7

Browse files
authored
Fix references to license filename (#6759)
1 parent 3952b92 commit f5b1cc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ archives:
3434
- goos: windows
3535
formats: [ "zip" ]
3636
files:
37-
- LICENSE.txt
37+
- LICENSE.md
3838
- acknowledgments.txt
3939
release:
4040
header: |

sio/jsonio/decode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/golang/go/blob/master/src/encoding/json/decode.go
33
// and is covered by the copyright reproduced below.
44
//
5-
// Any changes are covered by the copyright and license in the LICENSE.txt file
5+
// Any changes are covered by the copyright and license in the LICENSE.md file
66
// in the root directory of this repository.
77

88
// Copyright 2010 The Go Authors. All rights reserved.

0 commit comments

Comments
 (0)