X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmReader.cxx;h=91556c82e9803f3999f1f3decf2ee05f470c3d8e;hb=f04d4a677f3a7738f3d03e0783d7a38b84983a33;hp=cd4827d4a588c779b3bf8ee665a38485c0c6de56;hpb=38e48f549e7510ba0b5114ab79f91f528757a36d;p=gdcm.git diff --git a/vtk/vtkGdcmReader.cxx b/vtk/vtkGdcmReader.cxx index cd4827d4..91556c82 100644 --- a/vtk/vtkGdcmReader.cxx +++ b/vtk/vtkGdcmReader.cxx @@ -1,4 +1,21 @@ -// vtkGdcmReader.cxx +/*========================================================================= + + Program: gdcm + Module: $RCSfile: vtkGdcmReader.cxx,v $ + Language: C++ + Date: $Date: 2004/12/09 10:59:59 $ + Version: $Revision: 1.64 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html 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. + +=========================================================================*/ + //----------------------------------------------------------------------------- // ////////////////////////////////////////////////////////////// // WARNING TODO CLEANME @@ -58,7 +75,7 @@ #include #include -vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.63 $"); +vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.64 $"); vtkStandardNewMacro(vtkGdcmReader); //-----------------------------------------------------------------------------