Remove old license headers
[gpl/argeo-slc.git] / org.argeo.slc.api / src / org / argeo / slc / test / TestResult.java
index d3ef62bb83841dbfb45f93b8d22bbe690f61c342..767b28613291262703096d78d11fce8c494f3296 100644 (file)
@@ -1,42 +1,27 @@
-/*\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.test;\r
-\r
-import java.util.Date;\r
-import java.util.Map;\r
-\r
-/** The result of a test */\r
-public interface TestResult extends TestStatus, TestRunAware {\r
-       public String getUuid();\r
-\r
-       /** Adds a part of the result. */\r
-       public void addResultPart(TestResultPart part);\r
-\r
-       /**\r
-        * Marks that the collection of test results is completed and free the\r
-        * related resources (also closing listeners).\r
-        */\r
-       public void close();\r
-\r
-       /**\r
-        * The date when this test result was closed. Can be null, which means the\r
-        * result is not closed.\r
-        */\r
-       public Date getCloseDate();\r
-\r
-       /** Additional arbitrary meta data */\r
-       public Map<String, String> getAttributes();\r
-}\r
+package org.argeo.slc.test;
+
+import java.util.Date;
+import java.util.Map;
+
+/** The result of a test */
+public interface TestResult extends TestStatus, TestRunAware {
+       public String getUuid();
+
+       /** Adds a part of the result. */
+       public void addResultPart(TestResultPart part);
+
+       /**
+        * Marks that the collection of test results is completed and free the
+        * related resources (also closing listeners).
+        */
+       public void close();
+
+       /**
+        * The date when this test result was closed. Can be null, which means the
+        * result is not closed.
+        */
+       public Date getCloseDate();
+
+       /** Additional arbitrary meta data */
+       public Map<String, String> getAttributes();
+}