mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
[222470] added copyright headers
This commit is contained in:
parent
dcb3e03f06
commit
7807f044b3
6 changed files with 54 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
/*********************************************************************************
|
||||||
|
* Copyright (c) 2008 IBM Corporation. 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:
|
||||||
|
* Xuan Chen (IBM) - [222470] initial contribution.
|
||||||
|
*********************************************************************************/
|
||||||
package org.eclipse.rse.useractions.files.compile;
|
package org.eclipse.rse.useractions.files.compile;
|
||||||
|
|
||||||
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*********************************************************************************
|
||||||
|
* Copyright (c) 2008 IBM Corporation. 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:
|
||||||
|
* Xuan Chen (IBM) - [222470] initial contribution.
|
||||||
|
*********************************************************************************/
|
||||||
package org.eclipse.rse.useractions.files.compile;
|
package org.eclipse.rse.useractions.files.compile;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*********************************************************************************
|
||||||
|
* Copyright (c) 2008 IBM Corporation. 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:
|
||||||
|
* Xuan Chen (IBM) - [222470] initial contribution.
|
||||||
|
*********************************************************************************/
|
||||||
package org.eclipse.rse.useractions.files.uda;
|
package org.eclipse.rse.useractions.files.uda;
|
||||||
|
|
||||||
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*********************************************************************************
|
||||||
|
* Copyright (c) 2008 IBM Corporation. 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:
|
||||||
|
* Xuan Chen (IBM) - [222470] initial contribution.
|
||||||
|
*********************************************************************************/
|
||||||
package org.eclipse.rse.useractions.files.uda;
|
package org.eclipse.rse.useractions.files.uda;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*********************************************************************************
|
||||||
|
* Copyright (c) 2008 IBM Corporation. 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:
|
||||||
|
* Xuan Chen (IBM) - [222470] initial contribution.
|
||||||
|
*********************************************************************************/
|
||||||
package org.eclipse.rse.useractions.ui.compile;
|
package org.eclipse.rse.useractions.ui.compile;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*********************************************************************************
|
||||||
|
* Copyright (c) 2008 IBM Corporation. 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:
|
||||||
|
* Xuan Chen (IBM) - [222470] initial contribution.
|
||||||
|
*********************************************************************************/
|
||||||
package org.eclipse.rse.useractions.ui.uda;
|
package org.eclipse.rse.useractions.ui.uda;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
Loading…
Add table
Reference in a new issue