Administrator Guide

The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
arranty 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. */
UFC-crypt:
UFC-crypt: ultra fast crypt(3) implementation
Copyright (C) 1991, 1992, 1993, 1996 Free Software Foundation, Inc.
This library 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; either version 2 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 Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@(#)crypt.c 2.25 12/20/96
Semiportable C version
Author & licensing etc
----------------------
UFC-crypt is created by Michael Glad, email: glad@daimi.aau.dk, and has been donated to the Free Software Foundation, Inc. It
is covered by the GNU library license version 2, see the file 'COPYING.LIB'.
Softfloat License
Use of any of this software is governed by the terms of the license below: SoftFloat was written by me, John R. Hauser. This
work was made possible in part by the International Computer Science Institute, located at Suite 600, 1947 Center Street,
Berkeley, California 94704. Funding was partially provided by the National Science Foundation under grant MIP-9311980. The
original version of this code was written as part of a project to build a fixed-point vector processor in collaboration with the
University of California at Berkeley, overseen by Profs. Nelson Morgan and John Wawrzynek.
THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort has been made to avoid it, THIS SOFTWARE
MAY CONTAIN FAULTS THAT WILL AT TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED
TO PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ALL LOSSES, COSTS, OR
OTHER PROBLEMS THEY INCUR DUE TO THE SOFTWARE, AND WHO FURTHERMORE EFFECTIVELY INDEMNIFY JOHN
HAUSER AND THE INTERNATIONAL COMPUTER SCIENCE INSTITUTE (possibly via similar legal warning) AGAINST ALL
LOSSES, COSTS, OR OTHER PROBLEMS INCURRED BY THEIR CUSTOMERS AND CLIENTS DUE TO THE SOFTWARE.
Derivative works are acceptable, even for commercial purposes, provided that the minimal documentation requirements stated
in the source code are satisfied.
Standards Source License - Version 1.2
1.1 "Commercial Use" means distribution or otherwise making the Original Code available to a third party.
1.2 "Contributor Version" means the combination of the Original Code, and the Modifications made by that particular
Contributor.
1.3 "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the
electronic transfer of data.
1.4 "Executable" means Original Code in any form other than Source Code.
1.5 "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by
Exhibit A.
1.6 "Larger Work" means a work which combines Original Code or portions thereof with code not governed by the terms of this
License.
1.7 "License" means this document.
136