Cisco Cisco StadiumVision Director Informazioni sulle licenze

Pagina di 2163
everyone can redistribute and change.  You can do so by permitting 
redistribution under these terms (or, alternatively, under the terms of the 
ordinary General Public License). 
 
  To apply these terms, attach the following notices to the library.  It is 
safest to attach them to the start of each source file to most effectively 
convey the exclusion of warranty; and each file should have at least the 
"copyright" line and a pointer to where the full notice is found. 
 
    , 1 April 1990 
  Ty Coon, President of Vice 
 
That's all there is to it! 
 
/* This module is part of the cryptlib continuously seeded pseudorandom 
   number generator.  For usage conditions, see lib_rand.c 
 
   [Here is the notice from lib_rand.c:] 
 
   This module and the misc/rnd*.c modules represent the cryptlib 
   continuously seeded pseudorandom number generator (CSPRNG) as described in 
   my 1998 Usenix Security Symposium paper "The generation of random numbers 
   for cryptographic purposes". 
 
   The CSPRNG code is copyright Peter Gutmann (and various others) 1996, 
   1997, 1998, 1999, all rights reserved.  Redistribution of the CSPRNG 
   modules and use in source and binary forms, with or without modification, 
   are permitted provided that the following conditions are met: 
 
   1. Redistributions of source code must retain the above copyright notice 
      and this permission notice in its entirety. 
 
   2. Redistributions in binary form must reproduce the copyright notice in 
      the documentation and/or other materials provided with the 
distribution. 
 
   3. A copy of any bugfixes or enhancements made must be provided to the 
      author,  to allow them to be added to the 
      baseline version of the code. 
 
  ALTERNATIVELY, the code may be distributed under the terms of the 
  GNU Lesser General Public License, version 2.1 or any later version 
  published by the Free Software Foundation, in which case the 
  provisions of the GNU LGPL are required INSTEAD OF the above 
  restrictions. 
 
  Although not required under the terms of the LGPL, it would still be 
  nice if you could make any changes available to the author to allow 
  a consistent code base to be maintained.  */ 
 
/* rndw32.c  -  W32 entropy gatherer 
 * Copyright (C) 1999, 2000, 2002, 2003, 2007 Free Software Foundation, Inc. 
 * Copyright Peter Gutmann, Matt Thomlinson and Blake Coverett 1996-2006 
 * 
 * This file is part of Libgcrypt. 
 *