summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testSystemInformation.cxx
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@kitware.com>2008-02-19 23:50:52 (GMT)
committerLuis Ibanez <luis.ibanez@kitware.com>2008-02-19 23:50:52 (GMT)
commitc3899ab4be06ce1b81c247fd61b300f6b774a173 (patch)
tree831ae886a2e5c5ec3fc6f779355f1993a5ee8a9c /Source/kwsys/testSystemInformation.cxx
parentf4b28ee044a55b760d53bb50cfc04594e1b47fdf (diff)
downloadCMake-c3899ab4be06ce1b81c247fd61b300f6b774a173.zip
CMake-c3899ab4be06ce1b81c247fd61b300f6b774a173.tar.gz
CMake-c3899ab4be06ce1b81c247fd61b300f6b774a173.tar.bz2
ENH: Missing copyright header.
Diffstat (limited to 'Source/kwsys/testSystemInformation.cxx')
-rw-r--r--Source/kwsys/testSystemInformation.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/kwsys/testSystemInformation.cxx b/Source/kwsys/testSystemInformation.cxx
index 0c87730..84ed5f6 100644
--- a/Source/kwsys/testSystemInformation.cxx
+++ b/Source/kwsys/testSystemInformation.cxx
@@ -1,3 +1,16 @@
+/*=========================================================================
+
+ Program: KWSys - Kitware System Library
+ Module: $RCSfile$
+
+ Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
+ See Copyright.txt or http://www.kitware.com/Copyright.htm 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 "kwsysPrivate.h"
#include KWSYS_HEADER(SystemInformation.hxx)
#include KWSYS_HEADER(ios/iostream)