1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

[222470] added copyright headers

This commit is contained in:
Xuan Chen 2008-03-13 14:15:29 +00:00
parent dcb3e03f06
commit 7807f044b3
6 changed files with 54 additions and 0 deletions

View file

@ -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;
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;

View file

@ -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;
import java.util.HashMap;

View file

@ -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;
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;

View file

@ -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;
import java.util.HashMap;

View file

@ -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;
import java.util.ArrayList;

View file

@ -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;
import java.util.ArrayList;