]> Creatis software - clitk.git/commitdiff
clitk header added
authorGauthier Bouilhol <bouilhol@creatis.insa-lyon.fr>
Tue, 11 Oct 2011 14:49:31 +0000 (16:49 +0200)
committerGauthier Bouilhol <bouilhol@creatis.insa-lyon.fr>
Tue, 11 Oct 2011 14:49:31 +0000 (16:49 +0200)
tools/clitkDicomWave2Text.cxx
tools/clitkDicomWave2Text.ggo
tools/clitkDicomWave2Text.h

index 1e04b269482948a1646c43597924bb6878297bf9..694a98b83f744c14b72006ecf2e8e6c50a0fa59d 100644 (file)
@@ -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"
 
index 26542a0378330b319289f70eb42a3008c16cfb20..77a3597048a80d59a41975a217d41a4a6475e682 100644 (file)
@@ -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
index cf71505dcbc970075ab336cbb8570e52e2b6fc9f..c7c23e01513a14e47a23622fccc234016dd28b00 100644 (file)
@@ -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