diff options
Diffstat (limited to 'src/c/matrixOperations/cat')
-rw-r--r-- | src/c/matrixOperations/cat/i16cata.c | 12 | ||||
-rw-r--r-- | src/c/matrixOperations/cat/i16cats.c | 12 | ||||
-rw-r--r-- | src/c/matrixOperations/cat/i8cata.c | 12 | ||||
-rw-r--r-- | src/c/matrixOperations/cat/i8cats.c | 12 | ||||
-rw-r--r-- | src/c/matrixOperations/cat/u16cata.c | 12 | ||||
-rw-r--r-- | src/c/matrixOperations/cat/u16cats.c | 13 | ||||
-rw-r--r-- | src/c/matrixOperations/cat/u8cata.c | 12 | ||||
-rw-r--r-- | src/c/matrixOperations/cat/u8cats.c | 12 |
8 files changed, 89 insertions, 8 deletions
diff --git a/src/c/matrixOperations/cat/i16cata.c b/src/c/matrixOperations/cat/i16cata.c index 9acd10ec..d7187b4a 100644 --- a/src/c/matrixOperations/cat/i16cata.c +++ b/src/c/matrixOperations/cat/i16cata.c @@ -1,4 +1,14 @@ -/* Scilab2C FOSSEE IIT BOMBAY*/ +/* 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: Mushir + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #include "cat.h" /* From scilab help cat then the concatenation is done according to the rows A1 = [1 2 3;4 5 6]; diff --git a/src/c/matrixOperations/cat/i16cats.c b/src/c/matrixOperations/cat/i16cats.c index 8d8af28f..11b24ac6 100644 --- a/src/c/matrixOperations/cat/i16cats.c +++ b/src/c/matrixOperations/cat/i16cats.c @@ -1,4 +1,14 @@ -/* Scilab2C FOSSEE IIT BOMBAY*/ +/* 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: Mushir + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #include "cat.h" void i16rowcats(int16 in1,int16 in2,int16 *out) diff --git a/src/c/matrixOperations/cat/i8cata.c b/src/c/matrixOperations/cat/i8cata.c index a2caad95..47fbfa40 100644 --- a/src/c/matrixOperations/cat/i8cata.c +++ b/src/c/matrixOperations/cat/i8cata.c @@ -1,4 +1,14 @@ -/* Scilab2C FOSSEE IIT BOMBAY*/ +/* 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: Mushir + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #include "cat.h" /* From scilab help cat then the concatenation is done according to the rows A1 = [1 2 3;4 5 6]; diff --git a/src/c/matrixOperations/cat/i8cats.c b/src/c/matrixOperations/cat/i8cats.c index 575f8a8f..51dadd16 100644 --- a/src/c/matrixOperations/cat/i8cats.c +++ b/src/c/matrixOperations/cat/i8cats.c @@ -1,4 +1,14 @@ -/* Scilab 2C FOSSEE IIT BOMBAY */ +/* 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: Mushir + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #include "cat.h" void i8rowcats(int8 in1,int8 in2,int8 *out) diff --git a/src/c/matrixOperations/cat/u16cata.c b/src/c/matrixOperations/cat/u16cata.c index 2b756e59..8c33acb9 100644 --- a/src/c/matrixOperations/cat/u16cata.c +++ b/src/c/matrixOperations/cat/u16cata.c @@ -1,4 +1,14 @@ -/* Scilab2C FOSSEE IIT BOMBAY*/ +/* 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: Mushir + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #include "cat.h" /* From scilab help cat then the concatenation is done according to the rows A1 = [1 2 3;4 5 6]; diff --git a/src/c/matrixOperations/cat/u16cats.c b/src/c/matrixOperations/cat/u16cats.c index e4170490..942ed769 100644 --- a/src/c/matrixOperations/cat/u16cats.c +++ b/src/c/matrixOperations/cat/u16cats.c @@ -1,4 +1,15 @@ -/* Scilab2C FOSSEE IIT BOMBAY*/ +/* 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: Mushir + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ + #include "cat.h" void u16rowcats(uint16 in1,uint16 in2,uint16 *out) diff --git a/src/c/matrixOperations/cat/u8cata.c b/src/c/matrixOperations/cat/u8cata.c index 29163238..ab15f42f 100644 --- a/src/c/matrixOperations/cat/u8cata.c +++ b/src/c/matrixOperations/cat/u8cata.c @@ -1,4 +1,14 @@ -/* Scilab2C FOSSEE IIT BOMBAY*/ +/* 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: Mushir + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #include "cat.h" /* From scilab help cat then the concatenation is done according to the rows A1 = [1 2 3;4 5 6]; diff --git a/src/c/matrixOperations/cat/u8cats.c b/src/c/matrixOperations/cat/u8cats.c index 249a6b8c..92341f3b 100644 --- a/src/c/matrixOperations/cat/u8cats.c +++ b/src/c/matrixOperations/cat/u8cats.c @@ -1,4 +1,14 @@ -/* Scilab2C FOSSEE IIT BOMBAY*/ +/* 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: Mushir + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #include "cat.h" void u8rowcats(uint8 in1,uint8 in2,uint8 *out) |