diff options
Diffstat (limited to 'macros/Hardware/RasberryPi/IsRPISupportFunction.sci')
-rw-r--r-- | macros/Hardware/RasberryPi/IsRPISupportFunction.sci | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/macros/Hardware/RasberryPi/IsRPISupportFunction.sci b/macros/Hardware/RasberryPi/IsRPISupportFunction.sci index 647b0c8..c6a2c36 100644 --- a/macros/Hardware/RasberryPi/IsRPISupportFunction.sci +++ b/macros/Hardware/RasberryPi/IsRPISupportFunction.sci @@ -9,7 +9,17 @@ function Output = IsRPISupportFunction(FunName) // Output: True or False depending whether given function is a RPi // support functions or not // -// Author: Siddhesh Wani +// Copyright (C) 2017 - 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 +// // ----------------------------------------------------------------- //Get list of supported functions for AVR |