summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fun.cpp11
-rw-r--r--src/fun.h11
-rw-r--r--src/fun.obin4617248 -> 4617264 bytes
-rwxr-xr-xsrc/libfun.sobin2887768 -> 2887784 bytes
-rw-r--r--src/main.cpp11
-rwxr-xr-xsrc/testfunbin41008 -> 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>
diff --git a/src/fun.h b/src/fun.h
index ac0c166..e5e1fff 100644
--- a/src/fun.h
+++ b/src/fun.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/fun.o b/src/fun.o
index b939504..63f1c8f 100644
--- a/src/fun.o
+++ b/src/fun.o
Binary files differ
diff --git a/src/libfun.so b/src/libfun.so
index 81fa71f..ab56601 100755
--- a/src/libfun.so
+++ b/src/libfun.so
Binary files differ
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
index 631bb20..f64961d 100755
--- a/src/testfun
+++ b/src/testfun
Binary files differ