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
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>
-rw-r--r--bundles/org.eclipse.compare/schema/compareFilters.exsd5
-rw-r--r--bundles/org.eclipse.compare/schema/contentMergeViewers.exsd5
-rw-r--r--bundles/org.eclipse.compare/schema/contentViewers.exsd5
-rw-r--r--bundles/org.eclipse.compare/schema/streamMergers.exsd5
-rw-r--r--bundles/org.eclipse.compare/schema/structureCreators.exsd5
-rw-r--r--bundles/org.eclipse.compare/schema/structureMergeViewers.exsd5
-rw-r--r--bundles/org.eclipse.jsch.core/schema/identity_repository.exsd5
-rw-r--r--bundles/org.eclipse.team.core/schema/bundleImporters.exsd9
-rw-r--r--bundles/org.eclipse.team.core/schema/defaultFileModificationValidator.exsd5
-rw-r--r--bundles/org.eclipse.team.core/schema/fileTypes.exsd5
-rw-r--r--bundles/org.eclipse.team.core/schema/ignore.exsd5
-rw-r--r--bundles/org.eclipse.team.core/schema/projectSets.exsd5
-rw-r--r--bundles/org.eclipse.team.core/schema/repository.exsd5
-rw-r--r--bundles/org.eclipse.team.core/schema/storageMergers.exsd5
-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
-rw-r--r--bundles/org.eclipse.team.ui/schema/configurationWizards.exsd5
-rw-r--r--bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd5
-rw-r--r--bundles/org.eclipse.team.ui/schema/synchronizeParticipants.exsd5
-rw-r--r--bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd5
-rw-r--r--bundles/org.eclipse.team.ui/schema/teamContentProviders.exsd9
-rw-r--r--bundles/org.eclipse.team.ui/schema/teamDecorators.exsd9
-rw-r--r--examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd5
24 files changed, 102 insertions, 30 deletions
diff --git a/bundles/org.eclipse.compare/schema/compareFilters.exsd b/bundles/org.eclipse.compare/schema/compareFilters.exsd
index 55b04a3bd..26af233f0 100644
--- a/bundles/org.eclipse.compare/schema/compareFilters.exsd
+++ b/bundles/org.eclipse.compare/schema/compareFilters.exsd
@@ -276,7 +276,10 @@ the text content type:
</appInfo>
<documentation>
Copyright (c) 2013 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 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.compare/schema/contentMergeViewers.exsd b/bundles/org.eclipse.compare/schema/contentMergeViewers.exsd
index 35ac4e5cd..bcf883b83 100644
--- a/bundles/org.eclipse.compare/schema/contentMergeViewers.exsd
+++ b/bundles/org.eclipse.compare/schema/contentMergeViewers.exsd
@@ -170,7 +170,10 @@ for text files (extension &quot;txt&quot;):
</appInfo>
<documentation>
Copyright (c) 2000, 2009 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 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.compare/schema/contentViewers.exsd b/bundles/org.eclipse.compare/schema/contentViewers.exsd
index b83bb6136..0fd715243 100644
--- a/bundles/org.eclipse.compare/schema/contentViewers.exsd
+++ b/bundles/org.eclipse.compare/schema/contentViewers.exsd
@@ -158,7 +158,10 @@ text and images.
</appinfo>
<documentation>
Copyright (c) 2000, 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 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.compare/schema/streamMergers.exsd b/bundles/org.eclipse.compare/schema/streamMergers.exsd
index 9edfc9a71..a03ebfef9 100644
--- a/bundles/org.eclipse.compare/schema/streamMergers.exsd
+++ b/bundles/org.eclipse.compare/schema/streamMergers.exsd
@@ -166,7 +166,10 @@ The extension point must implement the interface &lt;samp&gt;org.eclipse.compare
</appinfo>
<documentation>
Copyright (c) 2000, 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 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.compare/schema/structureCreators.exsd b/bundles/org.eclipse.compare/schema/structureCreators.exsd
index 318673e8e..7fc54e16d 100644
--- a/bundles/org.eclipse.compare/schema/structureCreators.exsd
+++ b/bundles/org.eclipse.compare/schema/structureCreators.exsd
@@ -157,7 +157,10 @@ java files (extension &quot;java&quot;):
</appInfo>
<documentation>
Copyright (c) 2000, 2010 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 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.compare/schema/structureMergeViewers.exsd b/bundles/org.eclipse.compare/schema/structureMergeViewers.exsd
index 5ecec8d11..d5a40ae97 100644
--- a/bundles/org.eclipse.compare/schema/structureMergeViewers.exsd
+++ b/bundles/org.eclipse.compare/schema/structureMergeViewers.exsd
@@ -171,7 +171,10 @@ viewer for zip archives.
</appInfo>
<documentation>
Copyright (c) 2000, 2011 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 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.jsch.core/schema/identity_repository.exsd b/bundles/org.eclipse.jsch.core/schema/identity_repository.exsd
index 4f9a9b8dd..885288a9f 100644
--- a/bundles/org.eclipse.jsch.core/schema/identity_repository.exsd
+++ b/bundles/org.eclipse.jsch.core/schema/identity_repository.exsd
@@ -107,7 +107,10 @@ This factory is expected to create an instance of &lt;samp&gt;com.jcraft.jsch.Id
</appInfo>
<documentation>
Copyright (c) 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 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.core/schema/bundleImporters.exsd b/bundles/org.eclipse.team.core/schema/bundleImporters.exsd
index 35e80a223..316f47bd5 100644
--- a/bundles/org.eclipse.team.core/schema/bundleImporters.exsd
+++ b/bundles/org.eclipse.team.core/schema/bundleImporters.exsd
@@ -156,10 +156,13 @@ A bundle importer is capable of creating a project in the workspace based on a b
<documentation>
Copyright (c) 2011 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>
diff --git a/bundles/org.eclipse.team.core/schema/defaultFileModificationValidator.exsd b/bundles/org.eclipse.team.core/schema/defaultFileModificationValidator.exsd
index 4d1389845..d117df44f 100644
--- a/bundles/org.eclipse.team.core/schema/defaultFileModificationValidator.exsd
+++ b/bundles/org.eclipse.team.core/schema/defaultFileModificationValidator.exsd
@@ -89,7 +89,10 @@
</appInfo>
<documentation>
Copyright (c) 2004, 2011 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.core/schema/fileTypes.exsd b/bundles/org.eclipse.team.core/schema/fileTypes.exsd
index 4669233ae..526c4d4b8 100644
--- a/bundles/org.eclipse.team.core/schema/fileTypes.exsd
+++ b/bundles/org.eclipse.team.core/schema/fileTypes.exsd
@@ -118,7 +118,10 @@ Providers may provide an extension for this extension point. No code beyond the
</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.core/schema/ignore.exsd b/bundles/org.eclipse.team.core/schema/ignore.exsd
index 1e8898632..5b9dff121 100644
--- a/bundles/org.eclipse.team.core/schema/ignore.exsd
+++ b/bundles/org.eclipse.team.core/schema/ignore.exsd
@@ -108,7 +108,10 @@ Providers may provide an extension for this extension point. No code beyond the
</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.core/schema/projectSets.exsd b/bundles/org.eclipse.team.core/schema/projectSets.exsd
index 4ac44245e..fc07db3a4 100644
--- a/bundles/org.eclipse.team.core/schema/projectSets.exsd
+++ b/bundles/org.eclipse.team.core/schema/projectSets.exsd
@@ -101,7 +101,10 @@ A project set file may be used to provide team memebers with a simple way of cre
</appinfo>
<documentation>
Copyright (c) 2004, 2008 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.core/schema/repository.exsd b/bundles/org.eclipse.team.core/schema/repository.exsd
index c3d72c675..f72d04268 100644
--- a/bundles/org.eclipse.team.core/schema/repository.exsd
+++ b/bundles/org.eclipse.team.core/schema/repository.exsd
@@ -157,7 +157,10 @@ The optional RepositoryProviderType provides project set import and export throu
</appinfo>
<documentation>
Copyright (c) 2005, 2008 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.core/schema/storageMergers.exsd b/bundles/org.eclipse.team.core/schema/storageMergers.exsd
index 56b8421a6..eb97cce6d 100644
--- a/bundles/org.eclipse.team.core/schema/storageMergers.exsd
+++ b/bundles/org.eclipse.team.core/schema/storageMergers.exsd
@@ -158,7 +158,10 @@ The extension point must implement the interface &lt;samp&gt;org.eclipse.team.co
</appinfo>
<documentation>
Copyright (c) 2005, 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 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/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>
diff --git a/bundles/org.eclipse.team.ui/schema/configurationWizards.exsd b/bundles/org.eclipse.team.ui/schema/configurationWizards.exsd
index 81aeb79a4..c23c1c1d6 100644
--- a/bundles/org.eclipse.team.ui/schema/configurationWizards.exsd
+++ b/bundles/org.eclipse.team.ui/schema/configurationWizards.exsd
@@ -138,7 +138,10 @@ This interface supports configuration of a wizard given a workbench and a projec
</appInfo>
<documentation>
Copyright (c) 2002 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.ui/schema/scmUrlImportPages.exsd b/bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd
index ebfe5abe5..323184e5a 100644
--- a/bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd
+++ b/bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd
@@ -130,7 +130,10 @@ Providers may provide an extension for this extension point, and an implementati
</appInfo>
<documentation>
Copyright (c) 2011, 2012 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.ui/schema/synchronizeParticipants.exsd b/bundles/org.eclipse.team.ui/schema/synchronizeParticipants.exsd
index 8f81e53f8..495288b91 100644
--- a/bundles/org.eclipse.team.ui/schema/synchronizeParticipants.exsd
+++ b/bundles/org.eclipse.team.ui/schema/synchronizeParticipants.exsd
@@ -157,7 +157,10 @@ A participant is a generic component that provides access to creating a page and
</appInfo>
<documentation>
Copyright (c) 2005, 2009 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.ui/schema/synchronizeWizards.exsd b/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd
index 81a0cf3d6..b7854d2d8 100644
--- a/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd
+++ b/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd
@@ -151,7 +151,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.ui/schema/teamContentProviders.exsd b/bundles/org.eclipse.team.ui/schema/teamContentProviders.exsd
index 7b75469f2..b9abe1241 100644
--- a/bundles/org.eclipse.team.ui/schema/teamContentProviders.exsd
+++ b/bundles/org.eclipse.team.ui/schema/teamContentProviders.exsd
@@ -155,12 +155,15 @@
</appinfo>
<documentation>
Copyright (c) 2005, 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.team.ui/schema/teamDecorators.exsd b/bundles/org.eclipse.team.ui/schema/teamDecorators.exsd
index 229cece59..acb9cafa2 100644
--- a/bundles/org.eclipse.team.ui/schema/teamDecorators.exsd
+++ b/bundles/org.eclipse.team.ui/schema/teamDecorators.exsd
@@ -134,12 +134,15 @@
</appinfo>
<documentation>
Copyright (c) 2005, 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/examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd b/examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd
index 231bc5397..86fc56cbe 100644
--- a/examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd
+++ b/examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd
@@ -205,7 +205,10 @@ The following example illustrates a case where the text of a child element is us
</appinfo>
<documentation>
Copyright (c) 2000, 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 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