File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ trap "rm -fr ${TEMPDIR}" EXIT
1010
1111for 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.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go install github.com/google/go-licenses@latest
44
55for 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.
You can’t perform that action at this time.
0 commit comments