|
From: Matthias K <mat...@us...> - 2006-04-05 16:12:59
|
Update of /cvsroot/jcommander/plugins/org.jcommander.eclipsepatch.compare/compare/org/eclipse/compare/patch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13295/compare/org/eclipse/compare/patch Modified Files: WorkspacePatcherUI.java Log Message: Updated to Eclipse 3.2 M6 Index: WorkspacePatcherUI.java =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.eclipsepatch.compare/compare/org/eclipse/compare/patch/WorkspacePatcherUI.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WorkspacePatcherUI.java 28 Mar 2006 13:49:17 -0000 1.1 --- WorkspacePatcherUI.java 5 Apr 2006 16:12:50 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /******************************************************************************* + * Copyright (c) 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.compare.patch; |