From a99cfe8b7c3e3b33cf9f210a90c50ea65128b30e Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 18 Jul 2017 13:54:16 -0400 Subject: [PATCH] Update SPDX License header to new format According to SPDX's website https://spdx.org/using-spdx the correct format for specifying SPDX is now: # SPDX-License-Identifier: EPL-1.0 Issue: RELENG-278 Change-Id: I261e220b0b509eac12a9d2b3bbef82dd1c3a7c4c Signed-off-by: Thanh Ha --- shell/common-variables.sh | 2 +- shell/create-netrc.sh | 2 +- shell/deploy-maven-file.sh | 2 +- shell/docker-login.sh | 2 +- shell/git-validate-jira-urls.sh | 2 +- shell/gpg-verify-git-signature.sh | 2 +- shell/jjb-check-unicode.sh | 2 +- shell/jjb-install.sh | 2 +- shell/jjb-merge-job.sh | 2 +- shell/jjb-verify-job.sh | 2 +- shell/lftools-install.sh | 2 +- shell/logs-clear-credentials.sh | 2 +- shell/logs-deploy.sh | 2 +- shell/maven-build.sh | 2 +- shell/maven-patch-release.sh | 2 +- shell/maven-stage.sh | 2 +- shell/sonatype-clm.sh | 2 +- shell/sysstat.sh | 2 +- shell/tox-install.sh | 9 +++++++++ shell/tox-run.sh | 9 +++++++++ 20 files changed, 36 insertions(+), 18 deletions(-) diff --git a/shell/common-variables.sh b/shell/common-variables.sh index fe602897..20c1c5c7 100644 --- a/shell/common-variables.sh +++ b/shell/common-variables.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/create-netrc.sh b/shell/create-netrc.sh index b4fd045c..8832941c 100644 --- a/shell/create-netrc.sh +++ b/shell/create-netrc.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/deploy-maven-file.sh b/shell/deploy-maven-file.sh index 8b6fad8e..0ae0f040 100644 --- a/shell/deploy-maven-file.sh +++ b/shell/deploy-maven-file.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/docker-login.sh b/shell/docker-login.sh index a2055a9b..4b8233d7 100644 --- a/shell/docker-login.sh +++ b/shell/docker-login.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/git-validate-jira-urls.sh b/shell/git-validate-jira-urls.sh index a505d27e..0bc9d490 100644 --- a/shell/git-validate-jira-urls.sh +++ b/shell/git-validate-jira-urls.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/gpg-verify-git-signature.sh b/shell/gpg-verify-git-signature.sh index 1f473368..9970fcc5 100644 --- a/shell/gpg-verify-git-signature.sh +++ b/shell/gpg-verify-git-signature.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2016 The Linux Foundation and others. # diff --git a/shell/jjb-check-unicode.sh b/shell/jjb-check-unicode.sh index 5d65dad4..c1293bac 100644 --- a/shell/jjb-check-unicode.sh +++ b/shell/jjb-check-unicode.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2015 The Linux Foundation and others. # diff --git a/shell/jjb-install.sh b/shell/jjb-install.sh index 30890aa7..48af507a 100644 --- a/shell/jjb-install.sh +++ b/shell/jjb-install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/jjb-merge-job.sh b/shell/jjb-merge-job.sh index 4a8d23aa..090e9153 100644 --- a/shell/jjb-merge-job.sh +++ b/shell/jjb-merge-job.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/jjb-verify-job.sh b/shell/jjb-verify-job.sh index 509b9533..f38685f2 100644 --- a/shell/jjb-verify-job.sh +++ b/shell/jjb-verify-job.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh index 4f28b7ad..f458fd67 100644 --- a/shell/lftools-install.sh +++ b/shell/lftools-install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/logs-clear-credentials.sh b/shell/logs-clear-credentials.sh index 15003e1d..74dbae36 100644 --- a/shell/logs-clear-credentials.sh +++ b/shell/logs-clear-credentials.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/logs-deploy.sh b/shell/logs-deploy.sh index 6dc80285..8756f72d 100644 --- a/shell/logs-deploy.sh +++ b/shell/logs-deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/maven-build.sh b/shell/maven-build.sh index 8bb45560..0928c123 100644 --- a/shell/maven-build.sh +++ b/shell/maven-build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/maven-patch-release.sh b/shell/maven-patch-release.sh index f0b26c7a..cc3c8b83 100644 --- a/shell/maven-patch-release.sh +++ b/shell/maven-patch-release.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/maven-stage.sh b/shell/maven-stage.sh index d39d7732..482b53f4 100644 --- a/shell/maven-stage.sh +++ b/shell/maven-stage.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/sonatype-clm.sh b/shell/sonatype-clm.sh index 504ef7b3..4cfdfb5b 100644 --- a/shell/sonatype-clm.sh +++ b/shell/sonatype-clm.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/sysstat.sh b/shell/sysstat.sh index d90061c0..66c18f84 100644 --- a/shell/sysstat.sh +++ b/shell/sysstat.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 2cffbd50..17bebecc 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -1,4 +1,13 @@ #!/bin/bash +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2017 The Linux Foundation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +############################################################################## echo "---> tox-install.sh" # Ensure we fail the job if any steps fail. diff --git a/shell/tox-run.sh b/shell/tox-run.sh index 6560094c..bc784aa8 100644 --- a/shell/tox-run.sh +++ b/shell/tox-run.sh @@ -1,4 +1,13 @@ #!/bin/bash +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2017 The Linux Foundation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +############################################################################## echo "---> tox-install.sh" # Ensure we fail the job if any steps fail. -- 2.16.6