From 9bd113ee357bbbe904d69c232957c74595e2ad98 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Tue, 14 Feb 2017 13:25:00 -0500 Subject: [PATCH] Add copyright notices to (almost) all files in this repository. No issue # --- AUTHORS | 12 ++++++++++++ COPYING | 17 +++++++++++++++-- git/hooks/coding-standards.sh | 4 ++++ jenkins/install-arvados-jobs-image | 4 ++++ jenkins/puppet_update.sh | 4 ++++ jenkins/run-cwl-test.sh | 4 ++++ jenkins/run-cwl-tests.sh | 4 ++++ jenkins/run-delete-merged-branches.sh | 4 ++++ jenkins/run-deploy.sh | 4 ++++ jenkins/run-diagnostics-suite.sh | 4 ++++ jenkins/run-performance-suite.sh | 4 ++++ jenkins/run-tapestry-tests.sh | 4 ++++ jenkins/run_upload_packages.py | 4 ++++ 13 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..5d218ad --- /dev/null +++ b/AUTHORS @@ -0,0 +1,12 @@ +# Names should be added to this file with this pattern: +# +# For individuals: +# Name +# +# For organizations: +# Organization +# +# See python fnmatch module documentation for more information. + +Curoverse, Inc. <*@curoverse.com> +Joshua Randall diff --git a/COPYING b/COPYING index af63e41..72260ef 100644 --- 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 diff --git a/git/hooks/coding-standards.sh b/git/hooks/coding-standards.sh index d4e4c71..a8f615e 100755 --- a/git/hooks/coding-standards.sh +++ b/git/hooks/coding-standards.sh @@ -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 diff --git a/jenkins/install-arvados-jobs-image b/jenkins/install-arvados-jobs-image index 579fcae..45026c2 100755 --- a/jenkins/install-arvados-jobs-image +++ b/jenkins/install-arvados-jobs-image @@ -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 diff --git a/jenkins/puppet_update.sh b/jenkins/puppet_update.sh index 6755185..9871a2b 100755 --- a/jenkins/puppet_update.sh +++ b/jenkins/puppet_update.sh @@ -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 diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh index 3fda8fe..3ac0c0a 100755 --- a/jenkins/run-cwl-test.sh +++ b/jenkins/run-cwl-test.sh @@ -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 diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh index 45d2d86..60451dd 100755 --- a/jenkins/run-cwl-tests.sh +++ b/jenkins/run-cwl-tests.sh @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + read -rd "\000" helpmessage <