Author: bodewig Date: Thu Aug 31 20:31:05 2006 New Revision: 439158 URL: http://svn.apache.org/viewvc?rev=439158&view=rev Log: apply committers-svn:tools/copy2license.pl
Modified: ant/antlibs/dotnet/trunk/build.xml ant/antlibs/dotnet/trunk/src/etc/testcases/augment-path.xml ant/antlibs/dotnet/trunk/src/etc/testcases/dotnetexec.xml ant/antlibs/dotnet/trunk/src/etc/testcases/msbuild.xml ant/antlibs/dotnet/trunk/src/etc/testcases/nant.xml ant/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml ant/antlibs/dotnet/trunk/src/etc/testcases/src/example.cs ant/antlibs/dotnet/trunk/src/etc/testcases/src/example2.cs ant/antlibs/dotnet/trunk/src/etc/testcases/src/fail.cs ant/antlibs/dotnet/trunk/src/etc/testcases/src/msbuild.proj ant/antlibs/dotnet/trunk/src/etc/testcases/src/nant.build ant/antlibs/dotnet/trunk/src/etc/testcases/src/pass.cs ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/DotNetExecTask.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/Ildasm.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/ImportTypelib.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NUnitTask.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NetCommand.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/AbstractBuildTask.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/MSBuildTask.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/NAntTask.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/CSharp.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetBaseMatchingTask.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetCompile.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetDefine.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetResource.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/Ilasm.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/JSharp.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/VisualBasicCompile.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/WsdlToDotnet.java ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/wix/WixTask.java ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.cs ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.cs ant/antlibs/dotnet/trunk/src/tests/antunit/src/example3.cs ant/antlibs/dotnet/trunk/src/tests/antunit/src/jsharp.java ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/DotNetExecTaskTest.java ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/NUnitTaskTest.java ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/MSBuildTaskTest.java ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/NAntTaskTest.java ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java Modified: ant/antlibs/dotnet/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/build.xml?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/build.xml (original) +++ ant/antlibs/dotnet/trunk/build.xml Thu Aug 31 20:31:05 2006 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <!-- - 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/antlibs/dotnet/trunk/src/etc/testcases/augment-path.xml URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/augment-path.xml?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/augment-path.xml (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/augment-path.xml Thu Aug 31 20:31:05 2006 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <!-- - 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/antlibs/dotnet/trunk/src/etc/testcases/dotnetexec.xml URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/dotnetexec.xml?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/dotnetexec.xml (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/dotnetexec.xml Thu Aug 31 20:31:05 2006 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <!-- - 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/antlibs/dotnet/trunk/src/etc/testcases/msbuild.xml URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/msbuild.xml?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/msbuild.xml (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/msbuild.xml Thu Aug 31 20:31:05 2006 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <!-- - 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/antlibs/dotnet/trunk/src/etc/testcases/nant.xml URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/nant.xml?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/nant.xml (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/nant.xml Thu Aug 31 20:31:05 2006 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <!-- - 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/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml Thu Aug 31 20:31:05 2006 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <!-- - 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/antlibs/dotnet/trunk/src/etc/testcases/src/example.cs URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/src/example.cs?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/src/example.cs (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/src/example.cs Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/etc/testcases/src/example2.cs URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/src/example2.cs?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/src/example2.cs (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/src/example2.cs Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/etc/testcases/src/fail.cs URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/src/fail.cs?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/src/fail.cs (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/src/fail.cs Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/etc/testcases/src/msbuild.proj URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/src/msbuild.proj?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/src/msbuild.proj (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/src/msbuild.proj Thu Aug 31 20:31:05 2006 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <!-- - 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/antlibs/dotnet/trunk/src/etc/testcases/src/nant.build URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/src/nant.build?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/src/nant.build (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/src/nant.build Thu Aug 31 20:31:05 2006 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <!-- - 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/antlibs/dotnet/trunk/src/etc/testcases/src/pass.cs URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/src/pass.cs?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/etc/testcases/src/pass.cs (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/src/pass.cs Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/DotNetExecTask.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/DotNetExecTask.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/DotNetExecTask.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/DotNetExecTask.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/Ildasm.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/Ildasm.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/Ildasm.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/Ildasm.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/ImportTypelib.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/ImportTypelib.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/ImportTypelib.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/ImportTypelib.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NUnitTask.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NUnitTask.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NUnitTask.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NUnitTask.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NetCommand.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NetCommand.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NetCommand.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/NetCommand.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml Thu Aug 31 20:31:05 2006 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <!-- - 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/AbstractBuildTask.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/AbstractBuildTask.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/AbstractBuildTask.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/AbstractBuildTask.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/MSBuildTask.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/MSBuildTask.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/MSBuildTask.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/MSBuildTask.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/NAntTask.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/NAntTask.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/NAntTask.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/NAntTask.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/CSharp.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/CSharp.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/CSharp.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/CSharp.java Thu Aug 31 20:31:05 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2001-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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetBaseMatchingTask.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetBaseMatchingTask.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetBaseMatchingTask.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetBaseMatchingTask.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetCompile.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetCompile.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetCompile.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetCompile.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetDefine.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetDefine.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetDefine.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetDefine.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetResource.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetResource.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetResource.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/DotnetResource.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/Ilasm.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/Ilasm.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/Ilasm.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/Ilasm.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/JSharp.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/JSharp.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/JSharp.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/JSharp.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/VisualBasicCompile.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/VisualBasicCompile.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/VisualBasicCompile.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/VisualBasicCompile.java Thu Aug 31 20:31:05 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2001-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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/WsdlToDotnet.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/WsdlToDotnet.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/WsdlToDotnet.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/compile/WsdlToDotnet.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/wix/WixTask.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/wix/WixTask.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/wix/WixTask.java (original) +++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/wix/WixTask.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/tests/antunit/src/example.cs URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.cs?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.cs (original) +++ ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.cs Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/tests/antunit/src/example2.cs URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.cs?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.cs (original) +++ ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.cs Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/tests/antunit/src/example3.cs URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/src/example3.cs?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/tests/antunit/src/example3.cs (original) +++ ant/antlibs/dotnet/trunk/src/tests/antunit/src/example3.cs Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/tests/antunit/src/jsharp.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/src/jsharp.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/tests/antunit/src/jsharp.java (original) +++ ant/antlibs/dotnet/trunk/src/tests/antunit/src/jsharp.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/DotNetExecTaskTest.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/DotNetExecTaskTest.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/DotNetExecTaskTest.java (original) +++ ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/DotNetExecTaskTest.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/NUnitTaskTest.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/NUnitTaskTest.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/NUnitTaskTest.java (original) +++ ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/NUnitTaskTest.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/MSBuildTaskTest.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/MSBuildTaskTest.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/MSBuildTaskTest.java (original) +++ ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/MSBuildTaskTest.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/NAntTaskTest.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/NAntTaskTest.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/NAntTaskTest.java (original) +++ ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/build/NAntTaskTest.java Thu Aug 31 20:31:05 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/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java?rev=439158&r1=439157&r2=439158&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java (original) +++ ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java Thu Aug 31 20:31:05 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2002,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 * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]