]> Creatis software - gdcm.git/blobdiff - Example/makeDicomDir.cxx
ENH: properly handle compiler that does not have __FUNCTION__
[gdcm.git] / Example / makeDicomDir.cxx
index 8d8e3e1fc47d0aa46855dbeaa03be159596a9d23..fbaf7f3530c0abcf308a549dcc23a49ca3d23e6b 100644 (file)
@@ -1,10 +1,27 @@
-#include <iostream>
-#include "gdcm.h"
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: makeDicomDir.cxx,v $
+  Language:  C++
+  Date:      $Date: 2004/12/03 20:16:56 $
+  Version:   $Revision: 1.9 $
+                                                                                
+  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.
+                                                                                
+=========================================================================*/
 #include "gdcmDocEntry.h"
 #include "gdcmDicomDir.h"
 #include "gdcmDicomDirPatient.h"
 #include "gdcmDirList.h"
 
+#include <iostream>
+
 // ---
 void StartMethod(void *toto) {
   (void)toto;