diff options
author | Ed Merks | 2018-06-26 17:17:53 +0000 |
---|---|---|
committer | Ed Merks | 2018-06-26 17:17:53 +0000 |
commit | e946acfddd5ef90a4ea99f801f72aa5e91c400e4 (patch) | |
tree | 9af5717e738e4ecda5eeadfe0876a0a8c022e7e2 /examples | |
parent | 38cdf4473bdb840534ecabb7b573ebc7b99b3594 (diff) | |
download | org.eclipse.emf-e946acfddd5ef90a4ea99f801f72aa5e91c400e4.tar.gz org.eclipse.emf-e946acfddd5ef90a4ea99f801f72aa5e91c400e4.tar.xz org.eclipse.emf-e946acfddd5ef90a4ea99f801f72aa5e91c400e4.zip |
[releng] Migrate to EPL 2.0.
Diffstat (limited to 'examples')
164 files changed, 308 insertions, 308 deletions
diff --git a/examples/org.eclipse.emf.activities/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.activities/META-INF/MANIFEST.MF index 837deaef8..068ca1317 100644 --- a/examples/org.eclipse.emf.activities/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.activities/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.activities; singleton:=true -Bundle-Version: 2.6.0.qualifier +Bundle-Version: 2.7.0.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Eclipse-LazyStart: true diff --git a/examples/org.eclipse.emf.activities/about.html b/examples/org.eclipse.emf.activities/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.activities/about.html +++ b/examples/org.eclipse.emf.activities/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.activities/plugin.properties b/examples/org.eclipse.emf.activities/plugin.properties index 7f7ae8f34..6a7d2a6f9 100644 --- a/examples/org.eclipse.emf.activities/plugin.properties +++ b/examples/org.eclipse.emf.activities/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-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 - Initial API and implementation diff --git a/examples/org.eclipse.emf.activities/pom.xml b/examples/org.eclipse.emf.activities/pom.xml index ff9535a79..2314dc8cf 100644 --- a/examples/org.eclipse.emf.activities/pom.xml +++ b/examples/org.eclipse.emf.activities/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.activities</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.examples-feature/feature.properties b/examples/org.eclipse.emf.examples-feature/feature.properties index 4d94b93ab..ca1debf5f 100644 --- a/examples/org.eclipse.emf.examples-feature/feature.properties +++ b/examples/org.eclipse.emf.examples-feature/feature.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-2011 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/examples/org.eclipse.emf.examples-feature/feature.xml b/examples/org.eclipse.emf.examples-feature/feature.xml index 167a6e090..72fd72a50 100644 --- a/examples/org.eclipse.emf.examples-feature/feature.xml +++ b/examples/org.eclipse.emf.examples-feature/feature.xml @@ -2,10 +2,10 @@ <feature id="org.eclipse.emf.examples" label="%featureName" - version="2.13.0.qualifier" + version="2.14.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.emf.license" - license-feature-version="2.9.0.qualifier"> + license-feature-version="2.10.0"> <description> %description @@ -14,9 +14,9 @@ <copyright> Copyright (c) 2004-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 </copyright> <license url="%licenseURL"> diff --git a/examples/org.eclipse.emf.examples-feature/pom.xml b/examples/org.eclipse.emf.examples-feature/pom.xml index 9bdcd478a..063c4b4b2 100644 --- a/examples/org.eclipse.emf.examples-feature/pom.xml +++ b/examples/org.eclipse.emf.examples-feature/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf.features</groupId> <artifactId>org.eclipse.emf.examples</artifactId> - <version>2.13.0-SNAPSHOT</version> + <version>2.14.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/examples/org.eclipse.emf.examples.databinding.project.core.model/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.examples.databinding.project.core.model/META-INF/MANIFEST.MF index aa3104b4f..16746a047 100644 --- a/examples/org.eclipse.emf.examples.databinding.project.core.model/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.examples.databinding.project.core.model/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.examples.databinding.project.core.model;singleton:=true -Bundle-Version: 1.2.0.qualifier +Bundle-Version: 1.3.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/examples/org.eclipse.emf.examples.databinding.project.core.model/about.html b/examples/org.eclipse.emf.examples.databinding.project.core.model/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.examples.databinding.project.core.model/about.html +++ b/examples/org.eclipse.emf.examples.databinding.project.core.model/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.examples.databinding.project.core.model/pom.xml b/examples/org.eclipse.emf.examples.databinding.project.core.model/pom.xml index f4f17ef4f..7f76ce1a2 100644 --- a/examples/org.eclipse.emf.examples.databinding.project.core.model/pom.xml +++ b/examples/org.eclipse.emf.examples.databinding.project.core.model/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.examples.databinding.project.core.model</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.examples.databinding.project.core/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.examples.databinding.project.core/META-INF/MANIFEST.MF index bd4b962d7..7ad43fe74 100644 --- a/examples/org.eclipse.emf.examples.databinding.project.core/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.examples.databinding.project.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-SymbolicName: org.eclipse.emf.examples.databinding.project.core -Bundle-Version: 1.1.0.qualifier +Bundle-Version: 1.2.0.qualifier Bundle-Activator: org.eclipse.emf.examples.databinding.project.core.internal.Activator Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)", diff --git a/examples/org.eclipse.emf.examples.databinding.project.core/about.html b/examples/org.eclipse.emf.examples.databinding.project.core/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.examples.databinding.project.core/about.html +++ b/examples/org.eclipse.emf.examples.databinding.project.core/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.examples.databinding.project.core/pom.xml b/examples/org.eclipse.emf.examples.databinding.project.core/pom.xml index 33ede1991..17b598b5f 100644 --- a/examples/org.eclipse.emf.examples.databinding.project.core/pom.xml +++ b/examples/org.eclipse.emf.examples.databinding.project.core/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.examples.databinding.project.core</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/META-INF/MANIFEST.MF index 95c19b1be..519906b13 100644 --- a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-SymbolicName: org.eclipse.emf.examples.databinding.project.ui.rcp;singleton:=true -Bundle-Version: 1.3.0.qualifier +Bundle-Version: 1.4.0.qualifier Bundle-Activator: org.eclipse.emf.example.databinding.project.ui.rcp.Activator Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)", org.eclipse.ui.forms;bundle-version="[3.5.0,4.0.0)", org.eclipse.emf.databinding;bundle-version="[1.4.0,2.0.0)", org.eclipse.emf.databinding.edit;bundle-version="[1.4.0,2.0.0)", - org.eclipse.emf.examples.databinding.project.core;bundle-version="[1.1.0,2.0.0)", + org.eclipse.emf.examples.databinding.project.core;bundle-version="[1.2.0,2.0.0)", org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)", org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)" Bundle-ActivationPolicy: lazy diff --git a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/about.html b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/about.html +++ b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/pom.xml b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/pom.xml index ab51e1ed6..afb66b451 100644 --- a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/pom.xml +++ b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.examples.databinding.project.ui.rcp</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.examples.generator.validator/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.examples.generator.validator/META-INF/MANIFEST.MF index 9ea1575e8..f9be8bbc7 100644 --- a/examples/org.eclipse.emf.examples.generator.validator/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.examples.generator.validator/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.examples.generator.validator;singleton:=true -Bundle-Version: 1.4.0.qualifier +Bundle-Version: 1.5.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.emf.examples.generator.validator.ValidatorGeneratorPlugin$Implementation Bundle-Vendor: %providerName diff --git a/examples/org.eclipse.emf.examples.generator.validator/about.html b/examples/org.eclipse.emf.examples.generator.validator/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.examples.generator.validator/about.html +++ b/examples/org.eclipse.emf.examples.generator.validator/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.examples.generator.validator/plugin.properties b/examples/org.eclipse.emf.examples.generator.validator/plugin.properties index 2bacbdf4d..4f8ad7a4f 100644 --- a/examples/org.eclipse.emf.examples.generator.validator/plugin.properties +++ b/examples/org.eclipse.emf.examples.generator.validator/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2006-2008 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/examples/org.eclipse.emf.examples.generator.validator/pom.xml b/examples/org.eclipse.emf.examples.generator.validator/pom.xml index 423e3285e..ac267997a 100644 --- a/examples/org.eclipse.emf.examples.generator.validator/pom.xml +++ b/examples/org.eclipse.emf.examples.generator.validator/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.examples.generator.validator</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/GenClassValidatorGeneratorAdapter.java b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/GenClassValidatorGeneratorAdapter.java index 51979084c..55e8f10fd 100644 --- a/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/GenClassValidatorGeneratorAdapter.java +++ b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/GenClassValidatorGeneratorAdapter.java @@ -1,9 +1,9 @@ /** * Copyright (c) 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 + * 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/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/GenModelValidatorGeneratorAdapter.java b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/GenModelValidatorGeneratorAdapter.java index 482d3ceed..914ee9a57 100644 --- a/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/GenModelValidatorGeneratorAdapter.java +++ b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/GenModelValidatorGeneratorAdapter.java @@ -1,9 +1,9 @@ /** * Copyright (c) 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 + * 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/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorAdapterFactory.java b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorAdapterFactory.java index ebaa4aff5..54181fbfa 100644 --- a/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorAdapterFactory.java +++ b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorAdapterFactory.java @@ -1,9 +1,9 @@ /** * Copyright (c) 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 + * 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/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorPlugin.java b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorPlugin.java index d6cb3a5bb..979692c93 100644 --- a/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorPlugin.java +++ b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorPlugin.java @@ -1,9 +1,9 @@ /** * Copyright (c) 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 + * 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/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorUtil.java b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorUtil.java index 99267ed54..f805d688d 100644 --- a/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorUtil.java +++ b/examples/org.eclipse.emf.examples.generator.validator/src/org/eclipse/emf/examples/generator/validator/ValidatorGeneratorUtil.java @@ -1,9 +1,9 @@ /** * Copyright (c) 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 + * 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/examples/org.eclipse.emf.examples.library.edit/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.examples.library.edit/META-INF/MANIFEST.MF index bf5cc5021..f9ccf2ccf 100644 --- a/examples/org.eclipse.emf.examples.library.edit/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.examples.library.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.examples.library.edit;singleton:=true -Bundle-Version: 2.7.0.qualifier +Bundle-Version: 2.8.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.emf.examples.extlibrary.provider.EXTLibraryEditPlugin$Implementation Bundle-Vendor: %providerName @@ -10,7 +10,7 @@ Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.eclipse.emf.examples.extlibrary.provider Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", - org.eclipse.emf.examples.library;bundle-version="[2.7.0,3.0.0)";visibility:=reexport, + org.eclipse.emf.examples.library;bundle-version="[2.8.0,3.0.0)";visibility:=reexport, org.eclipse.emf.edit;bundle-version="[2.13.0,3.0.0)";visibility:=reexport Eclipse-LazyStart: true Bundle-ActivationPolicy: lazy diff --git a/examples/org.eclipse.emf.examples.library.edit/about.html b/examples/org.eclipse.emf.examples.library.edit/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.examples.library.edit/about.html +++ b/examples/org.eclipse.emf.examples.library.edit/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.examples.library.edit/plugin.properties b/examples/org.eclipse.emf.examples.library.edit/plugin.properties index e0c1c64d0..afd73e6a7 100644 --- a/examples/org.eclipse.emf.examples.library.edit/plugin.properties +++ b/examples/org.eclipse.emf.examples.library.edit/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-2008 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/examples/org.eclipse.emf.examples.library.edit/pom.xml b/examples/org.eclipse.emf.examples.library.edit/pom.xml index daff051e2..ab8f21e5c 100644 --- a/examples/org.eclipse.emf.examples.library.edit/pom.xml +++ b/examples/org.eclipse.emf.examples.library.edit/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.examples.library.edit</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/AudioVisualItemItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/AudioVisualItemItemProvider.java index d02d59579..4a0b5f173 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/AudioVisualItemItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/AudioVisualItemItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BookItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BookItemProvider.java index 2e5fc3e55..c53e1104e 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BookItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BookItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BookOnTapeItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BookOnTapeItemProvider.java index 48dce303d..97f12a258 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BookOnTapeItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BookOnTapeItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BorrowerItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BorrowerItemProvider.java index d48672141..57726415e 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BorrowerItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/BorrowerItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/CirculatingItemItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/CirculatingItemItemProvider.java index c1c92e1fc..edf33ceab 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/CirculatingItemItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/CirculatingItemItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EXTLibraryEditPlugin.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EXTLibraryEditPlugin.java index 55669ff0b..54aae16a3 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EXTLibraryEditPlugin.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EXTLibraryEditPlugin.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EXTLibraryItemProviderAdapterFactory.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EXTLibraryItemProviderAdapterFactory.java index b69e90a78..66340325e 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EXTLibraryItemProviderAdapterFactory.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EXTLibraryItemProviderAdapterFactory.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EmployeeItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EmployeeItemProvider.java index 1a3970182..939833bed 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EmployeeItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/EmployeeItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/ItemItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/ItemItemProvider.java index 87fdf8543..21663dfa5 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/ItemItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/ItemItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/LibraryItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/LibraryItemProvider.java index 0b3267e73..53137f363 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/LibraryItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/LibraryItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/PeriodicalItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/PeriodicalItemProvider.java index 88aaa3a07..f8213d528 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/PeriodicalItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/PeriodicalItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/PersonItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/PersonItemProvider.java index 9bb8d8a2a..e2c3cc480 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/PersonItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/PersonItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/VideoCassetteItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/VideoCassetteItemProvider.java index dd4579b3f..c468482aa 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/VideoCassetteItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/VideoCassetteItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/WriterItemProvider.java b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/WriterItemProvider.java index a23425e64..8dd0216a1 100644 --- a/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/WriterItemProvider.java +++ b/examples/org.eclipse.emf.examples.library.edit/src/org/eclipse/emf/examples/extlibrary/provider/WriterItemProvider.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.editor/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.examples.library.editor/META-INF/MANIFEST.MF index ef4233a1b..f0efb08cc 100644 --- a/examples/org.eclipse.emf.examples.library.editor/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.examples.library.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.examples.library.editor;singleton:=true -Bundle-Version: 2.7.0.qualifier +Bundle-Version: 2.8.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditorPlugin$Implementation Bundle-Vendor: %providerName @@ -13,7 +13,7 @@ Export-Package: org.eclipse.emf.examples.extlibrary.presentation, org.eclipse.emf.examples.extlibrary.actions Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", org.eclipse.core.resources;bundle-version="[3.6.0,4.0.0)";visibility:=reexport, - org.eclipse.emf.examples.library.edit;bundle-version="[2.7.0,3.0.0)";visibility:=reexport, + org.eclipse.emf.examples.library.edit;bundle-version="[2.8.0,3.0.0)";visibility:=reexport, org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)";visibility:=reexport, org.eclipse.emf.edit.ui;bundle-version="[2.14.0,3.0.0)";visibility:=reexport, org.eclipse.ui.ide;bundle-version="[3.6.0,4.0.0)";visibility:=reexport diff --git a/examples/org.eclipse.emf.examples.library.editor/about.html b/examples/org.eclipse.emf.examples.library.editor/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.examples.library.editor/about.html +++ b/examples/org.eclipse.emf.examples.library.editor/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.examples.library.editor/plugin.properties b/examples/org.eclipse.emf.examples.library.editor/plugin.properties index 75085f978..d0dba28fc 100644 --- a/examples/org.eclipse.emf.examples.library.editor/plugin.properties +++ b/examples/org.eclipse.emf.examples.library.editor/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-2008 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/examples/org.eclipse.emf.examples.library.editor/pom.xml b/examples/org.eclipse.emf.examples.library.editor/pom.xml index 495b63d69..7570d1667 100644 --- a/examples/org.eclipse.emf.examples.library.editor/pom.xml +++ b/examples/org.eclipse.emf.examples.library.editor/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.examples.library.editor</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/AddLibraryCommand.java b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/AddLibraryCommand.java index 3a4ba3ff9..d837d4a25 100644 --- a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/AddLibraryCommand.java +++ b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/AddLibraryCommand.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/CreateLibraryAction.java b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/CreateLibraryAction.java index 76d17b360..306b0774e 100644 --- a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/CreateLibraryAction.java +++ b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/CreateLibraryAction.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/EXTLibraryExtendedActionBarContributor.java b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/EXTLibraryExtendedActionBarContributor.java index 210164d5d..62448363a 100644 --- a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/EXTLibraryExtendedActionBarContributor.java +++ b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/EXTLibraryExtendedActionBarContributor.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/ExtendedDeleteAction.java b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/ExtendedDeleteAction.java index 8e8740aec..daff0aa2b 100644 --- a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/ExtendedDeleteAction.java +++ b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/ExtendedDeleteAction.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/RemoveLibraryCommand.java b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/RemoveLibraryCommand.java index 8d8396fb2..3b90bb495 100644 --- a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/RemoveLibraryCommand.java +++ b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/actions/RemoveLibraryCommand.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryActionBarContributor.java b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryActionBarContributor.java index 2fedaf0d9..6801d1a36 100644 --- a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryActionBarContributor.java +++ b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryActionBarContributor.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryEditor.java b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryEditor.java index eda905653..a6f106731 100644 --- a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryEditor.java +++ b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryEditor.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryEditorPlugin.java b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryEditorPlugin.java index 2d20bb9ed..e3808bc08 100644 --- a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryEditorPlugin.java +++ b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryEditorPlugin.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryModelWizard.java b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryModelWizard.java index 4fe98d448..db327837b 100644 --- a/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryModelWizard.java +++ b/examples/org.eclipse.emf.examples.library.editor/src/org/eclipse/emf/examples/extlibrary/presentation/EXTLibraryModelWizard.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF index 521e0812a..ef44b8421 100644 --- a/examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.examples.library;singleton:=true -Bundle-Version: 2.7.0.qualifier +Bundle-Version: 2.8.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/examples/org.eclipse.emf.examples.library/about.html b/examples/org.eclipse.emf.examples.library/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.examples.library/about.html +++ b/examples/org.eclipse.emf.examples.library/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.examples.library/plugin.properties b/examples/org.eclipse.emf.examples.library/plugin.properties index fa77047af..f9ee614e8 100644 --- a/examples/org.eclipse.emf.examples.library/plugin.properties +++ b/examples/org.eclipse.emf.examples.library/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-2008 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/examples/org.eclipse.emf.examples.library/pom.xml b/examples/org.eclipse.emf.examples.library/pom.xml index 6367a35f1..8d99e9613 100644 --- a/examples/org.eclipse.emf.examples.library/pom.xml +++ b/examples/org.eclipse.emf.examples.library/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.examples.library</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Addressable.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Addressable.java index a7f717bd4..1fd8f8255 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Addressable.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Addressable.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/AudioVisualItem.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/AudioVisualItem.java index 628aed8ea..01e13ffa3 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/AudioVisualItem.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/AudioVisualItem.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Book.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Book.java index 7e9fedd20..634c99be7 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Book.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Book.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/BookCategory.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/BookCategory.java index 53c323c1a..d0c46a65e 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/BookCategory.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/BookCategory.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/BookOnTape.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/BookOnTape.java index e03763fe2..0968829f8 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/BookOnTape.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/BookOnTape.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Borrower.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Borrower.java index 205fddf22..e3326fabb 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Borrower.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Borrower.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/CirculatingItem.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/CirculatingItem.java index fbb24101c..e0549a461 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/CirculatingItem.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/CirculatingItem.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/EXTLibraryFactory.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/EXTLibraryFactory.java index e8ad93af6..d7ba21d88 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/EXTLibraryFactory.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/EXTLibraryFactory.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/EXTLibraryPackage.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/EXTLibraryPackage.java index 2fb52f919..319a1ef8c 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/EXTLibraryPackage.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/EXTLibraryPackage.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Employee.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Employee.java index 39b72ca1e..90e46cd87 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Employee.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Employee.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Item.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Item.java index e66e65851..ca7e17742 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Item.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Item.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Lendable.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Lendable.java index 55afbbc23..bed468bf4 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Lendable.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Lendable.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java index 26510e98d..c4dab5902 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Periodical.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Periodical.java index 01fce114f..72ec64c94 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Periodical.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Periodical.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Person.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Person.java index 3bf646fac..01a3bb6df 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Person.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Person.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2005 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/VideoCassette.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/VideoCassette.java index b52fad46b..17295ad52 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/VideoCassette.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/VideoCassette.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Writer.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Writer.java index a1c8efded..e0421f13f 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Writer.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Writer.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/AudioVisualItemImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/AudioVisualItemImpl.java index 09939bb09..925b24806 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/AudioVisualItemImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/AudioVisualItemImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BookImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BookImpl.java index 96b814b97..70bfb13b3 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BookImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BookImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BookOnTapeImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BookOnTapeImpl.java index 6f130dd1b..ad2d9f554 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BookOnTapeImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BookOnTapeImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BorrowerImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BorrowerImpl.java index 544de0f7e..22b980c49 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BorrowerImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/BorrowerImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/CirculatingItemImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/CirculatingItemImpl.java index f0d9f72aa..22e7164bb 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/CirculatingItemImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/CirculatingItemImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EXTLibraryFactoryImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EXTLibraryFactoryImpl.java index 00c2d9d39..5d16ff1e8 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EXTLibraryFactoryImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EXTLibraryFactoryImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EXTLibraryPackageImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EXTLibraryPackageImpl.java index 068ea425c..4fecf0511 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EXTLibraryPackageImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EXTLibraryPackageImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EmployeeImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EmployeeImpl.java index 85d7cb99f..503c05524 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EmployeeImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/EmployeeImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/ItemImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/ItemImpl.java index 4b4d61287..cdfdef343 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/ItemImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/ItemImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/LibraryImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/LibraryImpl.java index 473c055da..eb667429b 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/LibraryImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/LibraryImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/PeriodicalImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/PeriodicalImpl.java index f825ece73..686f993a2 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/PeriodicalImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/PeriodicalImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/PersonImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/PersonImpl.java index bd26dc802..59f5bb116 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/PersonImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/PersonImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/VideoCassetteImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/VideoCassetteImpl.java index 4f6b87987..b834be82d 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/VideoCassetteImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/VideoCassetteImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/WriterImpl.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/WriterImpl.java index 47c97f4d6..f61207795 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/WriterImpl.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/impl/WriterImpl.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java index d4c45efb0..26994819a 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibrarySwitch.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibrarySwitch.java index 386564733..8333135f0 100644 --- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibrarySwitch.java +++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibrarySwitch.java @@ -1,9 +1,9 @@ /** * 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 + * 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/examples/org.eclipse.emf.examples/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.examples/META-INF/MANIFEST.MF index d83d42c95..bd287198f 100644 --- a/examples/org.eclipse.emf.examples/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.examples/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.examples;singleton:=true -Bundle-Version: 2.7.0.qualifier +Bundle-Version: 2.8.0.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Eclipse-LazyStart: true diff --git a/examples/org.eclipse.emf.examples/about.html b/examples/org.eclipse.emf.examples/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.examples/about.html +++ b/examples/org.eclipse.emf.examples/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.examples/about.properties b/examples/org.eclipse.emf.examples/about.properties index fe395c78c..b6de3e6d5 100644 --- a/examples/org.eclipse.emf.examples/about.properties +++ b/examples/org.eclipse.emf.examples/about.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-2010 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/examples/org.eclipse.emf.examples/plugin.properties b/examples/org.eclipse.emf.examples/plugin.properties index 505be858c..f16dfb269 100644 --- a/examples/org.eclipse.emf.examples/plugin.properties +++ b/examples/org.eclipse.emf.examples/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-2008 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/examples/org.eclipse.emf.examples/pom.xml b/examples/org.eclipse.emf.examples/pom.xml index 29301a6e8..d95a1f2d9 100644 --- a/examples/org.eclipse.emf.examples/pom.xml +++ b/examples/org.eclipse.emf.examples/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.examples</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.exporter.html/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.exporter.html/META-INF/MANIFEST.MF index 79a9991d8..7fa45707a 100644 --- a/examples/org.eclipse.emf.exporter.html/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.exporter.html/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.exporter.html;singleton:=true -Bundle-Version: 2.7.0.qualifier +Bundle-Version: 2.8.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.emf.exporter.html.HTMLExporterPlugin$Implementation Bundle-Vendor: %providerName diff --git a/examples/org.eclipse.emf.exporter.html/about.html b/examples/org.eclipse.emf.exporter.html/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.exporter.html/about.html +++ b/examples/org.eclipse.emf.exporter.html/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.exporter.html/plugin.properties b/examples/org.eclipse.emf.exporter.html/plugin.properties index 7cab36606..eaa26c94d 100644 --- a/examples/org.eclipse.emf.exporter.html/plugin.properties +++ b/examples/org.eclipse.emf.exporter.html/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2006-2008 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/examples/org.eclipse.emf.exporter.html/pom.xml b/examples/org.eclipse.emf.exporter.html/pom.xml index dac3551bf..a3cb39242 100644 --- a/examples/org.eclipse.emf.exporter.html/pom.xml +++ b/examples/org.eclipse.emf.exporter.html/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.exporter.html</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/HTMLExporter.java b/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/HTMLExporter.java index 9efeef058..9e71a49e2 100644 --- a/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/HTMLExporter.java +++ b/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/HTMLExporter.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2006-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 - Initial API and implementation diff --git a/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/HTMLExporterPlugin.java b/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/HTMLExporterPlugin.java index bf9d93a01..59575378f 100644 --- a/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/HTMLExporterPlugin.java +++ b/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/HTMLExporterPlugin.java @@ -1,9 +1,9 @@ /** * Copyright (c) 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 + * 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/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/PackageHTML.java b/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/PackageHTML.java index b7cfb96f8..4747926e1 100644 --- a/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/PackageHTML.java +++ b/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/PackageHTML.java @@ -87,9 +87,9 @@ public class PackageHTML /** * Copyright (c) 2006-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 - Initial API and implementation diff --git a/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/ui/HTMLExporterWizard.java b/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/ui/HTMLExporterWizard.java index 3a584afa1..f83054114 100644 --- a/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/ui/HTMLExporterWizard.java +++ b/examples/org.eclipse.emf.exporter.html/src/org/eclipse/emf/exporter/html/ui/HTMLExporterWizard.java @@ -1,9 +1,9 @@ /** * Copyright (c) 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 + * 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/examples/org.eclipse.emf.exporter.html/templates/package.htmljet b/examples/org.eclipse.emf.exporter.html/templates/package.htmljet index 5b618a147..25e94e47d 100644 --- a/examples/org.eclipse.emf.exporter.html/templates/package.htmljet +++ b/examples/org.eclipse.emf.exporter.html/templates/package.htmljet @@ -3,9 +3,9 @@ /** * Copyright (c) 2006-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 - Initial API and implementation diff --git a/examples/org.eclipse.emf.java.edit/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.java.edit/META-INF/MANIFEST.MF index 8f56d193d..6bf22cc6d 100644 --- a/examples/org.eclipse.emf.java.edit/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.java.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.java.edit;singleton:=true -Bundle-Version: 2.7.0.qualifier +Bundle-Version: 2.8.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.emf.java.provider.JavaEditPlugin$Implementation Bundle-Vendor: %providerName @@ -11,7 +11,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.eclipse.emf.java.provider Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", org.eclipse.emf.edit;bundle-version="[2.13.0,3.0.0)";visibility:=reexport, - org.eclipse.emf.java;bundle-version="[2.7.0,3.0.0)";visibility:=reexport + org.eclipse.emf.java;bundle-version="[2.8.0,3.0.0)";visibility:=reexport Eclipse-LazyStart: true Bundle-ActivationPolicy: lazy Automatic-Module-Name: org.eclipse.emf.java.edit diff --git a/examples/org.eclipse.emf.java.edit/about.html b/examples/org.eclipse.emf.java.edit/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.java.edit/about.html +++ b/examples/org.eclipse.emf.java.edit/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.java.edit/plugin.properties b/examples/org.eclipse.emf.java.edit/plugin.properties index 0610cb0bc..9f2e91393 100644 --- a/examples/org.eclipse.emf.java.edit/plugin.properties +++ b/examples/org.eclipse.emf.java.edit/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-2008 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/examples/org.eclipse.emf.java.edit/pom.xml b/examples/org.eclipse.emf.java.edit/pom.xml index 57a9e3363..d8f58cb9d 100644 --- a/examples/org.eclipse.emf.java.edit/pom.xml +++ b/examples/org.eclipse.emf.java.edit/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.java.edit</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JClassItemProvider.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JClassItemProvider.java index bdca21f1e..d4bcce496 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JClassItemProvider.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JClassItemProvider.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JCompilationUnitItemProvider.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JCompilationUnitItemProvider.java index 5557923d2..c1182fde2 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JCompilationUnitItemProvider.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JCompilationUnitItemProvider.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JFieldItemProvider.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JFieldItemProvider.java index 203fa112b..d983bf404 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JFieldItemProvider.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JFieldItemProvider.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JInitializerItemProvider.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JInitializerItemProvider.java index 68cf19ee1..47b80e1bc 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JInitializerItemProvider.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JInitializerItemProvider.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JMemberItemProvider.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JMemberItemProvider.java index 448efd687..21084ffb4 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JMemberItemProvider.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JMemberItemProvider.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JMethodItemProvider.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JMethodItemProvider.java index a625b445d..d7857b1f8 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JMethodItemProvider.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JMethodItemProvider.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JModelElementItemProvider.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JModelElementItemProvider.java index f01b9dcb4..f0f69ba4b 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JModelElementItemProvider.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JModelElementItemProvider.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JPackageItemProvider.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JPackageItemProvider.java index 633afa0a1..21a79a71f 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JPackageItemProvider.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JPackageItemProvider.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JParameterItemProvider.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JParameterItemProvider.java index b5b1862c0..69232cfc0 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JParameterItemProvider.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JParameterItemProvider.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JavaEditPlugin.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JavaEditPlugin.java index 20f755090..51b63cbd1 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JavaEditPlugin.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JavaEditPlugin.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JavaItemProviderAdapterFactory.java b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JavaItemProviderAdapterFactory.java index 37ab90638..05efbaef0 100644 --- a/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JavaItemProviderAdapterFactory.java +++ b/examples/org.eclipse.emf.java.edit/src/org/eclipse/emf/java/provider/JavaItemProviderAdapterFactory.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.editor/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.java.editor/META-INF/MANIFEST.MF index bef393011..b2071d320 100644 --- a/examples/org.eclipse.emf.java.editor/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.java.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.java.editor; singleton:=true -Bundle-Version: 2.7.0.qualifier +Bundle-Version: 2.8.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.emf.java.presentation.JavaEditorPlugin$Implementation Bundle-Vendor: %providerName @@ -12,7 +12,7 @@ Export-Package: org.eclipse.emf.java.presentation Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", org.eclipse.core.resources;bundle-version="[3.6.0,4.0.0)", org.eclipse.ui.ide;bundle-version="[3.6.0,4.0.0)", - org.eclipse.emf.java.edit;bundle-version="[2.7.0,3.0.0)";visibility:=reexport, + org.eclipse.emf.java.edit;bundle-version="[2.8.0,3.0.0)";visibility:=reexport, org.eclipse.emf.edit.ui;bundle-version="[2.14.0,3.0.0)";visibility:=reexport, org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)";visibility:=reexport Eclipse-LazyStart: true diff --git a/examples/org.eclipse.emf.java.editor/about.html b/examples/org.eclipse.emf.java.editor/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.java.editor/about.html +++ b/examples/org.eclipse.emf.java.editor/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.java.editor/plugin.properties b/examples/org.eclipse.emf.java.editor/plugin.properties index 54d8e7109..c8a5b9251 100644 --- a/examples/org.eclipse.emf.java.editor/plugin.properties +++ b/examples/org.eclipse.emf.java.editor/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-2008 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/examples/org.eclipse.emf.java.editor/pom.xml b/examples/org.eclipse.emf.java.editor/pom.xml index 2eeba2142..ed5afd08d 100644 --- a/examples/org.eclipse.emf.java.editor/pom.xml +++ b/examples/org.eclipse.emf.java.editor/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.java.editor</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaActionBarContributor.java b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaActionBarContributor.java index 7395bbde2..de43900f0 100644 --- a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaActionBarContributor.java +++ b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaActionBarContributor.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditor.java b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditor.java index a67c6c358..d25c813c0 100644 --- a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditor.java +++ b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditor.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditorPlugin.java b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditorPlugin.java index 0a51d9d0c..a4ce69f92 100644 --- a/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditorPlugin.java +++ b/examples/org.eclipse.emf.java.editor/src/org/eclipse/emf/java/presentation/JavaEditorPlugin.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.java/META-INF/MANIFEST.MF index 2c37157da..65418e313 100644 --- a/examples/org.eclipse.emf.java/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.java/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.java;singleton:=true -Bundle-Version: 2.7.0.qualifier +Bundle-Version: 2.8.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.emf.java.JavaPlugin$Implementation Bundle-Vendor: %providerName diff --git a/examples/org.eclipse.emf.java/about.html b/examples/org.eclipse.emf.java/about.html index 1b8f94080..5ab4a4c7c 100644 --- a/examples/org.eclipse.emf.java/about.html +++ b/examples/org.eclipse.emf.java/about.html @@ -8,13 +8,13 @@ <body lang="EN-US"> <h2>About This Content</h2> -<p>June 5, 2007</p> +<p>November 22, 2017</p> <h3>License</h3> <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p> <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is diff --git a/examples/org.eclipse.emf.java/plugin.properties b/examples/org.eclipse.emf.java/plugin.properties index 07017ee1a..79b98332c 100644 --- a/examples/org.eclipse.emf.java/plugin.properties +++ b/examples/org.eclipse.emf.java/plugin.properties @@ -1,9 +1,9 @@ # /** # * Copyright (c) 2002-2008 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/examples/org.eclipse.emf.java/pom.xml b/examples/org.eclipse.emf.java/pom.xml index 890753d8c..41a07ea1d 100644 --- a/examples/org.eclipse.emf.java/pom.xml +++ b/examples/org.eclipse.emf.java/pom.xml @@ -12,7 +12,7 @@ <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.java</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JClass.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JClass.java index 3593d7a95..9fd3db241 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JClass.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JClass.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JCompilationUnit.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JCompilationUnit.java index b2f529ae3..8438848a6 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JCompilationUnit.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JCompilationUnit.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JField.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JField.java index 27e3315ed..9c4898208 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JField.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JField.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-2004 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JInitializer.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JInitializer.java index a19941787..ac1f19bbb 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JInitializer.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JInitializer.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-2004 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JMember.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JMember.java index 98a357182..5eb153778 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JMember.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JMember.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-2004 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JMethod.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JMethod.java index 201127b3f..d3575080a 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JMethod.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JMethod.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JModelElement.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JModelElement.java index 3364df824..c22946204 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JModelElement.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JModelElement.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-2004 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JPackage.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JPackage.java index 6e452024a..0c5e0e2e8 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JPackage.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JPackage.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JParameter.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JParameter.java index 5204fa2fe..67a249bef 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JParameter.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JParameter.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-2004 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JVisibility.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JVisibility.java index e0537886b..79554a5dc 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JVisibility.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JVisibility.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaFactory.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaFactory.java index bd1e93025..214e97242 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaFactory.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaFactory.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-2004 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaPackage.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaPackage.java index fc20d5829..dd3b59b5c 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaPackage.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaPackage.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-2004 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaPlugin.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaPlugin.java index c09a1978f..b811b6813 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaPlugin.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/JavaPlugin.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JClassImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JClassImpl.java index 619a85006..a41d1be0b 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JClassImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JClassImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JCompilationUnitImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JCompilationUnitImpl.java index 6c06a3017..f40d8c677 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JCompilationUnitImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JCompilationUnitImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JFieldImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JFieldImpl.java index 13fa471fa..a5fecbcaa 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JFieldImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JFieldImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JInitializerImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JInitializerImpl.java index 199c8e70a..1ba79b06b 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JInitializerImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JInitializerImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JMemberImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JMemberImpl.java index 5f1077a96..7263b4975 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JMemberImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JMemberImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JMethodImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JMethodImpl.java index 7be7a14ab..9af6d8a66 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JMethodImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JMethodImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JModelElementImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JModelElementImpl.java index bebc42b22..a29e6dc18 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JModelElementImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JModelElementImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JPackageImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JPackageImpl.java index 6d99b4427..213612fd2 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JPackageImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JPackageImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JParameterImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JParameterImpl.java index 04f96fe92..800c6486f 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JParameterImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JParameterImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JavaFactoryImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JavaFactoryImpl.java index 179745906..02bc12d11 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JavaFactoryImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JavaFactoryImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JavaPackageImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JavaPackageImpl.java index 2711e0f13..dc121097b 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JavaPackageImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/impl/JavaPackageImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaAdapterFactory.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaAdapterFactory.java index 0cec87c38..9dca159a1 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaAdapterFactory.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaAdapterFactory.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaPackageResourceFactoryImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaPackageResourceFactoryImpl.java index 366c9e678..92a615744 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaPackageResourceFactoryImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaPackageResourceFactoryImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaPackageResourceImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaPackageResourceImpl.java index dfd538a27..82cdd86e5 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaPackageResourceImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaPackageResourceImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaResourceFactoryImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaResourceFactoryImpl.java index 5023d1246..e7d32b30b 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaResourceFactoryImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaResourceFactoryImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaResourceImpl.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaResourceImpl.java index 12e56581d..6c0c98c9d 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaResourceImpl.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaResourceImpl.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaSwitch.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaSwitch.java index 50231a7e1..79358496c 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaSwitch.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaSwitch.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaUtil.java b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaUtil.java index b2cdfdc9d..a2aa4df73 100644 --- a/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaUtil.java +++ b/examples/org.eclipse.emf.java/src/org/eclipse/emf/java/util/JavaUtil.java @@ -1,9 +1,9 @@ /** * Copyright (c) 2002-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 + * 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 |