Add missing license headers for releng scripts 39/62339/1
authorAnil Belur <abelur@linuxfoundation.org>
Sat, 26 Aug 2017 07:55:52 +0000 (17:55 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sat, 26 Aug 2017 08:06:38 +0000 (18:06 +1000)
Change-Id: If11d71b9b3fe300c5d1d31555a026d584ba22d8e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/integration-distribution-delete-snaphot-artifacts.sh
jjb/opendaylight-infra-cleanup-old-images.sh
jjb/opendaylight-infra-cleanup-stale-nodes.sh
jjb/opendaylight-infra-cleanup-stale-stacks.sh
jjb/opendaylight-infra-copy-ssh-keys.sh
jjb/opendaylight-infra-push-gerrit-patch.sh
jjb/opendaylight-infra-stack.sh
jjb/opendaylight-infra-update-image-list.sh
jjb/verify-gpg-signatures.sh

index d9781894001ffdd521bdd81c97c56043021cdd62..825023d31958a73633162c5bec2e812f3697ccc6 100644 (file)
@@ -1,4 +1,13 @@
 #!/bin/bash -x
+# 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
+##############################################################################
 
 set +e  # To avoid failures in projects which generate zero snapshot artifacts.
 find "/tmp/r/org/opendaylight/$GERRIT_PROJECT/" -path "*-SNAPSHOT*" -delete
index b3b28e1037914a20eb5502998654c0728e5c24e3..162b2667e96155c1f9bea4f3429c46f9f716f655 100644 (file)
@@ -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
+##############################################################################
 
 lftools openstack --os-cloud odlpriv-sandbox \
     image cleanup --hide-public=True \
index e8f1c83d7dfdf13b32959de61b1f163d7a4b891f..7170af47972ec1e0bdaefa09ae0f1c0299bc3f33 100644 (file)
@@ -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
+##############################################################################
 
 # Todo: As a safe check we could obtain the list of active jobs from Jenkins and
 # compute the checksum from $JOB_NAME to check if any active nodes exist and
index 5d4cdffd50079d763c685969d6f304ca28d8e40d..7bf11b42ce7f8db5ffc85a449c61cfe80d00a352 100644 (file)
@@ -1,4 +1,14 @@
 #!/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
+##############################################################################
+
 virtualenv "/tmp/v/openstack"
 # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
 source "/tmp/v/openstack/bin/activate"
index 7e3d8b0caf78f062f66d04d200e38ad223c74ef0..daa33c3db1d49864e63dc9c3d568ee5957af2593 100644 (file)
@@ -1,4 +1,14 @@
 #!/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 "----------> Copy ssh public keys to csit lab"
 
 # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
index a75710b2c463bcacb4062316bcd35573cf9eb1b3..0d1a67055ae7f97722ea7ed55cfc986b80e5fc0e 100644 (file)
@@ -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
+##############################################################################
 
 # Install git-review using virtualenv to the latest version that supports
 # --reviewers option, available through pip install. Existing minion image has a
index dd731f1ac4b034609f0b153ce0a7d9f213f092d9..f68f6a00866709eb33ddd36c2b7a1d137b34fa3b 100644 (file)
@@ -1,4 +1,14 @@
 #!/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
+##############################################################################
+
 virtualenv "/tmp/v/openstack"
 # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
 source "/tmp/v/openstack/bin/activate"
index 8f2c7f46ba77091138e9ea121812f6728fc25fb5..9875aa158e698a1ac310271bf52d443a21e6c9a4 100644 (file)
@@ -1,4 +1,14 @@
 #!/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
+##############################################################################
+
 virtualenv "/tmp/v/openstack"
 # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
 source "/tmp/v/openstack/bin/activate"
index 5975b744fc25edc7d520655e9767e384ccb44110..e00eab6f95fab531a888d9a718e957e373ee1bb5 100644 (file)
@@ -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
+##############################################################################
 
 if git log --show-signature -1 | egrep -q 'gpg: Signature made.*key ID'; then
    echo "git commit is gpg signed"