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 06:43:09 UTC

svn commit: r1403991 - in /incubator/ctakes/branches/SHARPn-cTAKES: clearparser-wrapper/src/edu/mayo/bmi/nlp/parser/ae/ dependency parser/src/edu/mayo/bmi/nlp/parser/ae/ relation-extractor/src/org/cleartk/classifier/chunking/

Author: james-masanz
Date: Wed Oct 31 05:43:08 2012
New Revision: 1403991

URL: http://svn.apache.org/viewvc?rev=1403991&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/clearparser-wrapper/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java
    incubator/ctakes/branches/SHARPn-cTAKES/dependency parser/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/BIOChunking.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking_ImplBase.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/IOChunking.java

Modified: incubator/ctakes/branches/SHARPn-cTAKES/clearparser-wrapper/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/clearparser-wrapper/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java?rev=1403991&r1=1403990&r2=1403991&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/clearparser-wrapper/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/clearparser-wrapper/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java Wed Oct 31 05:43:08 2012
@@ -6,6 +6,16 @@
  * 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.nlp.parser.ae;
 

Modified: incubator/ctakes/branches/SHARPn-cTAKES/dependency parser/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/dependency%20parser/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java?rev=1403991&r1=1403990&r2=1403991&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/dependency parser/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/dependency parser/src/edu/mayo/bmi/nlp/parser/ae/ClearParserUtil.java Wed Oct 31 05:43:08 2012
@@ -6,6 +6,16 @@
  * 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.nlp.parser.ae;
 

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/BIOChunking.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/BIOChunking.java?rev=1403991&r1=1403990&r2=1403991&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/BIOChunking.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/BIOChunking.java Wed Oct 31 05:43:08 2012
@@ -6,6 +6,17 @@
  * 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.classifier.chunking;
 
 import java.util.HashMap;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking.java?rev=1403991&r1=1403990&r2=1403991&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking.java Wed Oct 31 05:43:08 2012
@@ -6,6 +6,16 @@
  * 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.classifier.chunking;
 
 import java.util.List;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking_ImplBase.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking_ImplBase.java?rev=1403991&r1=1403990&r2=1403991&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking_ImplBase.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/Chunking_ImplBase.java Wed Oct 31 05:43:08 2012
@@ -6,6 +6,16 @@
  * 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.classifier.chunking;
 
 import java.lang.reflect.Constructor;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/IOChunking.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/IOChunking.java?rev=1403991&r1=1403990&r2=1403991&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/IOChunking.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/classifier/chunking/IOChunking.java Wed Oct 31 05:43:08 2012
@@ -6,6 +6,16 @@
  * 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.classifier.chunking;
 
 import java.util.HashMap;