diff options
Diffstat (limited to 'modules/overloading/etc')
-rwxr-xr-x | modules/overloading/etc/overloading.quit | 10 | ||||
-rwxr-xr-x | modules/overloading/etc/overloading.start | 14 |
2 files changed, 24 insertions, 0 deletions
diff --git a/modules/overloading/etc/overloading.quit b/modules/overloading/etc/overloading.quit new file mode 100755 index 000000000..ab83f0c89 --- /dev/null +++ b/modules/overloading/etc/overloading.quit @@ -0,0 +1,10 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2007-2008 - INRIA +// Copyright (C) 2009 - DIGITEO +// +// 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.1-en.txt + diff --git a/modules/overloading/etc/overloading.start b/modules/overloading/etc/overloading.start new file mode 100755 index 000000000..2aaebc95d --- /dev/null +++ b/modules/overloading/etc/overloading.start @@ -0,0 +1,14 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) INRIA +// +// 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.1-en.txt +//Load functions libraries + +// Load functions libraries +// ============================================================================= +load('SCI/modules/overloading/macros/lib'); + |