[ARVADOS] updated: c5b9f2d232a7c5a4d85fea4f36b99eb0c5330cca
Git user
git at public.curoverse.com
Wed Jul 5 18:48:38 EDT 2017
Summary of changes:
AUTHORS | 1 +
build/check-copyright-notices | 2 +-
sdk/cli/bin/crunch-job | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
via c5b9f2d232a7c5a4d85fea4f36b99eb0c5330cca (commit)
from 446d2d8959fcd84169d8a0efb1288f8465b79f59 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c5b9f2d232a7c5a4d85fea4f36b99eb0c5330cca
Author: Tom Clegg <tom at curoverse.com>
Date: Wed Jul 5 18:44:10 2017 -0400
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 <tom at curoverse.com>
diff --git a/AUTHORS b/AUTHORS
index 3933d54..ad72aea 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,4 +14,5 @@ Colin Nolan <colin.nolan at sanger.ac.uk>
David <davide.fiorentino.loregio at gmail.com>
Guillermo Carrasco <guille.ch.88 at gmail.com>
Joshua Randall <joshua.randall at sanger.ac.uk>
+President and Fellows of Harvard College <*@harvard.edu>
Thomas Mooney <tmooney at genome.wustl.edu>
diff --git a/build/check-copyright-notices b/build/check-copyright-notices
index cf4e9bf..5298371 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 c0e3075..afca52c 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; -*-
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list