From c3899ab4be06ce1b81c247fd61b300f6b774a173 Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Tue, 19 Feb 2008 18:50:52 -0500 Subject: [PATCH] ENH: Missing copyright header. --- Source/kwsys/testSystemInformation.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Source/kwsys/testSystemInformation.cxx b/Source/kwsys/testSystemInformation.cxx index 0c8773071..84ed5f63a 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)