From a2a921ad8c6cc6c1680b66d112fe163084d07410 Mon Sep 17 00:00:00 2001 From: Quentin Le Menez Date: Thu, 12 Jul 2018 14:47:23 +0200 Subject: Bug 537653 - [EPL] Update malformed headers - update malformed headers Change-Id: If41000498f9ea93d9e1d5c00c2c14e302b1ade12 Signed-off-by: Quentin Le Menez --- .../papyrus/uml/diagram/common/layout/OverlayLocator.java | 4 ++-- .../uml/diagram/sequence/figures/DestructionEventFigure.java | 11 ++++++----- .../custom/figures/InteractionTimingRectangleFigure.java | 9 +++++---- .../src/org/eclipse/papyrus/views/modelexplorer/LinkNode.java | 5 +++-- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/OverlayLocator.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/OverlayLocator.java index 6045585e91f..cafc9a20a0d 100644 --- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/OverlayLocator.java +++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/OverlayLocator.java @@ -2,9 +2,9 @@ * Copyright (c) 2009-2010 CEA LIST. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 + * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ + * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/DestructionEventFigure.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/DestructionEventFigure.java index 6b2a97d6aba..6d2ca825903 100644 --- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/DestructionEventFigure.java +++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/DestructionEventFigure.java @@ -1,5 +1,5 @@ /***************************************************************************** - * Copyright (c) 2005 AIRBUS FRANCE. + * Copyright (c) 2005 AIRBUS FRANCE. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -8,14 +8,15 @@ * * SPDX-License-Identifier: EPL-2.0 * - * Contributors: + * Contributors: * David Sciamma (Anyware Technologies), - * Mathieu Garcia (Anyware Technologies), + * Mathieu Garcia (Anyware Technologies), * Jacques Lescot (Anyware Technologies), - * Thomas Friol (Anyware Technologies), + * Thomas Friol (Anyware Technologies), * Nicolas Lalevee (Anyware Technologies) - initial API and implementation * - *****************************************************************************/ + ****************************************************************************/ + package org.eclipse.papyrus.uml.diagram.sequence.figures; import org.eclipse.draw2d.Graphics; diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/figures/InteractionTimingRectangleFigure.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/figures/InteractionTimingRectangleFigure.java index 3ab892071b1..89b41c98607 100755 --- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/figures/InteractionTimingRectangleFigure.java +++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/figures/InteractionTimingRectangleFigure.java @@ -1,15 +1,16 @@ /***************************************************************************** -* Copyright (c) 2016 CEA LIST. - * + * Copyright (c) 2016 CEA LIST, and others. * * All rights reserved. This program and the accompanying materials + * are made available unfer the terms of the Eclipse Public License 2.0 + * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: -* Atos Origin - Initial API and implementation -* Patrick Tessier (CEA LIST) - Initial API and implementation + * Atos Origin - Initial API and implementation + * Patrick Tessier (CEA LIST) - Initial API and implementation * *****************************************************************************/ package org.eclipse.papyrus.uml.diagram.timing.custom.figures; diff --git a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/LinkNode.java b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/LinkNode.java index d866d86a7d1..3bf0de2488d 100644 --- a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/LinkNode.java +++ b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/LinkNode.java @@ -1,17 +1,18 @@ /***************************************************************************** * Copyright (c) 2011 Atos. * - * 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 2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * - * Contributors: + * Contributors: * Philippe ROLAND (Atos) - initial API and implementation * *****************************************************************************/ + package org.eclipse.papyrus.views.modelexplorer; /** -- cgit v1.2.3