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