X-Git-Url: https://rtime.felk.cvut.cz/gitweb/mf624-simulink.git/blobdiff_plain/b97abaaa4663e5a6caa3af4f65a09c5ca96b7e2e..629314ef680aff5d27d5be1615805d585fc866b6:/sfIRCInput.c diff --git a/sfIRCInput.c b/sfIRCInput.c index 6779455..b9d4655 100644 --- a/sfIRCInput.c +++ b/sfIRCInput.c @@ -1,7 +1,33 @@ /* * S-function to support IRC inputs on Humusoft MF624 card * - * Based on sfuntmpl_basic.c by The MathWorks, Inc. + * Copyright (C) 2014 Pavel Pisa + * + * Department of Control Engineering + * Faculty of Electrical Engineering + * Czech Technical University in Prague (CTU) + * + * The S-Function for ERT Linux can be distributed in compliance + * with GNU General Public License (GPL) version 2 or later. + * Other licence can negotiated with CTU. + * + * Next exception is granted in addition to GPL. + * Instantiating or linking compiled version of this code + * to produce an application image/executable, does not + * by itself cause the resulting application image/executable + * to be covered by the GNU General Public License. + * This exception does not however invalidate any other reasons + * why the executable file might be covered by the GNU Public License. + * Publication of enhanced or derived S-function files is required + * although. + * + * Linux ERT code is available from + * http://rtime.felk.cvut.cz/gitweb/ert_linux.git + * More CTU Linux target for Simulink components are available at + * http://lintarget.sourceforge.net/ + * + * sfuntmpl_basic.c by The MathWorks, Inc. has been used to accomplish + * required S-function structure. */