diff options
author | Bruno Jofret <bruno.jofret@scilab.org> | 2008-02-16 14:47:49 +0000 |
---|---|---|
committer | Bruno Jofret <bruno.jofret@scilab.org> | 2008-02-16 14:47:49 +0000 |
commit | 8e68d8e77cb3a62a15363b286ea863665423213e (patch) | |
tree | 21595e3166f9e269a1eb214a1d5b0e4ce440bd2d /scilab/modules/data_structures/etc | |
parent | 8fb15035f9b1cf916258e4faeb7bd2ddd50ea16c (diff) | |
download | scilab-8e68d8e77cb3a62a15363b286ea863665423213e.zip scilab-8e68d8e77cb3a62a15363b286ea863665423213e.tar.gz |
Massive License Update
Diffstat (limited to 'scilab/modules/data_structures/etc')
-rw-r--r-- | scilab/modules/data_structures/etc/data_structures.quit | 13 | ||||
-rw-r--r-- | scilab/modules/data_structures/etc/data_structures.start | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/scilab/modules/data_structures/etc/data_structures.quit b/scilab/modules/data_structures/etc/data_structures.quit index 5bec728..0022670 100644 --- a/scilab/modules/data_structures/etc/data_structures.quit +++ b/scilab/modules/data_structures/etc/data_structures.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 data_structures module | 13 | // of a scilab session for data_structures module |
4 | // Copyright INRIA 2006 | ||
5 | // ==================================================================== | 14 | // ==================================================================== |
6 | // delete help chapter | 15 | // delete help chapter |
7 | del_help_chapter('data_structures',%T); | 16 | del_help_chapter('data_structures',%T); |
diff --git a/scilab/modules/data_structures/etc/data_structures.start b/scilab/modules/data_structures/etc/data_structures.start index 361251f..cd01c85 100644 --- a/scilab/modules/data_structures/etc/data_structures.start +++ b/scilab/modules/data_structures/etc/data_structures.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 | // data_structures module initialisation file | 12 | // data_structures module initialisation file |
3 | // Copyright INRIA 2006 | ||
4 | // ==================================================================== | 13 | // ==================================================================== |
5 | //Load functions librarie | 14 | //Load functions librarie |
6 | load('SCI/modules/data_structures/macros/lib'); | 15 | load('SCI/modules/data_structures/macros/lib'); |