summaryrefslogtreecommitdiff
path: root/Source/cmakexbuild.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-07-27 10:55:24 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2007-07-27 10:55:24 -0400
commit2745742e090d0d267e130b710ac435540a70cb94 (patch)
tree47471afaf9248d8ba44499c2ffaefe67182f062c /Source/cmakexbuild.cxx
parentd6a0c330bc2087eb5007d4b6b056e573220dc590 (diff)
downloadcmake-2745742e090d0d267e130b710ac435540a70cb94.tar.gz
STYLE: fix some kwstyle errors
Diffstat (limited to 'Source/cmakexbuild.cxx')
-rw-r--r--Source/cmakexbuild.cxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/Source/cmakexbuild.cxx b/Source/cmakexbuild.cxx
index fc09b516f0..71b07a0e8f 100644
--- a/Source/cmakexbuild.cxx
+++ b/Source/cmakexbuild.cxx
@@ -1,3 +1,19 @@
+/*=========================================================================
+
+ Program: CMake - Cross-Platform Makefile Generator
+ Module: $RCSfile$
+ Language: C++
+ Date: $Date$
+ Version: $Revision$
+
+ Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
+ See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
+
+ This software is distributed WITHOUT ANY WARRANTY; without even
+ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the above copyright notices for more information.
+
+=========================================================================*/
#include <cmsys/Process.h>
#include "cmStandardIncludes.h"
#include "cmSystemTools.h"