antoine 2004/02/05 16:05:52
Modified: src/script antRun antRun.bat antRun.pl complete-ant-cmd.pl
lcp.bat runant.pl runant.py
Log:
License version 2.0
Revision Changes Path
1.5 +16 -4 ant/src/script/antRun
Index: antRun
===================================================================
RCS file: /home/cvs/ant/src/script/antRun,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- antRun 9 Aug 2002 07:08:27 -0000 1.4
+++ antRun 6 Feb 2004 00:05:51 -0000 1.5
@@ -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"
1.7 +16 -2 ant/src/script/antRun.bat
Index: antRun.bat
===================================================================
RCS file: /home/cvs/ant/src/script/antRun.bat,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- antRun.bat 18 Aug 2002 18:16:28 -0000 1.6
+++ antRun.bat 6 Feb 2004 00:05:51 -0000 1.7
@@ -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
1.4 +13 -2 ant/src/script/antRun.pl
Index: antRun.pl
===================================================================
RCS file: /home/cvs/ant/src/script/antRun.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- antRun.pl 20 Oct 2003 10:42:41 -0000 1.3
+++ antRun.pl 6 Feb 2004 00:05:52 -0000 1.4
@@ -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.
#
#######################################################################
#
1.3 +13 -2 ant/src/script/complete-ant-cmd.pl
Index: complete-ant-cmd.pl
===================================================================
RCS file: /home/cvs/ant/src/script/complete-ant-cmd.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- complete-ant-cmd.pl 10 Jan 2002 14:18:42 -0000 1.2
+++ complete-ant-cmd.pl 6 Feb 2004 00:05:52 -0000 1.3
@@ -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.
#
1.9 +16 -2 ant/src/script/lcp.bat
Index: lcp.bat
===================================================================
RCS file: /home/cvs/ant/src/script/lcp.bat,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lcp.bat 20 Feb 2003 08:30:19 -0000 1.8
+++ lcp.bat 6 Feb 2004 00:05:52 -0000 1.9
@@ -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
1.10 +13 -2 ant/src/script/runant.pl
Index: runant.pl
===================================================================
RCS file: /home/cvs/ant/src/script/runant.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- runant.pl 20 Oct 2003 10:42:41 -0000 1.9
+++ runant.pl 6 Feb 2004 00:05:52 -0000 1.10
@@ -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.
#
#######################################################################
#
1.7 +15 -3 ant/src/script/runant.py
Index: runant.py
===================================================================
RCS file: /home/cvs/ant/src/script/runant.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- runant.py 17 Nov 2003 15:49:27 -0000 1.6
+++ runant.py 6 Feb 2004 00:05:52 -0000 1.7
@@ -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
@@ -7,9 +22,6 @@
It runs ant with/out arguments, it should be quite portable (thanks to
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 [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]