diff options
Diffstat (limited to 'modules/demo_tools/etc')
-rwxr-xr-x | modules/demo_tools/etc/demo_tools.quit | 10 | ||||
-rwxr-xr-x | modules/demo_tools/etc/demo_tools.start | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/modules/demo_tools/etc/demo_tools.quit b/modules/demo_tools/etc/demo_tools.quit new file mode 100755 index 000000000..ab83f0c89 --- /dev/null +++ b/modules/demo_tools/etc/demo_tools.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/demo_tools/etc/demo_tools.start b/modules/demo_tools/etc/demo_tools.start new file mode 100755 index 000000000..1512a51eb --- /dev/null +++ b/modules/demo_tools/etc/demo_tools.start @@ -0,0 +1,12 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2007-2008 - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr> +// +// 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 library +// ============================================================================= +load('SCI/modules/demo_tools/macros/lib'); |