Author: rajith
Date: Thu Dec 18 19:27:11 2008
New Revision: 727909

URL: http://svn.apache.org/viewvc?rev=727909&view=rev
Log:
Fixed the licensing headers for the following files.

Modified:
    qpid/trunk/qpid/dotnet/Qpid.Client.Tests/App.config
    qpid/trunk/qpid/dotnet/Qpid.Client.Tests/log4net.config
    qpid/trunk/qpid/dotnet/Qpid.Integration.Tests/log4net.config
    qpid/trunk/qpid/dotnet/Qpid.Sasl.Tests/App.config
    qpid/trunk/qpid/dotnet/client-010/test/test.config
    qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/App.config
    qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloServer/App.config

Modified: qpid/trunk/qpid/dotnet/Qpid.Client.Tests/App.config
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/App.config?rev=727909&r1=727908&r2=727909&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/Qpid.Client.Tests/App.config (original)
+++ qpid/trunk/qpid/dotnet/Qpid.Client.Tests/App.config Thu Dec 18 19:27:11 2008
@@ -1,13 +1,34 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
-   <configSections>
-      <sectionGroup name="qpid.client">
-         <section name="authentication" 
type="Apache.Qpid.Client.Configuration.AuthenticationConfigurationSectionHandler,
 Apache.Qpid.Client"/>
-      </sectionGroup>
-   </configSections>
-   <qpid.client>
-      <authentication>
-         <add key="TEST" 
value="Apache.Qpid.Client.Tests.Security.TestCallbackHandler, 
Apache.Qpid.Client.Tests"/>
-      </authentication>
-   </qpid.client>
-</configuration>
+<?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.
+ 
+-->
+
+<configuration>
+   <configSections>
+      <sectionGroup name="qpid.client">
+         <section name="authentication" 
type="Apache.Qpid.Client.Configuration.AuthenticationConfigurationSectionHandler,
 Apache.Qpid.Client"/>
+      </sectionGroup>
+   </configSections>
+   <qpid.client>
+      <authentication>
+         <add key="TEST" 
value="Apache.Qpid.Client.Tests.Security.TestCallbackHandler, 
Apache.Qpid.Client.Tests"/>
+      </authentication>
+   </qpid.client>
+</configuration>

Modified: qpid/trunk/qpid/dotnet/Qpid.Client.Tests/log4net.config
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/log4net.config?rev=727909&r1=727908&r2=727909&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/Qpid.Client.Tests/log4net.config (original)
+++ qpid/trunk/qpid/dotnet/Qpid.Client.Tests/log4net.config Thu Dec 18 19:27:11 
2008
@@ -1,3 +1,23 @@
+<!--
+ 
+ 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.
+ 
+-->
 <log4net>
 
     <!-- ============================== -->
@@ -45,4 +65,4 @@
         <appender-ref ref="UdpAppender"/>
     </root>
 
-</log4net>
\ No newline at end of file
+</log4net>

Modified: qpid/trunk/qpid/dotnet/Qpid.Integration.Tests/log4net.config
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/Qpid.Integration.Tests/log4net.config?rev=727909&r1=727908&r2=727909&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/Qpid.Integration.Tests/log4net.config (original)
+++ qpid/trunk/qpid/dotnet/Qpid.Integration.Tests/log4net.config Thu Dec 18 
19:27:11 2008
@@ -1,48 +1,69 @@
-<log4net>
-
-    <!-- ============================== -->
-    <!-- Append messages to the console -->
-    <!-- ============================== -->
-
-    <appender name="console" type="log4net.Appender.ConsoleAppender" >
-        <layout type="log4net.Layout.PatternLayout">
-            <conversionPattern value="%m%n"/>
-        </layout>
-        <threshold value="info"/>
-    </appender>
-
-    <!-- ====================================== -->
-    <!-- Append messages to the socket appender -->
-    <!-- ====================================== -->
-
-    <appender name="UdpAppender" type="log4net.Appender.UdpAppender">
-        <remoteAddress value="127.0.0.1"/>
-        <remotePort value="4445"/>
-        <layout type="log4net.Layout.XmlLayoutSchemaLog4j">
-            <locationInfo value="true"/>
-        </layout>
-        <threshold value="debug"/>
-    </appender>
-
-    <!-- ================ -->
-    <!-- Limit categories -->
-    <!-- ================ -->
-
-    <logger name="Qpid">
-        <level value="debug"/>
-    </logger>
-
-    <logger name="CONSOLE">
-        <level value="info"/>
-        <appender-ref ref="console"/>
-    </logger>
-
-    <!-- ======================= -->
-    <!-- Setup the Root category -->
-    <!-- ======================= -->
-
-    <root>
-        <appender-ref ref="UdpAppender"/>
-    </root>
-
-</log4net>
\ No newline at end of file
+<!--
+ 
+ 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.
+ 
+-->
+
+<log4net>
+
+    <!-- ============================== -->
+    <!-- Append messages to the console -->
+    <!-- ============================== -->
+
+    <appender name="console" type="log4net.Appender.ConsoleAppender" >
+        <layout type="log4net.Layout.PatternLayout">
+            <conversionPattern value="%m%n"/>
+        </layout>
+        <threshold value="info"/>
+    </appender>
+
+    <!-- ====================================== -->
+    <!-- Append messages to the socket appender -->
+    <!-- ====================================== -->
+
+    <appender name="UdpAppender" type="log4net.Appender.UdpAppender">
+        <remoteAddress value="127.0.0.1"/>
+        <remotePort value="4445"/>
+        <layout type="log4net.Layout.XmlLayoutSchemaLog4j">
+            <locationInfo value="true"/>
+        </layout>
+        <threshold value="debug"/>
+    </appender>
+
+    <!-- ================ -->
+    <!-- Limit categories -->
+    <!-- ================ -->
+
+    <logger name="Qpid">
+        <level value="debug"/>
+    </logger>
+
+    <logger name="CONSOLE">
+        <level value="info"/>
+        <appender-ref ref="console"/>
+    </logger>
+
+    <!-- ======================= -->
+    <!-- Setup the Root category -->
+    <!-- ======================= -->
+
+    <root>
+        <appender-ref ref="UdpAppender"/>
+    </root>
+
+</log4net>

Modified: qpid/trunk/qpid/dotnet/Qpid.Sasl.Tests/App.config
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/Qpid.Sasl.Tests/App.config?rev=727909&r1=727908&r2=727909&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/Qpid.Sasl.Tests/App.config (original)
+++ qpid/trunk/qpid/dotnet/Qpid.Sasl.Tests/App.config Thu Dec 18 19:27:11 2008
@@ -1,12 +1,33 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
-   <configSections>
-      <section name="qpid.sasl" 
type="Apache.Qpid.Sasl.Configuration.SaslConfigurationSectionHandler, 
Apache.Qpid.Sasl"/>
-   </configSections>
-
-   <qpid.sasl>
-      <clientFactories>
-         <add type="Apache.Qpid.Sasl.Tests.TestClientFactory, 
Apache.Qpid.Sasl.Tests"/>
-      </clientFactories>
-   </qpid.sasl>
-</configuration>
+<?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.
+ 
+-->
+
+<configuration>
+   <configSections>
+      <section name="qpid.sasl" 
type="Apache.Qpid.Sasl.Configuration.SaslConfigurationSectionHandler, 
Apache.Qpid.Sasl"/>
+   </configSections>
+
+   <qpid.sasl>
+      <clientFactories>
+         <add type="Apache.Qpid.Sasl.Tests.TestClientFactory, 
Apache.Qpid.Sasl.Tests"/>
+      </clientFactories>
+   </qpid.sasl>
+</configuration>

Modified: qpid/trunk/qpid/dotnet/client-010/test/test.config
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/client-010/test/test.config?rev=727909&r1=727908&r2=727909&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/client-010/test/test.config (original)
+++ qpid/trunk/qpid/dotnet/client-010/test/test.config Thu Dec 18 19:27:11 2008
@@ -1,10 +1,31 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
-  <appSettings>
-    <add key="UserMame" value="guest"/>
-    <add key="Password" value="guest"/>
-    <add key="Host" value="192.168.1.14"/>
-    <add key="Port" value="5673"/>
-    <add key="VirtualHost" value="test"/>
-  </appSettings>
-</configuration>
\ No newline at end of file
+<?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.
+ 
+-->
+
+<configuration>
+  <appSettings>
+    <add key="UserMame" value="guest"/>
+    <add key="Password" value="guest"/>
+    <add key="Host" value="192.168.1.14"/>
+    <add key="Port" value="5673"/>
+    <add key="VirtualHost" value="test"/>
+  </appSettings>
+</configuration>

Modified: qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/App.config
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/App.config?rev=727909&r1=727908&r2=727909&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/App.config 
(original)
+++ qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloClient/App.config Thu 
Dec 18 19:27:11 2008
@@ -1,35 +1,56 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
-  <system.serviceModel>
-    
-    <client>
-      <endpoint address="soap.amqp:///Hello" 
-                binding="customBinding"
-                bindingConfiguration="QpidBinding"
-                contract="org.apache.qpid.wcf.demo.IHelloContract"
-                name="HelloService" />
-    </client>
-
-
-    <bindings>
-      <customBinding>
-        <binding name="QpidBinding">
-          <textMessageEncoding />
-          <QpidTransport
-               host="192.168.1.14"
-               port="5673" />
-        </binding>
-      </customBinding>
-    </bindings>
-
-    <extensions>
-      <bindingElementExtensions>
-        <add
-          name="QpidTransport"
-           type="org.apache.qpid.wcf.model.QpidTransportElement, 
qpidWCFModel"/>
-      </bindingElementExtensions>
-    </extensions>
-
-
-  </system.serviceModel>
-</configuration>
\ No newline at end of file
+<?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.
+ 
+-->
+
+<configuration>
+  <system.serviceModel>
+    
+    <client>
+      <endpoint address="soap.amqp:///Hello" 
+                binding="customBinding"
+                bindingConfiguration="QpidBinding"
+                contract="org.apache.qpid.wcf.demo.IHelloContract"
+                name="HelloService" />
+    </client>
+
+
+    <bindings>
+      <customBinding>
+        <binding name="QpidBinding">
+          <textMessageEncoding />
+          <QpidTransport
+               host="192.168.1.14"
+               port="5673" />
+        </binding>
+      </customBinding>
+    </bindings>
+
+    <extensions>
+      <bindingElementExtensions>
+        <add
+          name="QpidTransport"
+           type="org.apache.qpid.wcf.model.QpidTransportElement, 
qpidWCFModel"/>
+      </bindingElementExtensions>
+    </extensions>
+
+
+  </system.serviceModel>
+</configuration>

Modified: qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloServer/App.config
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloServer/App.config?rev=727909&r1=727908&r2=727909&view=diff
==============================================================================
--- qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloServer/App.config 
(original)
+++ qpid/trunk/qpid/dotnet/client-010/wcf/demo/wcfHelloServer/App.config Thu 
Dec 18 19:27:11 2008
@@ -1,43 +1,64 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
-  <system.serviceModel>
-
-
-    <services>
-      <service name="org.apache.qpid.wcf.demo.HelloService">
-        <host>
-          <baseAddresses>
-            <add baseAddress="soap.amqp:///"   />
-          </baseAddresses>
-        </host>
-        <endpoint
-          address="Hello"
-          binding="customBinding"
-          bindingConfiguration="QpidBinding"
-          contract="org.apache.qpid.wcf.demo.IHelloContract"/>
-      </service>
-    </services>
-
-
-    <bindings>
-      <customBinding>
-        <binding name="QpidBinding">
-          <textMessageEncoding />
-          <QpidTransport
-               host="192.168.1.14"
-               port="5673" />
-        </binding>
-      </customBinding>
-    </bindings>
-
-    <extensions>
-      <bindingElementExtensions>
-        <add
-          name="QpidTransport"
-           type="org.apache.qpid.wcf.model.QpidTransportElement, 
qpidWCFModel"/>
-      </bindingElementExtensions>
-    </extensions>
-
-
-  </system.serviceModel>
-</configuration>
+<?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.
+ 
+-->
+
+<configuration>
+  <system.serviceModel>
+
+
+    <services>
+      <service name="org.apache.qpid.wcf.demo.HelloService">
+        <host>
+          <baseAddresses>
+            <add baseAddress="soap.amqp:///"   />
+          </baseAddresses>
+        </host>
+        <endpoint
+          address="Hello"
+          binding="customBinding"
+          bindingConfiguration="QpidBinding"
+          contract="org.apache.qpid.wcf.demo.IHelloContract"/>
+      </service>
+    </services>
+
+
+    <bindings>
+      <customBinding>
+        <binding name="QpidBinding">
+          <textMessageEncoding />
+          <QpidTransport
+               host="192.168.1.14"
+               port="5673" />
+        </binding>
+      </customBinding>
+    </bindings>
+
+    <extensions>
+      <bindingElementExtensions>
+        <add
+          name="QpidTransport"
+           type="org.apache.qpid.wcf.model.QpidTransportElement, 
qpidWCFModel"/>
+      </bindingElementExtensions>
+    </extensions>
+
+
+  </system.serviceModel>
+</configuration>


Reply via email to