X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/07e961b0d36fe51b967d271187b7c7fbc25d42b5..7c7b9ab80e1b33a108c55a23b3dfe793a73ecc95:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 1c24669deb..ba08f34bcd 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -96,7 +96,7 @@ do | */nodemanager/doc/*.cfg \ | */nodemanager/tests/fake*.cfg.template \ | */nginx.conf \ - | build/build.list) + | build/build.list | *.R) fixer=fixer cc="#" ;; @@ -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/*)