X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8afc85aabb9563da4de17b0b5f7d4fe574e9ad8d..f42ee7c19b794e25db30051b1dfc4bee83929bcd:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 2a40b50ec1..857a9c8ebc 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -86,15 +86,12 @@ do | *.py \ | sdk/python/bin/arv-* \ | sdk/cwl/bin/* \ - | services/nodemanager/bin/* \ | services/fuse/bin/* \ | tools/crunchstat-summary/bin/* \ | crunch_scripts/* \ | *.yaml | *.yml | *.yml.example | *.cwl \ | *.sh | *.service \ | */run | */run-service | */restart-dns-server \ - | */nodemanager/doc/*.cfg \ - | */nodemanager/tests/fake*.cfg.template \ | */nginx.conf \ | build/build.list | *.R) fixer=fixer @@ -180,7 +177,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/*)