From baa2016b9468a06a353db8cb3aa5b09e78a84518 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Mon, 16 Dec 2013 16:51:44 +0000 Subject: NO-JIRA: Add ASF license statements to dotnet binding solution and config files. Reported by RAT on qpid-0.26-rc1 Generated at: 2013-12-15T18:48:44+00:00 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551262 13f79535-47bb-0310-9956-ffa450edef68 --- .../msvc10/csharp.direct.receiver/app.config | 18 ++++++++++++++++++ .../examples/msvc10/csharp.direct.sender/app.config | 18 ++++++++++++++++++ .../examples/msvc10/csharp.example.client/app.config | 18 ++++++++++++++++++ .../msvc10/csharp.example.declare_queues/app.config | 18 ++++++++++++++++++ .../examples/msvc10/csharp.example.drain/app.config | 18 ++++++++++++++++++ .../msvc10/csharp.example.helloworld/app.config | 18 ++++++++++++++++++ .../examples/msvc10/csharp.example.server/app.config | 18 ++++++++++++++++++ .../examples/msvc10/csharp.example.spout/app.config | 18 ++++++++++++++++++ .../msvc10/csharp.map.callback.receiver/app.config | 18 ++++++++++++++++++ .../msvc10/csharp.map.callback.sender/app.config | 18 ++++++++++++++++++ .../examples/msvc10/csharp.map.receiver/app.config | 18 ++++++++++++++++++ .../examples/msvc10/csharp.map.sender/app.config | 18 ++++++++++++++++++ .../org.apache.qpid.messaging.sessionreceiver.sln | 20 ++++++++++++++++++++ .../qpid/dotnet/msvc10/org.apache.qpid.messaging.sln | 20 ++++++++++++++++++++ .../src/msvc10/org.apache.qpid.messaging.vcxproj | 18 ++++++++++++++++++ .../msvc10/org.apache.qpid.messaging.vcxproj.filters | 18 ++++++++++++++++++ .../winsdk_sources/msvc10/winsdk_dotnet_examples.sln | 20 ++++++++++++++++++++ 17 files changed, 312 insertions(+) (limited to 'qpid/cpp/bindings') diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config index cb2586beb1..a1ff128fab 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config @@ -1,3 +1,21 @@ + diff --git a/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln b/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln index 2500c2cb9d..98355d804f 100644 --- a/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln +++ b/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln @@ -1,5 +1,25 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 + +# +# 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("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "org.apache.qpid.messaging", "..\src\msvc10\org.apache.qpid.messaging.vcxproj", "{AA5A3B83-5F98-406D-A01C-5A921467A57D}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "org.apache.qpid.messaging.sessionreceiver", "..\src\sessionreceiver\msvc10\org.apache.qpid.messaging.sessionreceiver.csproj", "{B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}" diff --git a/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln b/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln index 184fcb9452..ed79c85c1a 100644 --- a/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln +++ b/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln @@ -1,5 +1,25 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 + +# +# 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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{34C477FB-B0CC-4AB9-A346-EA7B055469AC}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Direct", "Direct", "{DE58D329-10DC-4C8D-9EFA-230A57314089}" diff --git a/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj b/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj index 9b06cc86b8..dac5c287c6 100644 --- a/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj +++ b/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj @@ -1,4 +1,22 @@  + diff --git a/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters b/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters index c4a857e0bf..25ea55f289 100644 --- a/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters +++ b/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters @@ -1,4 +1,22 @@  + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln index d823e9de63..c180ded45a 100644 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln @@ -1,5 +1,25 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 + +# +# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "examples\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "examples\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" -- cgit v1.2.1