Add missing license headers for releng scripts
[releng/builder.git] / jjb / opendaylight-infra-stack.sh
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"