You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/08/03 18:06:55 UTC

svn commit: r1153559 [1/3] - in /uima/sandbox/trunk/TextMarker: org.apache.uima.tm.textmarker.testing/ org.apache.uima.tm.textmarker.testing/schema/ org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ org.apache.u...

Author: joern
Date: Wed Aug  3 16:06:29 2011
New Revision: 1153559

URL: http://svn.apache.org/viewvc?rev=1153559&view=rev
Log:
UIMA-2189 Applied patch that adds AL 2.0 headers

Modified:
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/build.properties
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/plugin.xml
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/schema/evaluators.exsd
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/TestingPlugin.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluator.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluatorFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluator.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluatorFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluator.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluatorFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluator.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluatorFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluator.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluatorFacotry.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluator.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluatorFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluator.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluatorFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluator.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluatorFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluator.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluatorFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionChangedListener.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionRadioGroupFieldEditor.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/IDescriptionChangedListener.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceConstants.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceInitializer.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferencePage.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategy.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategyFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/ExportTabelHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/LoadFilesFromFolderHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/NextTestCaseHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/PreviousTestCaseHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RemoveTestsHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RerunActionHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RunTestHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectEvaluatorHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectTypesDialog.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectedExcludedTypesHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/EvalDataDialog.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/InfoPanel.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/ListContentProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/ListDropAdapter.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/ListLabelProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/OutputFolder.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/TestCasData.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/TestPageBookView.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/TestViewPage.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/TestingPerspective.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/evalDataTable/EvalTableContentProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/evalDataTable/EvalTableLabelProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/evalDataTable/TypeEvalData.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/evalDataTable/TypeEvalTableConst.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/evalDataTable/TypeTableSorter.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fn/FalseNegativeContentProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fn/FalseNegativeLabelProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fn/FalseNegativeView.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fn/FalseNegativeViewFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fn/FalseNegativeViewPage.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fn/IFalseNegativeViewPage.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fp/FalsePositiveContentProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fp/FalsePositiveLabelProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fp/FalsePositiveView.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fp/FalsePositiveViewFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fp/FalsePositiveViewPage.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/fp/IFalsePositiveViewPage.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/tp/ITruePositiveViewPage.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/tp/TruePositiveContentProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/tp/TruePositiveLabelProvider.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/tp/TruePositiveView.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/tp/TruePositiveViewFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/tp/TruePositiveViewPage.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/tree/TestEvaluationTree.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/util/CASLoader.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/util/Caretaker.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/util/EvalDataProcessor.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/util/Memento.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/build.properties
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/plugin.xml
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/apply/AbstarctApplyScriptHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/apply/AbstractApplyScriptHandlerJob.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/apply/ApplyScriptKeepBasicsHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/apply/ApplyScriptKeepBasicsJob.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/apply/ApplyScriptNoXMIHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/apply/ApplyScriptNoXMIJob.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/apply/ApplyScriptRemoveBasicsHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/apply/ApplyScriptRemoveBasicsJob.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/convert/ConvertSyntax.g
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/convert/ConvertSyntaxAction.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/convert/ConvertSyntaxLexer.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/convert/ConvertSyntaxParser.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/MultiTWLConverterHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/TWLConverterHandler.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/utils/TextMarkerUtilsPlugin.java

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/build.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/build.properties?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/build.properties (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/build.properties Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+# ***************************************************************
+#  * Licensed to the Apache Software Foundation (ASF) under one
+#  * or more contributor license agreements.  See the NOTICE file
+#  * distributed with this work for additional information
+#  * regarding copyright ownership.  The ASF licenses this file
+#  * to you under the Apache License, Version 2.0 (the
+#  * "License"); you may not use this file except in compliance
+#  * with the License.  You may obtain a copy of the License at
+#  * 
+#  * http://www.apache.org/licenses/LICENSE-2.0
+#  * 
+#  * Unless required by applicable law or agreed to in writing,
+#  * software distributed under the License is distributed on an
+#  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  * KIND, either express or implied.  See the License for the
+#  * specific language governing permissions and limitations
+#  * under the License.
+# ***************************************************************
+
 source.. = src/
 output.. = bin/
 bin.includes = plugin.xml,\

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/plugin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/plugin.xml?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/plugin.xml (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/plugin.xml Wed Aug  3 16:06:29 2011
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <?eclipse version="3.2"?>
 <plugin>
    <extension-point id="evaluators" name="CAS Evaluator" schema="schema/evaluators.exsd"/>

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/schema/evaluators.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/schema/evaluators.exsd?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/schema/evaluators.exsd (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/schema/evaluators.exsd Wed Aug  3 16:06:29 2011
@@ -1,5 +1,23 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <schema targetNamespace="org.apache.uima.tm.textmarker.testing" xmlns="http://www.w3.org/2001/XMLSchema">
 <annotation>
       <appInfo>

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/TestingPlugin.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/TestingPlugin.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/TestingPlugin.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/TestingPlugin.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing;
 
 import java.util.ArrayList;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluator.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluator.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluator.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 import java.util.ArrayList;
@@ -127,4 +146,4 @@ public class CoreMatchCasEvaluator imple
     return false;
   }
 
-}
\ No newline at end of file
+}

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluatorFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluatorFactory.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluatorFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/CoreMatchCasEvaluatorFactory.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 public class CoreMatchCasEvaluatorFactory implements ICasEvaluatorFactory {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluator.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluator.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluator.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 import java.util.ArrayList;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluatorFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluatorFactory.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluatorFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ExactCasEvaluatorFactory.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 public class ExactCasEvaluatorFactory implements ICasEvaluatorFactory {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluator.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluator.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluator.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 import java.util.ArrayList;
@@ -398,4 +417,4 @@ public class FeatureCasEvaluator impleme
 
   }
 
-}
\ No newline at end of file
+}

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluatorFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluatorFactory.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluatorFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/FeatureCasEvaluatorFactory.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 public class FeatureCasEvaluatorFactory implements ICasEvaluatorFactory {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluator.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluator.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluator.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 import java.util.Collection;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluatorFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluatorFactory.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluatorFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/ICasEvaluatorFactory.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 public interface ICasEvaluatorFactory {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluator.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluator.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluator.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 import java.util.ArrayList;
@@ -124,4 +143,4 @@ public class PartialMatchCasEvaluator im
     return false;
   }
 
-}
\ No newline at end of file
+}

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluatorFacotry.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluatorFacotry.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluatorFacotry.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/PartialMatchCasEvaluatorFacotry.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 public class PartialMatchCasEvaluatorFacotry implements ICasEvaluatorFactory {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluator.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluator.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluator.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 import java.util.ArrayList;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluatorFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluatorFactory.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluatorFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/StringFeatureCasEvaluatorFactory.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 public class StringFeatureCasEvaluatorFactory implements ICasEvaluatorFactory {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluator.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluator.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluator.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 import java.util.ArrayList;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluatorFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluatorFactory.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluatorFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/TemplateCasEvaluatorFactory.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 public class TemplateCasEvaluatorFactory implements ICasEvaluatorFactory {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluator.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluator.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluator.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 import java.util.ArrayList;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluatorFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluatorFactory.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluatorFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordAccuracyCasEvaluatorFactory.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 public class WordAccuracyCasEvaluatorFactory implements ICasEvaluatorFactory {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluator.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluator.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluator.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 import java.util.ArrayList;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluatorFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluatorFactory.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluatorFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/evaluator/WordTemplateCasEvaluatorFactory.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.evaluator;
 
 public class WordTemplateCasEvaluatorFactory implements ICasEvaluatorFactory {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionChangedListener.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionChangedListener.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionChangedListener.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionChangedListener.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.preferences;
 
 public class DescriptionChangedListener implements IDescriptionChangedListener {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionRadioGroupFieldEditor.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionRadioGroupFieldEditor.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionRadioGroupFieldEditor.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/DescriptionRadioGroupFieldEditor.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.preferences;
 
 import org.eclipse.jface.preference.FieldEditor;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/IDescriptionChangedListener.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/IDescriptionChangedListener.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/IDescriptionChangedListener.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/IDescriptionChangedListener.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.preferences;
 
 public interface IDescriptionChangedListener {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceConstants.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceConstants.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceConstants.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceConstants.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.preferences;
 
 import java.util.ArrayList;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceInitializer.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceInitializer.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceInitializer.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferenceInitializer.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.preferences;
 
 import org.apache.uima.tm.textmarker.testing.TestingPlugin;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferencePage.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferencePage.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferencePage.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/preferences/TestingPreferencePage.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.preferences;
 
 import org.apache.uima.tm.textmarker.testing.TestingPlugin;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategy.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategy.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategy.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategy.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.searchStrategy;
 
 import org.apache.uima.tm.cev.extension.ICEVSearchStrategy;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategyFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategyFactory.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategyFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/searchStrategy/TestingSearchStrategyFactory.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.searchStrategy;
 
 import org.apache.uima.tm.cev.extension.ICEVSearchStrategy;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/ExportTabelHandler.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/ExportTabelHandler.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/ExportTabelHandler.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/ExportTabelHandler.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import java.util.ArrayList;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/LoadFilesFromFolderHandler.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/LoadFilesFromFolderHandler.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/LoadFilesFromFolderHandler.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/LoadFilesFromFolderHandler.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import java.util.ArrayList;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/NextTestCaseHandler.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/NextTestCaseHandler.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/NextTestCaseHandler.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/NextTestCaseHandler.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import org.apache.uima.tm.textmarker.testing.ui.views.TestPageBookView;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/PreviousTestCaseHandler.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/PreviousTestCaseHandler.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/PreviousTestCaseHandler.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/PreviousTestCaseHandler.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import org.apache.uima.tm.textmarker.testing.ui.views.TestPageBookView;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RemoveTestsHandler.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RemoveTestsHandler.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RemoveTestsHandler.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RemoveTestsHandler.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import java.util.Iterator;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RerunActionHandler.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RerunActionHandler.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RerunActionHandler.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RerunActionHandler.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import java.io.File;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RunTestHandler.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RunTestHandler.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RunTestHandler.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/RunTestHandler.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import org.apache.uima.tm.textmarker.testing.ui.views.TestViewPage;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectEvaluatorHandler.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectEvaluatorHandler.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectEvaluatorHandler.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectEvaluatorHandler.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import org.apache.uima.tm.textmarker.testing.preferences.TestingPreferencePage;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectTypesDialog.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectTypesDialog.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectTypesDialog.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectTypesDialog.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import java.awt.Toolkit;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectedExcludedTypesHandler.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectedExcludedTypesHandler.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectedExcludedTypesHandler.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/handlers/SelectedExcludedTypesHandler.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.handlers;
 
 import java.io.File;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/EvalDataDialog.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/EvalDataDialog.java?rev=1153559&r1=1153558&r2=1153559&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/EvalDataDialog.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.testing/src/main/java/org/apache/uima/tm/textmarker/testing/ui/views/EvalDataDialog.java Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+*/
+
 package org.apache.uima.tm.textmarker.testing.ui.views;
 
 import org.eclipse.jface.dialogs.Dialog;