diff --git a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionCreateCommand.java b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionCreateCommand.java index 79437821943342f5cf322497b9470add4702bbf7..f6da85e9b7558f95e0770d4d5023c0869fb490ca 100644 --- a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionCreateCommand.java +++ b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionCreateCommand.java @@ -1,13 +1,13 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis 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: -�*����Elias Volanakis - initial API and implementation -�*******************************************************************************/ + * 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: + * Elias Volanakis - initial API and implementation + *******************************************************************************/ package de.bmotionstudio.gef.editor.command; import java.util.Iterator; diff --git a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionDeleteCommand.java b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionDeleteCommand.java index 1682cad05ba4a6ded53f3e836053a8ee6b452122..f995098c7b4807190b7e7d3d91419d8a9f7d9713 100644 --- a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionDeleteCommand.java +++ b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionDeleteCommand.java @@ -1,13 +1,13 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis 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: -�*����Elias Volanakis - initial API and implementation -�*******************************************************************************/ + * 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: + * Elias Volanakis - initial API and implementation + *******************************************************************************/ package de.bmotionstudio.gef.editor.command; import org.eclipse.gef.commands.Command; diff --git a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionReconnectCommand.java b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionReconnectCommand.java index c914f587a3913bf654a6a52eb73975add3175d96..eaef6eab3338fe9ad4dd50c9848eb789cfd36e34 100644 --- a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionReconnectCommand.java +++ b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/command/ConnectionReconnectCommand.java @@ -1,13 +1,13 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Elias Volanakis 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: -�*����Elias Volanakis - initial API and implementation -�*******************************************************************************/ + * 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: + * Elias Volanakis - initial API and implementation + *******************************************************************************/ package de.bmotionstudio.gef.editor.command; import java.util.Iterator;