summaryrefslogtreecommitdiffstats
path: root/eclipse-runTestBundles
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-runTestBundles')
-rwxr-xr-xeclipse-runTestBundles6
1 files changed, 6 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