X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/080c940d7a8134a6e277a53b7e45eb27e2b2c87f..2666c3b726d190511f072db9e6606a1a99936968:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 2a40b50ec1..ba08f34bcd 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -180,7 +180,7 @@ ${cc}${cc:+ }SPDX-License-Identifier: CC-BY-SA-3.0${ce}" Makefile | build/* | lib/* | tools/* | apps/* | services/* | sdk/cli/bin/crunch-job) want=${wantGPL} ;; - crunch_scripts/* | backports/* | docker/* | sdk/*) + crunch_scripts/* | docker/* | sdk/*) want=${wantApache} ;; doc/*)