Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2018-07-21 14:45:51 +0000
committerFrank Becker2019-04-07 10:20:04 +0000
commitedce5c1f75a0fceed4ac6be56cefa77676d50067 (patch)
tree40852ae1ac70d39ff8f301cc3192761d54d176ee /org.eclipse.mylyn-feature
parentcdf66b6641ef4ffbe9da189f96a6744fc2a3f0bd (diff)
downloadorg.eclipse.mylyn.tasks-edce5c1f75a0fceed4ac6be56cefa77676d50067.tar.gz
org.eclipse.mylyn.tasks-edce5c1f75a0fceed4ac6be56cefa77676d50067.tar.xz
org.eclipse.mylyn.tasks-edce5c1f75a0fceed4ac6be56cefa77676d50067.zip
537254: update org.eclipse.license from 1.0.1 to 2.0.0
Change-Id: Ia3213bade19ba8d3055ddcbdff850f4c54b37db4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=537254
Diffstat (limited to 'org.eclipse.mylyn-feature')
-rw-r--r--org.eclipse.mylyn-feature/build.properties4
-rw-r--r--org.eclipse.mylyn-feature/feature.properties10
-rw-r--r--org.eclipse.mylyn-feature/feature.xml6
3 files changed, 11 insertions, 9 deletions
diff --git a/org.eclipse.mylyn-feature/build.properties b/org.eclipse.mylyn-feature/build.properties
index df12480e3..86f45d73a 100644
--- a/org.eclipse.mylyn-feature/build.properties
+++ b/org.eclipse.mylyn-feature/build.properties
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2004, 2014 Mylyn project committers 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
###############################################################################
bin.includes = feature.properties,\
feature.xml,\
diff --git a/org.eclipse.mylyn-feature/feature.properties b/org.eclipse.mylyn-feature/feature.properties
index 6eaba52ee..635498281 100644
--- a/org.eclipse.mylyn-feature/feature.properties
+++ b/org.eclipse.mylyn-feature/feature.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2009, 2014 Tasktop Technologies and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+#
+# This program and the accompanying materials are made available under the
+# terms of the Eclipse Public License v. 2.0 which is available at
+# https://www.eclipse.org/legal/epl-2.0
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Tasktop Technologies - initial API and implementation
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 4f40e92eb..6062ffc25 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -2,9 +2,9 @@
<!--
Copyright (c) 2005, 2015 Tasktop Technologies and others.
All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
+ are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
+ http://www.eclipse.org/legal/epl-v20.html
Contributors:
Tasktop Technologies - initial API and implementation
@@ -16,7 +16,7 @@
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.core"
license-feature="org.eclipse.license"
- license-feature-version="1.0.1">
+ license-feature-version="2.0.0">
<description url="http://eclipse.org/mylyn">
%description

Back to the top