From 50fd3e2f8420dc835930e378ffecae6f9c150732 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Thu, 10 Oct 2013 09:40:24 -0400 Subject: Add the missing EPL license header. --- updateTestBundleXML.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'updateTestBundleXML.sh') 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 -- cgit