1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

[cleanup] copyrights

This commit is contained in:
David Dykstal 2007-05-24 15:29:50 +00:00
parent d86e241758
commit 6e3638f499
3 changed files with 27 additions and 1 deletions

View file

@ -1,3 +1,12 @@
/*******************************************************************************
* Copyright (c) 2007 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:
* David Dykstal (IBM) - initial API and implementation.
*******************************************************************************/
package org.eclipse.rse.core.model;
import java.util.ArrayList;

View file

@ -1,6 +1,14 @@
/*******************************************************************************
* Copyright (c) 2007 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:
* David Dykstal (IBM) - initial API and implementation.
*******************************************************************************/
package org.eclipse.rse.core.model;
public abstract class RSEPersistableObject implements IRSEPersistableContainer {
private boolean _isDirty = false;

View file

@ -1,3 +1,12 @@
/*******************************************************************************
* Copyright (c) 2007 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:
* David Dykstal (IBM) - initial API and implementation.
*******************************************************************************/
package org.eclipse.rse.internal.eclipse.filesystem.ui.actions;
import org.eclipse.osgi.util.NLS;