Remove old license headers
[gpl/argeo-slc.git] / org.argeo.slc.api / src / org / argeo / slc / test / TestResultListener.java
index 788e1b8ad9371bc70ecb50b26259debd0133d5c7..c2ad8ed66ac46e01ed78c1bdc3e44c730f7dc25b 100644 (file)
@@ -1,25 +1,10 @@
-/*\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
-/** Listener to the operations on a test result. */\r
-public interface TestResultListener<T extends TestResult> {\r
-       /** Notified when a part was added to a test result. */\r
-       public void resultPartAdded(T testResult, TestResultPart testResultPart);\r
-\r
-       /** Stops listening and release the related resources. */\r
-       public void close(T testResult);\r
-}\r
+package org.argeo.slc.test;
+
+/** Listener to the operations on a test result. */
+public interface TestResultListener<T extends TestResult> {
+       /** Notified when a part was added to a test result. */
+       public void resultPartAdded(T testResult, TestResultPart testResultPart);
+
+       /** Stops listening and release the related resources. */
+       public void close(T testResult);
+}