Remove old license headers
[gpl/argeo-slc.git] / org.argeo.slc.support / src / org / argeo / slc / diff / Tolerance.java
index 625699ca70e0c3b5451dbfd90ceeb174e519d96f..6bddd1da320aa023c96e1ced254d33b9698295b8 100644 (file)
@@ -1,33 +1,18 @@
-/*\r
- * Copyright (C) 2007-2012 Argeo GmbH\r
- *\r
- * Licensed under the Apache License, Version 2.0 (the "License");\r
- * you may not use this file except in compliance with the License.\r
- * You may obtain a copy of the License at\r
- *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software\r
- * distributed under the License is distributed on an "AS IS" BASIS,\r
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- * See the License for the specific language governing permissions and\r
- * limitations under the License.\r
- */\r
-package org.argeo.slc.diff;\r
-\r
-/** Compares objects, eventually using tolerance mechanisms. */\r
-public interface Tolerance {\r
-       /**\r
-        * Compares objects\r
-        * \r
-        * @param key\r
-        *            any object used to differentiate the type of data (e.g.\r
-        *            column, path)\r
-        * @param expected\r
-        *            the expected value\r
-        * @param reached\r
-        *            the reached value\r
-        * @return the converted object\r
-        */\r
-       public Boolean compare(Object key, Object expected, Object reached);\r
-}\r
+package org.argeo.slc.diff;
+
+/** Compares objects, eventually using tolerance mechanisms. */
+public interface Tolerance {
+       /**
+        * Compares objects
+        * 
+        * @param key
+        *            any object used to differentiate the type of data (e.g.
+        *            column, path)
+        * @param expected
+        *            the expected value
+        * @param reached
+        *            the reached value
+        * @return the converted object
+        */
+       public Boolean compare(Object key, Object expected, Object reached);
+}