summaryrefslogtreecommitdiff
path: root/macros/octave_fun.sci
diff options
context:
space:
mode:
authorrupak2019-11-15 12:54:57 +0530
committerrupak2019-11-15 12:54:57 +0530
commit06d3027c99113c386336f723e3c601e2c129347a (patch)
tree2cc9ff1d9e3796722bb005a7ef670eda291137ea /macros/octave_fun.sci
parent0f2cba5eafdf09b6f969dbeb9ef4e5a8d833ac9c (diff)
downloadfossee-scilab-octave-toolbox-06d3027c99113c386336f723e3c601e2c129347a.tar.gz
fossee-scilab-octave-toolbox-06d3027c99113c386336f723e3c601e2c129347a.tar.bz2
fossee-scilab-octave-toolbox-06d3027c99113c386336f723e3c601e2c129347a.zip
added license info and cleaned for launch
Diffstat (limited to 'macros/octave_fun.sci')
-rw-r--r--macros/octave_fun.sci12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/octave_fun.sci b/macros/octave_fun.sci
index 60bd69f..da8b3ac 100644
--- a/macros/octave_fun.sci
+++ b/macros/octave_fun.sci
@@ -1,3 +1,15 @@
+// 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
+
+
function [y] = octave_fun()
// Calls an octave function with given inputs and returns the expected output
//