From 832b66970f579c16d4b8336775480192e77c5797 Mon Sep 17 00:00:00 2001 From: Sangmin Lee Date: Tue, 8 Apr 2025 02:31:50 +0900 Subject: [PATCH] fix: correct spelling of 'license' --- script/licenses | 2 +- script/licenses-check | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/licenses b/script/licenses index f231a4588..c7f8ed4c2 100755 --- a/script/licenses +++ b/script/licenses @@ -10,7 +10,7 @@ trap "rm -fr ${TEMPDIR}" EXIT for goos in linux darwin windows ; do # Note: we ignore warnings because we want the command to succeed, however the output should be checked - # for any new warnings, and potentially we may need to add licence information. + # for any new warnings, and potentially we may need to add license information. # # Normally these warnings are packages containing non go code, which may or may not require explicit attribution, # depending on the license. diff --git a/script/licenses-check b/script/licenses-check index 369277ca2..5ad930274 100755 --- a/script/licenses-check +++ b/script/licenses-check @@ -4,7 +4,7 @@ go install github.com/google/go-licenses@latest for goos in linux darwin windows ; do # Note: we ignore warnings because we want the command to succeed, however the output should be checked - # for any new warnings, and potentially we may need to add licence information. + # for any new warnings, and potentially we may need to add license information. # # Normally these warnings are packages containing non go code, which may or may not require explicit attribution, # depending on the license.