From 03c8809b13cf7f67c988198d7d190cff7dff3568 Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Wed, 24 Apr 2013 13:34:54 -0400 Subject: [PATCH] lttng: Add copyright headers to properties files Change-Id: If65f4920bf2177d135208759d9a6158c9d4d6fd1 Signed-off-by: Alexandre Montplaisir Reviewed-on: https://git.eclipse.org/r/12163 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann Tested-by: Bernd Hufmann IP-Clean: Bernd Hufmann --- org.eclipse.linuxtools.lttng.help/build.properties | 12 ++++++++++++ org.eclipse.linuxtools.lttng.help/plugin.properties | 12 ++++++++++++ .../build.properties | 12 ++++++++++++ .../plugin.properties | 12 ++++++++++++ org.eclipse.linuxtools.lttng2.core/build.properties | 12 ++++++++++++ org.eclipse.linuxtools.lttng2.core/plugin.properties | 12 ++++++++++++ .../build.properties | 12 ++++++++++++ .../plugin.properties | 12 ++++++++++++ .../build.properties | 12 ++++++++++++ .../plugin.properties | 12 ++++++++++++ .../lttng2/kernel/core/trace/messages.properties | 12 ++++++++++++ .../build.properties | 12 ++++++++++++ .../plugin.properties | 12 ++++++++++++ .../build.properties | 12 ++++++++++++ .../plugin.properties | 12 ++++++++++++ .../internal/lttng2/kernel/ui/messages.properties | 12 ++++++++++++ .../kernel/ui/viewers/events/messages.properties | 12 ++++++++++++ .../build.properties | 12 ++++++++++++ .../feature.properties | 7 ++++--- .../sourceTemplateFeature/feature.properties | 11 +++++++++++ .../build.properties | 12 ++++++++++++ .../plugin.properties | 12 ++++++++++++ org.eclipse.linuxtools.lttng2.ui/build.properties | 12 ++++++++++++ org.eclipse.linuxtools.lttng2.ui/plugin.properties | 12 ++++++++++++ org.eclipse.linuxtools.lttng2/build.properties | 12 ++++++++++++ org.eclipse.linuxtools.lttng2/feature.properties | 7 ++++--- .../sourceTemplateFeature/feature.properties | 11 +++++++++++ 27 files changed, 306 insertions(+), 6 deletions(-) diff --git a/org.eclipse.linuxtools.lttng.help/build.properties b/org.eclipse.linuxtools.lttng.help/build.properties index 8acad8abe2..85090b70f2 100644 --- a/org.eclipse.linuxtools.lttng.help/build.properties +++ b/org.eclipse.linuxtools.lttng.help/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + bin.includes = plugin.xml,\ META-INF/,\ about.html,\ diff --git a/org.eclipse.linuxtools.lttng.help/plugin.properties b/org.eclipse.linuxtools.lttng.help/plugin.properties index 369be1ca58..ce46ef4fba 100644 --- a/org.eclipse.linuxtools.lttng.help/plugin.properties +++ b/org.eclipse.linuxtools.lttng.help/plugin.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + #Properties file for org.eclipse.linuxtools.lttng.help Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools LTTng Help Plug-in \ No newline at end of file diff --git a/org.eclipse.linuxtools.lttng2.core.tests/build.properties b/org.eclipse.linuxtools.lttng2.core.tests/build.properties index aa1a008269..49db406512 100644 --- a/org.eclipse.linuxtools.lttng2.core.tests/build.properties +++ b/org.eclipse.linuxtools.lttng2.core.tests/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.eclipse.linuxtools.lttng2.core.tests/plugin.properties b/org.eclipse.linuxtools.lttng2.core.tests/plugin.properties index 7e4f6843ea..dc1fc33b78 100644 --- a/org.eclipse.linuxtools.lttng2.core.tests/plugin.properties +++ b/org.eclipse.linuxtools.lttng2.core.tests/plugin.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + #Properties file for org.eclipse.linuxtools.lttng2.core.tests Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools LTTng Core Tests Plug-in \ No newline at end of file diff --git a/org.eclipse.linuxtools.lttng2.core/build.properties b/org.eclipse.linuxtools.lttng2.core/build.properties index d944674ba0..bb146cc6cc 100644 --- a/org.eclipse.linuxtools.lttng2.core/build.properties +++ b/org.eclipse.linuxtools.lttng2.core/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.eclipse.linuxtools.lttng2.core/plugin.properties b/org.eclipse.linuxtools.lttng2.core/plugin.properties index b78ac4f013..857fcc1604 100644 --- a/org.eclipse.linuxtools.lttng2.core/plugin.properties +++ b/org.eclipse.linuxtools.lttng2.core/plugin.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + #Properties file for org.eclipse.linuxtools.lttng2.core Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools LTTng Core Plug-in \ No newline at end of file diff --git a/org.eclipse.linuxtools.lttng2.kernel.core.tests/build.properties b/org.eclipse.linuxtools.lttng2.kernel.core.tests/build.properties index 303135f9af..e1ba85285d 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.core.tests/build.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.core.tests/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.eclipse.linuxtools.lttng2.kernel.core.tests/plugin.properties b/org.eclipse.linuxtools.lttng2.kernel.core.tests/plugin.properties index 2a3977f8cd..9d29e7f690 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.core.tests/plugin.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.core.tests/plugin.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + #Properties file for org.eclipse.linuxtools.lttng2.kernel.core.tests Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools LTTng Kernel Analysis Core Tests Plug-in \ No newline at end of file diff --git a/org.eclipse.linuxtools.lttng2.kernel.core/build.properties b/org.eclipse.linuxtools.lttng2.kernel.core/build.properties index d944674ba0..bb146cc6cc 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.core/build.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.core/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.eclipse.linuxtools.lttng2.kernel.core/plugin.properties b/org.eclipse.linuxtools.lttng2.kernel.core/plugin.properties index 188b577633..3321510d8f 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.core/plugin.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.core/plugin.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + #Properties file for org.eclipse.linuxtools.lttng2.kernel.core Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools LTTng Kernel Analysis Core Plug-in \ No newline at end of file diff --git a/org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/lttng2/kernel/core/trace/messages.properties b/org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/lttng2/kernel/core/trace/messages.properties index 2faa30e13a..ddfe91c5f8 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/lttng2/kernel/core/trace/messages.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/lttng2/kernel/core/trace/messages.properties @@ -1 +1,13 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + CtfKernelTrace_DomainError=Domain mismatch, make sure the environment is 'kernel' diff --git a/org.eclipse.linuxtools.lttng2.kernel.ui.tests/build.properties b/org.eclipse.linuxtools.lttng2.kernel.ui.tests/build.properties index aa1a008269..49db406512 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.ui.tests/build.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.ui.tests/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.eclipse.linuxtools.lttng2.kernel.ui.tests/plugin.properties b/org.eclipse.linuxtools.lttng2.kernel.ui.tests/plugin.properties index 7d684c75c3..d34194d6a0 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.ui.tests/plugin.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.ui.tests/plugin.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + #Properties file for org.eclipse.linuxtools.lttng2.kernel.ui.tests Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools LTTng Kernel Analysis UI Tests Plug-in \ No newline at end of file diff --git a/org.eclipse.linuxtools.lttng2.kernel.ui/build.properties b/org.eclipse.linuxtools.lttng2.kernel.ui/build.properties index 864e9f8762..c1298d801a 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.ui/build.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.ui/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.eclipse.linuxtools.lttng2.kernel.ui/plugin.properties b/org.eclipse.linuxtools.lttng2.kernel.ui/plugin.properties index ed7989ef21..29d7df3354 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.ui/plugin.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.ui/plugin.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + #Properties file for org.eclipse.linuxtools.lttng2.kernel.ui Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools LTTng Kernel Analysis UI Plug-in diff --git a/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/messages.properties b/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/messages.properties index 695a92186c..e4f58b4e84 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/messages.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/messages.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + ControlFlowView_birthTimeColumn=Birth time ControlFlowView_tidColumn=TID ControlFlowView_ptidColumn=PTID diff --git a/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/viewers/events/messages.properties b/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/viewers/events/messages.properties index 2a6786d584..faeb249dcf 100644 --- a/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/viewers/events/messages.properties +++ b/org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/viewers/events/messages.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + EventsTable_channelColumn=Channel EventsTable_timestampColumn=Timestamp EventsTable_typeColumn=Event Type diff --git a/org.eclipse.linuxtools.lttng2.kernel/build.properties b/org.eclipse.linuxtools.lttng2.kernel/build.properties index 42a39fdf46..378fba9c6d 100644 --- a/org.eclipse.linuxtools.lttng2.kernel/build.properties +++ b/org.eclipse.linuxtools.lttng2.kernel/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + bin.includes = feature.xml,\ epl-v10.html,\ feature.properties,\ diff --git a/org.eclipse.linuxtools.lttng2.kernel/feature.properties b/org.eclipse.linuxtools.lttng2.kernel/feature.properties index 13c6022e8e..351a52e327 100644 --- a/org.eclipse.linuxtools.lttng2.kernel/feature.properties +++ b/org.eclipse.linuxtools.lttng2.kernel/feature.properties @@ -1,13 +1,14 @@ -#******************************************************************************* +############################################################################### # Copyright (c) 2009, 2013 Ericsson +# # 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: -# Ericsson - initial API and implementation -#******************************************************************************** +# Ericsson - Initial API and implementation +############################################################################### featureName=LTTng Kernel Analysis diff --git a/org.eclipse.linuxtools.lttng2.kernel/sourceTemplateFeature/feature.properties b/org.eclipse.linuxtools.lttng2.kernel/sourceTemplateFeature/feature.properties index 8d1c8b69c3..d2bf49150e 100644 --- a/org.eclipse.linuxtools.lttng2.kernel/sourceTemplateFeature/feature.properties +++ b/org.eclipse.linuxtools.lttng2.kernel/sourceTemplateFeature/feature.properties @@ -1 +1,12 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### diff --git a/org.eclipse.linuxtools.lttng2.ui.tests/build.properties b/org.eclipse.linuxtools.lttng2.ui.tests/build.properties index b5c2ca5816..94f016d812 100644 --- a/org.eclipse.linuxtools.lttng2.ui.tests/build.properties +++ b/org.eclipse.linuxtools.lttng2.ui.tests/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + source.. = src/,\ stubs/ output.. = bin/ diff --git a/org.eclipse.linuxtools.lttng2.ui.tests/plugin.properties b/org.eclipse.linuxtools.lttng2.ui.tests/plugin.properties index 9febf7abb9..00e3bc0695 100644 --- a/org.eclipse.linuxtools.lttng2.ui.tests/plugin.properties +++ b/org.eclipse.linuxtools.lttng2.ui.tests/plugin.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + #Properties file for org.eclipse.linuxtools.lttng2.ui.tests Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools LTTng UI Tests Plug-in \ No newline at end of file diff --git a/org.eclipse.linuxtools.lttng2.ui/build.properties b/org.eclipse.linuxtools.lttng2.ui/build.properties index 864e9f8762..c1298d801a 100644 --- a/org.eclipse.linuxtools.lttng2.ui/build.properties +++ b/org.eclipse.linuxtools.lttng2.ui/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.eclipse.linuxtools.lttng2.ui/plugin.properties b/org.eclipse.linuxtools.lttng2.ui/plugin.properties index 7ac86efe40..5769f0f07f 100644 --- a/org.eclipse.linuxtools.lttng2.ui/plugin.properties +++ b/org.eclipse.linuxtools.lttng2.ui/plugin.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + #Properties file for org.eclipse.linuxtools.lttng2.ui Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools LTTng UI Plug-in diff --git a/org.eclipse.linuxtools.lttng2/build.properties b/org.eclipse.linuxtools.lttng2/build.properties index e011244253..7f981e42c1 100644 --- a/org.eclipse.linuxtools.lttng2/build.properties +++ b/org.eclipse.linuxtools.lttng2/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### + bin.includes = feature.xml,\ epl-v10.html,\ feature.properties,\ diff --git a/org.eclipse.linuxtools.lttng2/feature.properties b/org.eclipse.linuxtools.lttng2/feature.properties index bfc650b6a6..b36a8a0256 100644 --- a/org.eclipse.linuxtools.lttng2/feature.properties +++ b/org.eclipse.linuxtools.lttng2/feature.properties @@ -1,13 +1,14 @@ -#******************************************************************************* +############################################################################### # Copyright (c) 2012, 2013 Ericsson +# # 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: -# Ericsson - initial API and implementation -#******************************************************************************** +# Ericsson - Initial API and implementation +############################################################################### featureName=LTTng - Linux Tracing Toolkit diff --git a/org.eclipse.linuxtools.lttng2/sourceTemplateFeature/feature.properties b/org.eclipse.linuxtools.lttng2/sourceTemplateFeature/feature.properties index 8d1c8b69c3..d2bf49150e 100644 --- a/org.eclipse.linuxtools.lttng2/sourceTemplateFeature/feature.properties +++ b/org.eclipse.linuxtools.lttng2/sourceTemplateFeature/feature.properties @@ -1 +1,12 @@ +############################################################################### +# Copyright (c) 2013 Ericsson +# +# 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: +# Ericsson - Initial API and implementation +############################################################################### -- 2.34.1