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 [4/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/java/broker/scripts/resetAlerting.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/broker/scripts/resetAlerting.sh?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/broker/scripts/resetAlerting.sh (original)
+++ qpid/branches/0.5-release/qpid/java/broker/scripts/resetAlerting.sh Sun May 10 23:34:12 2009
@@ -1,5 +1,22 @@
 #!/bin/bash
 #
+# 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.
+#
 # Alerting Rest Scripts to renabled the alerts on the queue.
 #
 # Defaults to Localhost broker

Modified: qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/security/access/AuthorizationManager.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/security/access/AuthorizationManager.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/security/access/AuthorizationManager.java (original)
+++ qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/security/access/AuthorizationManager.java 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.
+ *
+ *
+ */
 package org.apache.qpid.server.security.access;
 
 public class AuthorizationManager

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/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_java.out
 Producer: Creating a non-transacted, auto-acknowledged session

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_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/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_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.out
 ==== direct_consumer_java.out

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_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/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_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_java.out
 Producer: Creating a non-transacted, auto-acknowledged session

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_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/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_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_java.out
 Producer: Creating a non-transacted, auto-acknowledged session

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_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
 py=$PYTHON_EXAMPLES/direct
 

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_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.py.out
 ==== direct_producer.py.out
 ==== direct_consumer_java.out

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/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_producer_java.out
 Producer: Creating a non-transacted, auto-acknowledged session
 Producer: Creating a Message Producer

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_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
 # The JMS producer doesn't create qeueues so utilising the c++ declare_queues
 cpp=$CPP/fanout

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_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.
+====
 ==== fanout_producer.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/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_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
 # The JMS producer doesn't create qeueues so utilising the c++ declare_queues
 cpp=$CPP/fanout

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_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.
+====
 ==== fanout_producer_java.out
 Producer: Creating a non-transacted, auto-acknowledged session
 Producer: Creating a Message Producer

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_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
 # The JMS producer doesn't create qeueues so utilising the c++ declare_queues
 py=$PYTHON_EXAMPLES/fanout

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_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.
+====
 ==== fanout_producer_java.out
 Producer: Creating a non-transacted, auto-acknowledged session
 Producer: Creating a Message Producer

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_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
 # The JMS producer doesn't create qeueues so utilising the c++ declare_queues
 py=$PYTHON_EXAMPLES/fanout

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_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.
+====
 ==== fanout_producer.py.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/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/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.
+====
 ==== 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/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_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/pub-sub
 

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_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.
+====
 ==== topic_publisher.out
 ==== topic_listener_java.out | remove_uuid | sort
 Listener: Closing connection

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_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/pub-sub
 

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_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.
+====
 ==== 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/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_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/pubsub
 

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_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.
+====
 ==== 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/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java Sun May 10 23:34:12 2009
@@ -1,4 +1,22 @@
 # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+#
+# 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.
+#
 py=$PYTHON_EXAMPLES/pubsub
 
 topic_listener_java(){

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_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.
+====
 ==== topic_publisher.py.out
 ==== topic_listener_java.out | remove_uuid | sort
 Listener: Closing connection

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/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.
+====
 ==== client_java.out | remove_uuid
 Client: Setting an ExceptionListener on the connection as sample uses a MessageConsumer
 Client: Creating a non-transacted, auto-acknowledged session

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_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/request-response
 

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_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.
+====
 ==== client_java.out | remove_uuid
 Client: Setting an ExceptionListener on the connection as sample uses a MessageConsumer
 Client: Creating a non-transacted, auto-acknowledged session

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_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/request-response
 

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_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.
+====
 ==== client.out | remove_uuid
 Activating response queue listener for: client
 Request: Twas brillig, and the slithy toves

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_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/request-response
 

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_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.
+====
 ==== 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/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_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
 py=$PYTHON_EXAMPLES/request-response
 

Modified: qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java.in (original)
+++ qpid/branches/0.5-release/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_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.
+====
 ==== client_java.out | remove_uuid
 Client: Setting an ExceptionListener on the connection as sample uses a MessageConsumer
 Client: Creating a non-transacted, auto-acknowledged session

Modified: qpid/branches/0.5-release/qpid/java/client/src/main/java/org/apache/qpid/client/transport/QpidThreadExecutor.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/src/main/java/org/apache/qpid/client/transport/QpidThreadExecutor.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/src/main/java/org/apache/qpid/client/transport/QpidThreadExecutor.java (original)
+++ qpid/branches/0.5-release/qpid/java/client/src/main/java/org/apache/qpid/client/transport/QpidThreadExecutor.java 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.
+ *
+ *
+ */
 package org.apache.qpid.client.transport;
 
 import org.apache.qpid.thread.Threading;

Modified: qpid/branches/0.5-release/qpid/java/client/src/test/java/org/apache/qpid/client/message/AbstractJMSMessageTest.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/client/src/test/java/org/apache/qpid/client/message/AbstractJMSMessageTest.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/client/src/test/java/org/apache/qpid/client/message/AbstractJMSMessageTest.java (original)
+++ qpid/branches/0.5-release/qpid/java/client/src/test/java/org/apache/qpid/client/message/AbstractJMSMessageTest.java 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.
+ *
+ *
+ */
 package org.apache.qpid.client.message;
 
 import javax.jms.JMSException;

Modified: qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/DefaultThreadFactory.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/DefaultThreadFactory.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/DefaultThreadFactory.java (original)
+++ qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/DefaultThreadFactory.java 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.
+ *
+ *
+ */
 package org.apache.qpid.thread;
 
 public class DefaultThreadFactory implements ThreadFactory

Modified: qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/RealtimeThreadFactory.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/RealtimeThreadFactory.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/RealtimeThreadFactory.java (original)
+++ qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/RealtimeThreadFactory.java 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.
+ *
+ */
 package org.apache.qpid.thread;
 
 import java.lang.reflect.Constructor;

Modified: qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/ThreadFactory.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/ThreadFactory.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/ThreadFactory.java (original)
+++ qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/ThreadFactory.java 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.
+ *
+ */
 package org.apache.qpid.thread;
 
 public interface ThreadFactory

Modified: qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/Threading.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/Threading.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/Threading.java (original)
+++ qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/thread/Threading.java 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.
+ *
+ */
 package org.apache.qpid.thread;
 
 public final class Threading

Modified: qpid/branches/0.5-release/qpid/java/common/src/test/java/org/apache/qpid/thread/ThreadFactoryTest.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/common/src/test/java/org/apache/qpid/thread/ThreadFactoryTest.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/common/src/test/java/org/apache/qpid/thread/ThreadFactoryTest.java (original)
+++ qpid/branches/0.5-release/qpid/java/common/src/test/java/org/apache/qpid/thread/ThreadFactoryTest.java 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.
+ *
+ */
 package org.apache.qpid.thread;
 
 import junit.framework.TestCase;

Modified: qpid/branches/0.5-release/qpid/java/cpp.async.testprofile
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/cpp.async.testprofile?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/cpp.async.testprofile (original)
+++ qpid/branches/0.5-release/qpid/java/cpp.async.testprofile 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.
+#
 broker.version=0-10
 broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so --auth no
 test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList-store

Modified: qpid/branches/0.5-release/qpid/java/cpp.cluster.testprofile
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/cpp.cluster.testprofile?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/cpp.cluster.testprofile (original)
+++ qpid/branches/0.5-release/qpid/java/cpp.cluster.testprofile 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.
+#
 broker.version=0-10
 broker=${project.root}/../cpp/src/qpidd --load-module ${project.root}/../cpp/src/.libs/cluster.so --cluster-name cpp-java-test-cluster -p @PORT --data-dir ${build.data}/@PORT -t --auth no
 test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/010ExcludeList

Modified: qpid/branches/0.5-release/qpid/java/cpp.noprefetch.testprofile
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/cpp.noprefetch.testprofile?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/cpp.noprefetch.testprofile (original)
+++ qpid/branches/0.5-release/qpid/java/cpp.noprefetch.testprofile 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.
+#
 broker.version=0-10
 broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so --auth no
 test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList-noPrefetch

Modified: qpid/branches/0.5-release/qpid/java/cpp.ssl.testprofile
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/cpp.ssl.testprofile?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/cpp.ssl.testprofile (original)
+++ qpid/branches/0.5-release/qpid/java/cpp.ssl.testprofile 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.
+#
 broker.version=0-10
 broker=${project.root}/../cpp/src/qpidd -p @PORT --load-module ${project.root}/../cpp/src/.libs/ssl.so --ssl-cert-password-file ${project.root}/test_resources/ssl/pfile --ssl-cert-db ${project.root}/test_resources/ssl/server_db/ --ssl-require-client-authentication --data-dir ${build.data}/@PORT -t --auth no
 test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList

Modified: qpid/branches/0.5-release/qpid/java/cpp.testprofile
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/cpp.testprofile?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/cpp.testprofile (original)
+++ qpid/branches/0.5-release/qpid/java/cpp.testprofile 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.
+#
 broker.version=0-10
 broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --auth no
 test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList

Modified: qpid/branches/0.5-release/qpid/java/default-longrunning.testprofile
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/default-longrunning.testprofile?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/default-longrunning.testprofile (original)
+++ qpid/branches/0.5-release/qpid/java/default-longrunning.testprofile 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.
+#
 test.includesfile=${project.root}/08LongRunningList

Modified: qpid/branches/0.5-release/qpid/java/default.testprofile
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/default.testprofile?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/default.testprofile (original)
+++ qpid/branches/0.5-release/qpid/java/default.testprofile 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.
+#
 broker.version=0-8
 broker=vm
 broker.clean=${project.root}/clean-dir ${build.data}

Modified: qpid/branches/0.5-release/qpid/java/java.testprofile
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/java.testprofile?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/java.testprofile (original)
+++ qpid/branches/0.5-release/qpid/java/java.testprofile 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.
+#
 broker.language=java
 broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE
 broker.clean=${project.root}/clean-dir ${build.data}

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/brokers_management.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/brokers_management.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/brokers_management.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/brokers_management.jsp 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.
+ -
+ -->
 <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
 <%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c'%>
 <%@page import="org.apache.qpid.management.web.action.BrokerModel"%>



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