[ARVADOS] created: 1.1.4-311-g07e961b

Git user git at public.curoverse.com
Wed May 23 17:50:45 EDT 2018


        at  07e961b0d36fe51b967d271187b7c7fbc25d42b5 (commit)


commit 07e961b0d36fe51b967d271187b7c7fbc25d42b5
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Wed May 23 17:50:16 2018 -0400

    2411: another pass at adding copyright headers where missing.
    
    refs #2411
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/.licenseignore b/.licenseignore
index 51980b1..57df57a 100644
--- a/.licenseignore
+++ b/.licenseignore
@@ -26,6 +26,8 @@ docker/jobs/apt.arvados.org.list
 *.gz.report
 *.ico
 *.jpg
+*.svg
+*.odg
 *.json
 *LICENSE*.html
 .licenseignore
@@ -59,3 +61,6 @@ services/arv-web/sample-cgi-app/public/index.cgi
 services/keepproxy/pkg-extras/etc/default/keepproxy
 *.tar
 tools/crunchstat-summary/tests/crunchstat_error_messages.txt
+tools/crunchstat-summary/crunchstat_summary/synchronizer.js
+build/package-build-dockerfiles/debian9/D39DC0E3.asc
+build/package-test-dockerfiles/debian9/D39DC0E3.asc
diff --git a/apps/workbench/app/views/tests/mithril.html b/apps/workbench/app/views/tests/mithril.html
index a629eb7..fac2d88 100644
--- a/apps/workbench/app/views/tests/mithril.html
+++ b/apps/workbench/app/views/tests/mithril.html
@@ -1 +1,5 @@
+<!-- Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 -->
+
 <div data-mount-mithril="TestComponent"></div>
diff --git a/apps/workbench/app/views/users/link_account.html.erb b/apps/workbench/app/views/users/link_account.html.erb
index 61063b8..86a0446 100644
--- a/apps/workbench/app/views/users/link_account.html.erb
+++ b/apps/workbench/app/views/users/link_account.html.erb
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <%= javascript_tag do %>
   function update_visibility() {
     if (sessionStorage.getItem('link_account_api_token') &&
diff --git a/build/check-copyright-notices b/build/check-copyright-notices
index f087188..1c24669 100755
--- a/build/check-copyright-notices
+++ b/build/check-copyright-notices
@@ -175,7 +175,7 @@ ${cc}${cc:+ }SPDX-License-Identifier: CC-BY-SA-3.0${ce}"
     wantBYSAmd="[comment]: # (Copyright © The Arvados Authors. All rights reserved.)
 [comment]: # ()
 [comment]: # (SPDX-License-Identifier: CC-BY-SA-3.0)"
-    found=$(head -n20 "$fnm" | egrep -A${grepAfter} -B${grepBefore} 'Copyright.*Arvados' || true)
+    found=$(head -n20 "$fnm" | egrep -A${grepAfter} -B${grepBefore} 'Copyright.*All rights reserved.' || true)
     case ${fnm} in
         Makefile | build/* | lib/* | tools/* | apps/* | services/* | sdk/cli/bin/crunch-job)
             want=${wantGPL}
diff --git a/doc/css/images.css b/doc/css/images.css
index f5245b3..0bd2ec7 100644
--- a/doc/css/images.css
+++ b/doc/css/images.css
@@ -1,3 +1,7 @@
+/* Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0 */
+
 img.full-width {
     width: 100%
 }
diff --git a/sdk/cwl/tests/12213-keepref-expr.cwl b/sdk/cwl/tests/12213-keepref-expr.cwl
index ddc7ff9..a744544 100644
--- a/sdk/cwl/tests/12213-keepref-expr.cwl
+++ b/sdk/cwl/tests/12213-keepref-expr.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: ExpressionTool
 requirements:
diff --git a/sdk/cwl/tests/12213-keepref-job.yml b/sdk/cwl/tests/12213-keepref-job.yml
index 5c5571a..60c7657 100644
--- a/sdk/cwl/tests/12213-keepref-job.yml
+++ b/sdk/cwl/tests/12213-keepref-job.yml
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 dir:
   class: Directory
   location: samples
\ No newline at end of file
diff --git a/sdk/cwl/tests/12213-keepref-tool.cwl b/sdk/cwl/tests/12213-keepref-tool.cwl
index 8c28cc2..e4730cf 100644
--- a/sdk/cwl/tests/12213-keepref-tool.cwl
+++ b/sdk/cwl/tests/12213-keepref-tool.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 requirements:
diff --git a/sdk/cwl/tests/12213-keepref-wf.cwl b/sdk/cwl/tests/12213-keepref-wf.cwl
index 3f1e890..343df0b 100644
--- a/sdk/cwl/tests/12213-keepref-wf.cwl
+++ b/sdk/cwl/tests/12213-keepref-wf.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 requirements:
diff --git a/sdk/cwl/tests/12418-glob-empty-collection.cwl b/sdk/cwl/tests/12418-glob-empty-collection.cwl
index 6c9e7f7..f5e5e70 100644
--- a/sdk/cwl/tests/12418-glob-empty-collection.cwl
+++ b/sdk/cwl/tests/12418-glob-empty-collection.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 {
    "cwlVersion": "v1.0",
       "arguments": [
diff --git a/sdk/cwl/tests/secondary/ls.cwl b/sdk/cwl/tests/secondary/ls.cwl
index b37990a..6c49757 100644
--- a/sdk/cwl/tests/secondary/ls.cwl
+++ b/sdk/cwl/tests/secondary/ls.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 inputs:
diff --git a/sdk/cwl/tests/secondary/sub.cwl b/sdk/cwl/tests/secondary/sub.cwl
index 5d2c699..19e4077 100644
--- a/sdk/cwl/tests/secondary/sub.cwl
+++ b/sdk/cwl/tests/secondary/sub.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 $namespaces:
diff --git a/sdk/cwl/tests/secondary/wf-job.yml b/sdk/cwl/tests/secondary/wf-job.yml
index 8b9dd83..7eb6bce 100644
--- a/sdk/cwl/tests/secondary/wf-job.yml
+++ b/sdk/cwl/tests/secondary/wf-job.yml
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 i:
   class: File
   location: keep:f225e6259bdd63bc7240599648dde9f1+97/hg19.fa
diff --git a/sdk/cwl/tests/secondary/wf.cwl b/sdk/cwl/tests/secondary/wf.cwl
index 248aefd..5539562 100644
--- a/sdk/cwl/tests/secondary/wf.cwl
+++ b/sdk/cwl/tests/secondary/wf.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 $namespaces:
diff --git a/sdk/cwl/tests/secondaryFiles/example1.cwl b/sdk/cwl/tests/secondaryFiles/example1.cwl
index 540edcf..20847d4 100644
--- a/sdk/cwl/tests/secondaryFiles/example1.cwl
+++ b/sdk/cwl/tests/secondaryFiles/example1.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 class: Workflow
 cwlVersion: v1.0
 inputs:
diff --git a/sdk/cwl/tests/secondaryFiles/example3.cwl b/sdk/cwl/tests/secondaryFiles/example3.cwl
index 892973b..29f58f0 100644
--- a/sdk/cwl/tests/secondaryFiles/example3.cwl
+++ b/sdk/cwl/tests/secondaryFiles/example3.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 class: CommandLineTool
 cwlVersion: v1.0
 inputs:
diff --git a/sdk/cwl/tests/secondaryFiles/inp3.yml b/sdk/cwl/tests/secondaryFiles/inp3.yml
index 1107623..2e61ee3 100644
--- a/sdk/cwl/tests/secondaryFiles/inp3.yml
+++ b/sdk/cwl/tests/secondaryFiles/inp3.yml
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 toplevel_input:
   class: File
   location: keep:4d8a70b1e63b2aad6984e40e338e2373+69/hello.txt
\ No newline at end of file
diff --git a/sdk/cwl/tests/secret_test_job.yml b/sdk/cwl/tests/secret_test_job.yml
index 883d24e..254ed91 100644
--- a/sdk/cwl/tests/secret_test_job.yml
+++ b/sdk/cwl/tests/secret_test_job.yml
@@ -1 +1,5 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 pw: blorp
diff --git a/sdk/cwl/tests/wf-defaults/default-dir1.cwl b/sdk/cwl/tests/wf-defaults/default-dir1.cwl
index ed09e6e..fdd56be 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir1.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir1.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 inputs:
diff --git a/sdk/cwl/tests/wf-defaults/default-dir2.cwl b/sdk/cwl/tests/wf-defaults/default-dir2.cwl
index c826464..98931ab 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir2.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir2.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 inputs:
diff --git a/sdk/cwl/tests/wf-defaults/default-dir3.cwl b/sdk/cwl/tests/wf-defaults/default-dir3.cwl
index ab7b0a4..3d0fe22 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir3.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir3.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 inputs:
diff --git a/sdk/cwl/tests/wf-defaults/default-dir4.cwl b/sdk/cwl/tests/wf-defaults/default-dir4.cwl
index cd57ff3..8bfc5d6 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir4.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir4.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf-defaults/default-dir5.cwl b/sdk/cwl/tests/wf-defaults/default-dir5.cwl
index d4f667c..2e66b10 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir5.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir5.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf-defaults/default-dir6.cwl b/sdk/cwl/tests/wf-defaults/default-dir6.cwl
index 597ea96..f779aef 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir6.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir6.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf-defaults/default-dir6a.cwl b/sdk/cwl/tests/wf-defaults/default-dir6a.cwl
index 76437a2..ccc0ceb 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir6a.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir6a.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 inputs:
diff --git a/sdk/cwl/tests/wf-defaults/default-dir7.cwl b/sdk/cwl/tests/wf-defaults/default-dir7.cwl
index 4e6372b..5c74ef0 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir7.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir7.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs:
diff --git a/sdk/cwl/tests/wf-defaults/default-dir7a.cwl b/sdk/cwl/tests/wf-defaults/default-dir7a.cwl
index df9009a..4b71c13 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir7a.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir7a.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 inputs:
diff --git a/sdk/cwl/tests/wf-defaults/wf1.cwl b/sdk/cwl/tests/wf-defaults/wf1.cwl
index 45faa89..0133c7a 100644
--- a/sdk/cwl/tests/wf-defaults/wf1.cwl
+++ b/sdk/cwl/tests/wf-defaults/wf1.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf-defaults/wf2.cwl b/sdk/cwl/tests/wf-defaults/wf2.cwl
index 7ba96ee..ffe8731 100644
--- a/sdk/cwl/tests/wf-defaults/wf2.cwl
+++ b/sdk/cwl/tests/wf-defaults/wf2.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf-defaults/wf3.cwl b/sdk/cwl/tests/wf-defaults/wf3.cwl
index 911650d..0292d13 100644
--- a/sdk/cwl/tests/wf-defaults/wf3.cwl
+++ b/sdk/cwl/tests/wf-defaults/wf3.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf-defaults/wf4.cwl b/sdk/cwl/tests/wf-defaults/wf4.cwl
index d6e65af..6e562e4 100644
--- a/sdk/cwl/tests/wf-defaults/wf4.cwl
+++ b/sdk/cwl/tests/wf-defaults/wf4.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf-defaults/wf5.cwl b/sdk/cwl/tests/wf-defaults/wf5.cwl
index 631af18..de2748c 100644
--- a/sdk/cwl/tests/wf-defaults/wf5.cwl
+++ b/sdk/cwl/tests/wf-defaults/wf5.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf-defaults/wf6.cwl b/sdk/cwl/tests/wf-defaults/wf6.cwl
index bd26cc1..6bcf69e 100644
--- a/sdk/cwl/tests/wf-defaults/wf6.cwl
+++ b/sdk/cwl/tests/wf-defaults/wf6.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf-defaults/wf7.cwl b/sdk/cwl/tests/wf-defaults/wf7.cwl
index ac07b9d..715f1ef 100644
--- a/sdk/cwl/tests/wf-defaults/wf7.cwl
+++ b/sdk/cwl/tests/wf-defaults/wf7.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 inputs: []
diff --git a/sdk/cwl/tests/wf/check_mem.py b/sdk/cwl/tests/wf/check_mem.py
index 55b7b19..3558722 100644
--- a/sdk/cwl/tests/wf/check_mem.py
+++ b/sdk/cwl/tests/wf/check_mem.py
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 import arvados
 import sys
 import os
diff --git a/sdk/cwl/tests/wf/echo-subwf.cwl b/sdk/cwl/tests/wf/echo-subwf.cwl
index 29dc3d6..d7c8037 100644
--- a/sdk/cwl/tests/wf/echo-subwf.cwl
+++ b/sdk/cwl/tests/wf/echo-subwf.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 requirements:
diff --git a/sdk/cwl/tests/wf/echo-wf.cwl b/sdk/cwl/tests/wf/echo-wf.cwl
index 63a5438..5cdd80d 100644
--- a/sdk/cwl/tests/wf/echo-wf.cwl
+++ b/sdk/cwl/tests/wf/echo-wf.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 $namespaces:
diff --git a/sdk/cwl/tests/wf/echo_a.cwl b/sdk/cwl/tests/wf/echo_a.cwl
index b7893e2..0a734b3 100644
--- a/sdk/cwl/tests/wf/echo_a.cwl
+++ b/sdk/cwl/tests/wf/echo_a.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 requirements:
diff --git a/sdk/cwl/tests/wf/echo_b.cwl b/sdk/cwl/tests/wf/echo_b.cwl
index 4db11cc..7a052f8 100644
--- a/sdk/cwl/tests/wf/echo_b.cwl
+++ b/sdk/cwl/tests/wf/echo_b.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 requirements:
diff --git a/sdk/cwl/tests/wf/secret_job.cwl b/sdk/cwl/tests/wf/secret_job.cwl
index 0ddeb64..2be74b2 100644
--- a/sdk/cwl/tests/wf/secret_job.cwl
+++ b/sdk/cwl/tests/wf/secret_job.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: CommandLineTool
 $namespaces:
diff --git a/sdk/cwl/tests/wf/secret_wf.cwl b/sdk/cwl/tests/wf/secret_wf.cwl
index 17c92d6..05d950d 100644
--- a/sdk/cwl/tests/wf/secret_wf.cwl
+++ b/sdk/cwl/tests/wf/secret_wf.cwl
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 $namespaces:
diff --git a/sdk/go/arvados/fs_filehandle.go b/sdk/go/arvados/fs_filehandle.go
index 127bee8..9af8d0a 100644
--- a/sdk/go/arvados/fs_filehandle.go
+++ b/sdk/go/arvados/fs_filehandle.go
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: Apache-2.0
+
 package arvados
 
 import (
diff --git a/sdk/go/health/aggregator.go b/sdk/go/health/aggregator.go
index 297a861..5edb1f9 100644
--- a/sdk/go/health/aggregator.go
+++ b/sdk/go/health/aggregator.go
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: Apache-2.0
+
 package health
 
 import (
diff --git a/sdk/go/health/aggregator_test.go b/sdk/go/health/aggregator_test.go
index 7e601f2..8a54037 100644
--- a/sdk/go/health/aggregator_test.go
+++ b/sdk/go/health/aggregator_test.go
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: Apache-2.0
+
 package health
 
 import (
diff --git a/services/api/db/migrate/20170704160233_yaml_to_json.rb b/services/api/db/migrate/20170704160233_yaml_to_json.rb
index dfa08db..707c3dd 100644
--- a/services/api/db/migrate/20170704160233_yaml_to_json.rb
+++ b/services/api/db/migrate/20170704160233_yaml_to_json.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'migrate_yaml_to_json'
 
 class YamlToJson < ActiveRecord::Migration
diff --git a/services/api/db/migrate/20170706141334_json_collection_properties.rb b/services/api/db/migrate/20170706141334_json_collection_properties.rb
index 003e5fb..921803a 100644
--- a/services/api/db/migrate/20170706141334_json_collection_properties.rb
+++ b/services/api/db/migrate/20170706141334_json_collection_properties.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require './db/migrate/20161213172944_full_text_search_indexes'
 
 class JsonCollectionProperties < ActiveRecord::Migration
diff --git a/services/api/db/migrate/20171027183824_add_index_to_containers.rb b/services/api/db/migrate/20171027183824_add_index_to_containers.rb
index d90011c..aa42423 100644
--- a/services/api/db/migrate/20171027183824_add_index_to_containers.rb
+++ b/services/api/db/migrate/20171027183824_add_index_to_containers.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddIndexToContainers < ActiveRecord::Migration
   def up
     ActiveRecord::Base.connection.execute("CREATE INDEX index_containers_on_modified_at_uuid ON containers USING btree (modified_at desc, uuid asc)")
diff --git a/services/api/db/migrate/20171208203841_fix_trash_flag_follow.rb b/services/api/db/migrate/20171208203841_fix_trash_flag_follow.rb
index b93dc54..c9e50a6 100644
--- a/services/api/db/migrate/20171208203841_fix_trash_flag_follow.rb
+++ b/services/api/db/migrate/20171208203841_fix_trash_flag_follow.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class FixTrashFlagFollow < ActiveRecord::Migration
   def change
     ActiveRecord::Base.connection.execute("DROP MATERIALIZED VIEW materialized_permission_view")
diff --git a/services/api/db/migrate/20171212153352_add_gin_index_to_collection_properties.rb b/services/api/db/migrate/20171212153352_add_gin_index_to_collection_properties.rb
index ce2403e..0183ef6 100644
--- a/services/api/db/migrate/20171212153352_add_gin_index_to_collection_properties.rb
+++ b/services/api/db/migrate/20171212153352_add_gin_index_to_collection_properties.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddGinIndexToCollectionProperties < ActiveRecord::Migration
   def up
     ActiveRecord::Base.connection.execute("CREATE INDEX collection_index_on_properties ON collections USING gin (properties);")
diff --git a/services/api/db/migrate/20180228220311_add_secret_mounts_to_containers.rb b/services/api/db/migrate/20180228220311_add_secret_mounts_to_containers.rb
index c56b7dc..a161f63 100644
--- a/services/api/db/migrate/20180228220311_add_secret_mounts_to_containers.rb
+++ b/services/api/db/migrate/20180228220311_add_secret_mounts_to_containers.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddSecretMountsToContainers < ActiveRecord::Migration
   def change
     add_column :container_requests, :secret_mounts, :jsonb, default: {}
diff --git a/services/api/db/migrate/20180313180114_change_container_priority_bigint.rb b/services/api/db/migrate/20180313180114_change_container_priority_bigint.rb
index d577cbb..529126b 100644
--- a/services/api/db/migrate/20180313180114_change_container_priority_bigint.rb
+++ b/services/api/db/migrate/20180313180114_change_container_priority_bigint.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class ChangeContainerPriorityBigint < ActiveRecord::Migration
   def change
     change_column :containers, :priority, :integer, limit: 8
diff --git a/services/api/db/migrate/20180501182859_add_redirect_to_user_uuid_to_users.rb b/services/api/db/migrate/20180501182859_add_redirect_to_user_uuid_to_users.rb
index b2460ae..10b35a7 100644
--- a/services/api/db/migrate/20180501182859_add_redirect_to_user_uuid_to_users.rb
+++ b/services/api/db/migrate/20180501182859_add_redirect_to_user_uuid_to_users.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddRedirectToUserUuidToUsers < ActiveRecord::Migration
   def up
     add_column :users, :redirect_to_user_uuid, :string
diff --git a/services/api/db/migrate/20180514135529_add_container_auth_uuid_index.rb b/services/api/db/migrate/20180514135529_add_container_auth_uuid_index.rb
index 56cafea..79e777e 100644
--- a/services/api/db/migrate/20180514135529_add_container_auth_uuid_index.rb
+++ b/services/api/db/migrate/20180514135529_add_container_auth_uuid_index.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddContainerAuthUuidIndex < ActiveRecord::Migration
   def change
     add_index :containers, :auth_uuid
diff --git a/services/crunch-run/git_mount.go b/services/crunch-run/git_mount.go
index 2ecc872..c312a53 100644
--- a/services/crunch-run/git_mount.go
+++ b/services/crunch-run/git_mount.go
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
diff --git a/services/health/main.go b/services/health/main.go
index 496fb88..376d483 100644
--- a/services/health/main.go
+++ b/services/health/main.go
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
diff --git a/services/keep-web/webdav_test.go b/services/keep-web/webdav_test.go
index 52db776..473171e 100644
--- a/services/keep-web/webdav_test.go
+++ b/services/keep-web/webdav_test.go
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import "golang.org/x/net/webdav"
diff --git a/tools/arvbox/lib/arvbox/docker/runit/1 b/tools/arvbox/lib/arvbox/docker/runit/1
index fea9cf6..35a8b15 100755
--- a/tools/arvbox/lib/arvbox/docker/runit/1
+++ b/tools/arvbox/lib/arvbox/docker/runit/1
@@ -1,4 +1,8 @@
 #!/bin/sh
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # system one time tasks
 
 PATH=/command:/sbin:/bin:/usr/sbin:/usr/bin
diff --git a/tools/arvbox/lib/arvbox/docker/runit/2 b/tools/arvbox/lib/arvbox/docker/runit/2
index 6b092ea..5812f3d 100755
--- a/tools/arvbox/lib/arvbox/docker/runit/2
+++ b/tools/arvbox/lib/arvbox/docker/runit/2
@@ -1,4 +1,7 @@
 #!/bin/sh
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
 PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
 
diff --git a/tools/arvbox/lib/arvbox/docker/runit/3 b/tools/arvbox/lib/arvbox/docker/runit/3
index 525b96b..242c035 100755
--- a/tools/arvbox/lib/arvbox/docker/runit/3
+++ b/tools/arvbox/lib/arvbox/docker/runit/3
@@ -1,4 +1,8 @@
 #!/bin/sh
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 exec 2>&1
 
 PATH=/command:/sbin:/bin:/usr/sbin:/usr/bin
diff --git a/tools/arvbox/lib/arvbox/docker/runit/ctrlaltdel b/tools/arvbox/lib/arvbox/docker/runit/ctrlaltdel
index 02bb2ea..d4d2190 100755
--- a/tools/arvbox/lib/arvbox/docker/runit/ctrlaltdel
+++ b/tools/arvbox/lib/arvbox/docker/runit/ctrlaltdel
@@ -1,4 +1,8 @@
 #!/bin/sh
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 exec 2>&1
 
 PATH=/command:/sbin:/bin:/usr/sbin:/usr/bin
diff --git a/tools/crunchstat-summary/crunchstat_summary/synchronizer.js b/tools/crunchstat-summary/crunchstat_summary/synchronizer.js
index 78c8d42..562ee83 100644
--- a/tools/crunchstat-summary/crunchstat_summary/synchronizer.js
+++ b/tools/crunchstat-summary/crunchstat_summary/synchronizer.js
@@ -1,3 +1,7 @@
+// Copyright (c) 2009 Dan Vanderkam. All rights reserved.
+//
+// SPDX-License-Identifier: MIT
+
 /**
  * Synchronize zooming and/or selections between a set of dygraphs.
  *
@@ -31,7 +35,6 @@
  * You may also set `range: false` if you wish to only sync the x-axis.
  * The `range` option has no effect unless `zoom` is true (the default).
  *
- * SPDX-License-Identifier: MIT
  * Original source: https://github.com/danvk/dygraphs/blob/master/src/extras/synchronizer.js
  * at commit b55a71d768d2f8de62877c32b3aec9e9975ac389
  *

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list