summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2020-05-25 10:58:34 +0200
committerJan Niklas Hasse <jhasse@bixense.com>2020-05-25 10:58:34 +0200
commitea9f736100ec5db72526c286c0e8c9e626b2a908 (patch)
tree841842e701e6fbb168eaebb7c64ef84854649130
parent52649de2c56b63f42bc59513d51286531c595b44 (diff)
downloadninja-ea9f736100ec5db72526c286c0e8c9e626b2a908.tar.gz
Add missing Apache license header, fix #1781
-rw-r--r--misc/ninja_syntax.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/ninja_syntax.py b/misc/ninja_syntax.py
index ebe6490..ab5c0d4 100644
--- a/misc/ninja_syntax.py
+++ b/misc/ninja_syntax.py
@@ -1,5 +1,19 @@
#!/usr/bin/python
+# 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.
+
"""Python module for generating .ninja files.
Note that this is emphatically not a required piece of Ninja; it's