X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d3726dd11046146731f7f7391659a5eaf44702b..42a0609a6e287a82ed565413c7392d40141388ae:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index f087188991..2a40b50ec1 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="#" ;; @@ -175,7 +175,7 @@ ${cc}${cc:+ }SPDX-License-Identifier: CC-BY-SA-3.0${ce}" wantBYSAmd="[comment]: # (Copyright © The Arvados Authors. All rights reserved.) [comment]: # () [comment]: # (SPDX-License-Identifier: CC-BY-SA-3.0)" - found=$(head -n20 "$fnm" | egrep -A${grepAfter} -B${grepBefore} 'Copyright.*Arvados' || true) + found=$(head -n20 "$fnm" | egrep -A${grepAfter} -B${grepBefore} 'Copyright.*All rights reserved.' || true) case ${fnm} in Makefile | build/* | lib/* | tools/* | apps/* | services/* | sdk/cli/bin/crunch-job) want=${wantGPL}