Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-20 09:52:54 +0000
committerLars Vogel2018-08-20 09:52:54 +0000
commite43ea99cfa86d467e6a86768a2e39b56ded8c8eb (patch)
tree377d61cf608712a4ef4a2eb5c6d62eed7f61effd /org.eclipse.debug.ui
parente0d947804d1461c23eb7d6e44f8063a5e12512a8 (diff)
downloadeclipse.platform.debug-e43ea99cfa86d467e6a86768a2e39b56ded8c8eb.tar.gz
eclipse.platform.debug-e43ea99cfa86d467e6a86768a2e39b56ded8c8eb.tar.xz
eclipse.platform.debug-e43ea99cfa86d467e6a86768a2e39b56ded8c8eb.zip
Bug 530393 - EPL 2.0 for exsd in platform.debugI20180821-0800I20180820-2000
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: I560e99597565ce4ddf645ff1632b84603cb30086 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/schema/breakpointOrganizers.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/consoleColorProviders.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/consoleLineTrackers.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/contextViewBindings.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/debugModelContextBindings.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/debugModelPresentations.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/detailPaneFactories.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/launchConfigurationTabGroups.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/launchGroups.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/launchShortcuts.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/memoryRenderings.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/stringVariablePresentations.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd9
-rw-r--r--org.eclipse.debug.ui/schema/variableValueEditors.exsd9
17 files changed, 102 insertions, 51 deletions
diff --git a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
index 118ea1226..d8b5ccb7d 100644
--- a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
+++ b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
@@ -143,10 +143,13 @@ In the above example, the supplied factory will be included in the list of optio
</appInfo>
<documentation>
Copyright (c) 2005 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/org.eclipse.debug.ui/schema/consoleColorProviders.exsd b/org.eclipse.debug.ui/schema/consoleColorProviders.exsd
index e7be4e731..0466abcd5 100644
--- a/org.eclipse.debug.ui/schema/consoleColorProviders.exsd
+++ b/org.eclipse.debug.ui/schema/consoleColorProviders.exsd
@@ -111,10 +111,13 @@ In the above example, the contributed color provider will be used for processes
</appInfo>
<documentation>
Copyright (c) 2000, 2005 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/org.eclipse.debug.ui/schema/consoleLineTrackers.exsd b/org.eclipse.debug.ui/schema/consoleLineTrackers.exsd
index 7b9d2ebf3..03ec3d046 100644
--- a/org.eclipse.debug.ui/schema/consoleLineTrackers.exsd
+++ b/org.eclipse.debug.ui/schema/consoleLineTrackers.exsd
@@ -112,10 +112,13 @@ In the above example, the contributed line tracker will be notified as lines are
</appInfo>
<documentation>
Copyright (c) 2000, 2005 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/org.eclipse.debug.ui/schema/contextViewBindings.exsd b/org.eclipse.debug.ui/schema/contextViewBindings.exsd
index 234636851..3b1dbed78 100644
--- a/org.eclipse.debug.ui/schema/contextViewBindings.exsd
+++ b/org.eclipse.debug.ui/schema/contextViewBindings.exsd
@@ -152,10 +152,13 @@ In the above example, when a context with the specified identifier is activated
</appInfo>
<documentation>
Copyright (c) 2003, 2005 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/org.eclipse.debug.ui/schema/debugModelContextBindings.exsd b/org.eclipse.debug.ui/schema/debugModelContextBindings.exsd
index f7b729e1e..553c99a5d 100644
--- a/org.eclipse.debug.ui/schema/debugModelContextBindings.exsd
+++ b/org.eclipse.debug.ui/schema/debugModelContextBindings.exsd
@@ -99,10 +99,13 @@ In the above example, when a stack frame with the debug model identifier of &quo
</appinfo>
<documentation>
Copyright (c) 2004, 2005 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/org.eclipse.debug.ui/schema/debugModelPresentations.exsd b/org.eclipse.debug.ui/schema/debugModelPresentations.exsd
index b577aecc4..42ab33c76 100644
--- a/org.eclipse.debug.ui/schema/debugModelPresentations.exsd
+++ b/org.eclipse.debug.ui/schema/debugModelPresentations.exsd
@@ -122,10 +122,13 @@ qualified class name of a Java class that implements
</appinfo>
<documentation>
Copyright (c) 2000, 2005 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/org.eclipse.debug.ui/schema/detailPaneFactories.exsd b/org.eclipse.debug.ui/schema/detailPaneFactories.exsd
index 9471d729b..ad932ef7d 100644
--- a/org.eclipse.debug.ui/schema/detailPaneFactories.exsd
+++ b/org.eclipse.debug.ui/schema/detailPaneFactories.exsd
@@ -139,10 +139,13 @@ Views with detail panes allow users select from available detail panes via the c
</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
+
+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/org.eclipse.debug.ui/schema/launchConfigurationTabGroups.exsd b/org.eclipse.debug.ui/schema/launchConfigurationTabGroups.exsd
index d4c7b1695..ca45ce890 100644
--- a/org.eclipse.debug.ui/schema/launchConfigurationTabGroups.exsd
+++ b/org.eclipse.debug.ui/schema/launchConfigurationTabGroups.exsd
@@ -175,10 +175,13 @@ interface &lt;code&gt;org.eclipse.debug.ui.ILaunchConfigurationTabGroup&lt;/code
</appinfo>
<documentation>
Copyright (c) 2000, 2005 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/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd b/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd
index b764fef23..38242aed0 100644
--- a/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd
+++ b/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd
@@ -158,10 +158,13 @@
</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
+
+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/org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd b/org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd
index 8257be2a7..797bed89e 100644
--- a/org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd
+++ b/org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd
@@ -87,10 +87,13 @@
</appinfo>
<documentation>
Copyright (c) 2000, 2005 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/org.eclipse.debug.ui/schema/launchGroups.exsd b/org.eclipse.debug.ui/schema/launchGroups.exsd
index 322d1cbf8..0bf2766ee 100644
--- a/org.eclipse.debug.ui/schema/launchGroups.exsd
+++ b/org.eclipse.debug.ui/schema/launchGroups.exsd
@@ -158,10 +158,13 @@ In the above example, the launch group will consist of all launch configurations
</appinfo>
<documentation>
Copyright (c) 2000, 2005 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/org.eclipse.debug.ui/schema/launchShortcuts.exsd b/org.eclipse.debug.ui/schema/launchShortcuts.exsd
index 164054931..0c06ca405 100644
--- a/org.eclipse.debug.ui/schema/launchShortcuts.exsd
+++ b/org.eclipse.debug.ui/schema/launchShortcuts.exsd
@@ -418,10 +418,13 @@ Example of a description for the run mode only:
</appInfo>
<documentation>
Copyright (c) 2000, 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
+
+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/org.eclipse.debug.ui/schema/memoryRenderings.exsd b/org.eclipse.debug.ui/schema/memoryRenderings.exsd
index 132a7cbe0..ad8021b5c 100644
--- a/org.eclipse.debug.ui/schema/memoryRenderings.exsd
+++ b/org.eclipse.debug.ui/schema/memoryRenderings.exsd
@@ -202,10 +202,13 @@ The debug platform provides a memory view to host renderings.
</appinfo>
<documentation>
Copyright (c) 2004, 2005 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/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd b/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
index 277d5e0b9..6a6fbbe60 100644
--- a/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
+++ b/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
@@ -128,10 +128,13 @@
</appinfo>
<documentation>
Copyright (c) 2003, 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;
+&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.debug.ui/schema/stringVariablePresentations.exsd b/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
index 613c623a9..95be5db0c 100644
--- a/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
+++ b/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
@@ -103,10 +103,13 @@ In the above example, the contributed presentation will be used for the variable
</appInfo>
<documentation>
Copyright (c) 2003, 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
+
+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/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd b/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd
index d8d748138..7812426e7 100644
--- a/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd
+++ b/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd
@@ -153,10 +153,13 @@
</appinfo>
<documentation>
Copyright (c) 2007, 2011 Wind River Systems 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
+
+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/org.eclipse.debug.ui/schema/variableValueEditors.exsd b/org.eclipse.debug.ui/schema/variableValueEditors.exsd
index b30281ab2..f6e25e0c2 100644
--- a/org.eclipse.debug.ui/schema/variableValueEditors.exsd
+++ b/org.eclipse.debug.ui/schema/variableValueEditors.exsd
@@ -103,10 +103,13 @@
</appinfo>
<documentation>
Copyright (c) 2004, 2005 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>

Back to the top