Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Montplaisir2013-04-24 17:34:31 +0000
committerAlexandre Montplaisir2013-04-24 20:10:02 +0000
commit9533fe4e24390fcb22cbce51380b3fd6c1d25d6c (patch)
treead9069fcdb1fbb2fafd3a629db0b2e1532f92433
parent51f43cd04a350483c5f22a6503f1c5bc68057e16 (diff)
downloadorg.eclipse.linuxtools-9533fe4e24390fcb22cbce51380b3fd6c1d25d6c.tar.gz
org.eclipse.linuxtools-9533fe4e24390fcb22cbce51380b3fd6c1d25d6c.tar.xz
org.eclipse.linuxtools-9533fe4e24390fcb22cbce51380b3fd6c1d25d6c.zip
gdbtrace: Add copyright headers to properties files
Change-Id: Ie333a85bad6e86666d8f005f65fd568709e90c78 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/12162 Tested-by: Hudson CI IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.core.tests/build.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.core.tests/plugin.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.core/build.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.core/plugin.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/core/trace/messages.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.help/build.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.help/plugin.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/build.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/plugin.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.ui/build.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.ui/plugin.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/project/dialogs/messages.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace/build.properties12
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace/feature.properties7
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace/sourceTemplateFeature/feature.properties11
15 files changed, 171 insertions, 3 deletions
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/build.properties
index aa1a008269..49db406512 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/build.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/plugin.properties b/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/plugin.properties
index c2e285157b..e3898368e8 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/plugin.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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.gdbtrace.core.tests
Bundle-Vendor = Eclipse Linux Tools
Bundle-Name = Linux Tools GDB Tracepoint Analysis Core Tests Plug-in
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.core/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.core/build.properties
index b67aba1a41..442f06bb71 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.core/build.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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/lttng/org.eclipse.linuxtools.gdbtrace.core/plugin.properties b/lttng/org.eclipse.linuxtools.gdbtrace.core/plugin.properties
index a855ada54a..f0b87e9df1 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.core/plugin.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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.gdbtrace.core
Bundle-Vendor = Eclipse Linux Tools
Bundle-Name = Linux Tools GDB Tracepoint Analysis Core Plug-in
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/core/trace/messages.properties b/lttng/org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/core/trace/messages.properties
index e2917d6cf9..4f144ba053 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/core/trace/messages.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/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
+###############################################################################
+
GdbTrace_FileNotFound=File not found
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.help/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.help/build.properties
index d56e7edcc9..2bb0dc3c6f 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.help/build.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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 = META-INF/,\
about.html,\
book.css,\
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.help/plugin.properties b/lttng/org.eclipse.linuxtools.gdbtrace.help/plugin.properties
index 7649054b67..24ba7c1fcf 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.help/plugin.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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.gdbtrace.help
Bundle-Vendor = Eclipse Linux Tools
Bundle-Name = Linux Tools GDB Tracepoint Analysis Help Plug-in \ No newline at end of file
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/build.properties
index aa1a008269..49db406512 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/build.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/plugin.properties b/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/plugin.properties
index 0d5228b49d..0af0d23b85 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/plugin.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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.gdbtrace.ui.tests
Bundle-Vendor = Eclipse Linux Tools
Bundle-Name = Linux Tools GDB Tracepoint Analysis UI Tests Plug-in
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.ui/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.ui/build.properties
index e145afd3b3..78303da981 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.ui/build.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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/lttng/org.eclipse.linuxtools.gdbtrace.ui/plugin.properties b/lttng/org.eclipse.linuxtools.gdbtrace.ui/plugin.properties
index 1e5e5e3a5d..2a4a7463ae 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.ui/plugin.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.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.gdbtrace.ui
Bundle-Vendor = Eclipse Linux Tools
Bundle-Name = Linux Tools GDB Tracepoint Analysis UI Plug-in
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/project/dialogs/messages.properties b/lttng/org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/project/dialogs/messages.properties
index 443df1b5ed..b75faf1a65 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/project/dialogs/messages.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/project/dialogs/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
+###############################################################################
+
SelectTraceExecutableDialog_BinaryError=Selected file is not a GDB recognized executable
SelectTraceExecutableDialog_Browse=Browse...
SelectTraceExecutableDialog_ExecutableName=Executable Path:
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace/build.properties
index 4e034677b7..849046d1a8 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace/build.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace/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,\
feature.properties,\
epl-v10.html,\
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace/feature.properties b/lttng/org.eclipse.linuxtools.gdbtrace/feature.properties
index 4697a4f389..16b8c4943f 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace/feature.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace/feature.properties
@@ -1,13 +1,14 @@
-#*******************************************************************************
+###############################################################################
# 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
-#********************************************************************************
+# Ericsson - Initial API and implementation
+###############################################################################
featureName=GDB Tracepoint Analysis
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace/sourceTemplateFeature/feature.properties b/lttng/org.eclipse.linuxtools.gdbtrace/sourceTemplateFeature/feature.properties
index 8d1c8b69c3..d2bf49150e 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace/sourceTemplateFeature/feature.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace/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
+###############################################################################

Back to the top