Bug 530393 - EPL 2.0 for exsd in JDT UI

This updates the exsd definitions to EPL 2.0.

Regex used:

find . -type f -name "*.exsd" -exec sed -i -E
's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\"\>http:\/\/www.eclipse.org\/legal\/epl-v10.html\<\/a\>/https:\/\/www.eclipse.org\/legal\/epl-2.0\"\>https:\/\/www.eclipse.org\/legal\/epl-v20.html\<\/a\>\/\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: I0daee7ec0e140a23fe8e52638dc99ef6218af17a
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/org.eclipse.jdt.core.manipulation/schema/changeMethodSignatureParticipants.exsd b/org.eclipse.jdt.core.manipulation/schema/changeMethodSignatureParticipants.exsd
index 3aab553..e92be29 100644
--- a/org.eclipse.jdt.core.manipulation/schema/changeMethodSignatureParticipants.exsd
+++ b/org.eclipse.jdt.core.manipulation/schema/changeMethodSignatureParticipants.exsd
@@ -151,7 +151,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2007, 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/org.eclipse.jdt.junit.core/schema/internal_testKinds.exsd b/org.eclipse.jdt.junit.core/schema/internal_testKinds.exsd
index 632e4d0..837ed2b 100644
--- a/org.eclipse.jdt.junit.core/schema/internal_testKinds.exsd
+++ b/org.eclipse.jdt.junit.core/schema/internal_testKinds.exsd
@@ -140,7 +140,10 @@
       </appinfo>
       <documentation>
          Copyright (c) 2006, 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/org.eclipse.jdt.junit.core/schema/testRunListeners.exsd b/org.eclipse.jdt.junit.core/schema/testRunListeners.exsd
index d60a693..67b71e9 100644
--- a/org.eclipse.jdt.junit.core/schema/testRunListeners.exsd
+++ b/org.eclipse.jdt.junit.core/schema/testRunListeners.exsd
@@ -109,7 +109,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/org.eclipse.jdt.junit/schema/junitLaunchConfigs.exsd b/org.eclipse.jdt.junit/schema/junitLaunchConfigs.exsd
index dfb8ec8..8d82421 100644
--- a/org.eclipse.jdt.junit/schema/junitLaunchConfigs.exsd
+++ b/org.eclipse.jdt.junit/schema/junitLaunchConfigs.exsd
@@ -106,7 +106,10 @@
       </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/org.eclipse.jdt.ui/schema/classpathAttributeConfiguration.exsd b/org.eclipse.jdt.ui/schema/classpathAttributeConfiguration.exsd
index a5f6993..ec7612a 100644
--- a/org.eclipse.jdt.ui/schema/classpathAttributeConfiguration.exsd
+++ b/org.eclipse.jdt.ui/schema/classpathAttributeConfiguration.exsd
@@ -121,7 +121,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 2006 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/org.eclipse.jdt.ui/schema/classpathContainerPage.exsd b/org.eclipse.jdt.ui/schema/classpathContainerPage.exsd
index 83959d9..d98e262 100644
--- a/org.eclipse.jdt.ui/schema/classpathContainerPage.exsd
+++ b/org.eclipse.jdt.ui/schema/classpathContainerPage.exsd
@@ -112,7 +112,10 @@
       </appinfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.jdt.ui/schema/classpathFixProcessors.exsd b/org.eclipse.jdt.ui/schema/classpathFixProcessors.exsd
index 6e35cdc..1731500 100644
--- a/org.eclipse.jdt.ui/schema/classpathFixProcessors.exsd
+++ b/org.eclipse.jdt.ui/schema/classpathFixProcessors.exsd
@@ -164,7 +164,10 @@
       </appinfo>
       <documentation>
          Copyright (c) 2007, 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/org.eclipse.jdt.ui/schema/cleanUps.exsd b/org.eclipse.jdt.ui/schema/cleanUps.exsd
index ee2e2da..81468a6 100644
--- a/org.eclipse.jdt.ui/schema/cleanUps.exsd
+++ b/org.eclipse.jdt.ui/schema/cleanUps.exsd
@@ -218,7 +218,10 @@
       </appinfo>
       <documentation>
          Copyright (c) 2008, 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/org.eclipse.jdt.ui/schema/foldingStructureProviders.exsd b/org.eclipse.jdt.ui/schema/foldingStructureProviders.exsd
index 95870ac..9bccff9 100644
--- a/org.eclipse.jdt.ui/schema/foldingStructureProviders.exsd
+++ b/org.eclipse.jdt.ui/schema/foldingStructureProviders.exsd
@@ -135,7 +135,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 2004 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/org.eclipse.jdt.ui/schema/javaCompletionProposalComputer.exsd b/org.eclipse.jdt.ui/schema/javaCompletionProposalComputer.exsd
index abf1586..b52e9e9 100644
--- a/org.eclipse.jdt.ui/schema/javaCompletionProposalComputer.exsd
+++ b/org.eclipse.jdt.ui/schema/javaCompletionProposalComputer.exsd
@@ -227,7 +227,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2006, 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/org.eclipse.jdt.ui/schema/javaCompletionProposalSorters.exsd b/org.eclipse.jdt.ui/schema/javaCompletionProposalSorters.exsd
index 8a6cd20..e1898b5 100644
--- a/org.eclipse.jdt.ui/schema/javaCompletionProposalSorters.exsd
+++ b/org.eclipse.jdt.ui/schema/javaCompletionProposalSorters.exsd
@@ -142,7 +142,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2006 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/org.eclipse.jdt.ui/schema/javaEditorTextHovers.exsd b/org.eclipse.jdt.ui/schema/javaEditorTextHovers.exsd
index 86d8c5f..1d2fb3e 100644
--- a/org.eclipse.jdt.ui/schema/javaEditorTextHovers.exsd
+++ b/org.eclipse.jdt.ui/schema/javaEditorTextHovers.exsd
@@ -136,7 +136,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 2004 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/org.eclipse.jdt.ui/schema/javaElementFilters.exsd b/org.eclipse.jdt.ui/schema/javaElementFilters.exsd
index 437a02d..47ac0ac 100644
--- a/org.eclipse.jdt.ui/schema/javaElementFilters.exsd
+++ b/org.eclipse.jdt.ui/schema/javaElementFilters.exsd
@@ -161,7 +161,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.jdt.ui/schema/javadocCompletionProcessor.exsd b/org.eclipse.jdt.ui/schema/javadocCompletionProcessor.exsd
index 2e7598c..2db202a 100644
--- a/org.eclipse.jdt.ui/schema/javadocCompletionProcessor.exsd
+++ b/org.eclipse.jdt.ui/schema/javadocCompletionProcessor.exsd
@@ -130,7 +130,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 2006 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/org.eclipse.jdt.ui/schema/javadocExportWizardPage.exsd b/org.eclipse.jdt.ui/schema/javadocExportWizardPage.exsd
index 6c73607..9ace7db 100644
--- a/org.eclipse.jdt.ui/schema/javadocExportWizardPage.exsd
+++ b/org.eclipse.jdt.ui/schema/javadocExportWizardPage.exsd
@@ -115,7 +115,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2007 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/org.eclipse.jdt.ui/schema/queryParticipants.exsd b/org.eclipse.jdt.ui/schema/queryParticipants.exsd
index 7e9d448..cbd44bc 100644
--- a/org.eclipse.jdt.ui/schema/queryParticipants.exsd
+++ b/org.eclipse.jdt.ui/schema/queryParticipants.exsd
@@ -141,7 +141,10 @@
       </appinfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.jdt.ui/schema/quickAssistProcessors.exsd b/org.eclipse.jdt.ui/schema/quickAssistProcessors.exsd
index e8e8b9a..a9714be 100644
--- a/org.eclipse.jdt.ui/schema/quickAssistProcessors.exsd
+++ b/org.eclipse.jdt.ui/schema/quickAssistProcessors.exsd
@@ -159,7 +159,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.jdt.ui/schema/quickFixProcessors.exsd b/org.eclipse.jdt.ui/schema/quickFixProcessors.exsd
index fe45155..9033065 100644
--- a/org.eclipse.jdt.ui/schema/quickFixProcessors.exsd
+++ b/org.eclipse.jdt.ui/schema/quickFixProcessors.exsd
@@ -196,7 +196,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.ltk.core.refactoring/schema/copyParticipants.exsd b/org.eclipse.ltk.core.refactoring/schema/copyParticipants.exsd
index 478d374..3d78b03 100644
--- a/org.eclipse.ltk.core.refactoring/schema/copyParticipants.exsd
+++ b/org.eclipse.ltk.core.refactoring/schema/copyParticipants.exsd
@@ -162,7 +162,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.ltk.core.refactoring/schema/createParticipants.exsd b/org.eclipse.ltk.core.refactoring/schema/createParticipants.exsd
index 407bc4f..274c618 100644
--- a/org.eclipse.ltk.core.refactoring/schema/createParticipants.exsd
+++ b/org.eclipse.ltk.core.refactoring/schema/createParticipants.exsd
@@ -151,7 +151,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.ltk.core.refactoring/schema/deleteParticipants.exsd b/org.eclipse.ltk.core.refactoring/schema/deleteParticipants.exsd
index a888791..46e7023 100644
--- a/org.eclipse.ltk.core.refactoring/schema/deleteParticipants.exsd
+++ b/org.eclipse.ltk.core.refactoring/schema/deleteParticipants.exsd
@@ -151,7 +151,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.ltk.core.refactoring/schema/moveParticipants.exsd b/org.eclipse.ltk.core.refactoring/schema/moveParticipants.exsd
index 151cfb7..bcb5113 100644
--- a/org.eclipse.ltk.core.refactoring/schema/moveParticipants.exsd
+++ b/org.eclipse.ltk.core.refactoring/schema/moveParticipants.exsd
@@ -152,7 +152,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.ltk.core.refactoring/schema/refactoringContributions.exsd b/org.eclipse.ltk.core.refactoring/schema/refactoringContributions.exsd
index 56e7d03..94b75fb 100644
--- a/org.eclipse.ltk.core.refactoring/schema/refactoringContributions.exsd
+++ b/org.eclipse.ltk.core.refactoring/schema/refactoringContributions.exsd
@@ -112,7 +112,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2006 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/org.eclipse.ltk.core.refactoring/schema/renameParticipants.exsd b/org.eclipse.ltk.core.refactoring/schema/renameParticipants.exsd
index b2810a0..1f4c066 100644
--- a/org.eclipse.ltk.core.refactoring/schema/renameParticipants.exsd
+++ b/org.eclipse.ltk.core.refactoring/schema/renameParticipants.exsd
@@ -174,7 +174,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.ltk.ui.refactoring/schema/changePreviewViewers.exsd b/org.eclipse.ltk.ui.refactoring/schema/changePreviewViewers.exsd
index a22cb52..43afc93 100644
--- a/org.eclipse.ltk.ui.refactoring/schema/changePreviewViewers.exsd
+++ b/org.eclipse.ltk.ui.refactoring/schema/changePreviewViewers.exsd
@@ -133,7 +133,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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/org.eclipse.ltk.ui.refactoring/schema/statusContextViewers.exsd b/org.eclipse.ltk.ui.refactoring/schema/statusContextViewers.exsd
index 7428c7e..950b156 100644
--- a/org.eclipse.ltk.ui.refactoring/schema/statusContextViewers.exsd
+++ b/org.eclipse.ltk.ui.refactoring/schema/statusContextViewers.exsd
@@ -133,7 +133,10 @@
       </appInfo>
       <documentation>
          Copyright (c) 2001, 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>