### Eclipse Workspace Patch 1.0 #P org.eclipse.gmf.runtime.diagram.core Index: src/org/eclipse/gmf/runtime/diagram/core/internal/commands/PersistViewsCommand.java =================================================================== RCS file: /cvsroot/technology/org.eclipse.gmf/plugins/org.eclipse.gmf.runtime.diagram.core/src/org/eclipse/gmf/runtime/diagram/core/internal/commands/Attic/PersistViewsCommand.java,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 PersistViewsCommand.java --- src/org/eclipse/gmf/runtime/diagram/core/internal/commands/PersistViewsCommand.java 26 Jul 2006 21:44:38 -0000 1.1.2.1 +++ src/org/eclipse/gmf/runtime/diagram/core/internal/commands/PersistViewsCommand.java 15 Aug 2006 15:08:00 -0000 @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2006. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2002, 2005 IBM Corporation and others. + * 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: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.diagram.core.internal.commands; import java.util.Iterator; #P org.eclipse.gmf.runtime.draw2d.ui Index: src/org/eclipse/gmf/runtime/draw2d/ui/internal/mapmode/IMapModeHolder.java =================================================================== RCS file: /cvsroot/technology/org.eclipse.gmf/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/mapmode/Attic/IMapModeHolder.java,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 IMapModeHolder.java --- src/org/eclipse/gmf/runtime/draw2d/ui/internal/mapmode/IMapModeHolder.java 26 Jul 2006 16:04:06 -0000 1.1.2.1 +++ src/org/eclipse/gmf/runtime/draw2d/ui/internal/mapmode/IMapModeHolder.java 15 Aug 2006 15:08:05 -0000 @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2006. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2002, 2005 IBM Corporation and others. + * 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: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.draw2d.ui.internal.mapmode; import org.eclipse.gmf.runtime.draw2d.ui.mapmode.IMapMode;