]> Creatis software - clitk.git/blobdiff - tools/clitkDicomWave2Text.h
cosmetic for .ggo
[clitk.git] / tools / clitkDicomWave2Text.h
index fa492679bdebda6b18532334efdabb5a96fd5592..c7c23e01513a14e47a23622fccc234016dd28b00 100644 (file)
@@ -1,15 +1,23 @@
-#ifndef CLITKDICOMWAVE2TEXT_H
-#define CLITKDICOMWAVE2TEXT_H
+/*=========================================================================
+  Program:   vv                     http://www.creatis.insa-lyon.fr/rio/vv
+
+  Authors belong to:
+  - University of LYON              http://www.universite-lyon.fr/
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
+  - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
+
+  This software is distributed WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+  PURPOSE.  See the copyright notices for more information.
 
-#include "clitkCommon.h"
-//gdcm include
-#include "gdcmUtil.h"
-#include "gdcmFile.h"
-#include "gdcmValEntry.h"
-#include "gdcmSeqEntry.h"
-#include "gdcmSQItem.h"
-#include "gdcmSerieHelper.h"
+  It is distributed under dual licence
 
+  - BSD        See included LICENSE.txt file
+  - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+===========================================================================**/
+
+#ifndef CLITKDICOMWAVE2TEXT_H
+#define CLITKDICOMWAVE2TEXT_H
 
 namespace clitk {
 
@@ -24,7 +32,7 @@ namespace clitk {
       ~DicomWave2Text();
 
   };
-  
+
 } // end namespace
 
 #endif