Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-17 14:19:47 +0000
committerAlexander Kurtakov2018-08-21 07:00:29 +0000
commitd2d5d956511e0e5061442146426c094b3be08576 (patch)
treeab45907c64558215287e039af3b90cebea1295e9 /org.eclipse.ua.tests/data/cheatsheet
parent0c979ec30b3e5125033f2aa232b78daf9a920642 (diff)
downloadeclipse.platform.ua-d2d5d956511e0e5061442146426c094b3be08576.tar.gz
eclipse.platform.ua-d2d5d956511e0e5061442146426c094b3be08576.tar.xz
eclipse.platform.ua-d2d5d956511e0e5061442146426c094b3be08576.zip
Updates all files except exsd and pom files to EPL 2.0 This repos does not include JDT templates for new Java files. Also fixed manually /org.eclipse.help.base/doc/book.css Regex used: find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ic868435cfed4d834b36b51fc3f1b936ceaaec84d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.ua.tests/data/cheatsheet')
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/BackwardDependency.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/CircularDependency.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/CompositeNoName.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/DependencyInvalidId.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/DependencyWithoutId.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/DuplicateTaskId.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/EmptyChoice.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/GuideWithoutTasks.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/InvalidRoot.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/InvalidTaskGroupKind.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskInvalidKind.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskWithoutKind.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoName.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoValue.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/SelfDependency.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/SetWithNoChildren.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/SingleTask.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/SolutionGuide1.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/TaskDependency.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/TaskNoName.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/TwoRootTasks.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/composite/ValidParameter.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/contexts.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ActionAndPerformWhen.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingClass.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingPluginId.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidNumber.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidRange.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_NotDefined.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndAction.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndSubitem.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/Command_MissingSerialization.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingCondition.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingSubItem.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ConfirmTrueRequiredFalse.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDefined.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDescriptions.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_MissingDescription.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_ManyDescriptions.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingDescription.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingTitle.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_NotDefined.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingAction.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingCondition.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingSubItem.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingValues.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/SubItem_MissingLabel.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/SubitemAndPerformWhen.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/TwoActions.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/TwoCommands.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/TwoPerformWhen.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/no_error/ConfirmRequired.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/other/NoActions.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/other/TestActions.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/other/TestCommand.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/search/CSSearchTest.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/search/CompositeSearchTest.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorld.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithExtensions.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithSubitems.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/TestActions.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/TestCSActions.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/TestContext_Help.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/TestDescriptionFormatting.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/TestDynamicSubItems.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/TestOpeningURL.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/TestParameters.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraAttr.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraElement.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraAttr.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraElement.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraAttr.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraElement.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/DescriptionElement_ExtraElements.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraAttr.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraElement.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraAttr.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraElement.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraAttr.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraElement.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraElement.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraAttr.xml9
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraElement.xml9
87 files changed, 522 insertions, 261 deletions
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/BackwardDependency.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/BackwardDependency.xml
index 2aad8f4dc..259d53d5a 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/BackwardDependency.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/BackwardDependency.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/CircularDependency.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/CircularDependency.xml
index 8c6e9c209..323d55747 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/CircularDependency.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/CircularDependency.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/CompositeNoName.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/CompositeNoName.xml
index 7adec6477..fbe15df12 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/CompositeNoName.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/CompositeNoName.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/DependencyInvalidId.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/DependencyInvalidId.xml
index c3be30ca1..0cbbee480 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/DependencyInvalidId.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/DependencyInvalidId.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/DependencyWithoutId.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/DependencyWithoutId.xml
index 364a6a255..7bc59d4a2 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/DependencyWithoutId.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/DependencyWithoutId.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/DuplicateTaskId.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/DuplicateTaskId.xml
index bb1b90a0a..13e9c861d 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/DuplicateTaskId.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/DuplicateTaskId.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/EmptyChoice.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/EmptyChoice.xml
index ebb30d6b9..d8a316680 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/EmptyChoice.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/EmptyChoice.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/GuideWithoutTasks.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/GuideWithoutTasks.xml
index 02c04a491..ccf3c2361 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/GuideWithoutTasks.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/GuideWithoutTasks.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/InvalidRoot.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/InvalidRoot.xml
index d718a9689..62ae173d8 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/InvalidRoot.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/InvalidRoot.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/InvalidTaskGroupKind.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/InvalidTaskGroupKind.xml
index 941e9a08e..7e36a729a 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/InvalidTaskGroupKind.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/InvalidTaskGroupKind.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskInvalidKind.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskInvalidKind.xml
index bf6625d44..b9f68d240 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskInvalidKind.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskInvalidKind.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskWithoutKind.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskWithoutKind.xml
index b84af5a9c..bb167a1de 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskWithoutKind.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/LeafTaskWithoutKind.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoName.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoName.xml
index 161b67677..fe018295e 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoName.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoName.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoValue.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoValue.xml
index dd7a0fd4a..01c249fd8 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoValue.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/ParamNoValue.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/SelfDependency.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/SelfDependency.xml
index f738a8573..a02b51dc6 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/SelfDependency.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/SelfDependency.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/SetWithNoChildren.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/SetWithNoChildren.xml
index f36a29665..32342a2b1 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/SetWithNoChildren.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/SetWithNoChildren.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/SingleTask.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/SingleTask.xml
index 6670b2be1..ba64c2486 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/SingleTask.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/SingleTask.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/SolutionGuide1.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/SolutionGuide1.xml
index 7e16913fe..375b279ff 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/SolutionGuide1.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/SolutionGuide1.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/TaskDependency.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/TaskDependency.xml
index 78775eeff..b8f900982 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/TaskDependency.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/TaskDependency.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/TaskNoName.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/TaskNoName.xml
index 83016dd47..01df6136b 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/TaskNoName.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/TaskNoName.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/TwoRootTasks.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/TwoRootTasks.xml
index b7407adae..06c9fd63d 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/TwoRootTasks.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/TwoRootTasks.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/composite/ValidParameter.xml b/org.eclipse.ua.tests/data/cheatsheet/composite/ValidParameter.xml
index 65b629771..d22e88b1f 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/composite/ValidParameter.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/composite/ValidParameter.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/contexts.xml b/org.eclipse.ua.tests/data/cheatsheet/contexts.xml
index 7cba7794c..87c8d96e0 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/contexts.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/contexts.xml
@@ -2,10 +2,13 @@
<?NLS TYPE="org.eclipse.help.contexts"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionAndPerformWhen.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionAndPerformWhen.xml
index aedeac9d8..c0672764d 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionAndPerformWhen.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionAndPerformWhen.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingClass.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingClass.xml
index 76af13317..d83027398 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingClass.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingClass.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingPluginId.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingPluginId.xml
index 109a0ac5c..d61d9ac70 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingPluginId.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_MissingPluginId.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidNumber.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidNumber.xml
index 4dcfab330..1b177f1aa 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidNumber.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidNumber.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidRange.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidRange.xml
index 1470d9609..2b0d3dda4 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidRange.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ActionElement_ParamInvalidRange.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml
index f7630c90b..66e801526 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_NotDefined.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_NotDefined.xml
index 08b2e645a..5fb79592c 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_NotDefined.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_NotDefined.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndAction.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndAction.xml
index 3f7fd0f30..98ed4fd11 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndAction.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndAction.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndSubitem.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndSubitem.xml
index 42330793a..1ad9af216 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndSubitem.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/CommandAndSubitem.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/Command_MissingSerialization.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/Command_MissingSerialization.xml
index a9870014b..20868a406 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/Command_MissingSerialization.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/Command_MissingSerialization.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingCondition.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingCondition.xml
index e7597c68d..70dbbe054 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingCondition.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingCondition.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingSubItem.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingSubItem.xml
index 95c80a22c..fcac8317e 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingSubItem.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/CondSubItem_MissingSubItem.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ConfirmTrueRequiredFalse.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ConfirmTrueRequiredFalse.xml
index d2d5eaffc..f9188b8bd 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ConfirmTrueRequiredFalse.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ConfirmTrueRequiredFalse.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2007 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDefined.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDefined.xml
index 10f58a74c..2e3f4451b 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDefined.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDefined.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDescriptions.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDescriptions.xml
index 49692912e..023a183d7 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDescriptions.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_ManyDescriptions.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_MissingDescription.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_MissingDescription.xml
index 841a61e0c..35f6f5931 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_MissingDescription.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_MissingDescription.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml
index c6028bf90..b86ff0c33 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_ManyDescriptions.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_ManyDescriptions.xml
index 5e37b6ee2..9a495ffec 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_ManyDescriptions.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_ManyDescriptions.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingDescription.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingDescription.xml
index f959e9127..4f1010eb2 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingDescription.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingDescription.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingTitle.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingTitle.xml
index 0d9e4750b..32ae41675 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingTitle.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_MissingTitle.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_NotDefined.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_NotDefined.xml
index e483f6e18..12ebed2a4 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_NotDefined.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/ItemElement_NotDefined.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingAction.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingAction.xml
index bc1db92b7..00ba8e16b 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingAction.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingAction.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingCondition.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingCondition.xml
index b2b50616c..fa13db058 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingCondition.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/PerformWhen_MissingCondition.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingSubItem.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingSubItem.xml
index 93497121a..51e23a9db 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingSubItem.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingSubItem.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingValues.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingValues.xml
index 1b72ecc8d..21bcb9653 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingValues.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/RepSubItem_MissingValues.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/SubItem_MissingLabel.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/SubItem_MissingLabel.xml
index 0ffd3035f..6de441e98 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/SubItem_MissingLabel.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/SubItem_MissingLabel.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/SubitemAndPerformWhen.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/SubitemAndPerformWhen.xml
index bc24c6553..59aa18a98 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/SubitemAndPerformWhen.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/SubitemAndPerformWhen.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoActions.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoActions.xml
index 30564e854..bcb72b692 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoActions.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoActions.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoCommands.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoCommands.xml
index 3d094c23c..ee3877d1f 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoCommands.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoCommands.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoPerformWhen.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoPerformWhen.xml
index edabe10b9..b5fe1db1f 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoPerformWhen.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/TwoPerformWhen.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/no_error/ConfirmRequired.xml b/org.eclipse.ua.tests/data/cheatsheet/no_error/ConfirmRequired.xml
index 8977548e4..a9cbe76ad 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/no_error/ConfirmRequired.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/no_error/ConfirmRequired.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2007 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/other/NoActions.xml b/org.eclipse.ua.tests/data/cheatsheet/other/NoActions.xml
index b2479fb27..2763856c2 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/other/NoActions.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/other/NoActions.xml
@@ -2,10 +2,13 @@
<!--
Copyright (c) 2005, 2007 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/other/TestActions.xml b/org.eclipse.ua.tests/data/cheatsheet/other/TestActions.xml
index ac087e768..bc16cf8ac 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/other/TestActions.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/other/TestActions.xml
@@ -2,10 +2,13 @@
<!--
Copyright (c) 2005, 2007 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/other/TestCommand.xml b/org.eclipse.ua.tests/data/cheatsheet/other/TestCommand.xml
index 9b74e8da7..fc0d804aa 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/other/TestCommand.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/other/TestCommand.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2007 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/search/CSSearchTest.xml b/org.eclipse.ua.tests/data/cheatsheet/search/CSSearchTest.xml
index 01868bcd2..48ee7abca 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/search/CSSearchTest.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/search/CSSearchTest.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/search/CompositeSearchTest.xml b/org.eclipse.ua.tests/data/cheatsheet/search/CompositeSearchTest.xml
index d9e7803eb..243f8db82 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/search/CompositeSearchTest.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/search/CompositeSearchTest.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorld.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorld.xml
index a2d5ac511..a62630ff4 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorld.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorld.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithExtensions.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithExtensions.xml
index 249b3e0f1..ce57cc12a 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithExtensions.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithExtensions.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithSubitems.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithSubitems.xml
index bf4594b59..9df3bec61 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithSubitems.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/HelloWorldWithSubitems.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/TestActions.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/TestActions.xml
index f8fc22f83..53be708f6 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/TestActions.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/TestActions.xml
@@ -2,10 +2,13 @@
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/TestCSActions.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/TestCSActions.xml
index 639b22c85..c7480763a 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/TestCSActions.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/TestCSActions.xml
@@ -2,10 +2,13 @@
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/TestContext_Help.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/TestContext_Help.xml
index 3ccfabd54..d73628b1b 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/TestContext_Help.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/TestContext_Help.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/TestDescriptionFormatting.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/TestDescriptionFormatting.xml
index 5a7add4d7..18f7c94d6 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/TestDescriptionFormatting.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/TestDescriptionFormatting.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/TestDynamicSubItems.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/TestDynamicSubItems.xml
index e2f9d48dd..a99e26734 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/TestDynamicSubItems.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/TestDynamicSubItems.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/TestOpeningURL.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/TestOpeningURL.xml
index 71b44b4a0..5500b967d 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/TestOpeningURL.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/TestOpeningURL.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/TestParameters.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/TestParameters.xml
index 9fb86e467..542af3976 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/TestParameters.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/TestParameters.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml
index 9c29e37d1..cd78cfbba 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraAttr.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraAttr.xml
index a767a10cf..abacbfa05 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraAttr.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraAttr.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraElement.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraElement.xml
index aeb5e8b10..3c49a3721 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraElement.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ActionElement_ExtraElement.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraAttr.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraAttr.xml
index 0086afd21..e099ef759 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraAttr.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraAttr.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraElement.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraElement.xml
index e28142fb8..8d9cddd73 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraElement.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/CheatSheetElement_ExtraElement.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraAttr.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraAttr.xml
index 2abd73bb4..eaa1fe4f0 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraAttr.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraAttr.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraElement.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraElement.xml
index cf8f77fd2..25e041032 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraElement.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ConditionalSubItem_ExtraElement.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/DescriptionElement_ExtraElements.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/DescriptionElement_ExtraElements.xml
index 778925cf1..451c60028 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/DescriptionElement_ExtraElements.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/DescriptionElement_ExtraElements.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraAttr.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraAttr.xml
index 5c75f9eec..26b018612 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraAttr.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraAttr.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraElement.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraElement.xml
index b8c550fbc..2ce239d2b 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraElement.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/IntroElement_ExtraElement.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraAttr.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraAttr.xml
index 61e19c8a7..f4e99fac2 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraAttr.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraAttr.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraElement.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraElement.xml
index d48605427..014f7583f 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraElement.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/ItemElement_ExtraElement.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraAttr.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraAttr.xml
index 782a52658..3463fbcc2 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraAttr.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraAttr.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraElement.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraElement.xml
index 2e72c338a..b53473ca1 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraElement.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/PerformWhen_ExtraElement.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml
index eb8399cc8..5ef42b9b8 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraElement.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraElement.xml
index 82fcc44d2..242c379d2 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraElement.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraElement.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraAttr.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraAttr.xml
index d9ccf3de0..c7cdb5968 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraAttr.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraAttr.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraElement.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraElement.xml
index 44cc11c5f..1dd0dbcd2 100644
--- a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraElement.xml
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/SubItemElement_ExtraElement.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2005, 2006 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
+
+ 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
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation

Back to the top