License update to EPL v2.0

- compensate change of line numbers in org.objectteams.Team
diff --git a/plugins/org.eclipse.objectteams.runtime/src/org/objectteams/Team.java b/plugins/org.eclipse.objectteams.runtime/src/org/objectteams/Team.java
index ef7d92b..57c3dc8 100644
--- a/plugins/org.eclipse.objectteams.runtime/src/org/objectteams/Team.java
+++ b/plugins/org.eclipse.objectteams.runtime/src/org/objectteams/Team.java
@@ -26,9 +26,7 @@
 
 /**
  *  This is the root class of all team definitions.
- *  Any class with the <tt>team</tt> modifier implicitly
- *  inherits from this class.
- *
+ *  Any class with the <tt>team</tt> modifier implicitly inherits from this class.
  */
 public /* team */ class Team implements ITeam {
 	// Technical note: comments starting with //$Debug are intended