You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2012/09/20 18:07:33 UTC

svn commit: r1388092 [14/22] - in /incubator/ctakes/trunk: ./ ctakes-chunker/ ctakes-chunker/desc/ ctakes-chunker/scripts/groovy/data/chunk/ ctakes-chunker/scripts/java/data/chunk/ ctakes-chunker/scripts/java/data/chunk/genia/ ctakes-chunker/src/main/j...

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/StrengthUnitCombinedCondition.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/StrengthUnitCombinedCondition.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/StrengthUnitCombinedCondition.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/StrengthUnitCombinedCondition.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.elements.conditions;
 
 import net.openai.util.fsm.Condition;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/StrengthUnitCondition.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/StrengthUnitCondition.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/StrengthUnitCondition.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/StrengthUnitCondition.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.elements.conditions;
 
 import net.openai.util.fsm.Condition;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/TimeCondition.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/TimeCondition.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/TimeCondition.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/elements/conditions/TimeCondition.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.elements.conditions;
 
 import net.openai.util.fsm.Condition;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DecimalStrengthFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DecimalStrengthFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DecimalStrengthFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DecimalStrengthFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DosagesFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DosagesFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DosagesFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DosagesFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DrugChangeStatusFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DrugChangeStatusFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DrugChangeStatusFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DrugChangeStatusFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DurationFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DurationFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DurationFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/DurationFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FormFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FormFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FormFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FormFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FractionStrengthFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FractionStrengthFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FractionStrengthFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FractionStrengthFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FrequencyFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FrequencyFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FrequencyFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FrequencyFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FrequencyUnitFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FrequencyUnitFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FrequencyUnitFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/FrequencyUnitFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/RangeStrengthFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/RangeStrengthFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/RangeStrengthFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/RangeStrengthFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/RouteFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/RouteFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/RouteFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/RouteFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/StrengthFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/StrengthFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/StrengthFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/StrengthFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/StrengthUnitFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/StrengthUnitFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/StrengthUnitFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/elements/StrengthUnitFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.elements;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/HyphenatedDrugFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/HyphenatedDrugFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/HyphenatedDrugFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/HyphenatedDrugFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.util;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/NegIndicatorFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/NegIndicatorFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/NegIndicatorFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/NegIndicatorFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.util;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/NonIndicatorFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/NonIndicatorFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/NonIndicatorFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/NonIndicatorFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.util;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/StatusIndicatorFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/StatusIndicatorFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/StatusIndicatorFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/StatusIndicatorFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.util;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SubSectionIndicatorFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SubSectionIndicatorFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SubSectionIndicatorFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SubSectionIndicatorFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.util;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SuffixFrequencyFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SuffixFrequencyFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SuffixFrequencyFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SuffixFrequencyFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.util;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SuffixStrengthFSM.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SuffixStrengthFSM.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SuffixStrengthFSM.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/machines/util/SuffixStrengthFSM.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.machines.util;
 
 import java.util.HashMap;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/AssociatedCodeToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/AssociatedCodeToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/AssociatedCodeToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/AssociatedCodeToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/BaseTokenImpl.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/BaseTokenImpl.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/BaseTokenImpl.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/BaseTokenImpl.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 import edu.mayo.bmi.fsm.token.BaseToken;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/ConfidenceScoreToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/ConfidenceScoreToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/ConfidenceScoreToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/ConfidenceScoreToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DosageToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DosageToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DosageToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DosageToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DrugChangeStatusToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DrugChangeStatusToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DrugChangeStatusToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DrugChangeStatusToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DurationToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DurationToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DurationToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/DurationToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FormToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FormToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FormToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FormToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FrequencyToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FrequencyToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FrequencyToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FrequencyToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FrequencyUnitToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FrequencyUnitToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FrequencyUnitToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/FrequencyUnitToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/RouteToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/RouteToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/RouteToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/RouteToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthUnitCombinedToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthUnitCombinedToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthUnitCombinedToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthUnitCombinedToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 	/**

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthUnitToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthUnitToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthUnitToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/elements/StrengthUnitToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.elements;
 
 	/**

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/DecimalStrengthToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/DecimalStrengthToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/DecimalStrengthToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/DecimalStrengthToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 file: C:\\external_workspace\\uima\\DrugNER\\src\\edu\\mayo\\bmi\\fsm\\output\\DecimalStrengthToken.java
 
 package edu.mayo.bmi.fsm.ner.output.util;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/FractionStrengthToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/FractionStrengthToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/FractionStrengthToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/FractionStrengthToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.util;
 
 import edu.mayo.bmi.fsm.ner.output.elements.BaseTokenImpl;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/FractionToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/FractionToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/FractionToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/FractionToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.util;
 
 import edu.mayo.bmi.fsm.ner.output.elements.BaseTokenImpl;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/HyphenatedDrugToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/HyphenatedDrugToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/HyphenatedDrugToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/HyphenatedDrugToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.util;
 
 import edu.mayo.bmi.fsm.ner.output.elements.BaseTokenImpl;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/NonIndicator.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/NonIndicator.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/NonIndicator.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/NonIndicator.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 /*
  * Created on Aug 22, 2005
  *

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/RangeStrengthToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/RangeStrengthToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/RangeStrengthToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/RangeStrengthToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.util;
 
 import edu.mayo.bmi.fsm.ner.output.elements.BaseTokenImpl;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/RangeToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/RangeToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/RangeToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/RangeToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.util;
 
 import edu.mayo.bmi.fsm.ner.output.elements.BaseTokenImpl;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SubSectionIndicator.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SubSectionIndicator.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SubSectionIndicator.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SubSectionIndicator.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 /*
  * Created on Aug 22, 2005
  *

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SuffixFrequencyToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SuffixFrequencyToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SuffixFrequencyToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SuffixFrequencyToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.util;
 
 import edu.mayo.bmi.fsm.ner.output.elements.BaseTokenImpl;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SuffixStrengthToken.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SuffixStrengthToken.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SuffixStrengthToken.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/output/util/SuffixStrengthToken.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.output.util;
 
 import edu.mayo.bmi.fsm.ner.output.elements.BaseTokenImpl;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/states/util/IndentStartState.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/states/util/IndentStartState.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/states/util/IndentStartState.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/fsm/ner/states/util/IndentStartState.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.fsm.ner.states.util;
 
 import edu.mayo.bmi.fsm.state.NamedState;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/DrugMention.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/DrugMention.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/DrugMention.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/DrugMention.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.uima.ner;
 
 import java.util.Iterator;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/DrugModel.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/DrugModel.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/DrugModel.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/DrugModel.java Thu Sep 20 16:07:04 2012
@@ -1,4 +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.
+ */
+/**
  * Contains information from a single document - is not the result of data mining.
  * 
  */

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/CopyDrugAnnotator.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/CopyDrugAnnotator.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/CopyDrugAnnotator.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/CopyDrugAnnotator.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.uima.ner.ae;
 
 import java.lang.reflect.Constructor;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/DrugMentionAnnotator.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/DrugMentionAnnotator.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/DrugMentionAnnotator.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/DrugMentionAnnotator.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.uima.ner.ae;
 
 import java.text.DateFormat;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/impl/NegContextInitializerImpl.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/impl/NegContextInitializerImpl.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/impl/NegContextInitializerImpl.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/ae/impl/NegContextInitializerImpl.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.uima.ner.ae.impl;
 
 import java.util.ArrayList;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/cc/ConsumeNamedEntityRecordModel.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/cc/ConsumeNamedEntityRecordModel.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/cc/ConsumeNamedEntityRecordModel.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/cc/ConsumeNamedEntityRecordModel.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.uima.ner.cc;
 
 import java.io.BufferedReader;

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedCodeElement.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedCodeElement.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedCodeElement.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedCodeElement.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.uima.ner.elements;
 
 public class AssociatedCodeElement {

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedPrimaryCodeElement.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedPrimaryCodeElement.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedPrimaryCodeElement.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedPrimaryCodeElement.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.uima.ner.elements;
 
 public class AssociatedPrimaryCodeElement {

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedSecondaryCodeElement.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedSecondaryCodeElement.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedSecondaryCodeElement.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/AssociatedSecondaryCodeElement.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.uima.ner.elements;
 
 public class AssociatedSecondaryCodeElement {

Modified: incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/ConfidenceScoreElement.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/ConfidenceScoreElement.java?rev=1388092&r1=1388091&r2=1388092&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/ConfidenceScoreElement.java (original)
+++ incubator/ctakes/trunk/ctakes-drug-ner/src/main/java/edu/mayo/bmi/uima/ner/elements/ConfidenceScoreElement.java Thu Sep 20 16:07:04 2012
@@ -1,3 +1,21 @@
+/**
+ * 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 edu.mayo.bmi.uima.ner.elements;
 
 public class ConfidenceScoreElement {