Skip to content

Commit

Permalink
[535301] Updating org.eclipse.uml2.capabilities to EPL v2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khussey committed Nov 21, 2018
1 parent 6cc072d commit 49bcb30
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 26 deletions.
2 changes: 1 addition & 1 deletion plugins/org.eclipse.uml2.capabilities/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.uml2.capabilities;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.uml2.capabilities/about.html
Expand Up @@ -14,7 +14,7 @@ <h3>License</h3>
<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
Expand Down
13 changes: 8 additions & 5 deletions plugins/org.eclipse.uml2.capabilities/build.properties
@@ -1,13 +1,16 @@
###############################################################################
# Copyright (c) 2009 IBM Corporation and others.
# Copyright (c) 2009, 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 Corporation - initial API and implementation
###############################################################################
# Kenn Hussey - 535301
#

# NLS_MESSAGEFORMAT_VAR

bin.includes = plugin.xml,\
plugin.properties,\
META-INF/,\
Expand Down
27 changes: 10 additions & 17 deletions plugins/org.eclipse.uml2.capabilities/plugin.properties
@@ -1,23 +1,16 @@
# /**
# * <copyright>
# *
# * Copyright (c) 2009 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
# * which accompanies this distribution, and is available at
# * http://www.eclipse.org/legal/epl-v10.html
# *
# * Contributors:
# * IBM - initial API and implementation
# *
# * </copyright>
# *
# * $Id: plugin.properties,v 1.1 2009/04/20 17:56:36 jbruck Exp $
# */
# Copyright (c) 2009, 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 v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# IBM - initial API and implementation
# Kenn Hussey - 535301
#

# NLS_MESSAGEFORMAT_VAR


pluginName = UML2 Capabilities
providerName = Eclipse Modeling Project

Expand Down
4 changes: 2 additions & 2 deletions plugins/org.eclipse.uml2.capabilities/plugin.xml
Expand Up @@ -2,9 +2,9 @@
<?eclipse version="3.0"?><!--
Copyright (c) 2009 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 Corporation - initial API and implementation
Expand Down

0 comments on commit 49bcb30

Please sign in to comment.