summaryrefslogtreecommitdiff
path: root/src/c/elementaryFunctions/bitset
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/elementaryFunctions/bitset')
-rw-r--r--src/c/elementaryFunctions/bitset/u16bitsets.c12
-rw-r--r--src/c/elementaryFunctions/bitset/u8bitsets.c12
2 files changed, 22 insertions, 2 deletions
diff --git a/src/c/elementaryFunctions/bitset/u16bitsets.c b/src/c/elementaryFunctions/bitset/u16bitsets.c
index ff72be3f..179b7f21 100644
--- a/src/c/elementaryFunctions/bitset/u16bitsets.c
+++ b/src/c/elementaryFunctions/bitset/u16bitsets.c
@@ -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
+*/
#include "bitset.h"
#include<stdio.h>
diff --git a/src/c/elementaryFunctions/bitset/u8bitsets.c b/src/c/elementaryFunctions/bitset/u8bitsets.c
index b97a1575..1ff0d16f 100644
--- a/src/c/elementaryFunctions/bitset/u8bitsets.c
+++ b/src/c/elementaryFunctions/bitset/u8bitsets.c
@@ -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
+*/
#include "bitset.h"
#include<stdio.h>