summaryrefslogtreecommitdiffstats
path: root/gen_doxygen_mainpage.sh
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2011-04-18 07:17:44 (GMT)
committerNicolas Despres <nicolas.despres@gmail.com>2011-04-18 08:50:30 (GMT)
commitd890582883ebec99346aae6dba3f3af52e543fa9 (patch)
tree209eb25d9176f4906a882fb404f133e05e9c2212 /gen_doxygen_mainpage.sh
parent3f2fa17809ad88ac730405a382ea35508bb8c79a (diff)
downloadNinja-d890582883ebec99346aae6dba3f3af52e543fa9.zip
Ninja-d890582883ebec99346aae6dba3f3af52e543fa9.tar.gz
Ninja-d890582883ebec99346aae6dba3f3af52e543fa9.tar.bz2
Add missing Apache license header.
Reviewed by Evan Martin.
Diffstat (limited to 'gen_doxygen_mainpage.sh')
-rwxr-xr-xgen_doxygen_mainpage.sh14
1 files changed, 14 insertions, 0 deletions
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