diff options
Diffstat (limited to 'src/c/scilab-arduino/cmd_servo_move')
-rw-r--r-- | src/c/scilab-arduino/cmd_servo_move/u8cmd_servo_moves.cpp | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/c/scilab-arduino/cmd_servo_move/u8cmd_servo_moves.cpp b/src/c/scilab-arduino/cmd_servo_move/u8cmd_servo_moves.cpp index 94f35639..c7c6fa7d 100644 --- a/src/c/scilab-arduino/cmd_servo_move/u8cmd_servo_moves.cpp +++ b/src/c/scilab-arduino/cmd_servo_move/u8cmd_servo_moves.cpp @@ -1,6 +1,14 @@ -/* - Scilab2C FOSSEE IIT BOMBAY - */ +/* 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 "cmd_servo_move.h" #include "Arduino.h" |