summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/elementaryFunctions/interfaces
diff options
context:
space:
mode:
authorsiddhu89902017-04-19 11:56:09 +0530
committersiddhu89902017-04-19 11:56:09 +0530
commit645c51daadc9a5c9374b0465ded05f84bca65183 (patch)
treea2eac389b3e3e67c9182e8369b50eb78b5e698cb /2.3-1/src/c/elementaryFunctions/interfaces
parent160eb350837f8cd3cdb0943b5929e11f44036826 (diff)
downloadScilab2C-645c51daadc9a5c9374b0465ded05f84bca65183.tar.gz
Scilab2C-645c51daadc9a5c9374b0465ded05f84bca65183.tar.bz2
Scilab2C-645c51daadc9a5c9374b0465ded05f84bca65183.zip
Copyright message updated in added files and libraries separated in 'thirdparty' folder
Diffstat (limited to '2.3-1/src/c/elementaryFunctions/interfaces')
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_bitand.h12
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_bitcmp.h12
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_bitget.h12
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_bitor.h12
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_bitset.h12
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_bitxor.h12
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_int16.h22
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_int8.h22
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_linspace.h12
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_logspace.h12
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_uint16.h24
-rw-r--r--2.3-1/src/c/elementaryFunctions/interfaces/int_uint8.h24
12 files changed, 132 insertions, 56 deletions
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitand.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitand.h
index 26031ad3..8b208eaa 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitand.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitand.h
@@ -1,4 +1,14 @@
-/* Scilab2C FOSSEE IITB */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Mushir
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_BITAND_H__
#define __INT_BITAND_H__
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitcmp.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitcmp.h
index d72eb2e7..d49289f1 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitcmp.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitcmp.h
@@ -1,4 +1,14 @@
-/* Scilab2C FOSSEE IITB */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Mushir
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_BITCMP_H__
#define __INT_BITCMP_H__
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitget.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitget.h
index 7b6b8e9e..ea930ab1 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitget.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitget.h
@@ -1,4 +1,14 @@
-/* Scilab2C FOSSEE IITB */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Mushir
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_BITGET_H__
#define __INT_BITGET_H__
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitor.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitor.h
index 6a65c9f3..00edc483 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitor.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitor.h
@@ -1,4 +1,14 @@
-/* Scilab2C FOSSEE IITB */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Mushir
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_BITOR_H__
#define __INT_BITOR_H__
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitset.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitset.h
index e8643252..a37160be 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitset.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitset.h
@@ -1,4 +1,14 @@
-/* Scilab2C FOSSEE IITB */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Mushir
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_BITSET_H__
#define __INT_BITSET_H__
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitxor.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitxor.h
index 30aea6cf..1722c909 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_bitxor.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_bitxor.h
@@ -1,4 +1,14 @@
-/* Scilab2C FOSSEE IITB */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Mushir
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_BITXOR_H__
#define __INT_BITXOR_H__
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_int16.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_int16.h
index a5d66104..4f32fe9b 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_int16.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_int16.h
@@ -1,14 +1,14 @@
-/*
- * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
- * Copyright (C) 2008-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
- *
- */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Siddhesh Wani
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
/* THIS IS AN AUTOMATICALLY GENERATED FILE : DO NOT EDIT BY HAND. */
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_int8.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_int8.h
index 9a50e013..5628c5ac 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_int8.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_int8.h
@@ -1,14 +1,14 @@
-/*
- * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
- * Copyright (C) 2008-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
- *
- */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Mushir
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
/* THIS IS AN AUTOMATICALLY GENERATED FILE : DO NOT EDIT BY HAND. */
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_linspace.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_linspace.h
index 4e60b15b..f8af947a 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_linspace.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_linspace.h
@@ -1,4 +1,14 @@
-/* Scilab2C FOSSEE IITB */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Mushir
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_LINSPACE_H__
#define __INT_LINSPACE_H__
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_logspace.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_logspace.h
index 34e325ac..2c244006 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_logspace.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_logspace.h
@@ -1,4 +1,14 @@
-/* Scilab2C FOSSEE IITB */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Mushir
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_LOGSPACE_H__
#define __INT_LOGSPACE_H__
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_uint16.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_uint16.h
index 6d69caf3..12808776 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_uint16.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_uint16.h
@@ -1,16 +1,14 @@
-/*
- * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
- * Copyright (C) 2008-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
- *
- */
-
-/* THIS IS AN AUTOMATICALLY GENERATED FILE : DO NOT EDIT BY HAND. */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Siddhesh Wani
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_UINT16_H__
#define __INT_UINT16_H__
diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_uint8.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_uint8.h
index b29d7bbf..ac0bc43e 100644
--- a/2.3-1/src/c/elementaryFunctions/interfaces/int_uint8.h
+++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_uint8.h
@@ -1,16 +1,14 @@
-/*
- * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
- * Copyright (C) 2008-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
- *
- */
-
-/* THIS IS AN AUTOMATICALLY GENERATED FILE : DO NOT EDIT BY HAND. */
+/* Copyright (C) 2016 - IIT Bombay - FOSSEE
+
+ 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
+ Author: Siddhesh Wani
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
#ifndef __INT_UINT8_H__
#define __INT_UINT8_H__