Skip to content

Commit 9a40fd8

Browse files
3miniSamMorrowDrums
authored andcommitted
fix: correct spelling of 'license'
1 parent 7ab5d96 commit 9a40fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/licenses

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trap "rm -fr ${TEMPDIR}" EXIT
1010

1111
for goos in linux darwin windows ; do
1212
# Note: we ignore warnings because we want the command to succeed, however the output should be checked
13-
# for any new warnings, and potentially we may need to add licence information.
13+
# for any new warnings, and potentially we may need to add license information.
1414
#
1515
# Normally these warnings are packages containing non go code, which may or may not require explicit attribution,
1616
# depending on the license.

script/licenses-check

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go install github.com/google/go-licenses@latest
44

55
for goos in linux darwin windows ; do
66
# Note: we ignore warnings because we want the command to succeed, however the output should be checked
7-
# for any new warnings, and potentially we may need to add licence information.
7+
# for any new warnings, and potentially we may need to add license information.
88
#
99
# Normally these warnings are packages containing non go code, which may or may not require explicit attribution,
1010
# depending on the license.

0 commit comments

Comments
 (0)