From ade88beec379942aee98c91273c9dae2819ac625 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Fri, 24 Jan 2003 14:45:57 +0000 Subject: [PATCH] Quick, before Stefan finds out ... git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273877 13f79535-47bb-0310-9956-ffa450edef68 --- src/script/ant | 2 +- src/script/ant.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script/ant b/src/script/ant index ba1712899..fe0a20922 100644 --- a/src/script/ant +++ b/src/script/ant @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (c) 2001-2002 The Apache Software Foundation. All rights +# Copyright (c) 2001-2003 The Apache Software Foundation. All rights # reserved. # load system-wide ant configuration diff --git a/src/script/ant.bat b/src/script/ant.bat index 3c02ebcae..cf256f9f9 100755 --- a/src/script/ant.bat +++ b/src/script/ant.bat @@ -1,6 +1,6 @@ @echo off -REM Copyright (c) 2001-2002 The Apache Software Foundation. All rights +REM Copyright (c) 2001-2003 The Apache Software Foundation. All rights REM reserved. if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"