Skip to content
Snippets Groups Projects
Commit c4ec2841 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

STYLE: proper copyright

parent 05075759
Branches
Tags
No related merge requests found
......@@ -10,11 +10,12 @@
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#include "itkExceptionObject.h"
#include "otbMacro.h"
......@@ -28,7 +29,7 @@ int otbPostGISCreateTableTransactorAccessors(int argc, char * argv[])
TransactorType myTransactor;
unsigned short dimension = 2;
myTransactor.SetDimension( dimension );
if( dimension != myTransactor.GetDimension() )
......@@ -48,7 +49,7 @@ int otbPostGISCreateTableTransactorAccessors(int argc, char * argv[])
if( srid != myTransactor.GetSRID() )
return EXIT_FAILURE;
return EXIT_SUCCESS;
}
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment