Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-21 15:33:10 +0000
committerLars Vogel2018-08-21 15:33:10 +0000
commitce0619d9a16e807c86e98f48531acbd651bb5ef5 (patch)
treec2fd438ac107c3bf79a587938125369c25fe3293
parentc6758f9a2a8798baa99335a48a0adbf6741a2b36 (diff)
downloadrt.equinox.framework-ce0619d9a16e807c86e98f48531acbd651bb5ef5.tar.gz
rt.equinox.framework-ce0619d9a16e807c86e98f48531acbd651bb5ef5.tar.xz
rt.equinox.framework-ce0619d9a16e807c86e98f48531acbd651bb5ef5.zip
Bug 535802 - EPL-2.0 for releng folder in equinox.frameworkI20180822-0800I20180821-2000
Affects only one file. Change-Id: Ie266b0d26c7579b22f891e2ccc4a6be3fc46e287 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 6bfd7b425..d3f764b76 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009, 2017 IBM Corporation and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation

Back to the top