Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-27 13:53:28 +0000
committerLars Vogel2018-08-27 13:57:26 +0000
commit2014d1a33823f3f4730cdca445e6c16ad35aca4c (patch)
tree64d82d4dffa7e5fd3e6e33e0af684e43924f422c /bundles/org.eclipse.osgi.tests/bundles_src/test.dynamicimport
parentd84835ced3ab1f04ef028439b71dc924b01af68c (diff)
downloadrt.equinox.framework-2014d1a33823f3f4730cdca445e6c16ad35aca4c.tar.gz
rt.equinox.framework-2014d1a33823f3f4730cdca445e6c16ad35aca4c.tar.xz
rt.equinox.framework-2014d1a33823f3f4730cdca445e6c16ad35aca4c.zip
Bug 535802 - EPL-2.0 for plug-ins in equinox.framework for osgi tests
Change-Id: Id92ea99f5fb16a9ab2235d52a720c50f6d056466 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/bundles_src/test.dynamicimport')
-rw-r--r--bundles/org.eclipse.osgi.tests/bundles_src/test.dynamicimport/test/dynamicimport/Activator.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi.tests/bundles_src/test.dynamicimport/test/dynamicimport/Activator.java b/bundles/org.eclipse.osgi.tests/bundles_src/test.dynamicimport/test/dynamicimport/Activator.java
index dcb7d4766..67fc93930 100644
--- a/bundles/org.eclipse.osgi.tests/bundles_src/test.dynamicimport/test/dynamicimport/Activator.java
+++ b/bundles/org.eclipse.osgi.tests/bundles_src/test.dynamicimport/test/dynamicimport/Activator.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2015 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