Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/MathHelper.java')
-rw-r--r--plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/MathHelper.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/MathHelper.java b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/MathHelper.java
index 2ac28c550a..e5d742632e 100644
--- a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/MathHelper.java
+++ b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/MathHelper.java
@@ -1,13 +1,13 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005, 2006 Eike Stepper, Sympedia Methods and Tools.
+/***************************************************************************
+ * Copyright (c) 2004, 2005, 2006 Eike Stepper, Fuggerstr. 39, 10777 Berlin, Germany.
* 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:
* Eike Stepper - initial API and implementation
- *******************************************************************************/
+ **************************************************************************/
package org.eclipse.net4j.util;
@@ -45,4 +45,4 @@ public class MathHelper
return min;
}
-} \ No newline at end of file
+}

Back to the top