BSD license change

This commit is contained in:
Guenter Obiltschnig
2007-01-17 10:34:30 +00:00
parent 8a498c2e19
commit 60d386edc9
9 changed files with 16 additions and 173 deletions

View File

@@ -1,7 +1,7 @@
//
// Random.h
//
// $Id: //poco/1.3/Foundation/include/Poco/Random.h#1 $
// $Id: //poco/1.3/Foundation/include/Poco/Random.h#2 $
//
// Library: Foundation
// Package: Crypt
@@ -36,7 +36,7 @@
//
//
// Based on the FreeBSD random number generator.
// src/lib/libc/stdlib/random.c,v 1.13 2000/01/27 23:06:49 jasone Exp
// src/lib/libc/stdlib/random.c,v 1.25
//
// Copyright (c) 1983, 1993
// The Regents of the University of California. All rights reserved.
@@ -48,10 +48,6 @@
// 2. Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the distribution.
// 3. All advertising materials mentioning features or use of this software
// must display the following acknowledgement:
// This product includes software developed by the University of
// California, Berkeley and its contributors.
// 4. Neither the name of the University nor the names of its contributors
// may be used to endorse or promote products derived from this software
// without specific prior written permission.