diff --git a/src/script/antRun b/src/script/antRun index 6d79e4329..b44705404 100644 --- a/src/script/antRun +++ b/src/script/antRun @@ -1,7 +1,19 @@ -#! /bin/sh - -# Copyright (c) 2001-2002 The Apache Software Foundation. All rights -# reserved. +# +# Copyright 2001-2002,2004 Apache Software Foundation +# +# Licensed 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. +# +# # Args: DIR command cd "$1" diff --git a/src/script/antRun.bat b/src/script/antRun.bat index 8321f8161..7941d0d67 100755 --- a/src/script/antRun.bat +++ b/src/script/antRun.bat @@ -1,7 +1,21 @@ @echo off -REM Copyright (c) 2001-2002 The Apache Software Foundation. All rights -REM reserved. +REM +REM Copyright 2001-2002,2004 Apache Software Foundation +REM +REM Licensed under the Apache License, Version 2.0 (the "License"); +REM you may not use this file except in compliance with the License. +REM 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, software +REM distributed under the License is distributed on an "AS IS" BASIS, +REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +REM See the License for the specific language governing permissions and +REM limitations under the License. +REM +REM if "%OS%"=="Windows_NT" @setlocal diff --git a/src/script/antRun.pl b/src/script/antRun.pl index 627109bce..ab838c169 100644 --- a/src/script/antRun.pl +++ b/src/script/antRun.pl @@ -1,7 +1,18 @@ #!/usr/bin/perl # -# Copyright (c) 2001,2003 The Apache Software Foundation. All rights -# reserved. +# Copyright 2001,2003-2004 Apache Software Foundation +# +# Licensed 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. # ####################################################################### # diff --git a/src/script/complete-ant-cmd.pl b/src/script/complete-ant-cmd.pl index 618056b72..a94993341 100644 --- a/src/script/complete-ant-cmd.pl +++ b/src/script/complete-ant-cmd.pl @@ -1,7 +1,18 @@ #!/usr/bin/perl # -# Copyright (c) 2001 The Apache Software Foundation. All rights -# reserved. +# Copyright 2001,2004 Apache Software Foundation +# +# Licensed 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 script to allow Bash or Z-Shell to complete an Ant command-line. # diff --git a/src/script/lcp.bat b/src/script/lcp.bat index b8c1102c2..76e53d2c8 100755 --- a/src/script/lcp.bat +++ b/src/script/lcp.bat @@ -1,5 +1,19 @@ -REM Copyright (c) 2001-2003 The Apache Software Foundation. All rights -REM reserved. +REM +REM Copyright 2001-2004 Apache Software Foundation +REM +REM Licensed under the Apache License, Version 2.0 (the "License"); +REM you may not use this file except in compliance with the License. +REM 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, software +REM distributed under the License is distributed on an "AS IS" BASIS, +REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +REM See the License for the specific language governing permissions and +REM limitations under the License. +REM +REM set _CLASSPATHCOMPONENT=%1 if ""%1""=="""" goto gotAllArgs diff --git a/src/script/runant.pl b/src/script/runant.pl index 8bedbd4b4..842ee948b 100644 --- a/src/script/runant.pl +++ b/src/script/runant.pl @@ -1,7 +1,18 @@ #!/usr/bin/perl # -# Copyright (c) 2000-2003 The Apache Software Foundation. All rights -# reserved. +# Copyright 2000-2004 Apache Software Foundation +# +# Licensed 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. # ####################################################################### # diff --git a/src/script/runant.py b/src/script/runant.py index dcd07423b..bf42a5e8a 100644 --- a/src/script/runant.py +++ b/src/script/runant.py @@ -1,4 +1,19 @@ #!/usr/bin/python +# Copyright 2001,2003-2004 Apache Software Foundation +# +# Licensed 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. +# + """ runant.py @@ -8,9 +23,6 @@ the python os library) This script has been tested with Python2.0/Win2K - Copyright (c) 2001,2003 The Apache Software Foundation. All rights - reserved. - created: 2001-04-11 author: Pierre Dittgen pierre.dittgen@criltelecom.com