You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2007/03/05 22:33:31 UTC

svn commit: r514873 - in /incubator/uima/uimacpp/trunk: ./ examples/descriptors/ examples/tutorial/descriptors/ scriptators/perl/ scriptators/python/ scriptators/tcl/

Author: eae
Date: Mon Mar  5 13:33:30 2007
New Revision: 514873

URL: http://svn.apache.org/viewvc?view=rev&rev=514873
Log:
UIMA-277

Modified:
    incubator/uima/uimacpp/trunk/buildSrcTree.cmd
    incubator/uima/uimacpp/trunk/buildSrcTree.sh
    incubator/uima/uimacpp/trunk/buildsdk.cmd
    incubator/uima/uimacpp/trunk/buildsdk.sh
    incubator/uima/uimacpp/trunk/examples/descriptors/DaveDetector.xml
    incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml
    incubator/uima/uimacpp/trunk/examples/descriptors/SofaDataAnnotator.xml
    incubator/uima/uimacpp/trunk/examples/descriptors/SofaExampleAnnotator.xml
    incubator/uima/uimacpp/trunk/examples/descriptors/XCasWriterCasConsumer.xml
    incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml
    incubator/uima/uimacpp/trunk/scriptators/perl/PerlSample.xml
    incubator/uima/uimacpp/trunk/scriptators/python/PythonSample.xml
    incubator/uima/uimacpp/trunk/scriptators/tcl/TclSample.xml

Modified: incubator/uima/uimacpp/trunk/buildSrcTree.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/buildSrcTree.cmd?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/buildSrcTree.cmd (original)
+++ incubator/uima/uimacpp/trunk/buildSrcTree.cmd Mon Mar  5 13:33:30 2007
@@ -1,6 +1,23 @@
 @ECHO OFF
 SETLOCAL
 
+REM   Licensed to the Apache Software Foundation (ASF) under one
+REM   or more contributor license agreements.  See the NOTICE file
+REM   distributed with this work for additional information
+REM   regarding copyright ownership.  The ASF licenses this file
+REM   to you under the Apache License, Version 2.0 (the
+REM   "License"); you may not use this file except in compliance
+REM   with the License.  You may obtain a copy of the License at
+REM
+REM    http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM   Unless required by applicable law or agreed to in writing,
+REM   software distributed under the License is distributed on an
+REM   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM   KIND, either express or implied.  See the License for the
+REM   specific language governing permissions and limitations
+REM   under the License.
+
 REM For now, update version in line below
 set srcName=uimacpp-2.1.0-incubating
 

Modified: incubator/uima/uimacpp/trunk/buildSrcTree.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/buildSrcTree.sh?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/buildSrcTree.sh (original)
+++ incubator/uima/uimacpp/trunk/buildSrcTree.sh Mon Mar  5 13:33:30 2007
@@ -1,5 +1,22 @@
 #!/bin/ksh
 
+#   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.
+
 # for now, change versionnumber in line below
 srcName=uimacpp-2.1.0-incubating
 

Modified: incubator/uima/uimacpp/trunk/buildsdk.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/buildsdk.cmd?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/buildsdk.cmd (original)
+++ incubator/uima/uimacpp/trunk/buildsdk.cmd Mon Mar  5 13:33:30 2007
@@ -1,6 +1,23 @@
 @ECHO OFF
 SETLOCAL
 
+REM   Licensed to the Apache Software Foundation (ASF) under one
+REM   or more contributor license agreements.  See the NOTICE file
+REM   distributed with this work for additional information
+REM   regarding copyright ownership.  The ASF licenses this file
+REM   to you under the Apache License, Version 2.0 (the
+REM   "License"); you may not use this file except in compliance
+REM   with the License.  You may obtain a copy of the License at
+REM
+REM    http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM   Unless required by applicable law or agreed to in writing,
+REM   software distributed under the License is distributed on an
+REM   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM   KIND, either express or implied.  See the License for the
+REM   specific language governing permissions and limitations
+REM   under the License.
+
 REM check args
 if "%~1" == "" (
 	echo ERROR: SDK target directory not specified

Modified: incubator/uima/uimacpp/trunk/buildsdk.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/buildsdk.sh?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/buildsdk.sh (original)
+++ incubator/uima/uimacpp/trunk/buildsdk.sh Mon Mar  5 13:33:30 2007
@@ -1,5 +1,22 @@
 #!/bin/bash
 
+#   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.
+
 usage() {
 	echo "  Usage: buildsdk targetDirectory"
 	echo "    Builds SDK for distribution."

Modified: incubator/uima/uimacpp/trunk/examples/descriptors/DaveDetector.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/descriptors/DaveDetector.xml?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/descriptors/DaveDetector.xml (original)
+++ incubator/uima/uimacpp/trunk/examples/descriptors/DaveDetector.xml Mon Mar  5 13:33:30 2007
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?> 
+
+	<!--
+	 ***************************************************************
+	 * Licensed to the Apache Software Foundation (ASF) under one
+	 * or more contributor license agreements.  See the NOTICE file
+	 * distributed with this work for additional information
+	 * regarding copyright ownership.  The ASF licenses this file
+	 * to you under the Apache License, Version 2.0 (the
+	 * "License"); you may not use this file except in compliance
+	 * with the License.  You may obtain a copy of the License at
+         *
+	 *   http://www.apache.org/licenses/LICENSE-2.0
+	 * 
+	 * Unless required by applicable law or agreed to in writing,
+	 * software distributed under the License is distributed on an
+	 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	 * KIND, either express or implied.  See the License for the
+	 * specific language governing permissions and limitations
+	 * under the License.
+	 ***************************************************************
+   -->
+
 <taeDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.cpp</frameworkImplementation>
   <primitive>true</primitive>

Modified: incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml (original)
+++ incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml Mon Mar  5 13:33:30 2007
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8" ?> 
-<!-- For testing only. -->
+
+	<!--
+	 ***************************************************************
+	 * 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.
+	 ***************************************************************
+   -->
 
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
 <frameworkImplementation>org.apache.uima.cpp</frameworkImplementation>

Modified: incubator/uima/uimacpp/trunk/examples/descriptors/SofaDataAnnotator.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/descriptors/SofaDataAnnotator.xml?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/descriptors/SofaDataAnnotator.xml (original)
+++ incubator/uima/uimacpp/trunk/examples/descriptors/SofaDataAnnotator.xml Mon Mar  5 13:33:30 2007
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?> 
+
+	<!--
+	 ***************************************************************
+	 * Licensed to the Apache Software Foundation (ASF) under one
+	 * or more contributor license agreements.  See the NOTICE file
+	 * distributed with this work for additional information
+	 * regarding copyright ownership.  The ASF licenses this file
+	 * to you under the Apache License, Version 2.0 (the
+	 * "License"); you may not use this file except in compliance
+	 * with the License.  You may obtain a copy of the License at
+         *
+	 *   http://www.apache.org/licenses/LICENSE-2.0
+	 * 
+	 * Unless required by applicable law or agreed to in writing,
+	 * software distributed under the License is distributed on an
+	 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	 * KIND, either express or implied.  See the License for the
+	 * specific language governing permissions and limitations
+	 * under the License.
+	 ***************************************************************
+   -->
+
 <taeDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.cpp</frameworkImplementation>
   <primitive>true</primitive>

Modified: incubator/uima/uimacpp/trunk/examples/descriptors/SofaExampleAnnotator.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/descriptors/SofaExampleAnnotator.xml?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/descriptors/SofaExampleAnnotator.xml (original)
+++ incubator/uima/uimacpp/trunk/examples/descriptors/SofaExampleAnnotator.xml Mon Mar  5 13:33:30 2007
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?> 
+
+	<!--
+	 ***************************************************************
+	 * Licensed to the Apache Software Foundation (ASF) under one
+	 * or more contributor license agreements.  See the NOTICE file
+	 * distributed with this work for additional information
+	 * regarding copyright ownership.  The ASF licenses this file
+	 * to you under the Apache License, Version 2.0 (the
+	 * "License"); you may not use this file except in compliance
+	 * with the License.  You may obtain a copy of the License at
+         *
+	 *   http://www.apache.org/licenses/LICENSE-2.0
+	 * 
+	 * Unless required by applicable law or agreed to in writing,
+	 * software distributed under the License is distributed on an
+	 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	 * KIND, either express or implied.  See the License for the
+	 * specific language governing permissions and limitations
+	 * under the License.
+	 ***************************************************************
+   -->
+
 <taeDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.cpp</frameworkImplementation>
   <primitive>true</primitive>

Modified: incubator/uima/uimacpp/trunk/examples/descriptors/XCasWriterCasConsumer.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/descriptors/XCasWriterCasConsumer.xml?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/descriptors/XCasWriterCasConsumer.xml (original)
+++ incubator/uima/uimacpp/trunk/examples/descriptors/XCasWriterCasConsumer.xml Mon Mar  5 13:33:30 2007
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
+	<!--
+	 ***************************************************************
+	 * Licensed to the Apache Software Foundation (ASF) under one
+	 * or more contributor license agreements.  See the NOTICE file
+	 * distributed with this work for additional information
+	 * regarding copyright ownership.  The ASF licenses this file
+	 * to you under the Apache License, Version 2.0 (the
+	 * "License"); you may not use this file except in compliance
+	 * with the License.  You may obtain a copy of the License at
+         *
+	 *   http://www.apache.org/licenses/LICENSE-2.0
+	 * 
+	 * Unless required by applicable law or agreed to in writing,
+	 * software distributed under the License is distributed on an
+	 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	 * KIND, either express or implied.  See the License for the
+	 * specific language governing permissions and limitations
+	 * under the License.
+	 ***************************************************************
+   -->
+
 <!-- A simple CAS consumer that writes an inline XML representation of the CAS to the filesystem.  -->
 
 <casConsumerDescription xmlns="http://uima.apache.org/resourceSpecifier" xmlns:xi="http://www.w3.org/2001/XInclude">

Modified: incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml (original)
+++ incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml Mon Mar  5 13:33:30 2007
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+
+	<!--
+	 ***************************************************************
+	 * Licensed to the Apache Software Foundation (ASF) under one
+	 * or more contributor license agreements.  See the NOTICE file
+	 * distributed with this work for additional information
+	 * regarding copyright ownership.  The ASF licenses this file
+	 * to you under the Apache License, Version 2.0 (the
+	 * "License"); you may not use this file except in compliance
+	 * with the License.  You may obtain a copy of the License at
+         *
+	 *   http://www.apache.org/licenses/LICENSE-2.0
+	 * 
+	 * Unless required by applicable law or agreed to in writing,
+	 * software distributed under the License is distributed on an
+	 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	 * KIND, either express or implied.  See the License for the
+	 * specific language governing permissions and limitations
+	 * under the License.
+	 ***************************************************************
+   -->
+
 <!--
 	Descriptor for a primitive TAE that uses the TutorialDateTime annotator
 -->

Modified: incubator/uima/uimacpp/trunk/scriptators/perl/PerlSample.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/perl/PerlSample.xml?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/perl/PerlSample.xml (original)
+++ incubator/uima/uimacpp/trunk/scriptators/perl/PerlSample.xml Mon Mar  5 13:33:30 2007
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?> 
+
+	<!--
+	 ***************************************************************
+	 * Licensed to the Apache Software Foundation (ASF) under one
+	 * or more contributor license agreements.  See the NOTICE file
+	 * distributed with this work for additional information
+	 * regarding copyright ownership.  The ASF licenses this file
+	 * to you under the Apache License, Version 2.0 (the
+	 * "License"); you may not use this file except in compliance
+	 * with the License.  You may obtain a copy of the License at
+         *
+	 *   http://www.apache.org/licenses/LICENSE-2.0
+	 * 
+	 * Unless required by applicable law or agreed to in writing,
+	 * software distributed under the License is distributed on an
+	 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	 * KIND, either express or implied.  See the License for the
+	 * specific language governing permissions and limitations
+	 * under the License.
+	 ***************************************************************
+   -->
+
 <taeDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>TAF</frameworkImplementation>
   <primitive>true</primitive>

Modified: incubator/uima/uimacpp/trunk/scriptators/python/PythonSample.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/python/PythonSample.xml?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/python/PythonSample.xml (original)
+++ incubator/uima/uimacpp/trunk/scriptators/python/PythonSample.xml Mon Mar  5 13:33:30 2007
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?> 
+
+	<!--
+	 ***************************************************************
+	 * Licensed to the Apache Software Foundation (ASF) under one
+	 * or more contributor license agreements.  See the NOTICE file
+	 * distributed with this work for additional information
+	 * regarding copyright ownership.  The ASF licenses this file
+	 * to you under the Apache License, Version 2.0 (the
+	 * "License"); you may not use this file except in compliance
+	 * with the License.  You may obtain a copy of the License at
+         *
+	 *   http://www.apache.org/licenses/LICENSE-2.0
+	 * 
+	 * Unless required by applicable law or agreed to in writing,
+	 * software distributed under the License is distributed on an
+	 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	 * KIND, either express or implied.  See the License for the
+	 * specific language governing permissions and limitations
+	 * under the License.
+	 ***************************************************************
+   -->
+
 <taeDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>TAF</frameworkImplementation>
   <primitive>true</primitive>

Modified: incubator/uima/uimacpp/trunk/scriptators/tcl/TclSample.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/tcl/TclSample.xml?view=diff&rev=514873&r1=514872&r2=514873
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/tcl/TclSample.xml (original)
+++ incubator/uima/uimacpp/trunk/scriptators/tcl/TclSample.xml Mon Mar  5 13:33:30 2007
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?> 
+
+	<!--
+	 ***************************************************************
+	 * Licensed to the Apache Software Foundation (ASF) under one
+	 * or more contributor license agreements.  See the NOTICE file
+	 * distributed with this work for additional information
+	 * regarding copyright ownership.  The ASF licenses this file
+	 * to you under the Apache License, Version 2.0 (the
+	 * "License"); you may not use this file except in compliance
+	 * with the License.  You may obtain a copy of the License at
+         *
+	 *   http://www.apache.org/licenses/LICENSE-2.0
+	 * 
+	 * Unless required by applicable law or agreed to in writing,
+	 * software distributed under the License is distributed on an
+	 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	 * KIND, either express or implied.  See the License for the
+	 * specific language governing permissions and limitations
+	 * under the License.
+	 ***************************************************************
+   -->
+
 <taeDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>TAF</frameworkImplementation>
   <primitive>true</primitive>