You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by ap...@apache.org on 2011/05/06 05:44:28 UTC

svn commit: r1100066 - in /incubator/npanday/npanday-its/trunk: ./ src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/ src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirecto...

Author: apadilla
Date: Fri May  6 05:44:27 2011
New Revision: 1100066

URL: http://svn.apache.org/viewvc?rev=1100066&view=rev
Log:
added/updated license headers

Modified:
    incubator/npanday/npanday-its/trunk/pom.xml
    incubator/npanday/npanday-its/trunk/run.bat
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Class1.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest.csproj
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Properties/AssemblyInfo.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml

Modified: incubator/npanday/npanday-its/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/pom.xml?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/pom.xml Fri May  6 05:44:27 2011
@@ -150,6 +150,7 @@ under the License.
                 <exclude>**/**.sha1</exclude>
                 <exclude>**/**.x-properties</exclude>
                 <exclude>**/**.snk</exclude>
+                <exclude>**/**.sln</exclude>                
               </excludes>
             </configuration>
             <executions>

Modified: incubator/npanday/npanday-its/trunk/run.bat
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/run.bat?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/run.bat (original)
+++ incubator/npanday/npanday-its/trunk/run.bat Fri May  6 05:44:27 2011
@@ -1,3 +1,22 @@
+REM Start of LICENSE
+GOTO LicenseComment
+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.
+:LicenseComment
 @echo off
 if X%1==X set test=
 if not X%1==X set test=-Dtest=*%1*

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs Fri May  6 05:44:27 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.0
+//
+// 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.
+//
+#endregion
 using System;
 using System.Collections.Generic;
 using System.Text;

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj Fri May  6 05:44:27 2011
@@ -1,4 +1,22 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<!--
+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.
+-->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj Fri May  6 05:44:27 2011
@@ -1,4 +1,22 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<!--
+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.
+-->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs Fri May  6 05:44:27 2011
@@ -1,4 +1,24 @@
-using System.Reflection;
+#region Apache License, Version 2.0
+//
+// 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.
+//
+#endregion
+using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml Fri May  6 05:44:27 2011
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+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.
+-->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <parent>
     <artifactId>NPANDAY377WithCustomNPandaySettingsDirectoryTest-parent</artifactId>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs Fri May  6 05:44:27 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.0
+//
+// 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.
+//
+#endregion
 using System;
 using System.Collections.Generic;
 using System.Text;

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj Fri May  6 05:44:27 2011
@@ -1,4 +1,22 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<!--
+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.
+-->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs Fri May  6 05:44:27 2011
@@ -1,4 +1,24 @@
-using System.Reflection;
+#region Apache License, Version 2.0
+//
+// 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.
+//
+#endregion
+using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml Fri May  6 05:44:27 2011
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+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.
+-->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <parent>
     <artifactId>NPANDAY377WithNPandaySettingsPathTest-parent</artifactId>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml Fri May  6 05:44:27 2011
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+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.
+-->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
   <groupId>Microsoft.NPANDAY377WithCustomNPandaySettingsDirectoryTest</groupId>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Class1.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Class1.cs?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Class1.cs (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Class1.cs Fri May  6 05:44:27 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.0
+//
+// 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.
+//
+#endregion
 using System;
 using System.Collections.Generic;
 using System.Text;

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest.csproj?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest.csproj (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest.csproj Fri May  6 05:44:27 2011
@@ -1,4 +1,22 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<!--
+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.
+-->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Properties/AssemblyInfo.cs?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Properties/AssemblyInfo.cs (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/Properties/AssemblyInfo.cs Fri May  6 05:44:27 2011
@@ -1,4 +1,24 @@
-using System.Reflection;
+#region Apache License, Version 2.0
+//
+// 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.
+//
+#endregion
+using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml Fri May  6 05:44:27 2011
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+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.
+-->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <parent>
     <artifactId>NPANDAY377WithCustomNPandaySettingsFileTest-parent</artifactId>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml?rev=1100066&r1=1100065&r2=1100066&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml Fri May  6 05:44:27 2011
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+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.
+-->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
   <groupId>Microsoft.NPANDAY377WithCustomNPandaySettingsFileTest</groupId>