You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/05/11 01:34:19 UTC

svn commit: r773432 [2/5] - in /qpid/branches/0.5-release/qpid: cc/config/java/ cpp/ cpp/examples/direct/ cpp/examples/failover/ cpp/examples/fanout/ cpp/examples/pub-sub/ cpp/examples/qmf-console/ cpp/examples/request-response/ cpp/examples/tradedemo/...

Modified: qpid/branches/0.5-release/qpid/cpp/m4/compiler-flags.m4
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/m4/compiler-flags.m4?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/m4/compiler-flags.m4 (original)
+++ qpid/branches/0.5-release/qpid/cpp/m4/compiler-flags.m4 Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # serial 3
 # Find valid warning flags for the C Compiler.           -*-Autoconf-*-
 dnl Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc.

Modified: qpid/branches/0.5-release/qpid/cpp/m4/cppunit.m4
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/m4/cppunit.m4?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/m4/cppunit.m4 (original)
+++ qpid/branches/0.5-release/qpid/cpp/m4/cppunit.m4 Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 dnl
 dnl AM_PATH_CPPUNIT(MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
 dnl

Modified: qpid/branches/0.5-release/qpid/cpp/m4/extensions.m4
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/m4/extensions.m4?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/m4/extensions.m4 (original)
+++ qpid/branches/0.5-release/qpid/cpp/m4/extensions.m4 Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # serial 5  -*- Autoconf -*-
 # Enable extensions on systems that normally disable them.
 

Modified: qpid/branches/0.5-release/qpid/cpp/qpid-autotools-install
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/qpid-autotools-install?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/qpid-autotools-install (original)
+++ qpid/branches/0.5-release/qpid/cpp/qpid-autotools-install Sun May 10 23:34:12 2009
@@ -1,4 +1,22 @@
 #!/bin/sh
+#
+# 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.
+#
 # Written by Jim Meyering
 
 VERSION='2007-07-10 09:09' # UTC

Modified: qpid/branches/0.5-release/qpid/cpp/qpid-config.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/qpid-config.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/qpid-config.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/qpid-config.in Sun May 10 23:34:12 2009
@@ -1,4 +1,23 @@
 #!/bin/sh
+#
+# 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.
+#
+
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@

Modified: qpid/branches/0.5-release/qpid/cpp/src/protocol_gen.mak
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/protocol_gen.mak?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/protocol_gen.mak (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/protocol_gen.mak Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # This nmake file generates the Qpid protocol files from the AMQP XML spec
 # and the management sources from the management XML specs.
 #

Modified: qpid/branches/0.5-release/qpid/cpp/src/qpidbroker.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/qpidbroker.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/qpidbroker.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/qpidbroker.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/client_test.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/client_test.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/client_test.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/client_test.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/cluster_python_tests
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/cluster_python_tests?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/cluster_python_tests (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/cluster_python_tests Sun May 10 23:34:12 2009
@@ -1,5 +1,23 @@
 #!/bin/sh
 #
+# 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.
+#
+#
 FAILING=`dirname $0`/cluster_python_tests_failing.txt
 source `dirname $0`/python_tests
 

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/config.null
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/config.null?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/config.null (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/config.null Sun May 10 23:34:12 2009
@@ -1 +1,19 @@
+#
+# 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.
+#
 # empty config

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/consume.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/consume.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/consume.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/consume.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/echotest.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/echotest.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/echotest.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/echotest.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/header_test.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/header_test.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/header_test.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/header_test.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/latencytest.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/latencytest.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/latencytest.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/latencytest.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/perftest.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/perftest.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/perftest.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/perftest.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/policy.acl
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/policy.acl?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/policy.acl (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/policy.acl Sun May 10 23:34:12 2009
@@ -1 +1,19 @@
+#
+# 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.
+#
 acl allow all all

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/publish.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/publish.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/publish.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/publish.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/receiver.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/receiver.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/receiver.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/receiver.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/sender.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/sender.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/sender.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/sender.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/shlibtest.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/shlibtest.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/shlibtest.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/shlibtest.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/topic_listener.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/topic_listener.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/topic_listener.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/topic_listener.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/topic_publisher.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/topic_publisher.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/topic_publisher.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/topic_publisher.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/txjob.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/txjob.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/txjob.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/txjob.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/txshift.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/txshift.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/txshift.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/txshift.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/txtest.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/txtest.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/txtest.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/txtest.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/unit_test.vcproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/unit_test.vcproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/unit_test.vcproj (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/unit_test.vcproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="Windows-1252"?>
+<!--
+ -
+ - 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.
+ -
+ -->
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/vg_check
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/vg_check?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/vg_check (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/vg_check Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # Check for valgrind errors. Sourced by test scripts.
 
 vg_failed() {

Modified: qpid/branches/0.5-release/qpid/cpp/versions
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/versions?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/versions (original)
+++ qpid/branches/0.5-release/qpid/cpp/versions Sun May 10 23:34:12 2009
@@ -1,7 +1,26 @@
 #!/bin/sh
+#
+#
+# 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 
+#
 # Utility to print out currently installed versions of qpid developer
 # dependencies. Assumes that some dependencies are installed with RPM.
-# 
+#
 
 for p in pkg-config doxygen help2man autoconf automake libtool ; do
     echo `which $p` `$p --version | head -n1`

Modified: qpid/branches/0.5-release/qpid/dotnet/Qpid.Client.Transport.Socket.Blocking/Qpid.Client.Transport.Socket.Blocking.mdp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/Qpid.Client.Transport.Socket.Blocking/Qpid.Client.Transport.Socket.Blocking.mdp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/Qpid.Client.Transport.Socket.Blocking/Qpid.Client.Transport.Socket.Blocking.mdp (original)
+++ qpid/branches/0.5-release/qpid/dotnet/Qpid.Client.Transport.Socket.Blocking/Qpid.Client.Transport.Socket.Blocking.mdp Sun May 10 23:34:12 2009
@@ -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.
+ -
+ -->
 <Project name="Qpid.Client.Transport.Socket.Blocking" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
   <Configurations active="Debug">
     <Configuration name="Debug" ctype="DotNetProjectConfiguration">

Modified: qpid/branches/0.5-release/qpid/dotnet/Qpid.Common/resources/registry.template
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/Qpid.Common/resources/registry.template?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/Qpid.Common/resources/registry.template (original)
+++ qpid/branches/0.5-release/qpid/dotnet/Qpid.Common/resources/registry.template Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?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.
+ -
+ -->
 <registries>
     <registry name="MainRegistry"/>
 </registries>

Modified: qpid/branches/0.5-release/qpid/dotnet/Qpid.NET.FxCop
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/Qpid.NET.FxCop?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/Qpid.NET.FxCop (original)
+++ qpid/branches/0.5-release/qpid/dotnet/Qpid.NET.FxCop Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?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.
+ -
+ -->
 <FxCopProject Version="1.35" Name="My FxCop Project">
  <ProjectOptions>
   <SharedProject>True</SharedProject>

Modified: qpid/branches/0.5-release/qpid/dotnet/Qpid.NET.sln
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/Qpid.NET.sln?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/Qpid.NET.sln (original)
+++ qpid/branches/0.5-release/qpid/dotnet/Qpid.NET.sln Sun May 10 23:34:12 2009
@@ -1,4 +1,21 @@
-
+#
+# 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.
+#
 Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qpid.Messaging", "Qpid.Messaging\Qpid.Messaging.csproj", "{6688F826-C58E-4C1B-AA1F-22AFAB4B7D07}"

Modified: qpid/branches/0.5-release/qpid/dotnet/build-mono
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/build-mono?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/build-mono (original)
+++ qpid/branches/0.5-release/qpid/dotnet/build-mono Sun May 10 23:34:12 2009
@@ -1,3 +1,22 @@
 #!/bin/sh
+#
+# 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.
+#
+
 
 nant -t:mono-2.0

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj Sun May 10 23:34:12 2009
@@ -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.
+ -
+ -->
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddInMessageProcessor/ExcelAddInMessageProcessor.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddInMessageProcessor/ExcelAddInMessageProcessor.csproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddInMessageProcessor/ExcelAddInMessageProcessor.csproj (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddInMessageProcessor/ExcelAddInMessageProcessor.csproj Sun May 10 23:34:12 2009
@@ -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.
+ -
+ -->
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddInProducer/ExcelAddInProducer.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddInProducer/ExcelAddInProducer.csproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddInProducer/ExcelAddInProducer.csproj (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/addins/ExcelAddInProducer/ExcelAddInProducer.csproj Sun May 10 23:34:12 2009
@@ -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.
+ -
+ -->
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/client/Client.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/client/Client.csproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/client/Client.csproj (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/client/Client.csproj Sun May 10 23:34:12 2009
@@ -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.
+ -
+ -->
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/client/client.sln
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/client/client.sln?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/client/client.sln (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/client/client.sln Sun May 10 23:34:12 2009
@@ -1,4 +1,21 @@
-
+#
+# 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.
+#
 Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client.csproj", "{B911FFD7-754F-4735-A188-218D5065BE79}"

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Demo.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Demo.csproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Demo.csproj (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Demo.csproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -81,4 +101,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Properties/Resources.Designer.cs
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Properties/Resources.Designer.cs?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Properties/Resources.Designer.cs (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Properties/Resources.Designer.cs Sun May 10 23:34:12 2009
@@ -1,3 +1,22 @@
+/*
+ *  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.
+ *
+ */
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Properties/Settings.Designer.cs
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Properties/Settings.Designer.cs?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Properties/Settings.Designer.cs (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/demo/Properties/Settings.Designer.cs Sun May 10 23:34:12 2009
@@ -1,3 +1,22 @@
+/*
+ *  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.
+ *
+ */
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/example-direct-Listener/example-direct-Listener.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/example-direct-Listener/example-direct-Listener.csproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/example-direct-Listener/example-direct-Listener.csproj (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/example-direct-Listener/example-direct-Listener.csproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/example-direct-producer/example-direct-producer.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/example-direct-producer/example-direct-producer.csproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/example-direct-producer/example-direct-producer.csproj (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/example-direct-producer/example-direct-producer.csproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== 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.
+====
 ==== declare_queues.out
 ==== direct_producer_dotnet.out
 ==== direct_listener_dotnet.out

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
 cpp=$CPP/direct
 

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== 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.
+====
 ==== declare_queues.out
 ==== direct_producer.out
 ==== direct_listener_dotnet.out

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
 cpp=$CPP/direct
 

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== 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.
+====
 ==== declare_queues.out
 ==== direct_producer_dotnet.out
 ==== listener.out

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
 cpp=$CPP/direct
 

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== 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.
+====
 ==== declare_queues.out
 ==== direct_producer_dotnet.out
 ==== direct_consumer_java.out

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
 py=$PYTHON_EXAMPLES/direct
 

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== 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.
+====
 ==== declare_queues.py.out
 ==== direct_producer_dotnet.out
 ==== direct_consumer.py.out

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
 cpp=$CPP/direct
 

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== 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.
+====
 ==== declare_queues.out
 ==== direct_producer_java.out
 Producer: Creating a non-transacted, auto-acknowledged session

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
 py=$PYTHON_EXAMPLES/direct
 

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== 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.
+====
 ==== declare_queues.py.out
 ==== direct_producer.py.out
 ==== direct_listener_dotnet.out

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/example-fanout-Listener/example-fanout-Listener.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/example-fanout-Listener/example-fanout-Listener.csproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/example-fanout-Listener/example-fanout-Listener.csproj (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/example-fanout-Listener/example-fanout-Listener.csproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/example-fanout-Producer/example-fanout-Producer.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/example-fanout-Producer/example-fanout-Producer.csproj?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/example-fanout-Producer/example-fanout-Producer.csproj (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/example-fanout-Producer/example-fanout-Producer.csproj Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== 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.
+====
 ==== fanout_listener_dotnet.out
 Listening
 Message: Message 0

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
 cpp=$CPP/fanout
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org