Correct file header
diff --git a/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/EmbeddedInlineElement.java b/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/EmbeddedInlineElement.java
index b6aeb07..95fc5ec 100644
--- a/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/EmbeddedInlineElement.java
+++ b/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/EmbeddedInlineElement.java
@@ -1,5 +1,5 @@
 /*=============================================================================#
- # Copyright (c) 2020 teddy and others.
+ # Copyright (c) 2020 Stephan Wahlbrink and others.
  # 
  # This program and the accompanying materials are made available under the
  # terms of the Eclipse Public License 2.0 which is available at
@@ -9,7 +9,7 @@
  # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
  # 
  # Contributors:
- #     teddy - initial API and implementation
+ #     Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
  #=============================================================================*/
 
 package org.eclipse.statet.internal.r.core.sourcemodel;