From 5b819f447743fbd8281dcf26143ad556cd710cad Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Thu, 21 Dec 2017 13:25:18 -0500 Subject: [PATCH] Fix copyright header, and copyright header checker exit code. No issue # Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- README.md | 6 +- build/check-copyright-notices | 301 +++++++++++++++++----------------- 2 files changed, 158 insertions(+), 149 deletions(-) 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 ${@}