diff options
author | Brad King <brad.king@kitware.com> | 2003-12-15 21:30:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-12-15 21:30:46 (GMT) |
commit | ce8a34907a47b06f62f27aff1e1d6cb8dc9ee76e (patch) | |
tree | ac7d4a4abd230c1191bfad5bedb65f75e2f77c38 /Source/kwsys/kwsysHeaderDump.pl | |
parent | 737d2fc7d6121eb1343f6b47b151bd948383733e (diff) | |
download | CMake-ce8a34907a47b06f62f27aff1e1d6cb8dc9ee76e.zip CMake-ce8a34907a47b06f62f27aff1e1d6cb8dc9ee76e.tar.gz CMake-ce8a34907a47b06f62f27aff1e1d6cb8dc9ee76e.tar.bz2 |
ENH: Updated copyright.
Diffstat (limited to 'Source/kwsys/kwsysHeaderDump.pl')
-rwxr-xr-x | Source/kwsys/kwsysHeaderDump.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/kwsys/kwsysHeaderDump.pl b/Source/kwsys/kwsysHeaderDump.pl index 730e333..6a88f50 100755 --- a/Source/kwsys/kwsysHeaderDump.pl +++ b/Source/kwsys/kwsysHeaderDump.pl @@ -1,4 +1,15 @@ #!/usr/bin/perl +# +# 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. +# if ( $#ARGV+1 < 2 ) { |