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/17 15:33:17 UTC

svn commit: r775644 [1/2] - in /qpid/branches/0.5-release/qpid: cpp/examples/ cpp/examples/direct/ cpp/examples/fanout/ cpp/examples/pub-sub/ cpp/examples/request-response/ dotnet/client-010/examples/direct/ dotnet/client-010/examples/fanout/ dotnet/cl...

Author: ritchiem
Date: Sun May 17 13:33:15 2009
New Revision: 775644

URL: http://svn.apache.org/viewvc?rev=775644&view=rev
Log:
QPID-1860 : Update verify to remove lines starting with #
Update verify.in to use # as a comment character for the ASL header.
Also updated all the other files I added the ASL header to with ==== to also have #.
I cannot see where these files are processed. 

Modified:
    qpid/branches/0.5-release/qpid/cpp/examples/README.verify
    qpid/branches/0.5-release/qpid/cpp/examples/direct/verify.in
    qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_cpp_python.in
    qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_python_cpp.in
    qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify.in
    qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_cpp_python.in
    qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_python_cpp.in
    qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify.in
    qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_cpp_python.in
    qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_python_cpp.in
    qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify.in
    qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_cpp_python.in
    qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_python_cpp.in
    qpid/branches/0.5-release/qpid/cpp/examples/verify
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_cpp.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_cpp_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_cpp.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_cpp_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_dotnet_cpp.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet.in
    qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in
    qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java.in
    qpid/branches/0.5-release/qpid/python/examples/direct/verify.in
    qpid/branches/0.5-release/qpid/python/examples/fanout/verify.in
    qpid/branches/0.5-release/qpid/python/examples/pubsub/verify.in
    qpid/branches/0.5-release/qpid/python/examples/request-response/verify.in
    qpid/branches/0.5-release/qpid/python/examples/xml-exchange/verify.in

Modified: qpid/branches/0.5-release/qpid/cpp/examples/README.verify
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/README.verify?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/README.verify (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/README.verify Sun May 17 13:33:15 2009
@@ -24,3 +24,6 @@
 This will require you using the verify script, and providing the necessary sub
 script(s) it will utilize in the process. Please note that it is your
 responsibility to setup the necessary environment for the verification process
+
+=== verify.in format ===
+Lines starting with # are comments and are removed prior to comparison with example output.

Modified: qpid/branches/0.5-release/qpid/cpp/examples/direct/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/direct/verify.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/direct/verify.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/direct/verify.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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
 ==== listener.out

Modified: qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_cpp_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_cpp_python.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_cpp_python.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_cpp_python.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_consumer.py.out

Modified: qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_python_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_python_cpp.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_python_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/direct/verify_python_cpp.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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
 ==== listener.out

Modified: qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_producer.out
 ==== listener.out | remove_uuid
 Listening

Modified: qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_cpp_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_cpp_python.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_cpp_python.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_cpp_python.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_producer.out
 ==== fanout_consumer.py.out | remove_uuid
 Subscribed to queue 

Modified: qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_python_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_python_cpp.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_python_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/fanout/verify_python_cpp.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_producer.py.out
 ==== listener.out | remove_uuid
 Listening

Modified: qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== topic_publisher.out
 ==== topic_listener.out | remove_uuid | sort
 Declaring queue: europe

Modified: qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_cpp_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_cpp_python.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_cpp_python.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_cpp_python.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== topic_publisher.out
 ==== topic_subscriber.py.out | remove_uuid | sort
 Message 0

Modified: qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_python_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_python_cpp.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_python_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/pub-sub/verify_python_cpp.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== topic_publisher.py.out
 ==== topic_listener.out | remove_uuid | sort
 Declaring queue: europe

Modified: qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== client.out | remove_uuid
 Activating response queue listener for: client
 Request: Twas brillig, and the slithy toves

Modified: qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_cpp_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_cpp_python.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_cpp_python.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_cpp_python.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== client.out | remove_uuid
 Activating response queue listener for: client
 Request: Twas brillig, and the slithy toves

Modified: qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_python_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_python_cpp.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_python_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/request-response/verify_python_cpp.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== client.py.out | remove_uuid
 Request: Twas brillig, and the slithy toves
 Request: Did gyre and gimble in the wabe.

Modified: qpid/branches/0.5-release/qpid/cpp/examples/verify
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/verify?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/verify (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/verify Sun May 17 13:33:15 2009
@@ -81,7 +81,7 @@
     else dir=`dirname $1`; script=`basename $1`; fi
     cd $dir || return 1
     rm -f *.out
-    { source ./$script && diff -ac $script.out $script.in ; } || fail
+    { source ./$script && grep -v ^# $script.in | diff -ac $script.out - ; } || fail
     test -z "$FAIL" && rm -f *.out
     return $FAIL
 }

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=775644&r1=775643&r2=775644&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 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_cpp_dotnet.in?rev=775644&r1=775643&r2=775644&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 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_cpp.in?rev=775644&r1=775643&r2=775644&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 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_java.in?rev=775644&r1=775643&r2=775644&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 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_dotnet_python.in?rev=775644&r1=775643&r2=775644&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 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_java_dotnet.in?rev=775644&r1=775643&r2=775644&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 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/direct/verify_python_dotnet.in?rev=775644&r1=775643&r2=775644&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 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify.in?rev=775644&r1=775643&r2=775644&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 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_producer.out
 ==== fanout_listener_dotnet.out | remove_uuid
 Listening

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_cpp.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_cpp.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_producer_dotnet.out
 ==== listener.out | remove_uuid
 Listening

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_producer_dotnet.out
 ==== fanout_listener_java.out | remove_uuid
 Listener: Setting an ExceptionListener on the connection as sample uses a MessageConsumer

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_producer_dotnet.out
 ==== fanout_consumer.py.out | remove_uuid
 Subscribed to queue 

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_producer_java.out
 Producer: Creating a non-transacted, auto-acknowledged session
 Producer: Creating a Message Producer

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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_producer.py.out
 ==== fanout_listener_dotnet.out | remove_uuid
 Listening

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== pubsub_producer_dotnet.out
 ==== pubsub_listener_dotnet.out | remove_uuid | sort
 Declaring queue: europe

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_cpp_dotnet.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_cpp_dotnet.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_cpp_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_cpp_dotnet.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== topic_publisher.out
 ==== pubsub_listener_dotnet.out | remove_uuid | sort
 Declaring queue: europe

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_cpp.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_cpp.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== pubsub_producer_dotnet.out
 ==== topic_listener.out | remove_uuid | sort
 Declaring queue: europe

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== pubsub_producer_dotnet.out
 ==== topic_listener_java.out | remove_uuid | sort
 Listener: Closing connection

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== pubsub_producer_dotnet.out
 ==== topic_subscriber.py.out | remove_uuid | sort
 Message 0

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== topic_publisher_java.out
 Publisher: Creating a non-transacted, auto-acknowledged session
 Publisher: Creating a TestMessage to send to the topics

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== topic_publisher.py.out
 ==== pubsub_listener_dotnet.out | remove_uuid | sort
 Declaring queue: europe

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== server_dotnet.out
 Waiting for requests
 Request: Twas brillig, and the slithy toves

Modified: qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_cpp_dotnet.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_cpp_dotnet.in?rev=775644&r1=775643&r2=775644&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_cpp_dotnet.in (original)
+++ qpid/branches/0.5-release/qpid/dotnet/client-010/examples/request-response/verify_cpp_dotnet.in Sun May 17 13:33:15 2009
@@ -1,21 +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.
-====
+#
+# 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.
+#
 ==== client_dotnet.out
 Activating response queue listener for: clientSystem.Byte[]
 Waiting for all responses to arrive ...



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