You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2010/10/28 23:00:38 UTC

svn commit: r1028477 - in /qpid/trunk/qpid/doc/book: Makefile build-book.sh build-chapter.sh build.sh build.xml src/Broker-CPP.xml src/Broker-Java.xml src/Clients.xml src/FAQ.xml src/Java-JMS-Selector-Syntax.xml src/SASL-Compatibility.xml

Author: robbie
Date: Thu Oct 28 21:00:37 2010
New Revision: 1028477

URL: http://svn.apache.org/viewvc?rev=1028477&view=rev
Log:
Add missing ASF licence to scripts and source xml files for the docs

Modified:
    qpid/trunk/qpid/doc/book/Makefile
    qpid/trunk/qpid/doc/book/build-book.sh
    qpid/trunk/qpid/doc/book/build-chapter.sh
    qpid/trunk/qpid/doc/book/build.sh
    qpid/trunk/qpid/doc/book/build.xml
    qpid/trunk/qpid/doc/book/src/Broker-CPP.xml
    qpid/trunk/qpid/doc/book/src/Broker-Java.xml
    qpid/trunk/qpid/doc/book/src/Clients.xml
    qpid/trunk/qpid/doc/book/src/FAQ.xml
    qpid/trunk/qpid/doc/book/src/Java-JMS-Selector-Syntax.xml
    qpid/trunk/qpid/doc/book/src/SASL-Compatibility.xml

Modified: qpid/trunk/qpid/doc/book/Makefile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/Makefile?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/Makefile (original)
+++ qpid/trunk/qpid/doc/book/Makefile Thu Oct 28 21:00:37 2010
@@ -1,4 +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.
+#
+
 #
 #  This Makefile requires the following:
 #

Modified: qpid/trunk/qpid/doc/book/build-book.sh
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/build-book.sh?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/build-book.sh (original)
+++ qpid/trunk/qpid/doc/book/build-book.sh Thu Oct 28 21:00:37 2010
@@ -1,4 +1,22 @@
 #!/bin/bash -ex
+#
+# 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/trunk/qpid/doc/book/build-chapter.sh
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/build-chapter.sh?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/build-chapter.sh (original)
+++ qpid/trunk/qpid/doc/book/build-chapter.sh Thu Oct 28 21:00:37 2010
@@ -1,4 +1,22 @@
 #!/bin/bash -ex
+#
+# 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/trunk/qpid/doc/book/build.sh
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/build.sh?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/build.sh (original)
+++ qpid/trunk/qpid/doc/book/build.sh Thu Oct 28 21:00:37 2010
@@ -1,4 +1,22 @@
 #!/bin/bash -ex
+#
+# 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/trunk/qpid/doc/book/build.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/build.xml?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/build.xml (original)
+++ qpid/trunk/qpid/doc/book/build.xml Thu Oct 28 21:00:37 2010
@@ -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.
+ -
+ -->
 <!-- 
      Build Apache Qpid documentation.
 

Modified: qpid/trunk/qpid/doc/book/src/Broker-CPP.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Broker-CPP.xml?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Broker-CPP.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Broker-CPP.xml Thu Oct 28 21:00:37 2010
@@ -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.
+ -
+ -->
 h1. Running the AMQP Messaging Broker 
 
 * [Running an AMQP 0-10 C++ broker | RASC]

Modified: qpid/trunk/qpid/doc/book/src/Broker-Java.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Broker-Java.xml?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Broker-Java.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Broker-Java.xml Thu Oct 28 21:00:37 2010
@@ -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.
+ -
+ -->
 h3. General User Guides
 
 * [Feature Guide| Java Broker Feature Guide]

Modified: qpid/trunk/qpid/doc/book/src/Clients.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Clients.xml?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Clients.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Clients.xml Thu Oct 28 21:00:37 2010
@@ -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.
+ -
+ -->
 [AMQP Java JMS Messaging Client]
 [AMQP C++ Messaging Client]
 [AMQP .NET Messaging Client]

Modified: qpid/trunk/qpid/doc/book/src/FAQ.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/FAQ.xml?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/FAQ.xml (original)
+++ qpid/trunk/qpid/doc/book/src/FAQ.xml Thu Oct 28 21:00:37 2010
@@ -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.
+ -
+ -->
 {toc}
 
 

Modified: qpid/trunk/qpid/doc/book/src/Java-JMS-Selector-Syntax.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Java-JMS-Selector-Syntax.xml?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Java-JMS-Selector-Syntax.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Java-JMS-Selector-Syntax.xml Thu Oct 28 21:00:37 2010
@@ -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.
+ -
+ -->
 <section>
   <title>Java JMS Selector Syntax</title>
   <para>The AMQP Java JMS Messaging Client supports the following syntax for JMS selectors.</para>
@@ -73,4 +93,4 @@ Grammar:
   variable             := ( <ID> | <QUOTED_ID> )
 ]]></programlisting>
 
-</section>
\ No newline at end of file
+</section>

Modified: qpid/trunk/qpid/doc/book/src/SASL-Compatibility.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/SASL-Compatibility.xml?rev=1028477&r1=1028476&r2=1028477&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/SASL-Compatibility.xml (original)
+++ qpid/trunk/qpid/doc/book/src/SASL-Compatibility.xml Thu Oct 28 21:00:37 2010
@@ -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.
+ -
+ -->
 h2. Qpid Interoperability Documentation
 
 This page documents the various interoperable features of the Qpid clients.



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