Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2019-02-12 16:54:08 +0000
committernickboldt2019-02-12 18:10:09 +0000
commit42dea6b63b7779a72fef2ab5109abfa014c47b85 (patch)
treeb0b5c67d367f90388c99e7daa65ed6484b972f5f /jsf/tests/org.eclipse.jst.jsf.facesconfig.tests/test.xml
parent49060e54a5b1124c21b105d32d2408b7c5233a94 (diff)
downloadwebtools.jsf-42dea6b63b7779a72fef2ab5109abfa014c47b85.tar.gz
webtools.jsf-42dea6b63b7779a72fef2ab5109abfa014c47b85.tar.xz
webtools.jsf-42dea6b63b7779a72fef2ab5109abfa014c47b85.zip
Bug 543814 - update copyrights and EPL v1 license to EPL 2.0 [first pass]R3_13
Bug 543814 - update copyrights and EPL v1 license to EPL 2.0 [manual edits because the tool failed] Signed-off-by: nickboldt <nboldt@redhat.com>
Diffstat (limited to 'jsf/tests/org.eclipse.jst.jsf.facesconfig.tests/test.xml')
-rw-r--r--jsf/tests/org.eclipse.jst.jsf.facesconfig.tests/test.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jsf/tests/org.eclipse.jst.jsf.facesconfig.tests/test.xml b/jsf/tests/org.eclipse.jst.jsf.facesconfig.tests/test.xml
index 22483be50..00b108027 100644
--- a/jsf/tests/org.eclipse.jst.jsf.facesconfig.tests/test.xml
+++ b/jsf/tests/org.eclipse.jst.jsf.facesconfig.tests/test.xml
@@ -1,5 +1,18 @@
<?xml version="1.0"?>
+<!--
+ Copyright (c) 2007, 2019 IBM Corporation and others.
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+
<project name="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->
<!-- Set a meaningful default value for when it is not. -->

Back to the top