X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7041d6b1812a107abe862b9e6194759474028b3e..a3851eec63fb52c1f8121395d0092f4aff25405f:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 239a0c6ba0..5298371bd1 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -133,7 +133,13 @@ git ls-files -z ${@} | \ cc="" ce=" */" ;; - *.go | *.scss | *.java | *.js | *.coffee) + *.coffee) + fixer=fixer + cs="### " + cc="" + ce=" ###" + ;; + *.go | *.scss | *.java | *.js) fixer=fixer cc="//" ;; @@ -167,7 +173,7 @@ ${cc} ${cc}${cc:+ }SPDX-License-Identifier: CC-BY-SA-3.0${ce}" found=$(head -n20 "$fnm" | egrep -A${grepAfter} -B${grepBefore} 'Copyright.*Arvados' || true) case ${fnm} in - Makefile | build/* | lib/* | tools/* | apps/* | services/*) + Makefile | build/* | lib/* | tools/* | apps/* | services/* | sdk/cli/bin/crunch-job) want=${wantGPL} ;; crunch_scripts/* | backports/* | docker/* | sdk/*)