Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-17 14:01:19 +0000
committerLars Vogel2018-08-17 14:01:19 +0000
commit737cccaae5f28a8b8e34e82abe89fd5f9fedd13f (patch)
tree0b0c62acbdf900d4e6ee229ed2cf17fc3aeed6ad /bundles/org.eclipse.core.runtime/schema
parent079a9738ebf39397b2b95b779ff051405d25bc5c (diff)
downloadeclipse.platform.runtime-737cccaae5f28a8b8e34e82abe89fd5f9fedd13f.tar.gz
eclipse.platform.runtime-737cccaae5f28a8b8e34e82abe89fd5f9fedd13f.tar.xz
eclipse.platform.runtime-737cccaae5f28a8b8e34e82abe89fd5f9fedd13f.zip
The following regex was 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: I3db9b1614c2e88706c222688938e396853e09c8d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.core.runtime/schema')
-rw-r--r--bundles/org.eclipse.core.runtime/schema/contentTypes.exsd9
-rw-r--r--bundles/org.eclipse.core.runtime/schema/preferences.exsd9
2 files changed, 12 insertions, 6 deletions
diff --git a/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd b/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
index d54200717..b7a937474 100644
--- a/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
+++ b/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
@@ -353,12 +353,15 @@ Also, the org.eclipse.core.runtime plug-in provides ready-to-use implementations
</appinfo>
<documentation>
Copyright (c) 2004, 2008 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;
+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>
diff --git a/bundles/org.eclipse.core.runtime/schema/preferences.exsd b/bundles/org.eclipse.core.runtime/schema/preferences.exsd
index 8d8e7f977..23d40910f 100644
--- a/bundles/org.eclipse.core.runtime/schema/preferences.exsd
+++ b/bundles/org.eclipse.core.runtime/schema/preferences.exsd
@@ -188,12 +188,15 @@ If the client chooses to let the Eclipse Platform handle the preference nodes bu
</appInfo>
<documentation>
Copyright (c) 2004, 2014 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;
+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