From 9cafff55d61ad18a8fafff2497adf8ad5bf70fa3 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Wed, 6 Aug 2014 11:49:11 -0400 Subject: [PATCH] Add license to launchbar feature Change-Id: I36eb28887f47dca62554cb2438b8ed62b044fb52 Signed-off-by: Marc Khouzam Reviewed-on: https://git.eclipse.org/r/31114 Tested-by: Hudson CI Reviewed-by: Elena Laskavaia --- .../org.eclipse.cdt.launchbar-feature/build.properties | 10 ++++++++++ launch/org.eclipse.cdt.launchbar-feature/feature.xml | 8 +++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/launch/org.eclipse.cdt.launchbar-feature/build.properties b/launch/org.eclipse.cdt.launchbar-feature/build.properties index b3a611b5c93..6c8e6da2e2e 100644 --- a/launch/org.eclipse.cdt.launchbar-feature/build.properties +++ b/launch/org.eclipse.cdt.launchbar-feature/build.properties @@ -1,2 +1,12 @@ +############################################################################### +# Copyright (c) 2014 QNX 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 +# +# Contributors: +# QNX - initial API and implementation +############################################################################### bin.includes = feature.xml,\ feature.properties diff --git a/launch/org.eclipse.cdt.launchbar-feature/feature.xml b/launch/org.eclipse.cdt.launchbar-feature/feature.xml index 8b42d2965ce..ccaa7c3e2a0 100644 --- a/launch/org.eclipse.cdt.launchbar-feature/feature.xml +++ b/launch/org.eclipse.cdt.launchbar-feature/feature.xml @@ -3,7 +3,9 @@ id="org.eclipse.cdt.launchbar" label="%featureName" version="8.5.0.qualifier" - provider-name="%providerName"> + provider-name="%providerName" + license-feature="org.eclipse.license" + license-feature-version="0.0.0"> %description @@ -13,8 +15,8 @@ %copyright - - [Enter License Description here.] + + %license