summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaUtilityTargetGenerator.cxx
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2012-02-23 22:25:03 (GMT)
committerPeter Collingbourne <peter@pcc.me.uk>2012-02-27 02:41:00 (GMT)
commitd2731a376cce3044b507bfaf4427d89f0a03d2cf (patch)
tree4f14c0a570a1137ff25873c45f474b3cd504f4a5 /Source/cmNinjaUtilityTargetGenerator.cxx
parenteabc9b0bc5d2dc237d247d1e86fb0818b22d31c0 (diff)
downloadCMake-d2731a376cce3044b507bfaf4427d89f0a03d2cf.zip
CMake-d2731a376cce3044b507bfaf4427d89f0a03d2cf.tar.gz
CMake-d2731a376cce3044b507bfaf4427d89f0a03d2cf.tar.bz2
Ninja: Add a missed license header
Diffstat (limited to 'Source/cmNinjaUtilityTargetGenerator.cxx')
-rw-r--r--Source/cmNinjaUtilityTargetGenerator.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/cmNinjaUtilityTargetGenerator.cxx b/Source/cmNinjaUtilityTargetGenerator.cxx
index bf8194d..8eeca77 100644
--- a/Source/cmNinjaUtilityTargetGenerator.cxx
+++ b/Source/cmNinjaUtilityTargetGenerator.cxx
@@ -1,3 +1,15 @@
+/*============================================================================
+ CMake - Cross Platform Makefile Generator
+ Copyright 2011 Peter Collingbourne <peter@pcc.me.uk>
+ Copyright 2011 Nicolas Despres <nicolas.despres@gmail.com>
+
+ Distributed under the OSI-approved BSD License (the "License");
+ see accompanying file Copyright.txt for details.
+
+ This software is distributed WITHOUT ANY WARRANTY; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ See the License for more information.
+============================================================================*/
#include "cmNinjaUtilityTargetGenerator.h"
#include "cmCustomCommand.h"
#include "cmGeneratedFileStream.h"