File tree 2 files changed +2
-2
lines changed
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
10
10
11
11
for goos in linux darwin windows ; do
12
12
# 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.
14
14
#
15
15
# Normally these warnings are packages containing non go code, which may or may not require explicit attribution,
16
16
# 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
4
4
5
5
for goos in linux darwin windows ; do
6
6
# 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.
8
8
#
9
9
# Normally these warnings are packages containing non go code, which may or may not require explicit attribution,
10
10
# depending on the license.
You can’t perform that action at this time.
0 commit comments