diff options
Diffstat (limited to '2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h')
-rw-r--r-- | 2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h b/2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h index d3996563..0c27181f 100644 --- a/2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h +++ b/2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h @@ -1,21 +1,21 @@ -// Copyright (C) 2016 - IIT Bombay - FOSSEE -// -// This file must be used under the terms of the CeCILL. -// This source file is licensed as described in the file COPYING, which -// you should have received as part of this distribution. The terms -// are also available at -// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt -// Author: Siddhesh Wani -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Siddhesh Wani + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #ifndef __INT_FLIPDIM_H__ #define __INT_FLIPDIM_H__ #ifdef __cplusplus -#extern "C" { +extern "C" { #endif #define d0d0flipdimd0(in1, in2) in1 @@ -103,7 +103,7 @@ #ifdef __cplusplus -#} /* extern "C" */ +} /* extern "C" */ #endif #endif /*__INT_FLIPDIM_H__*/ |