diff options
Diffstat (limited to 'src/c/scilab-arduino/cmd_servo_detach')
-rw-r--r-- | src/c/scilab-arduino/cmd_servo_detach/u8cmd_servo_detachs.cpp | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/c/scilab-arduino/cmd_servo_detach/u8cmd_servo_detachs.cpp b/src/c/scilab-arduino/cmd_servo_detach/u8cmd_servo_detachs.cpp index c8c5bebb..08ea03f4 100644 --- a/src/c/scilab-arduino/cmd_servo_detach/u8cmd_servo_detachs.cpp +++ b/src/c/scilab-arduino/cmd_servo_detach/u8cmd_servo_detachs.cpp @@ -1,6 +1,15 @@ -/* - 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_detach.h" #include "Arduino.h" #include<Servo.h> |