Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC80211C5C for ; Mon, 16 Jun 2014 15:33:36 +0000 (UTC) Received: (qmail 61417 invoked by uid 500); 16 Jun 2014 15:33:36 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 61377 invoked by uid 500); 16 Jun 2014 15:33:36 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 61313 invoked by uid 99); 16 Jun 2014 15:33:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 15:33:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 15:33:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A8B742388AC8; Mon, 16 Jun 2014 15:33:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1602900 [3/10] - in /ctakes/trunk: ctakes-ytex-res/.settings/ ctakes-ytex-res/src/main/resources/ ctakes-ytex-res/src/main/resources/org/apache/ctakes/jdl/ ctakes-ytex-res/src/main/resources/org/apache/ctakes/ytex/ ctakes-ytex-res/src/main... Date: Mon, 16 Jun 2014 15:32:52 -0000 To: commits@ctakes.apache.org From: chenpei@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140616153311.A8B742388AC8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/AnnotationContainmentLink.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/AnnotationContainmentLink.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/AnnotationContainmentLink.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/AnnotationContainmentLink.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.model; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/BooleanUtil.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/BooleanUtil.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/BooleanUtil.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/BooleanUtil.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.model; public class BooleanUtil { Modified: ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/Document.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/Document.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/Document.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/Document.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.model; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/DocumentAnnotation.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/DocumentAnnotation.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/DocumentAnnotation.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/DocumentAnnotation.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.model; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/DocumentClass.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/DocumentClass.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/DocumentClass.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/DocumentClass.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.model; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/NamedEntityRegex.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/NamedEntityRegex.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/NamedEntityRegex.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/NamedEntityRegex.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.model; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/SegmentRegex.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/SegmentRegex.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/SegmentRegex.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/SegmentRegex.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.model; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/UimaType.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/UimaType.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/UimaType.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/model/UimaType.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.model; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/resource/InitableJdbcConnectionResourceImpl.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/resource/InitableJdbcConnectionResourceImpl.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/resource/InitableJdbcConnectionResourceImpl.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/java/org/apache/ctakes/ytex/uima/resource/InitableJdbcConnectionResourceImpl.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.resource; /* Modified: ctakes/trunk/ctakes-ytex-uima/src/main/resources/org/apache/ctakes/ytex/types/TypeSystem.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/main/resources/org/apache/ctakes/ytex/types/TypeSystem.xml?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/main/resources/org/apache/ctakes/ytex/types/TypeSystem.xml (original) +++ ctakes/trunk/ctakes-ytex-uima/src/main/resources/org/apache/ctakes/ytex/types/TypeSystem.xml Mon Jun 16 15:32:43 2014 @@ -1,4 +1,24 @@ + YTEXTypeSystem YTEX Types Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/tools/SetupAuiFirstWordTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/tools/SetupAuiFirstWordTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/tools/SetupAuiFirstWordTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/tools/SetupAuiFirstWordTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.tools; import org.junit.Assert; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/TestUtils.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/TestUtils.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/TestUtils.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/TestUtils.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima; import java.io.File; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DBCollectionReaderTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DBCollectionReaderTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DBCollectionReaderTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DBCollectionReaderTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.annotators; import java.io.IOException; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DBConsumerTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DBConsumerTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DBConsumerTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DBConsumerTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.annotators; import java.io.IOException; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DateAnnotatorTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DateAnnotatorTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DateAnnotatorTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DateAnnotatorTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.annotators; import org.apache.ctakes.typesystem.type.textsem.DateAnnotation; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DictionaryLookupAnnotatorTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DictionaryLookupAnnotatorTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DictionaryLookupAnnotatorTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/DictionaryLookupAnnotatorTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.annotators; import java.io.File; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/NamedEntityRegexTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/NamedEntityRegexTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/NamedEntityRegexTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/NamedEntityRegexTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.annotators; import java.io.IOException; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SegmentRegexTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SegmentRegexTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SegmentRegexTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SegmentRegexTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.annotators; import java.io.IOException; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SenseDisambiguatorAnnotatorTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SenseDisambiguatorAnnotatorTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SenseDisambiguatorAnnotatorTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SenseDisambiguatorAnnotatorTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.annotators; import java.util.Collections; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SentenceDetectorTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SentenceDetectorTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SentenceDetectorTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SentenceDetectorTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.annotators; import java.io.File; Modified: ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SparseDataExporterTest.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SparseDataExporterTest.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SparseDataExporterTest.java (original) +++ ctakes/trunk/ctakes-ytex-uima/src/test/java/org/apache/ctakes/ytex/uima/annotators/SparseDataExporterTest.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.uima.annotators; import java.io.File; Modified: ctakes/trunk/ctakes-ytex-web/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/.settings/org.eclipse.jdt.core.prefs?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/.settings/org.eclipse.jdt.core.prefs (original) +++ ctakes/trunk/ctakes-ytex-web/.settings/org.eclipse.jdt.core.prefs Mon Jun 16 15:32:43 2014 @@ -1,8 +1,8 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.source=1.7 Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptFirstWord.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptFirstWord.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptFirstWord.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptFirstWord.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptLookupBean.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptLookupBean.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptLookupBean.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptLookupBean.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptSearchService.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptSearchService.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptSearchService.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptSearchService.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.util.List; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptSearchServiceImpl.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptSearchServiceImpl.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptSearchServiceImpl.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/ConceptSearchServiceImpl.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.sql.ResultSet; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchResult.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchResult.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchResult.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchResult.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchService.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchService.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchService.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchService.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchServiceImpl.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchServiceImpl.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchServiceImpl.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentSearchServiceImpl.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.sql.ResultSet; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentViewBean.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentViewBean.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentViewBean.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/DocumentViewBean.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/FullTextDocumentViewBean.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/FullTextDocumentViewBean.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/FullTextDocumentViewBean.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/FullTextDocumentViewBean.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import javax.faces.context.FacesContext; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/FullTextSearchBean.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/FullTextSearchBean.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/FullTextSearchBean.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/FullTextSearchBean.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.util.List; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SearchConfigBean.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SearchConfigBean.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SearchConfigBean.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SearchConfigBean.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.util.Properties; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSearchBean.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSearchBean.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSearchBean.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSearchBean.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.io.Serializable; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimBean.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimBean.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimBean.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimBean.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.io.BufferedReader; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimRegistryBean.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimRegistryBean.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimRegistryBean.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimRegistryBean.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import java.util.List; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimServiceBean.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimServiceBean.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimServiceBean.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/web/search/SemanticSimServiceBean.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.web.search; import org.apache.ctakes.ytex.kernel.metric.ConceptSimilarityService; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityRestService.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityRestService.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityRestService.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityRestService.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.ws; import java.util.List; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityWebService.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityWebService.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityWebService.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityWebService.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.ws; import java.util.List; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityWebServiceImpl.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityWebServiceImpl.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityWebServiceImpl.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/ConceptSimilarityWebServiceImpl.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.ws; import java.util.ArrayList; Modified: ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/SimServiceInfo.java URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/SimServiceInfo.java?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/SimServiceInfo.java (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/java/org/apache/ctakes/ytex/ws/SimServiceInfo.java Mon Jun 16 15:32:43 2014 @@ -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 org.apache.ctakes.ytex.ws; import javax.xml.bind.annotation.XmlRootElement; Modified: ctakes/trunk/ctakes-ytex-web/src/main/webapp/WEB-INF/applicationContext.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/webapp/WEB-INF/applicationContext.xml?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/webapp/WEB-INF/applicationContext.xml (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/webapp/WEB-INF/applicationContext.xml Mon Jun 16 15:32:43 2014 @@ -1,4 +1,24 @@ + Modified: ctakes/trunk/ctakes-ytex-web/src/main/webapp/WEB-INF/faces-config.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/src/main/webapp/WEB-INF/faces-config.xml?rev=1602900&r1=1602899&r2=1602900&view=diff ============================================================================== --- ctakes/trunk/ctakes-ytex-web/src/main/webapp/WEB-INF/faces-config.xml (original) +++ ctakes/trunk/ctakes-ytex-web/src/main/webapp/WEB-INF/faces-config.xml Mon Jun 16 15:32:43 2014 @@ -1,3 +1,23 @@ +