summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/rand
diff options
context:
space:
mode:
Diffstat (limited to 'src/auxiliaryFunctions/rand')
-rw-r--r--src/auxiliaryFunctions/rand/cranda.c20
-rw-r--r--src/auxiliaryFunctions/rand/crands.c20
-rw-r--r--src/auxiliaryFunctions/rand/dranda.c20
-rw-r--r--src/auxiliaryFunctions/rand/drands.c20
-rw-r--r--src/auxiliaryFunctions/rand/sranda.c20
-rw-r--r--src/auxiliaryFunctions/rand/srands.c20
-rw-r--r--src/auxiliaryFunctions/rand/testRand.h20
-rw-r--r--src/auxiliaryFunctions/rand/zranda.c20
-rw-r--r--src/auxiliaryFunctions/rand/zrands.c20
9 files changed, 90 insertions, 90 deletions
diff --git a/src/auxiliaryFunctions/rand/cranda.c b/src/auxiliaryFunctions/rand/cranda.c
index 543ea1bb..12dda29e 100644
--- a/src/auxiliaryFunctions/rand/cranda.c
+++ b/src/auxiliaryFunctions/rand/cranda.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** cranda.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Sep 7 16:05:02 2007 bruno
-** Last update Fri Sep 7 16:08:23 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * 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-en.txt
+ *
+ */
#include "rand.h"
diff --git a/src/auxiliaryFunctions/rand/crands.c b/src/auxiliaryFunctions/rand/crands.c
index d9734327..82b1a620 100644
--- a/src/auxiliaryFunctions/rand/crands.c
+++ b/src/auxiliaryFunctions/rand/crands.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** crands.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Sep 7 14:32:00 2007 bruno
-** Last update Fri Sep 7 14:32:38 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * 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-en.txt
+ *
+ */
#include "rand.h"
diff --git a/src/auxiliaryFunctions/rand/dranda.c b/src/auxiliaryFunctions/rand/dranda.c
index d6be991b..f4678279 100644
--- a/src/auxiliaryFunctions/rand/dranda.c
+++ b/src/auxiliaryFunctions/rand/dranda.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** dranda.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Sep 7 15:55:47 2007 bruno
-** Last update Fri Sep 7 15:59:21 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * 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-en.txt
+ *
+ */
#include "rand.h"
diff --git a/src/auxiliaryFunctions/rand/drands.c b/src/auxiliaryFunctions/rand/drands.c
index 749f27c3..5ce70945 100644
--- a/src/auxiliaryFunctions/rand/drands.c
+++ b/src/auxiliaryFunctions/rand/drands.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** drands.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Sep 7 14:27:51 2007 bruno
-** Last update Fri Sep 7 14:31:48 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * 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-en.txt
+ *
+ */
#include "rand.h"
diff --git a/src/auxiliaryFunctions/rand/sranda.c b/src/auxiliaryFunctions/rand/sranda.c
index 1c451f6e..e6203e3e 100644
--- a/src/auxiliaryFunctions/rand/sranda.c
+++ b/src/auxiliaryFunctions/rand/sranda.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** sranda.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Sep 7 15:52:34 2007 bruno
-** Last update Fri Sep 7 15:55:32 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * 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-en.txt
+ *
+ */
#include "rand.h"
diff --git a/src/auxiliaryFunctions/rand/srands.c b/src/auxiliaryFunctions/rand/srands.c
index c78011b4..8196d7cd 100644
--- a/src/auxiliaryFunctions/rand/srands.c
+++ b/src/auxiliaryFunctions/rand/srands.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** srands.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Mon May 14 16:22:52 2007 jofret
-** Last update Mon May 14 16:46:47 2007 jofret
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * 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-en.txt
+ *
+ */
#include "rand.h"
diff --git a/src/auxiliaryFunctions/rand/testRand.h b/src/auxiliaryFunctions/rand/testRand.h
index 356aaa0b..b55a0162 100644
--- a/src/auxiliaryFunctions/rand/testRand.h
+++ b/src/auxiliaryFunctions/rand/testRand.h
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** testRand.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Wed Feb 14 16:07:57 2007 jofret
-** Last update Thu Nov 8 16:03:15 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * 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-en.txt
+ *
+ */
#ifndef __TESTRAND_H__
#define __TESTRAND_H__
diff --git a/src/auxiliaryFunctions/rand/zranda.c b/src/auxiliaryFunctions/rand/zranda.c
index 1502abf5..7dd04a16 100644
--- a/src/auxiliaryFunctions/rand/zranda.c
+++ b/src/auxiliaryFunctions/rand/zranda.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** zranda.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Sep 7 16:08:40 2007 bruno
-** Last update Fri Sep 7 16:11:39 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * 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-en.txt
+ *
+ */
#include "rand.h"
diff --git a/src/auxiliaryFunctions/rand/zrands.c b/src/auxiliaryFunctions/rand/zrands.c
index e844b675..e9b2bd33 100644
--- a/src/auxiliaryFunctions/rand/zrands.c
+++ b/src/auxiliaryFunctions/rand/zrands.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** zrands.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Sep 7 14:35:04 2007 bruno
-** Last update Fri Sep 7 14:42:44 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * 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-en.txt
+ *
+ */
#include "rand.h"