diff options
Diffstat (limited to 'modules/double/etc')
-rwxr-xr-x | modules/double/etc/double.quit | 10 | ||||
-rwxr-xr-x | modules/double/etc/double.start | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/modules/double/etc/double.quit b/modules/double/etc/double.quit new file mode 100755 index 000000000..ab83f0c89 --- /dev/null +++ b/modules/double/etc/double.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/double/etc/double.start b/modules/double/etc/double.start new file mode 100755 index 000000000..5835d507b --- /dev/null +++ b/modules/double/etc/double.start @@ -0,0 +1,10 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2006-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 + |