Updated Branches: refs/heads/master e314f5fe3 -> 77d74c65d
Add license header for build_docs.sh Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/77d74c65 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/77d74c65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/77d74c65 Branch: refs/heads/master Commit: 77d74c65d938e8980d2ef1956f59225be353d5ab Parents: e314f5f Author: Wido den Hollander <[email protected]> Authored: Mon Sep 24 15:30:23 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Mon Sep 24 15:30:23 2012 +0200 ---------------------------------------------------------------------- tools/build/build_docs.sh | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/77d74c65/tools/build/build_docs.sh ---------------------------------------------------------------------- diff --git a/tools/build/build_docs.sh b/tools/build/build_docs.sh index de57ff0..34e459f 100755 --- a/tools/build/build_docs.sh +++ b/tools/build/build_docs.sh @@ -1,4 +1,20 @@ #!/bin/bash +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. sourcedir=~/incubator-cloudstack/ common_content_dir=/usr/share/publican/Common_Content
