X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkXdrImageIOFactory.cxx;h=760936d72658f2dba51d62c4cd7b0587c4b76039;hb=636a51ece8cce85f9f8f4bd55a8b05a497ba6cdc;hp=cbf7da8bbc8fbc5e2b67b111c50f485c7f0eb8df;hpb=a76308ba9b5add63fcce2632a3683ce64b0702c5;p=clitk.git diff --git a/common/clitkXdrImageIOFactory.cxx b/common/clitkXdrImageIOFactory.cxx index cbf7da8..760936d 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://oncora1.lyon.fnclcc.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()); }