X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkXdrImageIOFactory.cxx;h=8af499fd68484057d4e80bb4653f3d0e3a087a13;hb=b7b8f2b040d1772c30c34653ee3fe0c27bc8fa71;hp=cbf7da8bbc8fbc5e2b67b111c50f485c7f0eb8df;hpb=a76308ba9b5add63fcce2632a3683ce64b0702c5;p=clitk.git diff --git a/common/clitkXdrImageIOFactory.cxx b/common/clitkXdrImageIOFactory.cxx index cbf7da8..8af499f 100644 --- a/common/clitkXdrImageIOFactory.cxx +++ b/common/clitkXdrImageIOFactory.cxx @@ -1,3 +1,20 @@ +/*========================================================================= + 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 CLITKXDRIMAGEIOFACTORY_CXX #define CLITKXDRIMAGEIOFACTORY_CXX @@ -16,11 +33,11 @@ //==================================================================== clitk::XdrImageIOFactory::XdrImageIOFactory() { - this->RegisterOverride("itkImageIOBase", - "XdrImageIO", - "Xdr Image IO", - 1, - itk::CreateObjectFunction::New()); + this->RegisterOverride("itkImageIOBase", + "XdrImageIO", + "Xdr Image IO", + 1, + itk::CreateObjectFunction::New()); }