X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDicomWave2Text.h;h=c7c23e01513a14e47a23622fccc234016dd28b00;hb=20147f097d36f54eae548368df24f577e5567677;hp=fa492679bdebda6b18532334efdabb5a96fd5592;hpb=42e050104aebe7830f2111d096f0dd6673987d1e;p=clitk.git diff --git a/tools/clitkDicomWave2Text.h b/tools/clitkDicomWave2Text.h index fa49267..c7c23e0 100644 --- a/tools/clitkDicomWave2Text.h +++ b/tools/clitkDicomWave2Text.h @@ -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