From: Tom Clegg Date: Wed, 5 Jul 2017 22:44:10 +0000 (-0400) Subject: 2411: Fix crunch-job license statement. X-Git-Tag: 1.1.0~152 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/c5b9f2d232a7c5a4d85fea4f36b99eb0c5330cca 2411: Fix crunch-job license statement. crunch-job began as a copy of whjobmanager from the Free Factories project. refs #2411 Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/AUTHORS b/AUTHORS index 3933d54c56..ad72aea0aa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,4 +14,5 @@ Colin Nolan David Guillermo Carrasco Joshua Randall +President and Fellows of Harvard College <*@harvard.edu> Thomas Mooney diff --git a/build/check-copyright-notices b/build/check-copyright-notices index cf4e9bf181..5298371bd1 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -173,7 +173,7 @@ ${cc} ${cc}${cc:+ }SPDX-License-Identifier: CC-BY-SA-3.0${ce}" found=$(head -n20 "$fnm" | egrep -A${grepAfter} -B${grepBefore} 'Copyright.*Arvados' || true) case ${fnm} in - Makefile | build/* | lib/* | tools/* | apps/* | services/*) + Makefile | build/* | lib/* | tools/* | apps/* | services/* | sdk/cli/bin/crunch-job) want=${wantGPL} ;; crunch_scripts/* | backports/* | docker/* | sdk/*) diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job index c0e3075c9b..afca52cb73 100755 --- a/sdk/cli/bin/crunch-job +++ b/sdk/cli/bin/crunch-job @@ -1,7 +1,7 @@ #!/usr/bin/env perl # Copyright (C) The Arvados Authors. All rights reserved. # -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: AGPL-3.0 # -*- mode: perl; perl-indent-level: 2; indent-tabs-mode: nil; -*-