From 7d15ea23bc73101f6bf0e379d193ccc667e018fe Mon Sep 17 00:00:00 2001
From: Luis Ibanez <luis.ibanez@kitware.com>
Date: Tue, 19 Feb 2008 18:50:52 -0500
Subject: [PATCH] ENH: Missing copyright header.

---
 kwsysDateStamp.cmake      |  2 +-
 testSystemInformation.cxx | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/kwsysDateStamp.cmake b/kwsysDateStamp.cmake
index 7d2206a..20a3769 100644
--- a/kwsysDateStamp.cmake
+++ b/kwsysDateStamp.cmake
@@ -7,4 +7,4 @@ SET(KWSYS_DATE_STAMP_YEAR  2008)
 SET(KWSYS_DATE_STAMP_MONTH 02)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   03)
+SET(KWSYS_DATE_STAMP_DAY   19)
diff --git a/testSystemInformation.cxx b/testSystemInformation.cxx
index 0c87730..179dc80 100644
--- a/testSystemInformation.cxx
+++ b/testSystemInformation.cxx
@@ -1,3 +1,16 @@
+/*=========================================================================
+
+  Program:   KWSys - Kitware System Library
+  Module:    testSystemInformation.cxx
+
+  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)
-- 
GitLab