diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fun.cpp | 11 | ||||
-rw-r--r-- | src/fun.h | 11 | ||||
-rw-r--r-- | src/fun.o | bin | 4617248 -> 4617264 bytes | |||
-rwxr-xr-x | src/libfun.so | bin | 2887768 -> 2887784 bytes | |||
-rw-r--r-- | src/main.cpp | 11 | ||||
-rwxr-xr-x | src/testfun | bin | 41008 -> 41008 bytes |
6 files changed, 33 insertions, 0 deletions
diff --git a/src/fun.cpp b/src/fun.cpp index 31d5dc1..7e30688 100644 --- a/src/fun.cpp +++ b/src/fun.cpp @@ -1,3 +1,14 @@ +// Copyright (C) 2019 - 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: Rupak Rokade
+// Organization: FOSSEE, IIT Bombay
+// Email: toolbox@scilab.in
+
#include <iostream>
#include <stdlib.h>
#include <octave/oct.h>
@@ -1,3 +1,14 @@ +// Copyright (C) 2019 - 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: Rupak Rokade +// Organization: FOSSEE, IIT Bombay +// Email: toolbox@scilab.in + #define fun_h__ //extern "C" int fun (double* answ, double* in1, int in1_row, std::string name, std::string opt); diff --git a/src/libfun.so b/src/libfun.so Binary files differindex 81fa71f..ab56601 100755 --- a/src/libfun.so +++ b/src/libfun.so diff --git a/src/main.cpp b/src/main.cpp index 36be819..d791462 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,14 @@ +// Copyright (C) 2019 - 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: Rupak Rokade +// Organization: FOSSEE, IIT Bombay +// Email: toolbox@scilab.in + #include<iostream> #include <stdlib.h> #include <string.h> diff --git a/src/testfun b/src/testfun Binary files differindex 631bb20..f64961d 100755 --- a/src/testfun +++ b/src/testfun |