You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2012/10/31 07:19:03 UTC

svn commit: r1404000 - /incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/Evaluation_ImplBase.java

Author: james-masanz
Date: Wed Oct 31 06:19:03 2012
New Revision: 1404000

URL: http://svn.apache.org/viewvc?rev=1404000&view=rev
Log:
CTAKES-61  Apply Standard ASF license header to all source files. 
For the branch used for 2.6-incubating, checking in the header changes now

Modified:
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/Evaluation_ImplBase.java

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/Evaluation_ImplBase.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/Evaluation_ImplBase.java?rev=1404000&r1=1403999&r2=1404000&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/Evaluation_ImplBase.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/Evaluation_ImplBase.java Wed Oct 31 06:19:03 2012
@@ -6,6 +6,15 @@
  * 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.cleartk.eval;
 
 import java.io.File;