diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 03:27:11 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 03:27:11 +0000 |
| commit | 7500e152d2a2b4eb04146b5c81fbb3d90d49ac55 (patch) | |
| tree | 70393c0bbac79350c95f3584f69d8baa1ad0cedd /dotnet/client-010/test | |
| parent | 5842b3c09b90eb8c5fd9f1db0642f997657e5f29 (diff) | |
| download | qpid-python-7500e152d2a2b4eb04146b5c81fbb3d90d49ac55.tar.gz | |
Fixed the licensing headers for the following files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@727909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010/test')
| -rw-r--r-- | dotnet/client-010/test/test.config | 41 |
1 files changed, 31 insertions, 10 deletions
diff --git a/dotnet/client-010/test/test.config b/dotnet/client-010/test/test.config index 0499eddfbc..e62da47bb3 100644 --- a/dotnet/client-010/test/test.config +++ b/dotnet/client-010/test/test.config @@ -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> |
