]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Added copyright statement from OpenBSD authors.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Jul 2008 05:32:52 +0000 (05:32 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Jul 2008 05:32:52 +0000 (05:32 +0000)
git-svn-id: file:///svn/unbound/trunk@1165 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
util/random.c

index 054d390b820847d3969647560f8ba811ecd0e88b..ca6af76e543c84517a24e524ad2978b8538d81dc 100644 (file)
@@ -1,3 +1,6 @@
+25 July 2008: Wouter
+       - added original copyright statement of OpenBSD arc4random code.
+
 22 July 2008: Wouter
        - moved pipe actions to util/tube.c. easier porting and shared code.
        - check _raw() commpoint callbacks with fptr_wlist.
index 3863837520238e900ad5baa682457d8630f252a7..02368ebe41ce921d4cd2655a1f1c4790bb9d3d96 100644 (file)
  *
  * The code in this file is based on arc4random from
  * openssh-4.0p1/openbsd-compat/bsd-arc4random.c
- * That code is also BSD licensed.
+ * That code is also BSD licensed. Here is their statement:
+ *
+ * Copyright (c) 1996, David Mazieres <dm@uun.org>
+ * Copyright (c) 2008, Damien Miller <djm@openbsd.org>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 #include "config.h"
 #include "util/random.h"