[535301] Updating o.e.u.examples.gettingstarted to EPL v2.0.
diff --git a/examples/org.eclipse.uml2.examples.gettingstarted/META-INF/MANIFEST.MF b/examples/org.eclipse.uml2.examples.gettingstarted/META-INF/MANIFEST.MF
index b6fe5dd..08670e6 100644
--- a/examples/org.eclipse.uml2.examples.gettingstarted/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.uml2.examples.gettingstarted/META-INF/MANIFEST.MF
@@ -2,9 +2,10 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.uml2.examples.gettingstarted
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.5.0.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.uml2.uml;bundle-version="[5.4.0,6.0.0)",
  org.eclipse.uml2.uml.resources;bundle-version="[5.4.0,6.0.0)"
+Automatic-Module-Name: org.eclipse.uml2.examples.gettingstarted
diff --git a/examples/org.eclipse.uml2.examples.gettingstarted/build.properties b/examples/org.eclipse.uml2.examples.gettingstarted/build.properties
index a9fa4dd..0ee1781 100644
--- a/examples/org.eclipse.uml2.examples.gettingstarted/build.properties
+++ b/examples/org.eclipse.uml2.examples.gettingstarted/build.properties
@@ -1,11 +1,12 @@
-# Copyright (c) 2014 CEA and others.
+# Copyright (c) 2014, 2018 CEA 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:
 #   Christian W. Damus (CEA) - initial API and implementation
+#   Kenn Hussey - 535301
 #
 source.. = src/
 output.. = bin/
diff --git a/examples/org.eclipse.uml2.examples.gettingstarted/plugin.properties b/examples/org.eclipse.uml2.examples.gettingstarted/plugin.properties
index fa4aec2..c193f00 100644
--- a/examples/org.eclipse.uml2.examples.gettingstarted/plugin.properties
+++ b/examples/org.eclipse.uml2.examples.gettingstarted/plugin.properties
@@ -1,11 +1,12 @@
-# Copyright (c) 2014 CEA and others.
+# Copyright (c) 2014, 2018 CEA 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:
 #   Christian W. Damus (CEA) - initial API and implementation
+#   Kenn Hussey - 535301
 #
 
 # NLS_MESSAGEFORMAT_VAR
diff --git a/examples/org.eclipse.uml2.examples.gettingstarted/src/org/eclipse/uml2/examples/gettingstarted/GettingStartedWithUML2.java b/examples/org.eclipse.uml2.examples.gettingstarted/src/org/eclipse/uml2/examples/gettingstarted/GettingStartedWithUML2.java
index 8712d94..2a6eaa8 100644
--- a/examples/org.eclipse.uml2.examples.gettingstarted/src/org/eclipse/uml2/examples/gettingstarted/GettingStartedWithUML2.java
+++ b/examples/org.eclipse.uml2.examples.gettingstarted/src/org/eclipse/uml2/examples/gettingstarted/GettingStartedWithUML2.java
@@ -1,13 +1,14 @@
 /*
- * Copyright (c) 2014 CEA and others.
+ * Copyright (c) 2014, 2018 CEA 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:
  *   Christian W. Damus (CEA) - initial API and implementation
+ *   Kenn Hussey - 535301
  *
  */
 package org.eclipse.uml2.examples.gettingstarted;