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/07/09 15:26:40 UTC

svn commit: r554640 - in /incubator/uima/uimacpp/trunk: docs/ examples/ scriptators/perl/ scriptators/python/ scriptators/tcl/ src/ src/framework/ src/test/

Author: eae
Date: Mon Jul  9 06:26:39 2007
New Revision: 554640

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

Modified:
    incubator/uima/uimacpp/trunk/docs/builddocs.cmd
    incubator/uima/uimacpp/trunk/docs/builddocs.sh
    incubator/uima/uimacpp/trunk/examples/runall.cmd
    incubator/uima/uimacpp/trunk/examples/runall.sh
    incubator/uima/uimacpp/trunk/scriptators/perl/Makefile
    incubator/uima/uimacpp/trunk/scriptators/perl/winmake.cmd
    incubator/uima/uimacpp/trunk/scriptators/python/Makefile
    incubator/uima/uimacpp/trunk/scriptators/python/winmake.cmd
    incubator/uima/uimacpp/trunk/scriptators/tcl/Makefile
    incubator/uima/uimacpp/trunk/scriptators/tcl/winmake.cmd
    incubator/uima/uimacpp/trunk/src/Makefile.am
    incubator/uima/uimacpp/trunk/src/Makefile.prebuild
    incubator/uima/uimacpp/trunk/src/Makefile.unix
    incubator/uima/uimacpp/trunk/src/checkEnvVars.bat
    incubator/uima/uimacpp/trunk/src/framework/Makefile.am
    incubator/uima/uimacpp/trunk/src/test/Makefile.am
    incubator/uima/uimacpp/trunk/src/test/fvt.bat
    incubator/uima/uimacpp/trunk/src/test/fvt.sh
    incubator/uima/uimacpp/trunk/src/winmake.cmd

Modified: incubator/uima/uimacpp/trunk/docs/builddocs.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/docs/builddocs.cmd?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/docs/builddocs.cmd (original)
+++ incubator/uima/uimacpp/trunk/docs/builddocs.cmd Mon Jul  9 06:26:39 2007
@@ -1,5 +1,22 @@
 @ECHO OFF
 
+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  Builds the UIMACPP doxygen docs.
 @REM	Requires Doxygen 1.3.6 and Graphviz 1.8.10 installed and 
 @REM  PATH environment variable must include

Modified: incubator/uima/uimacpp/trunk/docs/builddocs.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/docs/builddocs.sh?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/docs/builddocs.sh (original)
+++ incubator/uima/uimacpp/trunk/docs/builddocs.sh Mon Jul  9 06:26:39 2007
@@ -1,3 +1,20 @@
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
+
 #!/bin/sh
 #REM  Builds the UIMACPP doxygen docs.
 #REM	Requires Doxygen 1.3.6 and Graphviz 1.8.10 installed and in the PATH

Modified: incubator/uima/uimacpp/trunk/examples/runall.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/runall.cmd?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/runall.cmd (original)
+++ incubator/uima/uimacpp/trunk/examples/runall.cmd Mon Jul  9 06:26:39 2007
@@ -1,3 +1,24 @@
+@echo off
+
+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.
+
+@echo on
+
 @setlocal
 @set runae=runAECpp
 @set exampapp=ExampleApplication
@@ -30,7 +51,7 @@
 @if errorlevel 1 goto error
 %sofaexampapp% descriptors/SofaExampleAnnotator.xml
 @if errorlevel 1 goto error
-echo .................
-echo All examples ran!
-echo .................
+@echo .................
+@echo All examples ran!
+@echo .................
 :error

Modified: incubator/uima/uimacpp/trunk/examples/runall.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/runall.sh?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/runall.sh (original)
+++ incubator/uima/uimacpp/trunk/examples/runall.sh Mon Jul  9 06:26:39 2007
@@ -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.
+
 echo .
 echo runAECpp descriptors/DaveDetector.xml data/example.txt
 runAECpp descriptors/DaveDetector.xml data/example.txt || exit 99

Modified: incubator/uima/uimacpp/trunk/scriptators/perl/Makefile
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/perl/Makefile?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/perl/Makefile (original)
+++ incubator/uima/uimacpp/trunk/scriptators/perl/Makefile Mon Jul  9 06:26:39 2007
@@ -1,3 +1,20 @@
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
+
 ifeq ($(UIMACPP_HOME),)
   $(error UIMACPP_HOME not set)
 endif

Modified: incubator/uima/uimacpp/trunk/scriptators/perl/winmake.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/perl/winmake.cmd?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/perl/winmake.cmd (original)
+++ incubator/uima/uimacpp/trunk/scriptators/perl/winmake.cmd Mon Jul  9 06:26:39 2007
@@ -1,4 +1,23 @@
 @echo off
+
+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.
+
+
 if "%UIMACPP_HOME%" == "" goto TafRootNotSet
 if not exist "%UIMACPP_HOME%"\include\uima\cas.hpp goto UimaRootBad
 

Modified: incubator/uima/uimacpp/trunk/scriptators/python/Makefile
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/python/Makefile?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/python/Makefile (original)
+++ incubator/uima/uimacpp/trunk/scriptators/python/Makefile Mon Jul  9 06:26:39 2007
@@ -1,3 +1,20 @@
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
+
 ifeq ($(UIMACPP_HOME),)
   $(error UIMACPP_HOME not set)
 endif

Modified: incubator/uima/uimacpp/trunk/scriptators/python/winmake.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/python/winmake.cmd?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/python/winmake.cmd (original)
+++ incubator/uima/uimacpp/trunk/scriptators/python/winmake.cmd Mon Jul  9 06:26:39 2007
@@ -1,4 +1,22 @@
 @echo off
+
+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.
+
 if "%UIMACPP_HOME%" == "" goto TafRootNotSet
 if not exist "%UIMACPP_HOME%"\include\uima\cas.hpp goto UimaRootBad
 

Modified: incubator/uima/uimacpp/trunk/scriptators/tcl/Makefile
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/tcl/Makefile?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/tcl/Makefile (original)
+++ incubator/uima/uimacpp/trunk/scriptators/tcl/Makefile Mon Jul  9 06:26:39 2007
@@ -1,3 +1,20 @@
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
+
 ifeq ($(UIMACPP_HOME),)
   $(error UIMACPP_HOME not set)
 endif

Modified: incubator/uima/uimacpp/trunk/scriptators/tcl/winmake.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/tcl/winmake.cmd?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/tcl/winmake.cmd (original)
+++ incubator/uima/uimacpp/trunk/scriptators/tcl/winmake.cmd Mon Jul  9 06:26:39 2007
@@ -1,4 +1,22 @@
 @echo off
+
+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.
+
 if "%UIMACPP_HOME%" == "" goto TafRootNotSet
 if not exist "%UIMACPP_HOME%"\include\uima\cas.hpp goto UimaRootBad
 

Modified: incubator/uima/uimacpp/trunk/src/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/Makefile.am?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/src/Makefile.am (original)
+++ incubator/uima/uimacpp/trunk/src/Makefile.am Mon Jul  9 06:26:39 2007
@@ -1 +1,18 @@
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
+
 SUBDIRS = framework utils test

Modified: incubator/uima/uimacpp/trunk/src/Makefile.prebuild
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/Makefile.prebuild?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/src/Makefile.prebuild (original)
+++ incubator/uima/uimacpp/trunk/src/Makefile.prebuild Mon Jul  9 06:26:39 2007
@@ -1,4 +1,20 @@
-# -*- makefile -*-
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
+
 # Create distribution build files
 
 #VERBOSE:=--verbose

Modified: incubator/uima/uimacpp/trunk/src/Makefile.unix
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/Makefile.unix?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/src/Makefile.unix (original)
+++ incubator/uima/uimacpp/trunk/src/Makefile.unix Mon Jul  9 06:26:39 2007
@@ -1,4 +1,20 @@
-# -*- makefile -*-
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
+
 # Set the environment variables DEBUGUIMA & DEBUGTEST to build debug library & test routines
 
 #VERBOSE:=--verbose

Modified: incubator/uima/uimacpp/trunk/src/checkEnvVars.bat
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/checkEnvVars.bat?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/src/checkEnvVars.bat (original)
+++ incubator/uima/uimacpp/trunk/src/checkEnvVars.bat Mon Jul  9 06:26:39 2007
@@ -1,4 +1,22 @@
 @ECHO OFF
+
+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 Called as a pre-build step to check some environment variables
 @REM UIMACPP_HOME is used as the default location of the apr & icu & xerces builds
 @REM which are include in the SDK

Modified: incubator/uima/uimacpp/trunk/src/framework/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/framework/Makefile.am?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/src/framework/Makefile.am (original)
+++ incubator/uima/uimacpp/trunk/src/framework/Makefile.am Mon Jul  9 06:26:39 2007
@@ -1,4 +1,19 @@
-# -*- makefile -*-
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
 
 lib_LTLIBRARIES = libuima.la
 

Modified: incubator/uima/uimacpp/trunk/src/test/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/test/Makefile.am?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/src/test/Makefile.am (original)
+++ incubator/uima/uimacpp/trunk/src/test/Makefile.am Mon Jul  9 06:26:39 2007
@@ -1,4 +1,19 @@
-# -*- makefile -*-
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
 
 bin_PROGRAMS = $(TST_BIN)
 lib_LTLIBRARIES = $(TST_LIB)

Modified: incubator/uima/uimacpp/trunk/src/test/fvt.bat
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/test/fvt.bat?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/src/test/fvt.bat (original)
+++ incubator/uima/uimacpp/trunk/src/test/fvt.bat Mon Jul  9 06:26:39 2007
@@ -1,4 +1,24 @@
 @echo off
+
+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.
+
+@echo on
+
 setlocal
 REM Must be run from the uimacpp/src/test directory
 

Modified: incubator/uima/uimacpp/trunk/src/test/fvt.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/test/fvt.sh?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/src/test/fvt.sh (original)
+++ incubator/uima/uimacpp/trunk/src/test/fvt.sh Mon Jul  9 06:26:39 2007
@@ -1,4 +1,20 @@
-#
+# ---------------------------------------------------------------------------
+# 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.
+# ---------------------------------------------------------------------------
+
 if [ ! $UIMACPP_HOME ]
 then
    export UIMACPP_HOME=../..

Modified: incubator/uima/uimacpp/trunk/src/winmake.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/winmake.cmd?view=diff&rev=554640&r1=554639&r2=554640
==============================================================================
--- incubator/uima/uimacpp/trunk/src/winmake.cmd (original)
+++ incubator/uima/uimacpp/trunk/src/winmake.cmd Mon Jul  9 06:26:39 2007
@@ -1,4 +1,22 @@
 @echo off
+
+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.
+
 setlocal
 
 REM default behavior is to build against uima-cpp SDK image, specified by UIMACPP_HOME