Cisco Cisco IPICS Release 2.1 Licensing Information

Page of 20889
             Open Source Used In  Cisco Instant Connect 4.10(1)                                                                                                                                   
4032
*          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.
*/
/* Copyright (C) 2002 Free Software Foundation, Inc.
  This file is part of the GNU C Library.
 
  The GNU C 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.
 
  The GNU C 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 the GNU C Library; if not, write to the Free
  Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  02111-1307 USA.  */
.\" 2004, Max Vozeler <max@hinterhof.net>
.\" Released under the Gnu GPL
.TH XQMSTATS 8 "April 2, 2004" "" "quota"
.\" 2004, Max Vozeler <max@hinterhof.net>
.\" Released under the Gnu GPL