Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-27 13:52:47 +0000
committerLars Vogel2018-08-27 13:52:47 +0000
commitd84835ced3ab1f04ef028439b71dc924b01af68c (patch)
treee1decbbe1857efac279fc27a78d4bd9f8959b498 /bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties
parent5dcc6271c7cc4177fee6a4e0652611a54c8788ea (diff)
downloadrt.equinox.framework-d84835ced3ab1f04ef028439b71dc924b01af68c.tar.gz
rt.equinox.framework-d84835ced3ab1f04ef028439b71dc924b01af68c.tar.xz
rt.equinox.framework-d84835ced3ab1f04ef028439b71dc924b01af68c.zip
Bug 535802 - EPL-2.0 for plug-ins in equinox.framework for launcher code
Moved adjusted bundles/org.eclipse.osgi/systembundle.properties to another commit Script used: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ie8e63482fe13ccd4ca8180dc3237d87509182f8c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties9
1 files changed, 6 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties
index e346b95f5..ff56973dd 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2011 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