You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/04/26 09:12:11 UTC

[27/50] [abbrv] logging-log4net git commit: Added ASF copyright to all nant build files

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/1.0/Tutorials/ConsoleApp/nant.build
----------------------------------------------------------------------
diff --git a/examples/netcf/1.0/Tutorials/ConsoleApp/nant.build b/examples/netcf/1.0/Tutorials/ConsoleApp/nant.build
index c8b56d0..24c859f 100755
--- a/examples/netcf/1.0/Tutorials/ConsoleApp/nant.build
+++ b/examples/netcf/1.0/Tutorials/ConsoleApp/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="consoleapp-example" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile ConsoleApp example -->
     <target name="compile" description="Builds ConsoleApp example">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/1.0/Tutorials/ConsoleApp/nant.config
----------------------------------------------------------------------
diff --git a/examples/netcf/1.0/Tutorials/ConsoleApp/nant.config b/examples/netcf/1.0/Tutorials/ConsoleApp/nant.config
index 26e110e..c3605c4 100755
--- a/examples/netcf/1.0/Tutorials/ConsoleApp/nant.config
+++ b/examples/netcf/1.0/Tutorials/ConsoleApp/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.build
----------------------------------------------------------------------
diff --git a/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.build b/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.build
index 9020cad..72f114d 100755
--- a/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.build
+++ b/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-samples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.config
----------------------------------------------------------------------
diff --git a/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.config b/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.config
index f5c8731..60749c2 100755
--- a/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.config
+++ b/examples/netcf/1.0/Tutorials/ConsoleApp/vb/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/1.0/Tutorials/nant.build
----------------------------------------------------------------------
diff --git a/examples/netcf/1.0/Tutorials/nant.build b/examples/netcf/1.0/Tutorials/nant.build
index c1f5fb1..3ecf315 100755
--- a/examples/netcf/1.0/Tutorials/nant.build
+++ b/examples/netcf/1.0/Tutorials/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="tutorials-examples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile Tutorials examples -->
     <target name="compile" description="Builds Tutorials examples">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/1.0/Tutorials/nant.config
----------------------------------------------------------------------
diff --git a/examples/netcf/1.0/Tutorials/nant.config b/examples/netcf/1.0/Tutorials/nant.config
index 26e110e..c3605c4 100755
--- a/examples/netcf/1.0/Tutorials/nant.config
+++ b/examples/netcf/1.0/Tutorials/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/1.0/nant.build
----------------------------------------------------------------------
diff --git a/examples/netcf/1.0/nant.build b/examples/netcf/1.0/nant.build
index b706645..92bd078 100755
--- a/examples/netcf/1.0/nant.build
+++ b/examples/netcf/1.0/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="netcf-1.0-examples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/1.0/nant.config
----------------------------------------------------------------------
diff --git a/examples/netcf/1.0/nant.config b/examples/netcf/1.0/nant.config
index e9cf1ef..f00707f 100755
--- a/examples/netcf/1.0/nant.config
+++ b/examples/netcf/1.0/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/nant.build
----------------------------------------------------------------------
diff --git a/examples/netcf/nant.build b/examples/netcf/nant.build
index 306511d..3e5dbe7 100755
--- a/examples/netcf/nant.build
+++ b/examples/netcf/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="netcf-examples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile .NET Compact Framework examples -->
     <target name="compile" description="Builds .NET Compact Framework examples">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/netcf/nant.config
----------------------------------------------------------------------
diff --git a/examples/netcf/nant.config b/examples/netcf/nant.config
index 6f46ae1..3d1416e 100755
--- a/examples/netcf/nant.config
+++ b/examples/netcf/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="netcf-configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SharedModule/cs/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SharedModule/cs/nant.build b/examples/sscli/1.0/Repository/SharedModule/cs/nant.build
index 66c830f..bd707a8 100755
--- a/examples/sscli/1.0/Repository/SharedModule/cs/nant.build
+++ b/examples/sscli/1.0/Repository/SharedModule/cs/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-samples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SharedModule/cs/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SharedModule/cs/nant.config b/examples/sscli/1.0/Repository/SharedModule/cs/nant.config
index f5c8731..60749c2 100755
--- a/examples/sscli/1.0/Repository/SharedModule/cs/nant.config
+++ b/examples/sscli/1.0/Repository/SharedModule/cs/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SharedModule/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SharedModule/nant.build b/examples/sscli/1.0/Repository/SharedModule/nant.build
index 5dd8c8e..2ef7265 100755
--- a/examples/sscli/1.0/Repository/SharedModule/nant.build
+++ b/examples/sscli/1.0/Repository/SharedModule/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="sharedmodule-example" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile SharedModule example -->
     <target name="compile" description="Builds SharedModule example">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SharedModule/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SharedModule/nant.config b/examples/sscli/1.0/Repository/SharedModule/nant.config
index 26e110e..c3605c4 100755
--- a/examples/sscli/1.0/Repository/SharedModule/nant.config
+++ b/examples/sscli/1.0/Repository/SharedModule/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SimpleApp/cs/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SimpleApp/cs/nant.build b/examples/sscli/1.0/Repository/SimpleApp/cs/nant.build
index 14009ae..f9c2963 100755
--- a/examples/sscli/1.0/Repository/SimpleApp/cs/nant.build
+++ b/examples/sscli/1.0/Repository/SimpleApp/cs/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-samples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SimpleApp/cs/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SimpleApp/cs/nant.config b/examples/sscli/1.0/Repository/SimpleApp/cs/nant.config
index 28eb623..38effe7 100755
--- a/examples/sscli/1.0/Repository/SimpleApp/cs/nant.config
+++ b/examples/sscli/1.0/Repository/SimpleApp/cs/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SimpleApp/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SimpleApp/nant.build b/examples/sscli/1.0/Repository/SimpleApp/nant.build
index fe246a7..4d69bdc 100755
--- a/examples/sscli/1.0/Repository/SimpleApp/nant.build
+++ b/examples/sscli/1.0/Repository/SimpleApp/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="simpleapp-example" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile SimpleApp example -->
     <target name="compile" description="Builds SimpleApp example">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SimpleApp/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SimpleApp/nant.config b/examples/sscli/1.0/Repository/SimpleApp/nant.config
index 26e110e..c3605c4 100755
--- a/examples/sscli/1.0/Repository/SimpleApp/nant.config
+++ b/examples/sscli/1.0/Repository/SimpleApp/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SimpleModule/cs/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SimpleModule/cs/nant.build b/examples/sscli/1.0/Repository/SimpleModule/cs/nant.build
index 259f0d9..06cf98c 100755
--- a/examples/sscli/1.0/Repository/SimpleModule/cs/nant.build
+++ b/examples/sscli/1.0/Repository/SimpleModule/cs/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-samples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SimpleModule/cs/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SimpleModule/cs/nant.config b/examples/sscli/1.0/Repository/SimpleModule/cs/nant.config
index f5c8731..60749c2 100755
--- a/examples/sscli/1.0/Repository/SimpleModule/cs/nant.config
+++ b/examples/sscli/1.0/Repository/SimpleModule/cs/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SimpleModule/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SimpleModule/nant.build b/examples/sscli/1.0/Repository/SimpleModule/nant.build
index cf04a38..d2ae40c 100755
--- a/examples/sscli/1.0/Repository/SimpleModule/nant.build
+++ b/examples/sscli/1.0/Repository/SimpleModule/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="simplemodule-example" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile SimpleModule example -->
     <target name="compile" description="Builds SimpleModule example">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/SimpleModule/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/SimpleModule/nant.config b/examples/sscli/1.0/Repository/SimpleModule/nant.config
index 26e110e..c3605c4 100755
--- a/examples/sscli/1.0/Repository/SimpleModule/nant.config
+++ b/examples/sscli/1.0/Repository/SimpleModule/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/nant.build b/examples/sscli/1.0/Repository/nant.build
index 00332c0..c59ed48 100755
--- a/examples/sscli/1.0/Repository/nant.build
+++ b/examples/sscli/1.0/Repository/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="repository-examples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile Domain examples -->
     <target name="compile" description="Builds Repository examples">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Repository/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Repository/nant.config b/examples/sscli/1.0/Repository/nant.config
index 26e110e..c3605c4 100755
--- a/examples/sscli/1.0/Repository/nant.config
+++ b/examples/sscli/1.0/Repository/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.build b/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.build
index 202fa5c..d7767c6 100755
--- a/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.build
+++ b/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-samples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.config b/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.config
index 391761d..7491b8f 100755
--- a/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.config
+++ b/examples/sscli/1.0/Tutorials/ConsoleApp/js/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Tutorials/ConsoleApp/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Tutorials/ConsoleApp/nant.build b/examples/sscli/1.0/Tutorials/ConsoleApp/nant.build
index c8b56d0..24c859f 100755
--- a/examples/sscli/1.0/Tutorials/ConsoleApp/nant.build
+++ b/examples/sscli/1.0/Tutorials/ConsoleApp/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="consoleapp-example" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile ConsoleApp example -->
     <target name="compile" description="Builds ConsoleApp example">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Tutorials/ConsoleApp/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Tutorials/ConsoleApp/nant.config b/examples/sscli/1.0/Tutorials/ConsoleApp/nant.config
index 26e110e..c3605c4 100755
--- a/examples/sscli/1.0/Tutorials/ConsoleApp/nant.config
+++ b/examples/sscli/1.0/Tutorials/ConsoleApp/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Tutorials/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Tutorials/nant.build b/examples/sscli/1.0/Tutorials/nant.build
index c1f5fb1..3ecf315 100755
--- a/examples/sscli/1.0/Tutorials/nant.build
+++ b/examples/sscli/1.0/Tutorials/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="tutorials-examples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile Tutorials examples -->
     <target name="compile" description="Builds Tutorials examples">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/Tutorials/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/Tutorials/nant.config b/examples/sscli/1.0/Tutorials/nant.config
index 26e110e..c3605c4 100755
--- a/examples/sscli/1.0/Tutorials/nant.config
+++ b/examples/sscli/1.0/Tutorials/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/nant.build b/examples/sscli/1.0/nant.build
index 123b926..14bdfe0 100755
--- a/examples/sscli/1.0/nant.build
+++ b/examples/sscli/1.0/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="sscli-examples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/1.0/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/1.0/nant.config b/examples/sscli/1.0/nant.config
index 39f82d8..8da795b 100755
--- a/examples/sscli/1.0/nant.config
+++ b/examples/sscli/1.0/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/nant.build
----------------------------------------------------------------------
diff --git a/examples/sscli/nant.build b/examples/sscli/nant.build
index 8cdad73..6b2f628 100755
--- a/examples/sscli/nant.build
+++ b/examples/sscli/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="netcf-examples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile Shared Source CLI examples -->
     <target name="compile" description="Builds Shared Source CLI examples">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/examples/sscli/nant.config
----------------------------------------------------------------------
diff --git a/examples/sscli/nant.config b/examples/sscli/nant.config
index 4b5a9b1..9b964d3 100755
--- a/examples/sscli/nant.config
+++ b/examples/sscli/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="sscli-configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/nant.build
----------------------------------------------------------------------
diff --git a/extensions/nant.build b/extensions/nant.build
index add1fea..0d06e2d 100755
--- a/extensions/nant.build
+++ b/extensions/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="extensions" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <target name="compile" description="Builds extensions">
         <nant target="compile">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/nant.config
----------------------------------------------------------------------
diff --git a/extensions/nant.config b/extensions/nant.config
index d8da1c6..f98ac0f 100755
--- a/extensions/nant.config
+++ b/extensions/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="extensions-configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Set build configuration -->
     <property name="project.build.config" value="debug" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.EventID/cs/nant.build
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.EventID/cs/nant.build b/extensions/net/1.0/log4net.Ext.EventID/cs/nant.build
index 1adb94b..daa44f4 100755
--- a/extensions/net/1.0/log4net.Ext.EventID/cs/nant.build
+++ b/extensions/net/1.0/log4net.Ext.EventID/cs/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-samples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.EventID/cs/nant.config
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.EventID/cs/nant.config b/extensions/net/1.0/log4net.Ext.EventID/cs/nant.config
index a6e7363..2046da1 100755
--- a/extensions/net/1.0/log4net.Ext.EventID/cs/nant.config
+++ b/extensions/net/1.0/log4net.Ext.EventID/cs/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.EventID/nant.build
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.EventID/nant.build b/extensions/net/1.0/log4net.Ext.EventID/nant.build
index 529b2c9..d2e1380 100755
--- a/extensions/net/1.0/log4net.Ext.EventID/nant.build
+++ b/extensions/net/1.0/log4net.Ext.EventID/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="eventid-extension" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile EventID extension -->
     <target name="compile" description="Builds EventID extension">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.EventID/nant.config
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.EventID/nant.config b/extensions/net/1.0/log4net.Ext.EventID/nant.config
index 26e110e..c3605c4 100755
--- a/extensions/net/1.0/log4net.Ext.EventID/nant.config
+++ b/extensions/net/1.0/log4net.Ext.EventID/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.build
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.build b/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.build
index ed01836..7470fe6 100755
--- a/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.build
+++ b/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-samples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.config
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.config b/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.config
index a6e7363..2046da1 100755
--- a/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.config
+++ b/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.build
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.build b/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.build
index 504d441..ff1267f 100755
--- a/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.build
+++ b/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="trace-extension" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile Trace extension -->
     <target name="compile" description="Builds Trace extension">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.config
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.config b/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.config
index 26e110e..c3605c4 100755
--- a/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.config
+++ b/extensions/net/1.0/log4net.Ext.MarshalByRef/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.Trace/cs/nant.build
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.Trace/cs/nant.build b/extensions/net/1.0/log4net.Ext.Trace/cs/nant.build
index 7b02849..213c73a 100755
--- a/extensions/net/1.0/log4net.Ext.Trace/cs/nant.build
+++ b/extensions/net/1.0/log4net.Ext.Trace/cs/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-samples" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.Trace/cs/nant.config
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.Trace/cs/nant.config b/extensions/net/1.0/log4net.Ext.Trace/cs/nant.config
index a6e7363..2046da1 100755
--- a/extensions/net/1.0/log4net.Ext.Trace/cs/nant.config
+++ b/extensions/net/1.0/log4net.Ext.Trace/cs/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.Trace/nant.build
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.Trace/nant.build b/extensions/net/1.0/log4net.Ext.Trace/nant.build
index 504d441..ff1267f 100755
--- a/extensions/net/1.0/log4net.Ext.Trace/nant.build
+++ b/extensions/net/1.0/log4net.Ext.Trace/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="trace-extension" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile Trace extension -->
     <target name="compile" description="Builds Trace extension">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/log4net.Ext.Trace/nant.config
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/log4net.Ext.Trace/nant.config b/extensions/net/1.0/log4net.Ext.Trace/nant.config
index 26e110e..c3605c4 100755
--- a/extensions/net/1.0/log4net.Ext.Trace/nant.config
+++ b/extensions/net/1.0/log4net.Ext.Trace/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/nant.build
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/nant.build b/extensions/net/1.0/nant.build
index 7977e13..c66d0e2 100755
--- a/extensions/net/1.0/nant.build
+++ b/extensions/net/1.0/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="net-1.0-extensions" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- include configuration file -->
     <include buildfile="nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/1.0/nant.config
----------------------------------------------------------------------
diff --git a/extensions/net/1.0/nant.config b/extensions/net/1.0/nant.config
index f56a907..fc25b5c 100755
--- a/extensions/net/1.0/nant.config
+++ b/extensions/net/1.0/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/nant.build
----------------------------------------------------------------------
diff --git a/extensions/net/nant.build b/extensions/net/nant.build
index 93bc21f..8e7b352 100755
--- a/extensions/net/nant.build
+++ b/extensions/net/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="net-extensions" default="compile" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- compile .NET Framework extensions -->
     <target name="compile" description="Builds .NET Framework extensions">

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/extensions/net/nant.config
----------------------------------------------------------------------
diff --git a/extensions/net/nant.config b/extensions/net/nant.config
index 4d7b267..bf3de0e 100755
--- a/extensions/net/nant.config
+++ b/extensions/net/nant.config
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="net-configuration" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Include parent configuration file -->
     <include buildfile="../nant.config" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/log4net.build
----------------------------------------------------------------------
diff --git a/log4net.build b/log4net.build
index ef68764..98db3f7 100755
--- a/log4net.build
+++ b/log4net.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net" default="compile-all" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- Global project settings -->
     <!-- Global project settings -->

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/log4net.include
----------------------------------------------------------------------
diff --git a/log4net.include b/log4net.include
index 4f543a5..43e5578 100755
--- a/log4net.include
+++ b/log4net.include
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-helpers" xmlnds="http://tempuri.org/nant-vs.xsd">
     <!-- The path to the log4net output directory for current build/runtime -->
     <property 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4e45554f/tests/nant.build
----------------------------------------------------------------------
diff --git a/tests/nant.build b/tests/nant.build
index 2e6cee7..0e89322 100755
--- a/tests/nant.build
+++ b/tests/nant.build
@@ -1,4 +1,19 @@
 <?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
+
+    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 name="log4net-samples" default="compile-all" xmlnds="http://tempuri.org/nant-vs.xsd">
     <property name="log4net.basedir" value="../" readonly="false" />
     <property name="project.build.config" value="debug" readonly="false" />