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 2016/01/03 00:54:05 UTC

svn commit: r1722688 - /qpid/java/trunk/doc/docbook4to5.sh

Author: kwall
Date: Sat Jan  2 23:54:05 2016
New Revision: 1722688

URL: http://svn.apache.org/viewvc?rev=1722688&view=rev
Log:
NO-JIRA: Add missing licence.

Modified:
    qpid/java/trunk/doc/docbook4to5.sh

Modified: qpid/java/trunk/doc/docbook4to5.sh
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/docbook4to5.sh?rev=1722688&r1=1722687&r2=1722688&view=diff
==============================================================================
--- qpid/java/trunk/doc/docbook4to5.sh (original)
+++ qpid/java/trunk/doc/docbook4to5.sh Sat Jan  2 23:54:05 2016
@@ -1,7 +1,24 @@
-#!/bin/bash
+#!/usr/bin/env bash
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
 
 curl -O https://svn.code.sf.net/p/docbook/code/trunk/docbook/relaxng/tools/db4-upgrade.xsl
-chmod a+x cloak
 
 for i in `find . -name "*.xml" | grep -v commonEntities`
 do



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