X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8afc85aabb9563da4de17b0b5f7d4fe574e9ad8d..215d15bc03a38be1965a5d9df21417a3f7eae032:/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/*)