From f51abba17074cbe8666593918a280ad29dd4c67d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 10 Jan 2002 14:18:42 +0000 Subject: [PATCH] Add some more copyright notices. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270659 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.bat | 3 +++ bootstrap.sh | 3 +++ build.bat | 3 +++ build.sh | 3 +++ build.xml | 4 ++++ src/script/ant | 3 +++ src/script/ant.bat | 3 +++ src/script/antRun | 3 +++ src/script/antRun.bat | 3 +++ src/script/complete-ant-cmd.pl | 3 +++ src/script/lcp.bat | 3 +++ src/script/runant.pl | 4 ++++ src/script/runant.py | 3 +++ 13 files changed, 41 insertions(+) diff --git a/bootstrap.bat b/bootstrap.bat index 6b29a686a..c941e1db3 100755 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -2,6 +2,9 @@ REM You will need to specify JAVA_HOME if compiling with 1.2 or later. +REM Copyright (c) 2000-2001 The Apache Software Foundation. All rights +REM reserved. + set OLDJAVA=%JAVA% set OLDJAVAC=%JAVAC% set BOOTOLDCLASSPATH=%CLASSPATH% diff --git a/bootstrap.sh b/bootstrap.sh index 3fcda10e1..35f57b592 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Copyright (c) 2000-2001 The Apache Software Foundation. All rights +# reserved. + # OS specific support. $var _must_ be set to either true or false. cygwin=false; case "`uname`" in diff --git a/build.bat b/build.bat index ae9ffc17b..e8152d583 100755 --- a/build.bat +++ b/build.bat @@ -1,5 +1,8 @@ @echo off +REM Copyright (c) 2000-2001 The Apache Software Foundation. All rights +REM reserved. + set OLDCLASSPATH=%CLASSPATH% set REAL_ANT_HOME=%ANT_HOME% set ANT_HOME=bootstrap diff --git a/build.sh b/build.sh index 817cda580..7d4651dcc 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Copyright (c) 2000-2002 The Apache Software Foundation. All rights +# reserved. + cygwin=false; case "`uname`" in CYGWIN*) cygwin=true ;; diff --git a/build.xml b/build.xml index e9ea79ca6..6c3b08329 100644 --- a/build.xml +++ b/build.xml @@ -3,6 +3,10 @@ diff --git a/src/script/ant b/src/script/ant index cfaa4ade2..dad998070 100644 --- a/src/script/ant +++ b/src/script/ant @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (c) 2001 The Apache Software Foundation. All rights +# reserved. + if [ -f "$HOME/.antrc" ] ; then . $HOME/.antrc fi diff --git a/src/script/ant.bat b/src/script/ant.bat index 4306669ce..417cb9d6a 100755 --- a/src/script/ant.bat +++ b/src/script/ant.bat @@ -1,5 +1,8 @@ @echo off +REM Copyright (c) 2001 The Apache Software Foundation. All rights +REM reserved. + if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat" if not "%OS%"=="Windows_NT" goto win9xStart diff --git a/src/script/antRun b/src/script/antRun index f0a18f165..cf9272ef2 100644 --- a/src/script/antRun +++ b/src/script/antRun @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (c) 2001 The Apache Software Foundation. All rights +# reserved. + # Args: DIR command cd "$1" CMD="$2" diff --git a/src/script/antRun.bat b/src/script/antRun.bat index 916893269..6ecbe389b 100755 --- a/src/script/antRun.bat +++ b/src/script/antRun.bat @@ -1,5 +1,8 @@ @echo off +REM Copyright (c) 2001 The Apache Software Foundation. All rights +REM reserved. + rem Change drive and directory to %1 (Win9X only for NT/2K use "cd /d") cd %1 %1\ diff --git a/src/script/complete-ant-cmd.pl b/src/script/complete-ant-cmd.pl index 04fdb9734..618056b72 100644 --- a/src/script/complete-ant-cmd.pl +++ b/src/script/complete-ant-cmd.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl # +# Copyright (c) 2001 The Apache Software Foundation. All rights +# reserved. +# # A script to allow Bash or Z-Shell to complete an Ant command-line. # # To install for Bash 2.0 or better, add the following to ~/.bashrc: diff --git a/src/script/lcp.bat b/src/script/lcp.bat index 2c7e2760f..982b1173a 100755 --- a/src/script/lcp.bat +++ b/src/script/lcp.bat @@ -1,3 +1,6 @@ +REM Copyright (c) 2001 The Apache Software Foundation. All rights +REM reserved. + set _CLASSPATHCOMPONENT=%1 :argCheck if %2a==a goto gotAllArgs diff --git a/src/script/runant.pl b/src/script/runant.pl index 9535cfa7f..f4e506786 100644 --- a/src/script/runant.pl +++ b/src/script/runant.pl @@ -1,4 +1,8 @@ #!/usr/bin/perl +# +# Copyright (c) 2001 The Apache Software Foundation. All rights +# reserved. +# ####################################################################### # # runant.pl diff --git a/src/script/runant.py b/src/script/runant.py index d5e200cad..45150fde8 100644 --- a/src/script/runant.py +++ b/src/script/runant.py @@ -8,6 +8,9 @@ the python os library) This script has been tested with Python2.0/Win2K + Copyright (c) 2001 The Apache Software Foundation. All rights + reserved. + created: 2001-04-11 author: Pierre Dittgen pierre.dittgen@criltelecom.com