Cisco Cisco WAP200 Wireless-G Access Point - PoE Rangebooster 릴리즈 노트

다운로드
페이지 172
78-21112-01             Open Source Used In WAP200 2.0.6.x                                                                                                                                   
104
   Copyright (C) <year>  <name of author> 
 
   This library is free software; you can redistribute it and/or 
   modify it under the terms of the GNU Lesser General Public 
   License as published by the Free Software Foundation; either 
   version 2.1 of the License, or (at your option) any later version. 
 
   This library is distributed in the hope that it will be useful, 
   but WITHOUT ANY WARRANTY; without even the implied warranty of 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
   Lesser General Public License for more details. 
 
   You should have received a copy of the GNU Lesser General Public 
   License along with this library; if not, write to the Free Software 
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA 
 
Also add information on how to contact you by electronic and paper mail. 
 
You should also get your employer (if you work as a programmer) or your 
school, if any, to sign a "copyright disclaimer" for the library, if 
necessary.  Here is a sample; alter the names: 
 
 Yoyodyne, Inc., hereby disclaims all copyright interest in the 
 library 'Frob' (a library for tweaking knobs) written by James Random Hacker. 
 
 <signature of Ty Coon>, 1 April 1990 
 Ty Coon, President of Vice 
 
That's all there is to it!
 
1.9 init 1.21 
1.9.1 Available under license : 
/* expand.c: expand a file with holes into another
*
* Copyright (C) 1998  Kenneth Albanowski <kjahds@kjahds.com>,
*                     D. Jeff Dionne <jeff@lineo.ca>,
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
 
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>