From: Thanh Ha Date: Tue, 18 Jul 2017 17:47:32 +0000 (-0400) Subject: Update SPDX License header to new format X-Git-Tag: v0.6.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F5572%2F1;p=releng%2Flftools.git 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: I742b12f50a14fa2108f705f44860ee64d02ebd7e Signed-off-by: Thanh Ha --- diff --git a/lftools/__init__.py b/lftools/__init__.py index bcc422e6..1c4640b1 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/cli/__init__.py b/lftools/cli/__init__.py index e8a5bfde..06238557 100644 --- a/lftools/cli/__init__.py +++ b/lftools/cli/__init__.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/cli/deploy.py b/lftools/cli/deploy.py index 15c70c1e..a2a1ed30 100644 --- a/lftools/cli/deploy.py +++ b/lftools/cli/deploy.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/cli/jenkins/__init__.py b/lftools/cli/jenkins/__init__.py index 5ed460d7..5b62b71d 100644 --- a/lftools/cli/jenkins/__init__.py +++ b/lftools/cli/jenkins/__init__.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/cli/jenkins/builds.py b/lftools/cli/jenkins/builds.py index 2b52dd65..8d68ef1b 100644 --- a/lftools/cli/jenkins/builds.py +++ b/lftools/cli/jenkins/builds.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/cli/jenkins/nodes.py b/lftools/cli/jenkins/nodes.py index d8526b61..5569b74e 100644 --- a/lftools/cli/jenkins/nodes.py +++ b/lftools/cli/jenkins/nodes.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/cli/jenkins/plugins.py b/lftools/cli/jenkins/plugins.py index 078762da..53b229b4 100644 --- a/lftools/cli/jenkins/plugins.py +++ b/lftools/cli/jenkins/plugins.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/cli/nexus.py b/lftools/cli/nexus.py index dcbfe70f..4ebd9cc1 100644 --- a/lftools/cli/nexus.py +++ b/lftools/cli/nexus.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/cli/sign.py b/lftools/cli/sign.py index 740f82d9..18930249 100644 --- a/lftools/cli/sign.py +++ b/lftools/cli/sign.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/cli/version.py b/lftools/cli/version.py index 8e987277..c2a893ea 100644 --- a/lftools/cli/version.py +++ b/lftools/cli/version.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/nexus/__init__.py b/lftools/nexus/__init__.py index 16519ebf..67d5fdb9 100644 --- a/lftools/nexus/__init__.py +++ b/lftools/nexus/__init__.py @@ -1,5 +1,5 @@ # -*- code: utf-8 -*- -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/nexus/cmd.py b/lftools/nexus/cmd.py index 8940600a..6583f310 100644 --- a/lftools/nexus/cmd.py +++ b/lftools/nexus/cmd.py @@ -1,5 +1,5 @@ # -*- code: utf-8 -*- -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/openstack/__init__.py b/lftools/openstack/__init__.py index afb60d87..5fce5cf2 100644 --- a/lftools/openstack/__init__.py +++ b/lftools/openstack/__init__.py @@ -1,4 +1,4 @@ -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/openstack/cmd.py b/lftools/openstack/cmd.py index 1ba7d29d..0c8c8acb 100644 --- a/lftools/openstack/cmd.py +++ b/lftools/openstack/cmd.py @@ -1,5 +1,5 @@ # -*- code: utf-8 -*- -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/openstack/image.py b/lftools/openstack/image.py index 1e99ac1f..c6034b48 100644 --- a/lftools/openstack/image.py +++ b/lftools/openstack/image.py @@ -1,5 +1,5 @@ # -*- code: utf-8 -*- -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/lftools/openstack/server.py b/lftools/openstack/server.py index 4c3210cc..34a97961 100644 --- a/lftools/openstack/server.py +++ b/lftools/openstack/server.py @@ -1,5 +1,5 @@ # -*- code: utf-8 -*- -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/deploy b/shell/deploy index 6fd66b1c..09bc634a 100755 --- a/shell/deploy +++ b/shell/deploy @@ -1,6 +1,6 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2016, 2017 The Linux Foundation and others. # diff --git a/shell/sign b/shell/sign index 3ee44e12..96b662de 100755 --- a/shell/sign +++ b/shell/sign @@ -1,6 +1,6 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # diff --git a/shell/version b/shell/version index 522a054c..6131a8e8 100755 --- a/shell/version +++ b/shell/version @@ -1,6 +1,6 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2014, 2017 The Linux Foundation and others. #