X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcm.h;h=8408d4f8a275de16a1ffd10d6d316f4cd9b42f39;hb=edfc14dd195f9759cf02da0959d96d1499d572be;hp=fd2500fc48e3f51d74bceaf766c63e3df60b9055;hpb=19c54f9be7d29dcdd8fbb56b6308e55ed230441d;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index fd2500fc..8408d4f8 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -1,5 +1,21 @@ -// gdcm.h -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcm.h,v $ + Language: C++ + Date: $Date: 2004/11/26 10:55:04 $ + Version: $Revision: 1.50 $ + + 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. + +=========================================================================*/ + #ifndef GDCM_H #define GDCM_H @@ -15,7 +31,7 @@ #include "gdcmDocument.h" #include "gdcmHeader.h" -#include "gdcmHeaderHelper.h" +#include "gdcmSerieHeader.h" #include "gdcmFile.h" #include "gdcmUtil.h"