Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-20 09:51:40 +0000
committerLars Vogel2018-08-20 09:51:40 +0000
commite7bbc38b3ed56beed7a9fbda2be42b357833406c (patch)
tree860416c618695428b0847e631517040f66cbbef7 /bundles/org.eclipse.team.cvs.core
parent754910f570b70fe6055082f00b0e3595677db27c (diff)
downloadeclipse.platform.team-e7bbc38b3ed56beed7a9fbda2be42b357833406c.tar.gz
eclipse.platform.team-e7bbc38b3ed56beed7a9fbda2be42b357833406c.tar.xz
eclipse.platform.team-e7bbc38b3ed56beed7a9fbda2be42b357833406c.zip
Bug 530393 - EPL 2.0 for exsd in platform.teamI20180821-0800I20180820-2000I20180820-0800
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: I01b12269957690c11542e0f1c62266a466fd43b4 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core')
-rw-r--r--bundles/org.eclipse.team.cvs.core/schema/authenticator.exsd5
-rw-r--r--bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd5
-rw-r--r--bundles/org.eclipse.team.cvs.core/schema/filemodificationvalidator.exsd5
3 files changed, 12 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/schema/authenticator.exsd b/bundles/org.eclipse.team.cvs.core/schema/authenticator.exsd
index 7f2bdb1c6..994e0a1d0 100644
--- a/bundles/org.eclipse.team.cvs.core/schema/authenticator.exsd
+++ b/bundles/org.eclipse.team.cvs.core/schema/authenticator.exsd
@@ -90,7 +90,10 @@
</appInfo>
<documentation>
Copyright (c) 2004 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 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;
+
+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;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.team.cvs.core/schema/connectionmethods.exsd b/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd
index 95dfea0bb..422c16510 100644
--- a/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd
+++ b/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd
@@ -139,7 +139,10 @@
</appInfo>
<documentation>
Copyright (c) 2004 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 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;
+
+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;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.team.cvs.core/schema/filemodificationvalidator.exsd b/bundles/org.eclipse.team.cvs.core/schema/filemodificationvalidator.exsd
index 250ce3df2..ce3bc43e6 100644
--- a/bundles/org.eclipse.team.cvs.core/schema/filemodificationvalidator.exsd
+++ b/bundles/org.eclipse.team.cvs.core/schema/filemodificationvalidator.exsd
@@ -90,7 +90,10 @@
</appInfo>
<documentation>
Copyright (c) 2004 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 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;
+
+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;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