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/da0d21a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/da0d21a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/da0d21a9 Branch: refs/heads/4.0 Commit: da0d21a908d085e79956b4a6ff443a0e029114c8 Parents: e830113 Author: Wido den Hollander <[email protected]> Authored: Mon Sep 24 15:30:23 2012 +0200 Committer: Edison Su <[email protected]> Committed: Mon Sep 24 10:23:32 2012 -0700 ---------------------------------------------------------------------- tools/build/build_docs.sh | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/da0d21a9/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
