1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 02:05:39 +02:00

Update Copyright Dates

This commit is contained in:
Martin Oberhuber 2007-05-24 14:20:03 +00:00
parent fdcd944d7a
commit 2ad749c941
27 changed files with 212 additions and 189 deletions

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others. # Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others. # Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at

View file

@ -1,10 +1,10 @@
############################################################################### ###############################################################################
# Copyright (c) 2001, 2006 IBM Corporation and others. # Copyright (c) 2001, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # http://www.eclipse.org/legal/epl-v10.html
# #
# Contributors: # Contributors:
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others. # Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -99,4 +100,4 @@ public class DomainEvent
{ {
return _parent.getNestedSize(); return _parent.getNestedSize();
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -33,4 +34,4 @@ public interface IDataElement extends IElement
Object getElementProperty(Object obj); Object getElementProperty(Object obj);
List getAssociated(String key); List getAssociated(String key);
boolean isOfType(String typeStr); boolean isOfType(String typeStr);
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -23,4 +24,4 @@ public interface IDomainListener
public boolean listeningTo(DomainEvent e); public boolean listeningTo(DomainEvent e);
public void domainChanged(DomainEvent e); public void domainChanged(DomainEvent e);
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -25,4 +26,4 @@ public interface IDomainNotifier
public void fireDomainChanged(DomainEvent event); public void fireDomainChanged(DomainEvent event);
public boolean hasDomainListener(IDomainListener listener); public boolean hasDomainListener(IDomainListener listener);
public void removeDomainListener(IDomainListener listener); public void removeDomainListener(IDomainListener listener);
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -21,4 +22,4 @@ public interface IElement
public Object getElementProperty(Object key); public Object getElementProperty(Object key);
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006 IBM Corporation. All rights reserved. * Copyright (c) 2006, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -56,4 +57,4 @@ public class DataElementActionFilter
return false; return false;
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -29,4 +30,4 @@ public class DesktopElement
{ {
return null; return null;
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -54,4 +55,4 @@ public class DomainNotifier implements IDomainNotifier
public void removeDomainListener(IDomainListener listener) public void removeDomainListener(IDomainListener listener)
{ {
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -20,4 +21,4 @@ public interface IDesktopElement
{ {
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -20,4 +21,4 @@ public interface IPropertySource
{ {
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2001, 2006 IBM Corporation and International Business Machines Corporation. All rights reserved. * Copyright (c) 2001, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -30,4 +31,4 @@ public class PropertySource
{ {
return false; return false;
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -99,4 +100,4 @@ public class DomainEvent
{ {
return _parent.getNestedSize(); return _parent.getNestedSize();
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -33,4 +34,4 @@ public interface IDataElement extends IElement
List getAssociated(String key); List getAssociated(String key);
boolean isOfType(String typeStr); boolean isOfType(String typeStr);
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -22,4 +23,4 @@ public interface IDomainListener
public boolean listeningTo(DomainEvent e); public boolean listeningTo(DomainEvent e);
public void domainChanged(DomainEvent e); public void domainChanged(DomainEvent e);
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -25,4 +26,4 @@ public interface IDomainNotifier
public void fireDomainChanged(DomainEvent event); public void fireDomainChanged(DomainEvent event);
public boolean hasDomainListener(IDomainListener listener); public boolean hasDomainListener(IDomainListener listener);
public void removeDomainListener(IDomainListener listener); public void removeDomainListener(IDomainListener listener);
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.extra; package org.eclipse.dstore.extra;
@ -23,4 +24,4 @@ public interface IElement extends IAdaptable
public Object getElementProperty(Object key); public Object getElementProperty(Object key);
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -66,4 +67,4 @@ public class DataElementActionFilter implements org.eclipse.ui.IActionFilter {
return (aClass == org.eclipse.ui.IActionFilter.class); return (aClass == org.eclipse.ui.IActionFilter.class);
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -80,4 +81,4 @@ public class DesktopElement implements org.eclipse.ui.model.IWorkbenchAdapter
{ {
return org.eclipse.core.runtime.Platform.getAdapterManager().getAdapter(obj, aClass); return org.eclipse.core.runtime.Platform.getAdapterManager().getAdapter(obj, aClass);
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -119,4 +120,4 @@ public class DomainNotifier implements IDomainNotifier
{ {
_listeners.remove(listener); _listeners.remove(listener);
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -20,4 +21,4 @@ public interface IDataElementActionFilter extends org.eclipse.ui.IActionFilter
{ {
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -21,4 +22,4 @@ public interface IDesktopElement extends org.eclipse.ui.model.IWorkbenchAdapter
{ {
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -20,4 +21,4 @@ public interface IPropertySource extends org.eclipse.ui.views.properties.IProper
{ {
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.internal.extra; package org.eclipse.dstore.internal.extra;
@ -148,4 +149,4 @@ public class PropertySource implements IPropertySource
{ {
} }
} }