Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 28744 invoked from network); 1 Sep 2006 20:08:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2006 20:08:20 -0000 Received: (qmail 69749 invoked by uid 500); 1 Sep 2006 20:08:15 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 69690 invoked by uid 500); 1 Sep 2006 20:08:15 -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 69653 invoked by uid 500); 1 Sep 2006 20:08:15 -0000 Received: (qmail 69627 invoked by uid 99); 1 Sep 2006 20:08:15 -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 13:08:15 -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 13:08:06 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9FE7B1A981D; Fri, 1 Sep 2006 13:07:46 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r439448 [2/6] - in /ant/core/trunk: ./ docs/ docs/manual/stylesheets/ src/etc/ src/etc/checkstyle/ src/etc/testcases/core/containersrc/test/ src/etc/testcases/taskdefs/apt/ src/etc/testcases/taskdefs/conditions/ src/etc/testcases/taskdefs/e... Date: Fri, 01 Sep 2006 20:05:02 -0000 To: ant-cvs@apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060901200746.9FE7B1A981D@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/etc/testcases/taskdefs/javadoc/javadoc.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/javadoc/javadoc.xml?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/javadoc/javadoc.xml (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/javadoc/javadoc.xml Fri Sep 1 13:04:18 2006 @@ -1,9 +1,10 @@ Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/junit-frames.xsl URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/junit-frames.xsl?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/junit-frames.xsl (original) +++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport/junit-frames.xsl Fri Sep 1 13:04:18 2006 @@ -6,11 +6,12 @@ + Modified: ant/core/trunk/src/etc/yearcheck.sh URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/yearcheck.sh?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/etc/yearcheck.sh (original) +++ ant/core/trunk/src/etc/yearcheck.sh Fri Sep 1 13:04:18 2006 @@ -1,19 +1,19 @@ +#!/bin/sh + +# 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 # -# Copyright 2002-2006 Apache Software Foundation -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # Simple shell script that checks whether changed files contain a copyright Modified: ant/core/trunk/src/script/ant URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/ant?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/ant (original) +++ ant/core/trunk/src/script/ant Fri Sep 1 13:04:18 2006 @@ -1,18 +1,19 @@ #! /bin/sh -# Copyright 2001-2005 The Apache Software Foundation +# 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 # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # Extract launch and ant arguments, (see details below). ant_exec_args= Modified: ant/core/trunk/src/script/ant.bat URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/ant.bat?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/ant.bat (original) +++ ant/core/trunk/src/script/ant.bat Fri Sep 1 13:04:18 2006 @@ -1,13 +1,14 @@ @echo off -REM Copyright 2001,2004-2006 The Apache Software Foundation -REM -REM Licensed under the Apache License, Version 2.0 (the "License"); -REM you may not use this file except in compliance with the License. -REM You may obtain a copy of the License at -REM +REM Licensed to the Apache Software Foundation (ASF) under one or more +REM contributor license agreements. See the NOTICE file distributed with +REM this work for additional information regarding copyright ownership. +REM The ASF licenses this file to You under the Apache License, Version 2.0 +REM (the "License"); you may not use this file except in compliance with +REM the License. You may obtain a copy of the License at +REM REM http://www.apache.org/licenses/LICENSE-2.0 -REM +REM REM Unless required by applicable law or agreed to in writing, software REM distributed under the License is distributed on an "AS IS" BASIS, REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Modified: ant/core/trunk/src/script/ant.cmd URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/ant.cmd?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/ant.cmd (original) +++ ant/core/trunk/src/script/ant.cmd Fri Sep 1 13:04:18 2006 @@ -1,17 +1,18 @@ /* - 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 - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. Run ant */ Modified: ant/core/trunk/src/script/antRun URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/antRun?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/antRun (original) +++ ant/core/trunk/src/script/antRun Fri Sep 1 13:04:18 2006 @@ -1,21 +1,19 @@ #! /bin/sh +# 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 # -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # Args: DIR command cd "$1" Modified: ant/core/trunk/src/script/antRun.bat URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/antRun.bat?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/antRun.bat (original) +++ ant/core/trunk/src/script/antRun.bat Fri Sep 1 13:04:18 2006 @@ -1,21 +1,19 @@ @echo off -REM -REM Copyright 2001-2002,2004 The Apache Software Foundation -REM -REM Licensed under the Apache License, Version 2.0 (the "License"); -REM you may not use this file except in compliance with the License. -REM You may obtain a copy of the License at -REM +REM Licensed to the Apache Software Foundation (ASF) under one or more +REM contributor license agreements. See the NOTICE file distributed with +REM this work for additional information regarding copyright ownership. +REM The ASF licenses this file to You under the Apache License, Version 2.0 +REM (the "License"); you may not use this file except in compliance with +REM the License. You may obtain a copy of the License at +REM REM http://www.apache.org/licenses/LICENSE-2.0 -REM +REM REM Unless required by applicable law or agreed to in writing, software REM distributed under the License is distributed on an "AS IS" BASIS, REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. REM See the License for the specific language governing permissions and REM limitations under the License. -REM -REM if "%OS%"=="Windows_NT" @setlocal if "%OS%"=="WINNT" @setlocal Modified: ant/core/trunk/src/script/antRun.pl URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/antRun.pl?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/antRun.pl (original) +++ ant/core/trunk/src/script/antRun.pl Fri Sep 1 13:04:18 2006 @@ -1,10 +1,11 @@ #!/usr/bin/perl # -# Copyright 2001,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/script/antenv.cmd URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/antenv.cmd?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/antenv.cmd (original) +++ ant/core/trunk/src/script/antenv.cmd Fri Sep 1 13:04:18 2006 @@ -1,19 +1,18 @@ /* - 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 - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + 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 - Ant environment + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ '@echo off' Modified: ant/core/trunk/src/script/complete-ant-cmd.pl URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/complete-ant-cmd.pl?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/complete-ant-cmd.pl (original) +++ ant/core/trunk/src/script/complete-ant-cmd.pl Fri Sep 1 13:04:18 2006 @@ -1,10 +1,11 @@ #!/usr/bin/perl # -# 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/script/envset.cmd URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/envset.cmd?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/envset.cmd (original) +++ ant/core/trunk/src/script/envset.cmd Fri Sep 1 13:04:18 2006 @@ -1,18 +1,19 @@ /* - 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 - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. SET environment variables First optional parameter: Modified: ant/core/trunk/src/script/lcp.bat URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/lcp.bat?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/lcp.bat (original) +++ ant/core/trunk/src/script/lcp.bat Fri Sep 1 13:04:18 2006 @@ -1,12 +1,13 @@ REM -REM Copyright 2001-2004 The Apache Software Foundation -REM -REM Licensed under the Apache License, Version 2.0 (the "License"); -REM you may not use this file except in compliance with the License. -REM You may obtain a copy of the License at -REM +REM Licensed to the Apache Software Foundation (ASF) under one or more +REM contributor license agreements. See the NOTICE file distributed with +REM this work for additional information regarding copyright ownership. +REM The ASF licenses this file to You under the Apache License, Version 2.0 +REM (the "License"); you may not use this file except in compliance with +REM the License. You may obtain a copy of the License at +REM REM http://www.apache.org/licenses/LICENSE-2.0 -REM +REM REM Unless required by applicable law or agreed to in writing, software REM distributed under the License is distributed on an "AS IS" BASIS, REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Modified: ant/core/trunk/src/script/runant.pl URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/runant.pl?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/runant.pl (original) +++ ant/core/trunk/src/script/runant.pl Fri Sep 1 13:04:18 2006 @@ -1,10 +1,11 @@ #!/usr/bin/perl # -# 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/script/runant.py URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/runant.py?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/runant.py (original) +++ ant/core/trunk/src/script/runant.py Fri Sep 1 13:04:18 2006 @@ -1,9 +1,10 @@ #!/usr/bin/python -# Copyright 2001,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/script/runrc.cmd URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/runrc.cmd?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/script/runrc.cmd (original) +++ ant/core/trunk/src/script/runrc.cmd Fri Sep 1 13:04:18 2006 @@ -1,20 +1,21 @@ /* - 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 - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + 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 - Run RC file, name is in the first arg, second arg is either PATH - ENV or -r or nothing + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Run RC file, name is in the first arg, second arg is either PATH + ENV or -r or nothing */ parse arg name path rest Modified: ant/core/trunk/src/testcases/org/apache/tools/ant/AntClassLoaderDelegationTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/AntClassLoaderDelegationTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/AntClassLoaderDelegationTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/AntClassLoaderDelegationTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/AntClassLoaderTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/AntClassLoaderTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/AntClassLoaderTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/AntClassLoaderTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/BuildFileTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/BuildFileTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/BuildFileTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/BuildFileTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/CaseTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/CaseTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/CaseTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/CaseTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DirectoryScannerTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DirectoryScannerTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DirectoryScannerTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DirectoryScannerTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DispatchTaskTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DispatchTaskTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DispatchTaskTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DispatchTaskTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DummyTaskAbstract.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskAbstract.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskAbstract.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskAbstract.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DummyTaskInterface.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskInterface.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskInterface.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskInterface.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DummyTaskOk.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskOk.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskOk.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskOk.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DummyTaskOkNonTask.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskOkNonTask.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskOkNonTask.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskOkNonTask.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DummyTaskWithNonPublicExecute.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithNonPublicExecute.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithNonPublicExecute.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithNonPublicExecute.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DummyTaskWithNonVoidExecute.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithNonVoidExecute.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithNonVoidExecute.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithNonVoidExecute.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DummyTaskWithoutDefaultConstructor.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithoutDefaultConstructor.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithoutDefaultConstructor.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithoutDefaultConstructor.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DummyTaskWithoutExecute.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithoutExecute.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithoutExecute.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithoutExecute.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/DummyTaskWithoutPublicConstructor.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithoutPublicConstructor.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithoutPublicConstructor.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/DummyTaskWithoutPublicConstructor.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/ExecutorTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/ExecutorTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/ExecutorTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/ExecutorTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/ExtendedTaskdefTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/ExtendedTaskdefTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/ExtendedTaskdefTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/ExtendedTaskdefTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/ImmutableTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/ImmutableTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/ImmutableTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/ImmutableTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/IncludeTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/IncludeTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/IncludeTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/IncludeTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/IntrospectionHelperTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/IntrospectionHelperTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/IntrospectionHelperTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/IntrospectionHelperTest.java Fri Sep 1 13:04:18 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2000-2001,2003-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/testcases/org/apache/tools/ant/LoaderRefTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/LoaderRefTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/LoaderRefTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/LoaderRefTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/MockBuildListener.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/MockBuildListener.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/MockBuildListener.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/MockBuildListener.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/PickOneTask.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/PickOneTask.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/PickOneTask.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/PickOneTask.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/ProjectTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/ProjectTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/ProjectTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/ProjectTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/PropertyExpansionTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/PropertyExpansionTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/PropertyExpansionTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/PropertyExpansionTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/TaskContainerTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/TaskContainerTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/TaskContainerTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/TaskContainerTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/TopLevelTaskTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/TopLevelTaskTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/TopLevelTaskTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/TopLevelTaskTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/filters/ConcatFilterTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/filters/ConcatFilterTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/filters/ConcatFilterTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/filters/ConcatFilterTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/filters/DynamicFilterTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/filters/DynamicFilterTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/filters/DynamicFilterTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/filters/DynamicFilterTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/filters/EscapeUnicodeTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/filters/EscapeUnicodeTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/filters/EscapeUnicodeTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/filters/EscapeUnicodeTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/filters/HeadTailTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/filters/HeadTailTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/filters/HeadTailTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/filters/HeadTailTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/filters/LineContainsTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/filters/LineContainsTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/filters/LineContainsTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/filters/LineContainsTest.java Fri Sep 1 13:04:18 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/testcases/org/apache/tools/ant/filters/NoNewLineTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/filters/NoNewLineTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/filters/NoNewLineTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/filters/NoNewLineTest.java Fri Sep 1 13:04:18 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2003-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/testcases/org/apache/tools/ant/filters/ReplaceTokensTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/filters/ReplaceTokensTest.java?rev=439448&r1=439447&r2=439448&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/filters/ReplaceTokensTest.java (original) +++ ant/core/trunk/src/testcases/org/apache/tools/ant/filters/ReplaceTokensTest.java Fri Sep 1 13:04:18 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 * --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org