Blame LICENSE

Packit fc16e3
Packit fc16e3
This distribution contains code derived from the sample UUID implementation in
Packit fc16e3
RFC 4122, which contains the following clause.
Packit fc16e3
Packit fc16e3
 /*
Packit fc16e3
 ** Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Packit fc16e3
 ** Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. &
Packit fc16e3
 ** Digital Equipment Corporation, Maynard, Mass.
Packit fc16e3
 ** Copyright (c) 1998 Microsoft.
Packit fc16e3
 ** To anyone who acknowledges that this file is provided "AS IS"
Packit fc16e3
 ** without any express or implied warranty: permission to use, copy,
Packit fc16e3
 ** modify, and distribute this file for any purpose is hereby
Packit fc16e3
 ** granted without fee, provided that the above copyright notices and
Packit fc16e3
 ** this notice appears in all source code copies, and that none of
Packit fc16e3
 ** the names of Open Software Foundation, Inc., Hewlett-Packard
Packit fc16e3
 ** Company, Microsoft, or Digital Equipment Corporation be used in
Packit fc16e3
 ** advertising or publicity pertaining to distribution of the software
Packit fc16e3
 ** without specific, written prior permission. Neither Open Software
Packit fc16e3
 ** Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital
Packit fc16e3
 ** Equipment Corporation makes any representations about the
Packit fc16e3
 ** suitability of this software for any purpose.
Packit fc16e3
 */
Packit fc16e3
Packit fc16e3
The same terms apply to this code.