From: Nicolas Despres Date: Mon, 18 Apr 2011 07:17:44 +0000 (+0200) Subject: Add missing Apache license header. X-Git-Tag: release-120715~444^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d890582883ebec99346aae6dba3f3af52e543fa9;p=platform%2Fupstream%2Fninja.git Add missing Apache license header. Reviewed by Evan Martin. --- diff --git a/gen_doxygen_mainpage.sh b/gen_doxygen_mainpage.sh index 157e878..39118a2 100755 --- a/gen_doxygen_mainpage.sh +++ b/gen_doxygen_mainpage.sh @@ -1,5 +1,19 @@ #!/bin/sh +# Copyright 2011 Google Inc. All Rights Reserved. +# +# Licensed 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. + set -o errexit set -o nounset