From: Tom Clegg Date: Thu, 21 Dec 2017 18:25:18 +0000 (-0500) Subject: Fix copyright header, and copyright header checker exit code. X-Git-Tag: 1.1.3~40 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/5b819f447743fbd8281dcf26143ad556cd710cad Fix copyright header, and copyright header checker exit code. No issue # Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/README.md b/README.md index 367c3e8f60..f5940da543 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[//]: # Copyright (C) The Arvados Authors. All rights reserved. -[//]: # -[//]: # SPDX-License-Identifier: CC-BY-SA-3.0 +[comment]: # (Copyright © The Arvados Authors. All rights reserved.) +[comment]: # () +[comment]: # (SPDX-License-Identifier: CC-BY-SA-3.0) [Arvados](https://arvados.org) is a free software distributed computing platform for bioinformatics, data science, and high throughput analysis of massive data diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 5298371bd1..f087188991 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -49,163 +49,172 @@ EOF IFS=$'\n' read -a ignores -r -d $'\000' <.licenseignore || true result=0 -git ls-files -z ${@} | \ - while read -rd $'\000' fnm + +coproc git ls-files -z ${@}