]> Creatis software - clitk.git/blobdiff - tools/clitkWarpImage.cxx
Remove doublons for qt macros
[clitk.git] / tools / clitkWarpImage.cxx
index 26341a6a1c7eb88b589d1dabb90151a3c18e5fb3..cf1dec0fd8b07a814cc62f6a047db23a8a9357d2 100644 (file)
@@ -1,11 +1,28 @@
+/*=========================================================================
+  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
+===========================================================================**/
 
 /* =================================================
  * @file   clitkWarpImage.cxx
- * @author 
- * @date   
- * 
- * @brief 
- * 
+ * @author
+ * @date
+ *
+ * @brief
+ *
  ===================================================*/
 
 
@@ -16,7 +33,8 @@
 
 
 //--------------------------------------------------------------------
-int main(int argc, char * argv[]) {
+int main(int argc, char * argv[])
+{
 
   // Init command line
   GGO(clitkWarpImage, args_info);
@@ -24,7 +42,7 @@ int main(int argc, char * argv[]) {
 
   // Filter
   clitk::WarpImageGenericFilter::Pointer genericFilter=clitk::WarpImageGenericFilter::New();
-  
+
   genericFilter->SetArgsInfo(args_info);
   genericFilter->Update();