From 4c66f5a7cbce9f221a1f62f595ad31b80c17ce76 Mon Sep 17 00:00:00 2001 From: Gauthier Bouilhol Date: Tue, 11 Oct 2011 16:49:31 +0200 Subject: [PATCH] clitk header added --- tools/clitkDicomWave2Text.cxx | 18 ++++++++++++++++++ tools/clitkDicomWave2Text.ggo | 4 ++-- tools/clitkDicomWave2Text.h | 18 ++++++++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/tools/clitkDicomWave2Text.cxx b/tools/clitkDicomWave2Text.cxx index 1e04b26..694a98b 100644 --- a/tools/clitkDicomWave2Text.cxx +++ b/tools/clitkDicomWave2Text.cxx @@ -1,3 +1,21 @@ +/*========================================================================= + 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. + + 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 +===========================================================================**/ + #include "clitkDicomWave2Text.h" #include "clitkDicomWave2Text_ggo.h" diff --git a/tools/clitkDicomWave2Text.ggo b/tools/clitkDicomWave2Text.ggo index 26542a0..77a3597 100644 --- a/tools/clitkDicomWave2Text.ggo +++ b/tools/clitkDicomWave2Text.ggo @@ -1,6 +1,6 @@ # file DicomWave2Text -package "DicomWave2Text" -version "1.0" +package "clitk" +version "1.2" purpose "Extract data from a Dicom wave file to a text file" option "config" - "config file" string no option "InputFile" i "Dicom inputfile name" string no diff --git a/tools/clitkDicomWave2Text.h b/tools/clitkDicomWave2Text.h index cf71505..c7c23e0 100644 --- a/tools/clitkDicomWave2Text.h +++ b/tools/clitkDicomWave2Text.h @@ -1,3 +1,21 @@ +/*========================================================================= + 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. + + 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 -- 2.47.1