diff options
author | Bruno Jofret <bruno.jofret@scilab.org> | 2008-02-15 15:52:49 +0000 |
---|---|---|
committer | Bruno Jofret <bruno.jofret@scilab.org> | 2008-02-15 15:52:49 +0000 |
commit | 7afd7c63dbfaef65ad03023b1490054a8d409722 (patch) | |
tree | b0775680a608b054f9b36cec590b0724ea80c9f0 /scilab/modules/intersci/etc | |
parent | 735a644c25c6196e15ce38e4b668690f42695cdc (diff) | |
download | scilab-7afd7c63dbfaef65ad03023b1490054a8d409722.zip scilab-7afd7c63dbfaef65ad03023b1490054a8d409722.tar.gz |
Massive License update
Diffstat (limited to 'scilab/modules/intersci/etc')
-rw-r--r-- | scilab/modules/intersci/etc/intersci.quit | 13 | ||||
-rw-r--r-- | scilab/modules/intersci/etc/intersci.start | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/scilab/modules/intersci/etc/intersci.quit b/scilab/modules/intersci/etc/intersci.quit index 8c4a4ef..28d8c8d 100644 --- a/scilab/modules/intersci/etc/intersci.quit +++ b/scilab/modules/intersci/etc/intersci.quit | |||
@@ -1,7 +1,16 @@ | |||
1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
2 | // Copyright (C) 2006-2008 - INRIA | ||
3 | // | ||
4 | // This file must be used under the terms of the CeCILL. | ||
5 | // This source file is licensed as described in the file COPYING, which | ||
6 | // you should have received as part of this distribution. The terms | ||
7 | // are also available at | ||
8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | ||
9 | |||
10 | |||
1 | // ==================================================================== | 11 | // ==================================================================== |
2 | // This file contains command to be executed at the end | 12 | // This file contains command to be executed at the end |
3 | // of a scilab session for intersci module | 13 | // of a scilab session for intersci module |
4 | // Copyright INRIA 2006 | ||
5 | // ==================================================================== | 14 | // ==================================================================== |
6 | // delete help chapter | 15 | // delete help chapter |
7 | del_help_chapter('intersci',%T); | 16 | del_help_chapter('intersci',%T); |
diff --git a/scilab/modules/intersci/etc/intersci.start b/scilab/modules/intersci/etc/intersci.start index 4dae7c7..ec60f50 100644 --- a/scilab/modules/intersci/etc/intersci.start +++ b/scilab/modules/intersci/etc/intersci.start | |||
@@ -1,6 +1,15 @@ | |||
1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
2 | // Copyright (C) 2006-2008 - INRIA | ||
3 | // | ||
4 | // This file must be used under the terms of the CeCILL. | ||
5 | // This source file is licensed as described in the file COPYING, which | ||
6 | // you should have received as part of this distribution. The terms | ||
7 | // are also available at | ||
8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | ||
9 | |||
10 | |||
1 | // ==================================================================== | 11 | // ==================================================================== |
2 | // intersci module initialisation file | 12 | // intersci module initialisation file |
3 | // Copyright INRIA 2006 | ||
4 | // ==================================================================== | 13 | // ==================================================================== |
5 | //Load functions librarie | 14 | //Load functions librarie |
6 | //load('SCI/modules/intersci/macros/lib'); | 15 | //load('SCI/modules/intersci/macros/lib'); |