Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-17 15:09:19 +0000
committerAlexander Kurtakov2018-08-21 15:15:06 +0000
commit6edbf3c4db5bb12c8bc2947626dfea16803466c7 (patch)
treedddc0bb4356780bd2632d865476d19772625cb3c /bundles/org.eclipse.e4.ui.css.swt.theme
parent801ccaac4b0a7683ccc807b30ea1870ccf8c67c0 (diff)
downloadeclipse.platform.ui-6edbf3c4db5bb12c8bc2947626dfea16803466c7.tar.gz
eclipse.platform.ui-6edbf3c4db5bb12c8bc2947626dfea16803466c7.tar.xz
eclipse.platform.ui-6edbf3c4db5bb12c8bc2947626dfea16803466c7.zip
Bug 535802 - EPL-2.0 for eclipse.platform.ui for exsd schemas
Regex used: 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: I8a2688cff2d10c9dd256aa6cbd9e4c217b5b4277 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.e4.ui.css.swt.theme')
-rw-r--r--bundles/org.eclipse.e4.ui.css.swt.theme/schema/org.eclipse.e4.ui.css.swt.theme.exsd9
1 files changed, 6 insertions, 3 deletions
diff --git a/bundles/org.eclipse.e4.ui.css.swt.theme/schema/org.eclipse.e4.ui.css.swt.theme.exsd b/bundles/org.eclipse.e4.ui.css.swt.theme/schema/org.eclipse.e4.ui.css.swt.theme.exsd
index a91b402b118..8a0f8358ec6 100644
--- a/bundles/org.eclipse.e4.ui.css.swt.theme/schema/org.eclipse.e4.ui.css.swt.theme.exsd
+++ b/bundles/org.eclipse.e4.ui.css.swt.theme/schema/org.eclipse.e4.ui.css.swt.theme.exsd
@@ -255,12 +255,15 @@ The CSS theme and the legacy Colors and Fonts association:
</appinfo>
<documentation>
Copyright (c) 2010 Tom Schindl 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;
+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