]> Creatis software - gdcm.git/blobdiff - src/gdcm.h
Stage 2 of names normalization
[gdcm.git] / src / gdcm.h
index fd2500fc48e3f51d74bceaf766c63e3df60b9055..e572d605b42fd8c8b4706aa41857e2f5631e2ec5 100644 (file)
@@ -1,5 +1,21 @@
-// gdcm.h
-//-----------------------------------------------------------------------------
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: gdcm.h,v $
+  Language:  C++
+  Date:      $Date: 2005/01/21 11:40:55 $
+  Version:   $Revision: 1.51 $
+                                                                                
+  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
 
@@ -14,9 +30,9 @@
 #include "gdcmDictSet.h"
 
 #include "gdcmDocument.h"
-#include "gdcmHeader.h"
-#include "gdcmHeaderHelper.h"
 #include "gdcmFile.h"
+#include "gdcmFileHelper.h"
+#include "gdcmSerieHeader.h"
 
 #include "gdcmUtil.h"