diff options
Diffstat (limited to 'modules/xcos/etc/xcos.start')
-rwxr-xr-x | modules/xcos/etc/xcos.start | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/xcos/etc/xcos.start b/modules/xcos/etc/xcos.start new file mode 100755 index 000000000..1be0b2717 --- /dev/null +++ b/modules/xcos/etc/xcos.start @@ -0,0 +1,12 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2009-2011 - 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 + +// Load functions libraries +// ============================================================================= + load('SCI/modules/xcos/macros/lib'); |