Cisco Cisco StadiumVision Director Informazioni sulle licenze

Pagina di 2163
 * 
 * 
This program 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 General Public License for more details. 
 * 
 * 
You should have received a copy of the GNU Lesser General  
 * 
Public License (LGPL) along with this program;  if not, write  
 * 
to the Free Software Foundation, Inc., 
 * 
59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
 * 
 * 
On Debian GNU/Linux systems, the complete text of the  
 * 
GNU Library General Public License can be found in 
 * 
`/usr/share/common-licenses/LGPL'. 
 * 
 * 
 * 
This library provides a stable way to lock devices on a Linux or 
 * 
Unix system, both following FSSTND 1.2 and SVr4 device locking 
 * 
methods, and it's built to be portable and to avoid conflicts 
 * 
with other programs. 
 * 
It is highly reccommended that all programs that need to lock a 
 * 
device (or test if it is locked, call the functions defined in 
 * 
the public interface of this library. 
 * 
 * 
To use the library on other Operating Systems, with different 
 * 
lock file name conventions, simply add the proper sprintf in the 
 * 
conditional statement at the beginning of this source. 
 
/* 
 * 
ttylock.h 
 * 
(c) 1997 by Fabrizio Polacco  
 * 
this header file is part of the lockdev library. 
 * 
 * 
This program is free software; you can redistribute it and/or 
 * 
modify it under the terms of the GNU Library General Public 
 * 
License as published by the Free Software Foundation; version 2 
 * 
dated June, 1991. 
 * 
 * 
This program 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 General Public License for more details. 
 * 
 * 
You should have received a copy of the GNU Library General 
 * 
Public License along with this program;  if not, write to the 
 * 
Free Software Foundation, Inc., 675 Mass Ave., Cambridge, MA 
 * 
02139, USA. 
 * 
 * 
This header file provides an alternative API to the services of 
 * 
the lockdev library, the same API implemented by AIX. 
 * 
It is intended as a quick help for any program originally 
 * 
designed for the AIX that wants to move to lockdev. 
 * 
 */