You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2013/12/16 12:01:02 UTC

svn commit: r1551168 - in /qpid/branches/0.26/qpid: ./ java/ java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/ java/bdbstore/src/main/java/resources/virtualhost/store/bdb/ java/broker-plugins/derby-store/src/main/java/resources/virtualhost/stor...

Author: kwall
Date: Mon Dec 16 11:01:02 2013
New Revision: 1551168

URL: http://svn.apache.org/r1551168
Log:
QPID-5255: Add missing licences to some Java Broker Management .html files (identified by Apache Rat).
This was previously committed to 0.24 under QPID-4961.

Merged from trunk with command:

svn merge -c 1551164 https://svn.apache.org/repos/asf/qpid/trunk/qpid


Modified:
    qpid/branches/0.26/qpid/   (props changed)
    qpid/branches/0.26/qpid/java/   (props changed)
    qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html
    qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
    qpid/branches/0.26/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html
    qpid/branches/0.26/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html
    qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html
    qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/   (props changed)
    qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html
    qpid/branches/0.26/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html
    qpid/branches/0.26/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html

Propchange: qpid/branches/0.26/qpid/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid:r1551164

Propchange: qpid/branches/0.26/qpid/java/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid/java:r1551164

Modified: qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html?rev=1551168&r1=1551167&r2=1551168&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html (original)
+++ qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html Mon Dec 16 11:01:02 2013
@@ -1,3 +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.
+  -->
 <table class="tableContainer-table tableContainer-table-horiz">
     <tr>
         <td class="tableContainer-labelCell" style="width: 300px;"><strong>Path to store location*: </strong></td>

Modified: qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html?rev=1551168&r1=1551167&r2=1551168&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html (original)
+++ qpid/branches/0.26/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html Mon Dec 16 11:01:02 2013
@@ -1,3 +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.
+  -->
 <table class="tableContainer-table tableContainer-table-horiz">
   <tr>
       <td class="tableContainer-labelCell" style="width: 300px;"><strong>Path to store location*:  </strong></td>

Modified: qpid/branches/0.26/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html?rev=1551168&r1=1551167&r2=1551168&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html (original)
+++ qpid/branches/0.26/qpid/java/broker-plugins/derby-store/src/main/java/resources/virtualhost/store/derby/add.html Mon Dec 16 11:01:02 2013
@@ -1,3 +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.
+  -->
 <table class="tableContainer-table tableContainer-table-horiz">
   <tr>
       <td class="tableContainer-labelCell" style="width: 300px;"><strong>Path to store location*:  </strong></td>

Modified: qpid/branches/0.26/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html?rev=1551168&r1=1551167&r2=1551168&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html (original)
+++ qpid/branches/0.26/qpid/java/broker-plugins/jdbc-provider-bone/src/main/java/resources/virtualhost/store/pool/bonecp/add.html Mon Dec 16 11:01:02 2013
@@ -1,3 +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.
+  -->
 <table class="tableContainer-table tableContainer-table-horiz">
 
   <tr>

Modified: qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html?rev=1551168&r1=1551167&r2=1551168&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html (original)
+++ qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/jdbc/add.html Mon Dec 16 11:01:02 2013
@@ -1,3 +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.
+  -->
 <table class="tableContainer-table tableContainer-table-horiz">
   <tr>
       <td class="tableContainer-labelCell" style="width: 300px;"><strong>JDBC Url*:  </strong></td>

Propchange: qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool:r1551164

Modified: qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html?rev=1551168&r1=1551167&r2=1551168&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html (original)
+++ qpid/branches/0.26/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhost/store/pool/none/add.html Mon Dec 16 11:01:02 2013
@@ -0,0 +1,17 @@
+<!--
+  ~ 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.
+  -->
+

Modified: qpid/branches/0.26/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html?rev=1551168&r1=1551167&r2=1551168&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html (original)
+++ qpid/branches/0.26/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html Mon Dec 16 11:01:02 2013
@@ -1,3 +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.
+  -->
 <table class="tableContainer-table tableContainer-table-horiz">
   <tr>
       <td class="tableContainer-labelCell" style="width: 300px;"><strong>Store Type*:  </strong></td>

Modified: qpid/branches/0.26/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html?rev=1551168&r1=1551167&r2=1551168&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html (original)
+++ qpid/branches/0.26/qpid/java/broker-plugins/memory-store/src/main/java/resources/virtualhost/store/memory/add.html Mon Dec 16 11:01:02 2013
@@ -0,0 +1,17 @@
+<!--
+  ~ 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.
+  -->
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org