Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-21 10:01:30 +0000
committerAlexander Kurtakov2018-08-21 14:46:12 +0000
commitb0c189c8afdc81327876f42df63ad7c5ffbdeb30 (patch)
tree5766ba570773fcd03066813b6bf1381a37c31d4d /org.eclipse.ui.genericeditor.tests/plugin.xml
parent20233bb70140b4eb8ede3eade458b265e36757d6 (diff)
downloadeclipse.platform.text-b0c189c8afdc81327876f42df63ad7c5ffbdeb30.tar.gz
eclipse.platform.text-b0c189c8afdc81327876f42df63ad7c5ffbdeb30.tar.xz
eclipse.platform.text-b0c189c8afdc81327876f42df63ad7c5ffbdeb30.zip
Bug 530393 - EPL 2.0 update for platform.text test bundles
Update all sources files except .exsd files, Java pref files and pom files Regex 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: Ib0696b0bfadec3d64cdc0064d35fb952e3953055 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.ui.genericeditor.tests/plugin.xml')
-rw-r--r--org.eclipse.ui.genericeditor.tests/plugin.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.ui.genericeditor.tests/plugin.xml b/org.eclipse.ui.genericeditor.tests/plugin.xml
index a65580a0934..e107937b3a6 100644
--- a/org.eclipse.ui.genericeditor.tests/plugin.xml
+++ b/org.eclipse.ui.genericeditor.tests/plugin.xml
@@ -2,10 +2,12 @@
<?eclipse version="3.4"?>
<!-- ====================================================================== -->
<!-- Copyright (c) 2016, 2017 Red Hat Inc. 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: -->
<!-- Sopot Cela & Mickael Istria (Red Hat Inc). -initial implementation -->

Back to the top