1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 00:45:28 +02:00

Added missing copyright notices.

This commit is contained in:
Ken Ryall 2006-06-15 15:36:43 +00:00
parent 95ffc3032a
commit e539d8c06d
3 changed files with 38 additions and 5 deletions

View file

@ -1,3 +1,14 @@
/*******************************************************************************
* Copyright (c) 2006 Nokia 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:
* Nokia - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.debug.core.cdi.model;
public interface ICDITargetConfiguration2 extends ICDITargetConfiguration {

View file

@ -1,3 +1,14 @@
/*******************************************************************************
* Copyright (c) 2006 Nokia 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:
* Nokia - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.debug.ui.importexecutable;
import org.eclipse.osgi.util.NLS;

View file

@ -1,19 +1,30 @@
###############################################################################
# Copyright (c) 2006 Nokia 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:
# Nokia - initial API and implementation
###############################################################################
ImportExecutableWizard_pageOneTitle=Import C/C++ Executable Files
ImportExecutableWizard_pageOneDescription=Select a file or a directory to search for C/C++ executable files.
ImportExecutablePageOne_SelectExecutable=Select Executable:
ImportExecutablePageOne_SelectExecutable=Select executable:
ImportExecutablePageOne_SelectADirectory=Select a directory to search for C/C++ executable files.
ImportExecutablePageTwo_EnterProjectName=Enter a project name.
ImportExecutablePageOne_ProcessingResults=Processing results
ImportExecutablePageTwo_EnterLaunchConfig=Enter a launch configuration name.
ImportExecutablePageTwo_ProjectAlreadyExists=That project already exists, enter a new name.
ImportExecutablePageTwo_DefaultProjectPrefix=Debug
ImportExecutableWizard_executableListLabel=C/C++ Executable Files
ImportExecutableWizard_executableListLabel=C/C++ Executable Files:
ImportExecutableWizard_fileDialogTitle=Choose an executable file
ImportExecutablePageOne_SearchDirectory=Search Directory:
ImportExecutablePageOne_SearchDirectory=Search directory:
ImportExecutablePageTwo_ChooseExisting=Choose an existing project or create a new one.
ImportExecutablePageTwo_BadProjectName=Invalid project name.
ImportExecutablePageTwo_NewProjectName=New Project Name:
ImportExecutablePageTwo_ExistingProject=Existing Project:
ImportExecutablePageTwo_NewProjectName=New project name:
ImportExecutablePageTwo_ExistingProject=Existing project:
ImportExecutableWizard_AllFiles=All Files
ImportExecutableWizard_Applications=Applications
ImportExecutablePageOne_NoSuchFile=That file does not exist.