Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2018-07-21 14:42:57 +0000
committerSam Davis2019-06-05 20:15:50 +0000
commit53858e36a2893781849f0cf9ca5462b8d821edb1 (patch)
treedf33340cdc9cbc4a865082a3e3059c076c0a1615 /org.eclipse.mylyn.gerrit.feature/feature.xml
parentafa2a4ff1c3c8efcc55582989c82c8e517eca821 (diff)
downloadorg.eclipse.mylyn.reviews-53858e36a2893781849f0cf9ca5462b8d821edb1.tar.gz
org.eclipse.mylyn.reviews-53858e36a2893781849f0cf9ca5462b8d821edb1.tar.xz
org.eclipse.mylyn.reviews-53858e36a2893781849f0cf9ca5462b8d821edb1.zip
537254: update org.eclipse.license from 1.0.1 to 2.0.0
Change-Id: I6e1dcc41f38ba81a5fa2038472648184e474b338 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=537254 Signed-off-by: Frank Becker <eclipse@frank-becker.de>
Diffstat (limited to 'org.eclipse.mylyn.gerrit.feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.gerrit.feature/feature.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.gerrit.feature/feature.xml b/org.eclipse.mylyn.gerrit.feature/feature.xml
index dbb351b92..72fc8d7dd 100644
--- a/org.eclipse.mylyn.gerrit.feature/feature.xml
+++ b/org.eclipse.mylyn.gerrit.feature/feature.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010, 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
- 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
-->
@@ -16,7 +18,7 @@
provider-name="%providerName"
plugin="org.eclipse.mylyn.reviews.core"
license-feature="org.eclipse.license"
- license-feature-version="1.0.1">
+ license-feature-version="2.0.0">
<description url="http://eclipse.org/mylyn/reviews">
%description

Back to the top