Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-07-12 12:47:23 +0000
committerPatrick Tessier2018-08-22 14:33:30 +0000
commita2a921ad8c6cc6c1680b66d112fe163084d07410 (patch)
tree0cfcb1231000ea6ff4ebea3224b14526a8fd4ba5 /plugins/views
parent6f6dae5425ecbdf133f65979645b2ec69237f121 (diff)
downloadorg.eclipse.papyrus-a2a921ad8c6cc6c1680b66d112fe163084d07410.tar.gz
org.eclipse.papyrus-a2a921ad8c6cc6c1680b66d112fe163084d07410.tar.xz
org.eclipse.papyrus-a2a921ad8c6cc6c1680b66d112fe163084d07410.zip
Bug 537653 - [EPL] Update malformed headers
- update malformed headers Change-Id: If41000498f9ea93d9e1d5c00c2c14e302b1ade12 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/views')
-rw-r--r--plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/LinkNode.java5
1 files changed, 3 insertions, 2 deletions
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;
/**

Back to the top