You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/03/15 05:32:06 UTC

svn commit: r157507 - in forrest/trunk/tools/ant/bin: ant.bat antRun antRun.bat antRun.pl complete-ant-cmd.pl lcp.bat runant.py

Author: crossley
Date: Mon Mar 14 20:32:04 2005
New Revision: 157507

URL: http://svn.apache.org/viewcvs?view=rev&rev=157507
Log:
Ammend copyright line to new Apache License header.

Modified:
    forrest/trunk/tools/ant/bin/ant.bat
    forrest/trunk/tools/ant/bin/antRun
    forrest/trunk/tools/ant/bin/antRun.bat
    forrest/trunk/tools/ant/bin/antRun.pl
    forrest/trunk/tools/ant/bin/complete-ant-cmd.pl
    forrest/trunk/tools/ant/bin/lcp.bat
    forrest/trunk/tools/ant/bin/runant.py

Modified: forrest/trunk/tools/ant/bin/ant.bat
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/ant/bin/ant.bat?view=diff&r1=157506&r2=157507
==============================================================================
--- forrest/trunk/tools/ant/bin/ant.bat (original)
+++ forrest/trunk/tools/ant/bin/ant.bat Mon Mar 14 20:32:04 2005
@@ -1,6 +1,7 @@
 @echo off
 
-REM  Copyright 2001,2004 The Apache Software Foundation
+REM  Copyright 2001,2004 The Apache Software Foundation or its licensors,
+REM  as applicable.
 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.

Modified: forrest/trunk/tools/ant/bin/antRun
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/ant/bin/antRun?view=diff&r1=157506&r2=157507
==============================================================================
--- forrest/trunk/tools/ant/bin/antRun (original)
+++ forrest/trunk/tools/ant/bin/antRun Mon Mar 14 20:32:04 2005
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 #
-#  Copyright  2001-2002,2004 The Apache Software Foundation
+#  Copyright 2001-2002,2004 The Apache Software Foundation or its licensors,
+#  as applicable.
 # 
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.

Modified: forrest/trunk/tools/ant/bin/antRun.bat
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/ant/bin/antRun.bat?view=diff&r1=157506&r2=157507
==============================================================================
--- forrest/trunk/tools/ant/bin/antRun.bat (original)
+++ forrest/trunk/tools/ant/bin/antRun.bat Mon Mar 14 20:32:04 2005
@@ -1,7 +1,8 @@
 @echo off
 
 REM
-REM Copyright  2001-2002,2004 The Apache Software Foundation
+REM Copyright 2001-2002,2004 The Apache Software Foundation or its licensors,
+REM as applicable.
 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.

Modified: forrest/trunk/tools/ant/bin/antRun.pl
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/ant/bin/antRun.pl?view=diff&r1=157506&r2=157507
==============================================================================
--- forrest/trunk/tools/ant/bin/antRun.pl (original)
+++ forrest/trunk/tools/ant/bin/antRun.pl Mon Mar 14 20:32:04 2005
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 #
-# Copyright 2001,2003-2004 The Apache Software Foundation
+# Copyright 2001,2003-2004 The Apache Software Foundation or its licensors,
+# as applicable.
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.

Modified: forrest/trunk/tools/ant/bin/complete-ant-cmd.pl
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/ant/bin/complete-ant-cmd.pl?view=diff&r1=157506&r2=157507
==============================================================================
--- forrest/trunk/tools/ant/bin/complete-ant-cmd.pl (original)
+++ forrest/trunk/tools/ant/bin/complete-ant-cmd.pl Mon Mar 14 20:32:04 2005
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 #
-# Copyright 2001,2004 The Apache Software Foundation
+# Copyright 2001,2004 The Apache Software Foundation or its licensors,
+# as applicable.
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.

Modified: forrest/trunk/tools/ant/bin/lcp.bat
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/ant/bin/lcp.bat?view=diff&r1=157506&r2=157507
==============================================================================
--- forrest/trunk/tools/ant/bin/lcp.bat (original)
+++ forrest/trunk/tools/ant/bin/lcp.bat Mon Mar 14 20:32:04 2005
@@ -1,5 +1,6 @@
 REM
-REM Copyright  2001-2004 The Apache Software Foundation
+REM Copyright 2001-2004 The Apache Software Foundation or its licensors,
+REM as applicable.
 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.

Modified: forrest/trunk/tools/ant/bin/runant.py
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/ant/bin/runant.py?view=diff&r1=157506&r2=157507
==============================================================================
--- forrest/trunk/tools/ant/bin/runant.py (original)
+++ forrest/trunk/tools/ant/bin/runant.py Mon Mar 14 20:32:04 2005
@@ -1,5 +1,6 @@
 #!/usr/bin/python
-# Copyright 2001,2003-2004 The Apache Software Foundation
+# Copyright 2001,2003-2004 The Apache Software Foundation or its licensors,
+# as applicable.
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.