Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.development.feature/feature.xml')
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.development.feature/feature.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.development.feature/feature.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.development.feature/feature.xml
index 79a8a0a1f..4076345f6 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.development.feature/feature.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.development.feature/feature.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016 Frank Becker 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:
Frank Becker - initial API and implementation
-->
@@ -14,7 +16,7 @@
label="Bugzilla Rest Development Feature"
version="1.0.0.qualifier"
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