Author: chug Date: Mon Dec 16 18:45:15 2013 New Revision: 1551308 URL: http://svn.apache.org/r1551308 Log: NO-JIRA: Add ASF license statements exposed by RAT tool. merge -c 1551262 from trunk.
Modified: qpid/branches/0.26/qpid/cpp/bindings/ (props changed) qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln Propchange: qpid/branches/0.26/qpid/cpp/bindings/ ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Mon Dec 16 18:45:15 2013 @@ -0,0 +1,8 @@ +/qpid/branches/0.5.x-dev/qpid/cpp/bindings:892761,894875 +/qpid/branches/0.6-release-windows-installer/cpp/bindings:926803 +/qpid/branches/0.6-release-windows-installer/qpid/cpp/bindings:926803,927233 +/qpid/branches/java-network-refactor/qpid/cpp/bindings:805429-825319 +/qpid/branches/mcpierce-QPID-4719/qpid/cpp/bindings:1477004-1477093 +/qpid/branches/qpid-2935/qpid/cpp/bindings:1061302-1072333 +/qpid/branches/qpid-3346/qpid/cpp/bindings:1144319-1179855 +/qpid/trunk/qpid/cpp/bindings:1542010,1543018-1543019,1543721,1551162,1551164-1551165,1551262 Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config Mon Dec 16 18:45:15 2013 @@ -1,3 +1,21 @@ <?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln Mon Dec 16 18:45:15 2013 @@ -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}" Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln Mon Dec 16 18:45:15 2013 @@ -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}" Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj Mon Dec 16 18:45:15 2013 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters Mon Dec 16 18:45:15 2013 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Source Files"> Modified: qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln?rev=1551308&r1=1551307&r2=1551308&view=diff ============================================================================== --- qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln (original) +++ qpid/branches/0.26/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln Mon Dec 16 18:45:15 2013 @@ -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}" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org