diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-01-11 19:55:47 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-01-11 19:55:47 (GMT) |
commit | 0ce5ac760b86afb25c29d592570ba4ad19d1e582 (patch) | |
tree | a7097cff5a5d5fbdf91ebea5e3d973460c8f9dd9 /Source/cmDSWWriter.cxx | |
parent | 88bbc0c30d3b98416e2bebea724a10ddb6eb5da2 (diff) | |
download | CMake-0ce5ac760b86afb25c29d592570ba4ad19d1e582.zip CMake-0ce5ac760b86afb25c29d592570ba4ad19d1e582.tar.gz CMake-0ce5ac760b86afb25c29d592570ba4ad19d1e582.tar.bz2 |
ENH:Documentation and cleanups
Diffstat (limited to 'Source/cmDSWWriter.cxx')
-rw-r--r-- | Source/cmDSWWriter.cxx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/cmDSWWriter.cxx b/Source/cmDSWWriter.cxx index 703c4b5..1b643a9 100644 --- a/Source/cmDSWWriter.cxx +++ b/Source/cmDSWWriter.cxx @@ -1,3 +1,18 @@ +/*========================================================================= + + Program: Insight Segmentation & Registration Toolkit + Module: $RCSfile$ + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) 2000 National Library of Medicine + All rights reserved. + + See COPYRIGHT.txt for copyright details. + +=========================================================================*/ #include "cmDSWMakefile.h" #include "cmStandardIncludes.h" #include "cmSystemTools.h" |