Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-20 09:52:54 +0000
committerLars Vogel2018-08-20 09:52:54 +0000
commite43ea99cfa86d467e6a86768a2e39b56ded8c8eb (patch)
tree377d61cf608712a4ef4a2eb5c6d62eed7f61effd /org.eclipse.ui.externaltools/schema
parente0d947804d1461c23eb7d6e44f8063a5e12512a8 (diff)
downloadeclipse.platform.debug-e43ea99cfa86d467e6a86768a2e39b56ded8c8eb.tar.gz
eclipse.platform.debug-e43ea99cfa86d467e6a86768a2e39b56ded8c8eb.tar.xz
eclipse.platform.debug-e43ea99cfa86d467e6a86768a2e39b56ded8c8eb.zip
Bug 530393 - EPL 2.0 for exsd in platform.debugI20180821-0800I20180820-2000
Based on the following regex. find . -type f -name "*.exsd" -exec sed -i -E 's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\&quot;\&gt;http:\/\/www.eclipse.org\/legal\/epl-v10.html\&lt;\/a\&gt;/https:\/\/www.eclipse.org\/legal\/epl-2.0\&quot;\&gt;https:\/\/www.eclipse.org\/legal\/epl-v20.html\&lt;\/a\&gt;\/\n\nSPDX-License-Identifier: EPL-2.0/' {} + find . -type f -name "*.exsd" | xargs sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' find . -type f -name "*.exsd" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I560e99597565ce4ddf645ff1632b84603cb30086 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.ui.externaltools/schema')
-rw-r--r--org.eclipse.ui.externaltools/schema/configurationDuplicationMaps.exsd9
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.ui.externaltools/schema/configurationDuplicationMaps.exsd b/org.eclipse.ui.externaltools/schema/configurationDuplicationMaps.exsd
index 2708f4d25..3ce9caa11 100644
--- a/org.eclipse.ui.externaltools/schema/configurationDuplicationMaps.exsd
+++ b/org.eclipse.ui.externaltools/schema/configurationDuplicationMaps.exsd
@@ -107,10 +107,13 @@ should be created.
</appinfo>
<documentation>
Copyright (c) 2003, 2005 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made
-available under the terms of the Eclipse Public License v1.0 which
+
+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
-&lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
+&lt;a href=&quot;https://www.eclipse.org/legal/epl-2.0&quot;&gt;https://www.eclipse.org/legal/epl-v20.html&lt;/a&gt;/
+
+SPDX-License-Identifier: EPL-2.0
</documentation>
</annotation>

Back to the top