Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.etrice.layout.feature/feature.xml')
-rw-r--r--features/org.eclipse.etrice.layout.feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.etrice.layout.feature/feature.xml b/features/org.eclipse.etrice.layout.feature/feature.xml
index cb05be514..fadb7007f 100644
--- a/features/org.eclipse.etrice.layout.feature/feature.xml
+++ b/features/org.eclipse.etrice.layout.feature/feature.xml
@@ -20,7 +20,7 @@
version="0.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.etrice.core.room.ui"
- license-feature="org.eclipse.license"
+ license-feature="org.eclipse.license.feature.group"
license-feature-version="1.0.0.qualifier">
<description>
@@ -36,8 +36,8 @@ which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="http://www.eclipse.org/legal/epl-v10.html">
+ %license
</license>
<requires>

Back to the top