Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.cdt-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.cdt-feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.cdt-feature/feature.xml b/org.eclipse.mylyn.cdt-feature/feature.xml
index 4bb2f72c3..0c590b3ce 100644
--- a/org.eclipse.mylyn.cdt-feature/feature.xml
+++ b/org.eclipse.mylyn.cdt-feature/feature.xml
@@ -26,6 +26,10 @@
%copyright
</copyright>
+ <license url="%licenseURL">
+ %license
+ </license>
+
<requires>
<import feature="org.eclipse.cdt.platform" version="7.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.context_feature" version="3.12.0" match="compatible"/>

Back to the top