Add copyright notices to (almost) all files in this repository.
authorWard Vandewege <ward@curoverse.com>
Tue, 14 Feb 2017 18:25:00 +0000 (13:25 -0500)
committerWard Vandewege <ward@curoverse.com>
Tue, 14 Feb 2017 18:25:00 +0000 (13:25 -0500)
No issue #

13 files changed:
AUTHORS [new file with mode: 0644]
COPYING
git/hooks/coding-standards.sh
jenkins/install-arvados-jobs-image
jenkins/puppet_update.sh
jenkins/run-cwl-test.sh
jenkins/run-cwl-tests.sh
jenkins/run-delete-merged-branches.sh
jenkins/run-deploy.sh
jenkins/run-diagnostics-suite.sh
jenkins/run-performance-suite.sh
jenkins/run-tapestry-tests.sh
jenkins/run_upload_packages.py

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..5d218ad
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,12 @@
+# Names should be added to this file with this pattern:
+#
+# For individuals:
+#   Name <email address>
+#
+# For organizations:
+#   Organization <fnmatch pattern>
+#
+# See python fnmatch module documentation for more information.
+
+Curoverse, Inc. <*@curoverse.com>
+Joshua Randall <joshua.randall@sanger.ac.uk>
diff --git a/COPYING b/COPYING
index af63e41e01d33e195da2abc1d55d82db2d6a6c70..72260ef107d85b412eda336cbfb6c138d756de27 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,2 +1,15 @@
-This code is licenced under the GNU Affero General Public License version 3
-(see agpl-3.0.txt)
+The files in this repository are distributed under the GNU Affero General
+Public License version 3 (AGPL-3.0).
+
+Individual files contain an SPDX tag that indicates the license for the file.
+This is the tag:
+
+    SPDX-License-Identifier: AGPL-3.0
+
+SPDX tags enable machine processing of license information based on the SPDX
+License Identifiers that are available here: http://spdx.org/licenses/
+
+The full license text for the AGPL-3.0 license is available in this directory
+in the file
+
+  agpl-3.0.txt
index d4e4c719dfc2cbeb54f7778379c7570d15cc20ae..a8f615eb997af5a657ece1c868ade64057e9f9a3 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env ruby
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # This script can be installed as a git update hook.
 
 # It can also be installed as a gitolite 'hooklet' in the
index 579fcae9544e2626ed4df69744c8a7639dd9cc3f..45026c2b2b197e03a6f781ed02e286de9465d1c1 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 from __future__ import print_function
 
 import argparse
index 67551850b1718d1fd151ee5a7599e1f2cda8cdb5..9871a2bb7e40fd7796828c4cfc5864c4481609be 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash 
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 DEBUG=1
 SSH_PORT=22
 ECODE=0
index 3fda8fef1db06f1a8fd20e4c61d8b48f3ff7dd87..3ac0c0af921733bdecce03874019096d5217a1bd 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 set -o pipefail
 
 DEBUG=0
index 45d2d86035157443d18003424ac980bbd97819d6..60451ddc33821fbbbb6bcead55c7a92159b0d041 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 read -rd "\000" helpmessage <<EOF
 $(basename $0): Test cwl tool and (optionally) upload to PyPi and Docker Hub.
 
index 179d48234c718959ba903a5f85141d3714ba5730..f1dc2efe21eedf2badc67d9f77eb7d60caa7cd5e 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env bash
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Provide generic exit strategy for any error in execution
 _exit_handler() {
     local rc="${?}"
index 22d5236db08f74d9e85a7b3ab0c0151f01e10d12..d0099898e8aa5fcb8d228139250a98168135e94b 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 DEBUG=0
 SSH_PORT=22
 PUPPET_CONCURRENCY=5
index 55ddbe9f03a2b6155e8a07e6ddff347645e328ea..c2b9bb4558fb461be2b8af0b85592550409d4756 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 EXITCODE=0
 
 INSTANCE=$1
index 07d002aab7799dc67f6499c0e726354e5fd538c3..e5c80930105d5b09db1a44502c8712d2bbd283ba 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 EXITCODE=0
 
 INSTANCE=$1
index 851a81dc58c1b071975945a0a45290572921f0fb..c68e9838e841b3c757f46ea2e8ebb5bb467ade83 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 EXITCODE=0
 
 COLUMNS=80
index 616e4a8092a15b1bc84049ded1e64c6b2f33cf49..38abd89209be682cbc5a7f12ff8d27d8d70eb051 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python3
 
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 import argparse
 import functools
 import glob