2411: Fix crunch-job license statement.
authorTom Clegg <tom@curoverse.com>
Wed, 5 Jul 2017 22:44:10 +0000 (18:44 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 5 Jul 2017 22:47:52 +0000 (18:47 -0400)
crunch-job began as a copy of whjobmanager from the Free Factories
project.

refs #2411

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curoverse.com>

AUTHORS
build/check-copyright-notices
sdk/cli/bin/crunch-job

diff --git a/AUTHORS b/AUTHORS
index 3933d54c56b1d12636ab5d31864ce816694e3b4a..ad72aea0aa98486b498465b51e4f1cfd9211658a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,4 +14,5 @@ Colin Nolan <colin.nolan@sanger.ac.uk>
 David <davide.fiorentino.loregio@gmail.com>
 Guillermo Carrasco <guille.ch.88@gmail.com>
 Joshua Randall <joshua.randall@sanger.ac.uk>
+President and Fellows of Harvard College <*@harvard.edu>
 Thomas Mooney <tmooney@genome.wustl.edu>
index cf4e9bf181b71e3dbd933eb76c4423fe0815f7c8..5298371bd1591fed7178cd6b839f90715b8a56c4 100755 (executable)
@@ -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/*)
index c0e3075c9b5f910b0bc0675559c56bb1b6650119..afca52cb73f1809d5f9f25cca69ba28be8becab1 100755 (executable)
@@ -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; -*-