Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-21 09:21:15 +0000
committerLars Vogel2018-08-21 09:33:21 +0000
commit8099cb6e8b643f2b8837d4c3699b769092bc92d2 (patch)
tree920904c4f69749e084745cf8685e28a91403c5cb /features
parentfa8208b3e6dae200303783dbf7c84e5654cff1cf (diff)
downloadeclipse.platform.swt-8099cb6e8b643f2b8837d4c3699b769092bc92d2.tar.gz
eclipse.platform.swt-8099cb6e8b643f2b8837d4c3699b769092bc92d2.tar.xz
eclipse.platform.swt-8099cb6e8b643f2b8837d4c3699b769092bc92d2.zip
Bug 530393 - EPL 2.0 update for SWT for swt.tools.feature and localbuild
Change-Id: Idc26ab5e340a7c0ed34d7bd90593cf7fa2beedfe Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.swt.tools.feature/build.properties9
-rw-r--r--features/org.eclipse.swt.tools.feature/feature.properties18
2 files changed, 18 insertions, 9 deletions
diff --git a/features/org.eclipse.swt.tools.feature/build.properties b/features/org.eclipse.swt.tools.feature/build.properties
index a8f7a169b7..4e6b01688e 100644
--- a/features/org.eclipse.swt.tools.feature/build.properties
+++ b/features/org.eclipse.swt.tools.feature/build.properties
@@ -1,9 +1,12 @@
############################################################################
# Copyright (c) 2010, 2014 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
+#
+# This program and the accompanying materials
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/features/org.eclipse.swt.tools.feature/feature.properties b/features/org.eclipse.swt.tools.feature/feature.properties
index f450bb9934..f9a82dfb59 100644
--- a/features/org.eclipse.swt.tools.feature/feature.properties
+++ b/features/org.eclipse.swt.tools.feature/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2014, 2016 Red Hat 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
+#
+# This program and the accompanying materials
+# 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:
# Alexander Kurtakov <akurtako@redhat.com> - initial API and implementation
@@ -15,10 +18,13 @@ providerName=Eclipse.org
copyright=\
Copyright (c) 2014, 2016 Red Hat Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
Red Hat Inc. - initial API and implementation\n

Back to the top