diff options
Diffstat (limited to 'Source/kwsys/kwsysDateStamp.py')
-rwxr-xr-x | Source/kwsys/kwsysDateStamp.py | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Source/kwsys/kwsysDateStamp.py b/Source/kwsys/kwsysDateStamp.py index e719a42..bd2e49a 100755 --- a/Source/kwsys/kwsysDateStamp.py +++ b/Source/kwsys/kwsysDateStamp.py @@ -1,4 +1,15 @@ #!/usr/bin/python +#============================================================================= +# KWSys - Kitware System Library +# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= import sys,os import time @@ -18,6 +29,17 @@ ct = time.localtime() # Write the CMake code describing the date. fout.write("""# Do not edit! Generated by kwsysDateStamp.py +#============================================================================= +# KWSys - Kitware System Library +# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= # KWSys version date year component. Format is CCYY. SET(KWSYS_DATE_STAMP_YEAR %04u) |