Cisco Cisco IPICS Dispatch Console Licensing Information

Page of 3129
             Open Source Used In Cisco DFSI Gateway 4.9(2)                                                                                                                                   
2870
*
* http://www.sgi.com
*
* For further information regarding this notice, see:
*
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
/*
* QUOTA    An implementation of the diskquota system for the LINUX operating
*          system. QUOTA is implemented using the BSD systemcall interface
*          as the means of communication with the user level. Should work for
*          all filesystems because of integration into the VFS layer of the
*          operating system. This is based on the Melbourne quota system wich
*          uses both user and group quota files.
*
*          Program to query for the internal statistics.
*
* Author:  Marco van Wieringen <mvw@planets.elm.net>
*
* Version: $Id: quotastats.c,v 1.10 2002/06/16 19:00:46 jkar8572 Exp $
*
*          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.
*/
/*
* QUOTA    An implementation of the diskquota system for the LINUX operating
*          system. QUOTA is implemented using the BSD systemcall interface
*          as the means of communication with the user level. Should work for
*          all filesystems because of integration into the VFS layer of the
*          operating system. This is based on the Melbourne quota system wich
*          uses both user and group quota files.
*
*          Rquota service handlers.
*
* Author:  Marco van Wieringen <mvw@planets.elm.net>
*          changes for new utilities by Jan Kara <jack@suse.cz>
*          patches by Jani Jaakkola <jjaakkol@cs.helsinki.fi>
*
* Version: $Id: rquota_svc.c,v 1.17 2005/06/01 07:20:50 jkar8572 Exp $
*
*          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.
*/