Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2018-11-21 21:14:09 +0000
committerKenn Hussey2018-11-21 21:14:09 +0000
commitf37decc9ef98b89ce44fb867d97d553a4da48669 (patch)
tree9953a184b6d3b7482a2bd5fc5341ad107fdd9e5c /plugins
parent7dc2d3a7ec7cb62a790785ed8536ad739fb5fb2d (diff)
downloadorg.eclipse.uml2-f37decc9ef98b89ce44fb867d97d553a4da48669.tar.gz
org.eclipse.uml2-f37decc9ef98b89ce44fb867d97d553a4da48669.tar.xz
org.eclipse.uml2-f37decc9ef98b89ce44fb867d97d553a4da48669.zip
[535301] Updating org.eclipse.uml2 to EPL v2.0.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.uml2/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.uml2/about.html2
-rw-r--r--plugins/org.eclipse.uml2/about.mappings6
-rw-r--r--plugins/org.eclipse.uml2/about.properties6
-rw-r--r--plugins/org.eclipse.uml2/build.properties8
-rw-r--r--plugins/org.eclipse.uml2/plugin.properties8
-rw-r--r--plugins/org.eclipse.uml2/templates/Header.javajetinc8
-rw-r--r--plugins/org.eclipse.uml2/templates/Header.propertiesjetinc8
-rw-r--r--plugins/org.eclipse.uml2/templates/Header.xmljetinc8
9 files changed, 28 insertions, 28 deletions
diff --git a/plugins/org.eclipse.uml2/META-INF/MANIFEST.MF b/plugins/org.eclipse.uml2/META-INF/MANIFEST.MF
index c38395e0e..4174ed9d9 100644
--- a/plugins/org.eclipse.uml2/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.uml2/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.uml2
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.5.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.uml2/about.html b/plugins/org.eclipse.uml2/about.html
index 598b36848..1a90f7e71 100644
--- a/plugins/org.eclipse.uml2/about.html
+++ b/plugins/org.eclipse.uml2/about.html
@@ -14,7 +14,7 @@
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+at <a href="http://www.eclipse.org/legal/epl-v20.html">http://www.eclipse.org/legal/epl-v20.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
diff --git a/plugins/org.eclipse.uml2/about.mappings b/plugins/org.eclipse.uml2/about.mappings
index c101df071..71a9ec6e3 100644
--- a/plugins/org.eclipse.uml2/about.mappings
+++ b/plugins/org.eclipse.uml2/about.mappings
@@ -1,8 +1,8 @@
-# Copyright (c) 2006, 2017 IBM Corporation and others.
+# Copyright (c) 2006, 2018 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
+# 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:
# IBM - initial API and implementation
diff --git a/plugins/org.eclipse.uml2/about.properties b/plugins/org.eclipse.uml2/about.properties
index b2c4fa135..6ffe126c9 100644
--- a/plugins/org.eclipse.uml2/about.properties
+++ b/plugins/org.eclipse.uml2/about.properties
@@ -1,13 +1,13 @@
# Copyright (c) 2006, 2018 IBM Corporation, Embarcadero Technologies, 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:
# IBM - initial API and implementation
# Kenn Hussey (Embarcadero Technologies) - 219804, 204200
-# Kenn Hussey - 323181, 530555
+# Kenn Hussey - 323181, 530555, 535301
# Kenn Hussey (CEA) - 286404, 485756, 511674
#
diff --git a/plugins/org.eclipse.uml2/build.properties b/plugins/org.eclipse.uml2/build.properties
index 732d927f6..52cde182c 100644
--- a/plugins/org.eclipse.uml2/build.properties
+++ b/plugins/org.eclipse.uml2/build.properties
@@ -1,14 +1,14 @@
-# Copyright (c) 2006, 2011 IBM Corporation, CEA, and others.
+# Copyright (c) 2006, 2018 IBM Corporation, 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:
# IBM - initial API and implementation
# Kenn Hussey (CEA) - 327039
+# Kenn Hussey - 535301
#
-# $Id: build.properties,v 1.4 2007/04/04 02:20:03 khussey Exp $
# NLS_MESSAGEFORMAT_VAR
bin.includes = about.*,\
diff --git a/plugins/org.eclipse.uml2/plugin.properties b/plugins/org.eclipse.uml2/plugin.properties
index 3ba9ad4f4..86e3cdae0 100644
--- a/plugins/org.eclipse.uml2/plugin.properties
+++ b/plugins/org.eclipse.uml2/plugin.properties
@@ -1,14 +1,14 @@
-# Copyright (c) 2006, 2009 IBM Corporation, Embarcadero Technologies, and others.
+# Copyright (c) 2006, 2018 IBM Corporation, Embarcadero Technologies, 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:
# IBM - initial API and implementation
# Kenn Hussey (Embarcadero Technologies) - 204200
+# Kenn Hussey - 535301
#
-# $Id: plugin.properties,v 1.4 2009/04/07 18:25:09 jbruck Exp $
# NLS_MESSAGEFORMAT_VAR
diff --git a/plugins/org.eclipse.uml2/templates/Header.javajetinc b/plugins/org.eclipse.uml2/templates/Header.javajetinc
index e819f42bc..76d28670b 100644
--- a/plugins/org.eclipse.uml2/templates/Header.javajetinc
+++ b/plugins/org.eclipse.uml2/templates/Header.javajetinc
@@ -1,11 +1,11 @@
/*
- * Copyright (c) 2014 CEA and others.
+ * Copyright (c) 2018 Kenn Hussey 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:
- * Kenn Hussey (CEA) - initial API and implementation
+ * Kenn Hussey - initial API and implementation
*
*/
diff --git a/plugins/org.eclipse.uml2/templates/Header.propertiesjetinc b/plugins/org.eclipse.uml2/templates/Header.propertiesjetinc
index 757ced506..3079440c2 100644
--- a/plugins/org.eclipse.uml2/templates/Header.propertiesjetinc
+++ b/plugins/org.eclipse.uml2/templates/Header.propertiesjetinc
@@ -1,9 +1,9 @@
-# Copyright (c) 2014 CEA and others.
+# Copyright (c) 2018 Kenn Hussey 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:
-# Kenn Hussey (CEA) - initial API and implementation
+# Kenn Hussey - initial API and implementation
#
diff --git a/plugins/org.eclipse.uml2/templates/Header.xmljetinc b/plugins/org.eclipse.uml2/templates/Header.xmljetinc
index 3c3498115..690d855cb 100644
--- a/plugins/org.eclipse.uml2/templates/Header.xmljetinc
+++ b/plugins/org.eclipse.uml2/templates/Header.xmljetinc
@@ -1,11 +1,11 @@
<!--
- Copyright (c) 2014 CEA and others.
+ Copyright (c) 2018 Kenn Hussey 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:
- Kenn Hussey (CEA) - initial API and implementation
+ Kenn Hussey - initial API and implementation
-->

Back to the top