[EPLv2] Updated documentation to refer to EPL v2

The developer documentation contains the copyright message
to add to new source files which in turn contains a reference
to the license. This has now been updated to refer to EPL v2.

This commit addresses Bug 546480.
diff --git a/bundles/org.eclipse.capra.documentation/docu/capraDocumentation.html b/bundles/org.eclipse.capra.documentation/docu/capraDocumentation.html
index 8822a78..ce54a9e 100644
--- a/bundles/org.eclipse.capra.documentation/docu/capraDocumentation.html
+++ b/bundles/org.eclipse.capra.documentation/docu/capraDocumentation.html
@@ -478,12 +478,15 @@
 		</p>
 		<pre><code>Copyright (c) ${date} Chalmers | University of Gothenburg, rt-labs and others.
 All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
+are made available under the terms of the Eclipse Public License v2.0
 which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
-</code></pre>
-		<pre><code>Contributors:
-bc.     Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
+http://www.eclipse.org/legal/epl-v20.html
+
+SPDX-License-Identifier: EPL-2.0
+
+Contributors:
+    Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
+    Chalmers | University of Gothenburg - additional features, updated API
 </code></pre>
 		<p>The Contributors entry can be replaced with the appropriate names. Use &#8220;Fix copyrights&#8221; from the context menu to add the copyrights to all relevant files in a project or folder.</p>
 		<h2 id="references">Rerefences</h2>
diff --git a/bundles/org.eclipse.capra.documentation/docu/capraDocumentation.textile b/bundles/org.eclipse.capra.documentation/docu/capraDocumentation.textile
index e609891..2d44565 100644
--- a/bundles/org.eclipse.capra.documentation/docu/capraDocumentation.textile
+++ b/bundles/org.eclipse.capra.documentation/docu/capraDocumentation.textile
@@ -360,16 +360,19 @@
 
 Install the "Eclipse Releng Tools":https://wiki.eclipse.org/Development_Resources/How_to_Use_Eclipse_Copyright_Tool. They contain the copyright tool. Use the following copyright header:
 
-bc. Copyright (c) ${date} Chalmers | University of Gothenburg, rt-labs and others.
+bc.. Copyright (c) ${date} Chalmers | University of Gothenburg, rt-labs and others.
 All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
+are made available under the terms of the Eclipse Public License v2.0
 which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
- 
-bc. Contributors:
-bc.     Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
+http://www.eclipse.org/legal/epl-v20.html
 
-The Contributors entry can be replaced with the appropriate names. Use "Fix copyrights" from the context menu to add the copyrights to all relevant files in a project or folder.
+SPDX-License-Identifier: EPL-2.0
+ 
+Contributors:
+   Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
+   Chalmers | University of Gothenburg - additional features, updated API
+
+p. The Contributors entry can be replaced with the appropriate names. Use "Fix copyrights" from the context menu to add the copyrights to all relevant files in a project or folder.
 
 h2(#references). Rerefences
 
diff --git a/bundles/org.eclipse.capra.documentation/images/Capra Documentation.md b/bundles/org.eclipse.capra.documentation/images/Capra Documentation.md
index b1698d7..d79cdb0 100644
--- a/bundles/org.eclipse.capra.documentation/images/Capra Documentation.md
+++ b/bundles/org.eclipse.capra.documentation/images/Capra Documentation.md
@@ -401,12 +401,15 @@
 ```
 Copyright (c) ${date} Chalmers | University of Gothenburg, rt-labs and others.
 All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
+are made available under the terms of the Eclipse Public License v2.0
 which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
+http://www.eclipse.org/legal/epl-v20.html
  
-  Contributors:
+SPDX-License-Identifier: EPL-2.0
+ 
+Contributors:
      Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
+     Chalmers | University of Gothenburg - additional features, updated API
 ```
 
 The Contributors entry can be replaced with the appropriate names. Use "Fix copyrights" from the context menu to add the copyrights to all relevant files in a project or folder.