From bceffc25fd387c5858f92012be3508ead751bc59 Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Wed, 24 Apr 2013 13:35:09 -0400 Subject: [PATCH] tmf: Add copyright headers to properties files Change-Id: I3ca1ece1513599fbb8f01614d1ca9f025729538f Signed-off-by: Alexandre Montplaisir Reviewed-on: https://git.eclipse.org/r/12164 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann IP-Clean: Bernd Hufmann Tested-by: Bernd Hufmann --- .../build.properties | 12 ++++++++++++ .../plugin.properties | 12 ++++++++++++ org.eclipse.linuxtools.tmf.core/build.properties | 12 ++++++++++++ org.eclipse.linuxtools.tmf.core/plugin.properties | 12 ++++++++++++ .../linuxtools/internal/tmf/core/messages.properties | 12 ++++++++++++ .../tmf/core/ctfadaptor/messages.properties | 12 ++++++++++++ org.eclipse.linuxtools.tmf.help/build.properties | 12 ++++++++++++ org.eclipse.linuxtools.tmf.help/plugin.properties | 12 ++++++++++++ org.eclipse.linuxtools.tmf.ui.tests/build.properties | 12 ++++++++++++ .../plugin.properties | 12 ++++++++++++ org.eclipse.linuxtools.tmf.ui/build.properties | 12 ++++++++++++ org.eclipse.linuxtools.tmf.ui/plugin.properties | 12 ++++++++++++ .../linuxtools/internal/tmf/ui/messages.properties | 12 ++++++++++++ .../tmf/ui/parsers/custom/messages.properties | 12 ++++++++++++ .../tmf/ui/project/handlers/messages.properties | 12 ++++++++++++ .../tmf/ui/project/wizards/messages.properties | 12 ++++++++++++ .../tmf/ui/viewers/statistics/messages.properties | 12 ++++++++++++ .../ui/viewers/statistics/model/messages.properties | 12 ++++++++++++ .../tmf/ui/views/histogram/messages.properties | 12 ++++++++++++ .../tmf/ui/views/statesystem/messages.properties | 12 ++++++++++++ .../tmf/ui/views/statistics/messages.properties | 12 ++++++++++++ .../tmf/ui/views/uml2sd/loader/messages.properties | 2 +- .../tmf/ui/views/uml2sd/util/messages.properties | 7 +++---- org.eclipse.linuxtools.tmf/build.properties | 12 ++++++++++++ org.eclipse.linuxtools.tmf/feature.properties | 9 +++++---- .../sourceTemplateFeature/feature.properties | 11 +++++++++++ 26 files changed, 284 insertions(+), 9 deletions(-) diff --git a/org.eclipse.linuxtools.tmf.core.tests/build.properties b/org.eclipse.linuxtools.tmf.core.tests/build.properties index 61f533e67f..ef261b0808 100644 --- a/org.eclipse.linuxtools.tmf.core.tests/build.properties +++ b/org.eclipse.linuxtools.tmf.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.. = stubs/,\ shared/,\ src/ diff --git a/org.eclipse.linuxtools.tmf.core.tests/plugin.properties b/org.eclipse.linuxtools.tmf.core.tests/plugin.properties index 771133c77e..af1b67d180 100644 --- a/org.eclipse.linuxtools.tmf.core.tests/plugin.properties +++ b/org.eclipse.linuxtools.tmf.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.tmf.core.tests Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools TMF Core Tests Plug-in \ No newline at end of file diff --git a/org.eclipse.linuxtools.tmf.core/build.properties b/org.eclipse.linuxtools.tmf.core/build.properties index 25b203b9e3..cee5d80e74 100644 --- a/org.eclipse.linuxtools.tmf.core/build.properties +++ b/org.eclipse.linuxtools.tmf.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.tmf.core/plugin.properties b/org.eclipse.linuxtools.tmf.core/plugin.properties index 944b067c0f..032b57e3aa 100644 --- a/org.eclipse.linuxtools.tmf.core/plugin.properties +++ b/org.eclipse.linuxtools.tmf.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.tmf.core Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools TMF Core Plug-in diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/messages.properties b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/messages.properties index 56a1ad92b8..3b48d56a2a 100644 --- a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/messages.properties +++ b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/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 +############################################################################### + TmfCheckpointIndexer_EventsPerSecond=events/s TmfCheckpointIndexer_Indexing=Indexing TmfEventField_UnsupportedType=Unsupported field type: diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/messages.properties b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/messages.properties index f9626a97a8..fe43860fa5 100644 --- a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/messages.properties +++ b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/messages.properties @@ -1,2 +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 +############################################################################### + CtfTmfTrace_MajorNotSet=Major version number not set CtfTmfTrace_ReadingError=Reading error diff --git a/org.eclipse.linuxtools.tmf.help/build.properties b/org.eclipse.linuxtools.tmf.help/build.properties index ff8514d6ac..ab89c3d28e 100644 --- a/org.eclipse.linuxtools.tmf.help/build.properties +++ b/org.eclipse.linuxtools.tmf.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.tmf.help/plugin.properties b/org.eclipse.linuxtools.tmf.help/plugin.properties index 16ca72e149..cae5773b0b 100644 --- a/org.eclipse.linuxtools.tmf.help/plugin.properties +++ b/org.eclipse.linuxtools.tmf.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.tmf.help Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools TMF Help Plug-in diff --git a/org.eclipse.linuxtools.tmf.ui.tests/build.properties b/org.eclipse.linuxtools.tmf.ui.tests/build.properties index 2b9e5439e0..1b12d33848 100644 --- a/org.eclipse.linuxtools.tmf.ui.tests/build.properties +++ b/org.eclipse.linuxtools.tmf.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/,\ widgetStubs/ output.. = bin/ diff --git a/org.eclipse.linuxtools.tmf.ui.tests/plugin.properties b/org.eclipse.linuxtools.tmf.ui.tests/plugin.properties index 9ed32c0424..2825e3c3a1 100644 --- a/org.eclipse.linuxtools.tmf.ui.tests/plugin.properties +++ b/org.eclipse.linuxtools.tmf.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.tmf.ui.tests Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools TMF UI Tests Plug-in diff --git a/org.eclipse.linuxtools.tmf.ui/build.properties b/org.eclipse.linuxtools.tmf.ui/build.properties index 4e8b0f6418..2cde4f884f 100644 --- a/org.eclipse.linuxtools.tmf.ui/build.properties +++ b/org.eclipse.linuxtools.tmf.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.tmf.ui/plugin.properties b/org.eclipse.linuxtools.tmf.ui/plugin.properties index 8ea7c7fedb..258db855e5 100644 --- a/org.eclipse.linuxtools.tmf.ui/plugin.properties +++ b/org.eclipse.linuxtools.tmf.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.tmf.ui Bundle-Vendor = Eclipse Linux Tools Bundle-Name = Linux Tools TMF UI Plug-in diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/messages.properties index e2aac10af7..4a3a25e1f4 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/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 +############################################################################### + # org.eclipse.linuxtools.tmf.ui.dialogs ManageCustomParsersDialog_DeleteButtonLabel=Delete ManageCustomParsersDialog_DeleteConfirmation=Are you sure you want to delete diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/parsers/custom/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/parsers/custom/messages.properties index 11172196fb..73c9862a83 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/parsers/custom/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/parsers/custom/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 +############################################################################### + CustomTrace_FileNotFound=File not found diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/messages.properties index 1b7c8eed0e..3161c0f95a 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/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 +############################################################################### + # Open trace error messages OpenTraceHandler_Title = Open Trace OpenTraceHandler_NoTraceType = No trace type associated to that trace\nPlease select a valid type diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/messages.properties index f007fc80e2..64841195cf 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/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 +############################################################################### + # NewProjectWizard NewProjectWizard_DialogHeader = Tracing Project NewProjectWizard_DialogMessage = Create a Tracing Project diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/messages.properties index 9009fe087f..c522f0aa1a 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/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 +############################################################################### + TmfStatisticsView_UnknownTraceName=Unknown_Trace \ No newline at end of file diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/messages.properties index db5cb177b2..b996730208 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/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 +############################################################################### + TmfStatisticsData_CPUs=CPUs TmfStatisticsData_EventTypes=Event Types TmfStatisticsView_LevelColumn=Level diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/messages.properties index 557d13042e..0bba1e6fd9 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/messages.properties @@ -1,2 +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 +############################################################################### + HistogramView_currentEventLabel=Current Event HistogramView_windowSpanLabel=Window Span diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/messages.properties index c69b8055c5..3f50faa950 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/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 +############################################################################### + # Column names TreeNodeColumnLabel=State System / Attribute QuarkColumnLabel=Quark diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/messages.properties index 43d885ebe6..1a7d06c1e2 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/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 +############################################################################### + TmfStatisticsView_GlobalTabName=Global diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/loader/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/loader/messages.properties index b914ce5e5e..359c257e24 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/loader/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/loader/messages.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2011, 2012 Ericsson +# Copyright (c) 2011, 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 diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/util/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/util/messages.properties index b27ec00e78..9bdf86472f 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/util/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/util/messages.properties @@ -1,6 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2008 IBM Corporation and others. -# Copyright (c) 2011, 2012 Ericsson. +# Copyright (c) 2005, 2012 IBM Corporation, Ericsson # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -8,8 +7,8 @@ # http://www.eclipse.org/legal/epl-v10.html # # Contributors: -# IBM Corporation - initial API and implementation -# Bernd Hufmann - Updated for TMF +# IBM Corporation - initial API and implementation +# Bernd Hufmann - Updated for TMF ############################################################################### # NLS_MESSAGEFORMAT_VAR diff --git a/org.eclipse.linuxtools.tmf/build.properties b/org.eclipse.linuxtools.tmf/build.properties index 42a39fdf46..378fba9c6d 100644 --- a/org.eclipse.linuxtools.tmf/build.properties +++ b/org.eclipse.linuxtools.tmf/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.tmf/feature.properties b/org.eclipse.linuxtools.tmf/feature.properties index 8ecda8f12a..0821dc4ce3 100644 --- a/org.eclipse.linuxtools.tmf/feature.properties +++ b/org.eclipse.linuxtools.tmf/feature.properties @@ -1,13 +1,14 @@ -#******************************************************************************* -# Copyright (c) 2008 Red Hat, Inc. +############################################################################### +# Copyright (c) 2008, 2013 Red Hat, Inc., 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=TMF - Tracing and Monitoring Framework diff --git a/org.eclipse.linuxtools.tmf/sourceTemplateFeature/feature.properties b/org.eclipse.linuxtools.tmf/sourceTemplateFeature/feature.properties index 8d1c8b69c3..d2bf49150e 100644 --- a/org.eclipse.linuxtools.tmf/sourceTemplateFeature/feature.properties +++ b/org.eclipse.linuxtools.tmf/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