diff --git a/kwsysDateStamp.cmake b/kwsysDateStamp.cmake
index 7d2206add094f6f52ae3124ab2d4c1aa6a7df506..20a37698835bde74fc492bd47fbdbfd3d85969d9 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 0c87730718da66a649d2a166fc15534da773b795..179dc805a5eeda8f21405b3a6af8c35b5a89da35 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)