From 63f3fbcffc3ced471993bf3c56343451c918784b Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Mon, 9 Dec 2019 14:38:56 +0100 Subject: Bug 553880: Migrate license to EPL v2.0 Change-Id: I03478938ed8ffcb3f6f5405c32ea61f7c6b8dbf0 Signed-off-by: Fred Bricon --- org.eclipse.m2e.jdt.ui/about.html | 40 +++++++++++++--------- org.eclipse.m2e.jdt.ui/build.properties | 5 +-- org.eclipse.m2e.jdt.ui/fragment.properties | 5 +-- org.eclipse.m2e.jdt.ui/fragment.xml | 6 ++-- org.eclipse.m2e.jdt.ui/pom.xml | 6 ++-- .../ui/internal/DownloadSourcesActionDelegate.java | 6 ++-- .../ui/internal/JavaUiElementsAdapterFactory.java | 6 ++-- .../ui/internal/MavenClasspathContainerPage.java | 6 ++-- .../org/eclipse/m2e/jdt/ui/internal/Messages.java | 6 ++-- .../ui/internal/actions/DownloadSourcesAction.java | 6 ++-- .../jdt/ui/internal/actions/OpenJavaDocAction.java | 6 ++-- .../jdt/ui/internal/filter/MavenModuleFilter.java | 6 ++-- 12 files changed, 66 insertions(+), 38 deletions(-) (limited to 'org.eclipse.m2e.jdt.ui') diff --git a/org.eclipse.m2e.jdt.ui/about.html b/org.eclipse.m2e.jdt.ui/about.html index 70e4b67c..8eee37d4 100644 --- a/org.eclipse.m2e.jdt.ui/about.html +++ b/org.eclipse.m2e.jdt.ui/about.html @@ -2,27 +2,35 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + About -

About This Content

- -

October 29, 2010

-

License

+

About This Content

-

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 http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

+

November 30, 2017

+

License

-

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

+

+ 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 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +

+ +

+ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +

diff --git a/org.eclipse.m2e.jdt.ui/build.properties b/org.eclipse.m2e.jdt.ui/build.properties index ec45341c..73f03e7d 100644 --- a/org.eclipse.m2e.jdt.ui/build.properties +++ b/org.eclipse.m2e.jdt.ui/build.properties @@ -1,10 +1,11 @@ # # Copyright (c) 2008-2010 Sonatype, Inc. # 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 2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # +# SPDX-License-Identifier: EPL-2.0# # Contributors: # Sonatype, Inc. - initial API and implementation # diff --git a/org.eclipse.m2e.jdt.ui/fragment.properties b/org.eclipse.m2e.jdt.ui/fragment.properties index 7d7513ef..9f1a1855 100644 --- a/org.eclipse.m2e.jdt.ui/fragment.properties +++ b/org.eclipse.m2e.jdt.ui/fragment.properties @@ -1,10 +1,11 @@ # # Copyright (c) 2007, 2008 Sonatype, Inc. # 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 2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # +# SPDX-License-Identifier: EPL-2.0# m2.classpath-container.page.name=Maven Classpath Container Page m2.classpath-container.page.dependencies.name=Maven Managed Dependencies diff --git a/org.eclipse.m2e.jdt.ui/fragment.xml b/org.eclipse.m2e.jdt.ui/fragment.xml index 57b7cdb7..b91ec904 100644 --- a/org.eclipse.m2e.jdt.ui/fragment.xml +++ b/org.eclipse.m2e.jdt.ui/fragment.xml @@ -2,9 +2,11 @@ diff --git a/org.eclipse.m2e.jdt.ui/pom.xml b/org.eclipse.m2e.jdt.ui/pom.xml index 95bb9ed0..189bd464 100644 --- a/org.eclipse.m2e.jdt.ui/pom.xml +++ b/org.eclipse.m2e.jdt.ui/pom.xml @@ -2,9 +2,11 @@ diff --git a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/DownloadSourcesActionDelegate.java b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/DownloadSourcesActionDelegate.java index 098611ff..3a8a4df1 100644 --- a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/DownloadSourcesActionDelegate.java +++ b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/DownloadSourcesActionDelegate.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008-2010 Sonatype, Inc. * 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 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sonatype, Inc. - initial API and implementation diff --git a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/JavaUiElementsAdapterFactory.java b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/JavaUiElementsAdapterFactory.java index 5465b892..871a167d 100644 --- a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/JavaUiElementsAdapterFactory.java +++ b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/JavaUiElementsAdapterFactory.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008-2018 Sonatype, Inc. 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 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sonatype, Inc. - initial API and implementation diff --git a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/MavenClasspathContainerPage.java b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/MavenClasspathContainerPage.java index 3db5906e..62c58886 100644 --- a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/MavenClasspathContainerPage.java +++ b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/MavenClasspathContainerPage.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008-2010 Sonatype, Inc. * 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 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sonatype, Inc. - initial API and implementation diff --git a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/Messages.java b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/Messages.java index 14a34f5a..c0b7843e 100644 --- a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/Messages.java +++ b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/Messages.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008-2010 Sonatype, Inc. * 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 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sonatype, Inc. - initial API and implementation diff --git a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/actions/DownloadSourcesAction.java b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/actions/DownloadSourcesAction.java index 86a59718..ed8436e5 100644 --- a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/actions/DownloadSourcesAction.java +++ b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/actions/DownloadSourcesAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008-2018 Sonatype, Inc. 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 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sonatype, Inc. - initial API and implementation diff --git a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/actions/OpenJavaDocAction.java b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/actions/OpenJavaDocAction.java index d9abd45c..66dc131e 100644 --- a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/actions/OpenJavaDocAction.java +++ b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/actions/OpenJavaDocAction.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008-2010 Sonatype, Inc. * 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 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sonatype, Inc. - initial API and implementation diff --git a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/filter/MavenModuleFilter.java b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/filter/MavenModuleFilter.java index 1d60cf8e..e61b6102 100644 --- a/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/filter/MavenModuleFilter.java +++ b/org.eclipse.m2e.jdt.ui/src/org/eclipse/m2e/jdt/ui/internal/filter/MavenModuleFilter.java @@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2008-2010 Sonatype, Inc. * 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 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sonatype, Inc. - initial API and implementation -- cgit v1.2.3