X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/07e961b0d36fe51b967d271187b7c7fbc25d42b5..b34c4b9234777d68b675aebf77680b8dd8708a6d:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 1c24669deb..857a9c8ebc 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -86,17 +86,14 @@ 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) + | build/build.list | *.R) fixer=fixer cc="#" ;; @@ -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/*)