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