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 [5/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/management/client/console/console.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/console.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/console.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/console.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'%>
 <html>

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/error_page.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/error_page.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/error_page.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/error_page.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'%>
 <html>

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/fragments/header.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/fragments/header.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/fragments/header.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/fragments/header.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.
+ -
+ -->
 <div id="header" align="center">
 	<div id="pagetitle">
 		<div id="asf-header" align="left">

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/fragments/menu.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/fragments/menu.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/fragments/menu.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/fragments/menu.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.
+ -
+ -->
 <div id="menu" align="center">
 	<div id="linksmenu" align="left">
 		<a href="<%=request.getContextPath()%>/console"> &nbsp; &gt; System Overview</a>

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/images/style.css
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/images/style.css?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/images/style.css (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/images/style.css 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.
+ -
+ -->
 body 
 {
 	margin-left: 0px;

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/jmx_perspective.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/jmx_perspective.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/jmx_perspective.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/jmx_perspective.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"%>

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/logging_configuration.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/logging_configuration.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/logging_configuration.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/logging_configuration.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'%>
 <html>

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/resources_management.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/resources_management.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/resources_management.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/resources_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"%>

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/tbd.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/tbd.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/tbd.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/tbd.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'%>
 <html>

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/wsdm_operations_perspective.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/wsdm_operations_perspective.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/wsdm_operations_perspective.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/wsdm_operations_perspective.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"%>

Modified: qpid/branches/0.5-release/qpid/java/management/client/console/wsdm_properties_perspective.jsp
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/console/wsdm_properties_perspective.jsp?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/console/wsdm_properties_perspective.jsp (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/console/wsdm_properties_perspective.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"%>

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

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

Modified: qpid/branches/0.5-release/qpid/java/management/client/etc/jetty.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/etc/jetty.xml?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/etc/jetty.xml (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/etc/jetty.xml Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
 <Configure id="Server" class="org.mortbay.jetty.Server">
 	<Set name="StopAtShutdown">true</Set>
@@ -23,4 +43,4 @@
 			<Set name="war"><SystemProperty name="QMAN_HOME" default=".." />/app/qman</Set>
 		</New>
 	</Set>
-</Configure>
\ No newline at end of file
+</Configure>

Modified: qpid/branches/0.5-release/qpid/java/management/client/etc/log4j.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/etc/log4j.xml?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/etc/log4j.xml (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/etc/log4j.xml Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
@@ -73,4 +93,4 @@
 		<priority value="ERROR" />
 	</root>
 	
-</log4j:configuration>
\ No newline at end of file
+</log4j:configuration>

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/muse.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/muse.xml?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/muse.xml (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/muse.xml Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <muse xmlns="http://ws.apache.org/muse/descriptor" 
       xmlns:wsrf-sgw="http://docs.oasis-open.org/wsrf/sgw-2" 
       xmlns:qman="http://amqp.apache.org/qpid/management/qman"  
@@ -185,4 +205,4 @@
 			<param-value>false</param-value>
 		</init-param>
 	</resource-type>
-</muse>
\ No newline at end of file
+</muse>

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/domain/model/QpidEntity.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/domain/model/QpidEntity.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/domain/model/QpidEntity.java (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/domain/model/QpidEntity.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.management.domain.model;
 
 import java.util.HashMap;

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/wsdm/muse/engine/WSDMAdapterEnvironment.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/wsdm/muse/engine/WSDMAdapterEnvironment.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/wsdm/muse/engine/WSDMAdapterEnvironment.java (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/wsdm/muse/engine/WSDMAdapterEnvironment.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.management.wsdm.muse.engine;
 
 import java.io.File;

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/wsdm/muse/engine/WSDMAdapterIsolationLayer.java
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/wsdm/muse/engine/WSDMAdapterIsolationLayer.java?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/wsdm/muse/engine/WSDMAdapterIsolationLayer.java (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/org/apache/qpid/management/wsdm/muse/engine/WSDMAdapterIsolationLayer.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.management.wsdm.muse.engine;
 
 import javax.servlet.ServletContext;

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/router-entries/adapter/resource-instance-1.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/router-entries/adapter/resource-instance-1.xml?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/router-entries/adapter/resource-instance-1.xml (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/router-entries/adapter/resource-instance-1.xml Sun May 10 23:34:12 2009
@@ -1,2 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing"/>

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/router-entries/consumer/resource-instance-1.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/router-entries/consumer/resource-instance-1.xml?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/router-entries/consumer/resource-instance-1.xml (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/router-entries/consumer/resource-instance-1.xml Sun May 10 23:34:12 2009
@@ -1,2 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing"/>
\ No newline at end of file
+<!--
+ -
+ - 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.
+ -
+ -->
+<wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing"/>

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManAdapter.rmd
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManAdapter.rmd?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManAdapter.rmd (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManAdapter.rmd Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <Definitions xmlns="http://docs.oasis-open.org/wsrf/rmd-1">
 	<MetadataDescriptor
 		xmlns:wsrf-sg="http://docs.oasis-open.org/wsrf/sg-2"

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManAdapter.wsdl
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManAdapter.wsdl?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManAdapter.wsdl (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManAdapter.wsdl Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <wsdl:definitions
 	targetNamespace="http://amqp.apache.org/qpid/management/qman"
 	xmlns:qman="http://amqp.apache.org/qpid/management/qman"
@@ -691,4 +711,4 @@
     		<wsdl-soap:address location="http://romagazzarini:8080/qman/services/adapter"/>
     	</wsdl:port>
 	</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManWsResource.rmd
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManWsResource.rmd?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManWsResource.rmd (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManWsResource.rmd Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <Definitions xmlns="http://docs.oasis-open.org/wsrf/rmd-1" >
 	<MetadataDescriptor 
 						xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/rp-2"
@@ -14,4 +34,4 @@
 		<Property name="wsrf-rp:QueryExpressionDialect" modifiability="read-only" mutability="constant" />
 	</MetadataDescriptor>
 	
-</Definitions>
\ No newline at end of file
+</Definitions>

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManWsResource.wsdl
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManWsResource.wsdl?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManWsResource.wsdl (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/QManWsResource.wsdl Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <wsdl:definitions
 	targetNamespace="http://amqp.apache.org/qpid/management/qman"
 	xmlns:qman="http://amqp.apache.org/qpid/management/qman"
@@ -504,4 +524,4 @@
     		<wsdl-soap:address location="http://localhost:8080/qman/services/QManWsResource"/>
     	</wsdl:port>
 	</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/WsResource.rmd
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/WsResource.rmd?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/WsResource.rmd (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/WsResource.rmd Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <Definitions xmlns="http://docs.oasis-open.org/wsrf/rmd-1" >
 
 	<MetadataDescriptor xmlns:wsrl="http://docs.oasis-open.org/wsrf/rl-2" 
@@ -11,4 +31,4 @@
 		<Property name="wsrl:TerminationTime" modifiability="read-only" mutability="mutable" />
 	</MetadataDescriptor>
 	
-</Definitions>
\ No newline at end of file
+</Definitions>

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/WsResourceFactory.wsdl
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/WsResourceFactory.wsdl?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/WsResourceFactory.wsdl (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/main/java/wsdl/WsResourceFactory.wsdl Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <wsdl:definitions
 	targetNamespace="http://ws.apache.org/muse/test/wsrf"
 	xmlns:tns="http://ws.apache.org/muse/test/wsrf"

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/test/java/log4j.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/test/java/log4j.xml?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/test/java/log4j.xml (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/test/java/log4j.xml Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
@@ -29,4 +49,4 @@
 		<priority value="ERROR" />
 	</root>
 	
-</log4j:configuration>
\ No newline at end of file
+</log4j:configuration>

Modified: qpid/branches/0.5-release/qpid/java/management/client/src/test/java/org/apache/qpid/management/wsdm/web.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/src/test/java/org/apache/qpid/management/wsdm/web.xml?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/src/test/java/org/apache/qpid/management/wsdm/web.xml (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/src/test/java/org/apache/qpid/management/wsdm/web.xml Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
@@ -8,4 +28,4 @@
 		<servlet-class>org.apache.qpid.management.wsdm.QEmuInitializer</servlet-class>
 		<load-on-startup>1</load-on-startup>
 	</servlet>
-</web-app>
\ No newline at end of file
+</web-app>

Modified: qpid/branches/0.5-release/qpid/java/management/client/web.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/management/client/web.xml?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/management/client/web.xml (original)
+++ qpid/branches/0.5-release/qpid/java/management/client/web.xml Sun May 10 23:34:12 2009
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
 <web-app id="qman" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
@@ -125,4 +145,4 @@
 	<login-config>
 		<auth-method>BASIC</auth-method>
 	</login-config>
-</web-app>
\ No newline at end of file
+</web-app>

Modified: qpid/branches/0.5-release/qpid/java/perftests/etc/scripts/extractResults.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/perftests/etc/scripts/extractResults.sh?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/perftests/etc/scripts/extractResults.sh (original)
+++ qpid/branches/0.5-release/qpid/java/perftests/etc/scripts/extractResults.sh Sun May 10 23:34:12 2009
@@ -1,5 +1,23 @@
 #!/bin/bash +x
 #
+#
+# 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.
+#
 # Process a given directory (defaults to '.') and provide a list of the tests run so 
 # identification of any failures can be seen.
 #

Modified: qpid/branches/0.5-release/qpid/java/perftests/etc/scripts/extractThroughputResults.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/perftests/etc/scripts/extractThroughputResults.sh?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/java/perftests/etc/scripts/extractThroughputResults.sh (original)
+++ qpid/branches/0.5-release/qpid/java/perftests/etc/scripts/extractThroughputResults.sh Sun May 10 23:34:12 2009
@@ -1,5 +1,23 @@
 #!/bin/bash +x
 #
+#
+# 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.
+#
 # Process a given directory (defaults to '.') and provides the throughput results as 
 # reported by the tests.
 # 

Modified: qpid/branches/0.5-release/qpid/python/examples/datatypes/testdata.py
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/python/examples/datatypes/testdata.py?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/python/examples/datatypes/testdata.py (original)
+++ qpid/branches/0.5-release/qpid/python/examples/datatypes/testdata.py 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.
+#
 # -*- encoding: utf-8 -*-
 
 from qpid.datatypes import uuid4, timestamp

Modified: qpid/branches/0.5-release/qpid/python/examples/direct/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/python/examples/direct/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/python/examples/direct/verify.in (original)
+++ qpid/branches/0.5-release/qpid/python/examples/direct/verify.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== Licensed to the Apache Software Foundation (ASF) under one
+==== or more contributor license agreements.  See the NOTICE file
+==== distributed with this work for additional information
+==== regarding copyright ownership.  The ASF licenses this file
+==== to you under the Apache License, Version 2.0 (the
+==== "License"); you may not use this file except in compliance
+==== with the License.  You may obtain a copy of the License at
+====
+====   http://www.apache.org/licenses/LICENSE-2.0
+====
+==== Unless required by applicable law or agreed to in writing,
+==== software distributed under the License is distributed on an
+==== "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+==== KIND, either express or implied.  See the License for the
+==== specific language governing permissions and limitations
+==== under the License.
+====
 ==== declare_queues.py.out
 ==== direct_producer.py.out
 ==== direct_consumer.py.out

Modified: qpid/branches/0.5-release/qpid/python/examples/fanout/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/python/examples/fanout/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/python/examples/fanout/verify.in (original)
+++ qpid/branches/0.5-release/qpid/python/examples/fanout/verify.in Sun May 10 23:34:12 2009
@@ -1,3 +1,21 @@
+====
+==== Licensed to the Apache Software Foundation (ASF) under one
+==== or more contributor license agreements.  See the NOTICE file
+==== distributed with this work for additional information
+==== regarding copyright ownership.  The ASF licenses this file
+==== to you under the Apache License, Version 2.0 (the
+==== "License"); you may not use this file except in compliance
+==== with the License.  You may obtain a copy of the License at
+====
+====   http://www.apache.org/licenses/LICENSE-2.0
+====
+==== Unless required by applicable law or agreed to in writing,
+==== software distributed under the License is distributed on an
+==== "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+==== KIND, either express or implied.  See the License for the
+==== specific language governing permissions and limitations
+==== under the License.
+====
 ==== fanout_producer.py.out
 ==== fanout_consumer.py.out | remove_uuid
 Subscribed to queue 

Modified: qpid/branches/0.5-release/qpid/python/examples/pubsub/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/python/examples/pubsub/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/python/examples/pubsub/verify.in (original)
+++ qpid/branches/0.5-release/qpid/python/examples/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.py.out
 ==== topic_subscriber.py.out | remove_uuid | sort
 europe.news 0

Modified: qpid/branches/0.5-release/qpid/python/examples/request-response/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/python/examples/request-response/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/python/examples/request-response/verify.in (original)
+++ qpid/branches/0.5-release/qpid/python/examples/request-response/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.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/python/examples/xml-exchange/verify.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/python/examples/xml-exchange/verify.in?rev=773432&r1=773431&r2=773432&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/python/examples/xml-exchange/verify.in (original)
+++ qpid/branches/0.5-release/qpid/python/examples/xml-exchange/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.py.out
 ==== xml_producer.py.out
 <weather><station>Raleigh-Durham International Airport (KRDU)</station><wind_speed_mph>0</wind_speed_mph><temperature_f>30</temperature_f><dewpoint>35</dewpoint></weather>



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