Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 65805 invoked from network); 20 Sep 2003 17:10:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Sep 2003 17:10:18 -0000 Received: (qmail 71687 invoked by uid 500); 20 Sep 2003 17:10:08 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 71506 invoked by uid 500); 20 Sep 2003 17:10:06 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 71493 invoked by uid 500); 20 Sep 2003 17:10:06 -0000 Received: (qmail 71490 invoked from network); 20 Sep 2003 17:10:06 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 20 Sep 2003 17:10:06 -0000 Received: (qmail 65778 invoked by uid 1652); 20 Sep 2003 17:10:13 -0000 Date: 20 Sep 2003 17:10:13 -0000 Message-ID: <20030920171013.65777.qmail@minotaur.apache.org> From: antoine@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb DDCreator.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N antoine 2003/09/20 10:10:13 Modified: src/main/org/apache/tools/ant/taskdefs/optional/ejb DDCreator.java Log: Copyright line fixed. Revision Changes Path 1.24 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java Index: DDCreator.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- DDCreator.java 20 Sep 2003 16:40:42 -0000 1.23 +++ DDCreator.java 20 Sep 2003 17:10:13 -0000 1.24 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000,2002-2003 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org