mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
[cleanup] copyrights
This commit is contained in:
parent
d86e241758
commit
6e3638f499
3 changed files with 27 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue