source: PlatformSupport/pnet/license.txt

Last change on this file was 1915, checked in by murphpo, 11 years ago

initial commit of WARPLab7 code

File size: 1.8 KB
Line 
1/*
2%   This file(s) is part of the tcp_udp_ip toolbox (C) Peter Rydesäter et al.
3%    1998-2003 for running in MATLAB(R) as scripts and/or plug-ins.
4%
5%   This program is free software; you can redistribute it and/or modify
6%   it under the terms of the GNU General Public License as published by
7%   the Free Software Foundation; either version 2 of the License, or
8%   (at your option) any later version.
9%
10%   This program is distributed in the hope that it will be useful,
11%   but WITHOUT ANY WARRANTY; without even the implied warranty of
12%   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13%   GNU General Public License for more details.
14%
15%   You should have received a copy of the GNU General Public License
16%   along with this program; if not, write to the Free Software
17%   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18%
19%   In addition, as a SPECIAL EXCEPTION, Peter Rydesäter, SWEDEN,
20%   gives permission to link the code of this program with any library,
21%   and distribute linked combinations of it. You must obey the GNU
22%   General Public License in all respects for all of the code in the
23%   tcp_udp_ip toolbox and any . If you modify any source file included,
24%   you may extend this exception to your version of the file, but you are
25%   not obligated to do so.  If you do not wish to do so, delete this exception
26%   statement from your version. This exception makes it possible to use
27%   pnet.c (.dll) as a plug-in as it is intended and let it be (dynamical)
28%   linked to MATLAB(R) or any compiled stand alone application.
29%   
30%
31%   Original source from http://www.mathworks.com/matlabcentral/fileexchange/345
32%   All modifications to this source copyright Mango Communications, 2013.
33%   Mango Communication's modifications are available under the same license
34%   terms stated above.
35*/
Note: See TracBrowser for help on using the repository browser.