summaryrefslogtreecommitdiffstats
path: root/src/build_log.h
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-02-07 19:15:29 (GMT)
committerEvan Martin <martine@danga.com>2011-02-07 19:15:29 (GMT)
commit6c4deb6f192485ac27863cdb0af2b845a5314cd1 (patch)
treeab22dc5710024968a677c1b2eafe199847e7fe8c /src/build_log.h
parent21a8e95e954fa8b0f77d5e4eaae7e81b5b178d2a (diff)
parentd52238f212c8e5ec914270a599d8e690e6af9265 (diff)
downloadNinja-6c4deb6f192485ac27863cdb0af2b845a5314cd1.zip
Ninja-6c4deb6f192485ac27863cdb0af2b845a5314cd1.tar.gz
Ninja-6c4deb6f192485ac27863cdb0af2b845a5314cd1.tar.bz2
Merge branch 'master' of https://github.com/martine/ninja
Diffstat (limited to 'src/build_log.h')
-rw-r--r--src/build_log.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/build_log.h b/src/build_log.h
index 58a598e..be12d85 100644
--- a/src/build_log.h
+++ b/src/build_log.h
@@ -1,3 +1,17 @@
+// 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.
+
#include <map>
#include <string>
using namespace std;