Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-29 16:27:18 +0000
committerMatthias Sohn2018-05-30 09:28:29 +0000
commit29f262a74ba8c4a06f9886840cd222bd389627c0 (patch)
tree2958d95a046bca77837a18b6f19c0f9a0e387ea6 /org.eclipse.mylyn.github-feature/feature.xml
parent0825366f19f8a81123cff56c2cd5714027a48faf (diff)
downloadegit-github-29f262a74ba8c4a06f9886840cd222bd389627c0.tar.gz
egit-github-29f262a74ba8c4a06f9886840cd222bd389627c0.tar.xz
egit-github-29f262a74ba8c4a06f9886840cd222bd389627c0.zip
Update license to EPL-2.0
- use CBI license feature for EPL-2.0 - LICENSE with EPL-2.0 license text - update license headers - improve feature.properties - remove obsolete .eclipse_iplog Bug: 530393 Change-Id: I9f17457f70c5b1672e4c329dc389492c863fd838 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index a9583030..fb4be27f 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -4,7 +4,9 @@
label="%featureName"
version="5.0.0.qualifier"
provider-name="%providerName"
- plugin="org.eclipse.egit">
+ plugin="org.eclipse.egit"
+ license-feature="org.eclipse.license"
+ license-feature-version="2.0.0">
<description url="http://www.eclipse.org/egit">
%description

Back to the top