Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 4495 invoked from network); 1 Sep 2006 18:55:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2006 18:55:36 -0000 Received: (qmail 56126 invoked by uid 500); 1 Sep 2006 18:54:57 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 56087 invoked by uid 500); 1 Sep 2006 18:54:57 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 56070 invoked by uid 500); 1 Sep 2006 18:54:57 -0000 Received: (qmail 56064 invoked by uid 99); 1 Sep 2006 18:54:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 11:54:57 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 11:54:41 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 5272B1A981C; Fri, 1 Sep 2006 11:53:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r439418 [11/12] - in /ant/core/trunk/src/main/org/apache/tools: ant/ ant/dispatch/ ant/filters/ ant/filters/util/ ant/helper/ ant/input/ ant/launch/ ant/listener/ ant/loader/ ant/taskdefs/ ant/taskdefs/compilers/ ant/taskdefs/condition/ ant... Date: Fri, 01 Sep 2006 18:50:12 -0000 To: ant-cvs@apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060901185356.5272B1A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/PresentSelector.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/PresentSelector.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/PresentSelector.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/PresentSelector.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectSelector.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectSelector.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectSelector.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectSelector.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorContainer.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorContainer.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorContainer.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorContainer.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorScanner.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorScanner.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorScanner.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorScanner.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SignedSelector.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SignedSelector.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SignedSelector.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SignedSelector.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SizeSelector.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SizeSelector.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SizeSelector.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SizeSelector.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/TypeSelector.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/TypeSelector.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/TypeSelector.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/TypeSelector.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/Algorithm.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/Algorithm.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/Algorithm.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/Algorithm.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/Cache.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/Cache.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/Cache.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/Cache.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ChecksumAlgorithm.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ChecksumAlgorithm.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ChecksumAlgorithm.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ChecksumAlgorithm.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/DigestAlgorithm.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/DigestAlgorithm.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/DigestAlgorithm.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/DigestAlgorithm.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/EqualComparator.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/EqualComparator.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/EqualComparator.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/EqualComparator.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/HashvalueAlgorithm.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/HashvalueAlgorithm.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/HashvalueAlgorithm.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/HashvalueAlgorithm.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ChainedMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ChainedMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/ChainedMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/ChainedMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ClasspathUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ClasspathUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/ClasspathUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/ClasspathUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/CollectionUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/CollectionUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/CollectionUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/CollectionUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/CompositeMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/CompositeMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/CompositeMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/CompositeMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatFileInputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatFileInputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatFileInputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatFileInputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatResourceInputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatResourceInputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatResourceInputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatResourceInputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ContainerMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ContainerMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/ContainerMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/ContainerMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DOMUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/DOMUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/DOMUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/DOMUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DateUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/DateUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/DateUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/DateUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DeweyDecimal.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/DeweyDecimal.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/DeweyDecimal.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/DeweyDecimal.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FileNameMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/FileNameMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/FileNameMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/FileNameMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000,2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2001-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FlatFileNameMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/FlatFileNameMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/FlatFileNameMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/FlatFileNameMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000,2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/GlobPatternMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/GlobPatternMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/GlobPatternMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/GlobPatternMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000,2002,2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000,2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityStack.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityStack.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityStack.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityStack.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/JAXPUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/JAXPUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/JAXPUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/JAXPUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/KeepAliveInputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/KeepAliveInputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/KeepAliveInputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/KeepAliveInputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/KeepAliveOutputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/KeepAliveOutputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/KeepAliveOutputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/KeepAliveOutputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002,2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/LazyFileOutputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/LazyFileOutputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/LazyFileOutputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/LazyFileOutputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/LazyHashtable.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/LazyHashtable.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/LazyHashtable.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/LazyHashtable.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/LeadPipeInputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/LeadPipeInputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/LeadPipeInputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/LeadPipeInputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/LineOrientedOutputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/LineOrientedOutputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/LineOrientedOutputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/LineOrientedOutputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/LineTokenizer.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/LineTokenizer.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/LineTokenizer.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/LineTokenizer.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/LoaderUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/LoaderUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/LoaderUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/LoaderUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/MergingMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/MergingMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/MergingMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/MergingMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000,2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/OutputStreamFunneler.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/OutputStreamFunneler.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/OutputStreamFunneler.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/OutputStreamFunneler.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/PackageNameMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/PackageNameMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/PackageNameMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/PackageNameMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2001-2002,2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/PropertyOutputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/PropertyOutputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/PropertyOutputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/PropertyOutputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ProxySetup.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ProxySetup.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/ProxySetup.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/ProxySetup.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ReaderInputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ReaderInputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/ReaderInputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/ReaderInputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/RegexpPatternMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/RegexpPatternMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/RegexpPatternMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/RegexpPatternMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000,2002-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ResourceUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ResourceUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/ResourceUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/ResourceUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/RetryHandler.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/RetryHandler.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/RetryHandler.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/RetryHandler.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/Retryable.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/Retryable.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/Retryable.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/Retryable.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/SourceFileScanner.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/SourceFileScanner.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/SourceFileScanner.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/SourceFileScanner.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2001-2002,2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/TaskLogger.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/TaskLogger.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/TaskLogger.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/TaskLogger.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002,2004-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/TeeOutputStream.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/TeeOutputStream.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/TeeOutputStream.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/TeeOutputStream.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/TimeoutObserver.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/TimeoutObserver.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/TimeoutObserver.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/TimeoutObserver.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/Tokenizer.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/Tokenizer.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/Tokenizer.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/Tokenizer.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/UnPackageNameMapper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/UnPackageNameMapper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/UnPackageNameMapper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/UnPackageNameMapper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/Watchdog.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/WeakishReference.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/WeakishReference.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/WeakishReference.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/WeakishReference.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000-2006 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/XMLFragment.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/XMLFragment.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/XMLFragment.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/XMLFragment.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/XmlConstants.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/XmlConstants.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/XmlConstants.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/XmlConstants.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/depend/AbstractAnalyzer.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/depend/AbstractAnalyzer.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/depend/AbstractAnalyzer.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/depend/AbstractAnalyzer.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002,2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/depend/DependencyAnalyzer.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/depend/DependencyAnalyzer.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/depend/DependencyAnalyzer.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/depend/DependencyAnalyzer.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002,2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/AncestorAnalyzer.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/AncestorAnalyzer.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/AncestorAnalyzer.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/AncestorAnalyzer.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002,2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/DependencyVisitor.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/DependencyVisitor.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/DependencyVisitor.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/DependencyVisitor.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2001-2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/FullAnalyzer.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/FullAnalyzer.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/FullAnalyzer.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/depend/bcel/FullAnalyzer.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002,2004 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java?rev=439418&r1=439417&r2=439418&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/util/facade/FacadeTaskHelper.java Fri Sep 1 11:49:27 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002-2005 The 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org