summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xeclipse-runTestBundles6
-rwxr-xr-xgatherBundles.sh6
-rwxr-xr-xgenRepo.sh6
-rwxr-xr-xprepRuntimeLocation.sh6
-rwxr-xr-xupdateTestBundleXML.sh6
5 files changed, 30 insertions, 0 deletions
diff --git a/eclipse-runTestBundles b/eclipse-runTestBundles
index 0dd9caa..fddc833 100755
--- a/eclipse-runTestBundles
+++ b/eclipse-runTestBundles
@@ -1,5 +1,11 @@
#! /bin/bash
+# Copyright (C) 2013, Red Hat, Inc.
+# 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 [ ! $# -eq 1 ]; then
echo "USAGE : $0 PATH/TO/BUNDLES/DIRECTORY"
exit 1
diff --git a/gatherBundles.sh b/gatherBundles.sh
index 869b9ce..94909eb 100755
--- a/gatherBundles.sh
+++ b/gatherBundles.sh
@@ -1,5 +1,11 @@
#! /bin/sh
+# Copyright (C) 2013, Red Hat, Inc.
+# 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
+
prefix=$ROOT_PREFIX
sdk=$1'-sdk'
repo=$1
diff --git a/genRepo.sh b/genRepo.sh
index 4ec5f6c..bce9813 100755
--- a/genRepo.sh
+++ b/genRepo.sh
@@ -1,5 +1,11 @@
#! /bin/sh
+# Copyright (C) 2013, Red Hat, Inc.
+# 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
+
prefix=$ROOT_PREFIX
sdk=$1'-sdk'
repo=$1
diff --git a/prepRuntimeLocation.sh b/prepRuntimeLocation.sh
index 8db110d..d9eac09 100755
--- a/prepRuntimeLocation.sh
+++ b/prepRuntimeLocation.sh
@@ -1,5 +1,11 @@
#! /bin/bash
+# Copyright (C) 2013, Red Hat, Inc.
+# 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
+
mkdir target
pushd target
diff --git a/updateTestBundleXML.sh b/updateTestBundleXML.sh
index bf6cced..e1fa1de 100755
--- a/updateTestBundleXML.sh
+++ b/updateTestBundleXML.sh
@@ -1,5 +1,11 @@
#! /bin/bash
+# Copyright (C) 2013, Red Hat, Inc.
+# 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
+
bsname=$1
classname=$2
useSWTBot=$3