|
| 1 | +This package was debianized by Mark Heily <mark@heily.com> on |
| 2 | +Sun, 28 Mar 2010 18:58:58 -0400 |
| 3 | + |
| 4 | +It was downloaded from http://mark.heily.com/libkqueue/trunk/ |
| 5 | + |
| 6 | +Copyright: |
| 7 | + |
| 8 | + Copyright (C) 2009 Mark Heily <mark@heily.com> |
| 9 | + Copyright (c) 2000 Jonathan Lemon |
| 10 | + Copyright 2002 Niels Provos <provos@citi.umich.edu> |
| 11 | + |
| 12 | +License: |
| 13 | + |
| 14 | + Copyright (c) 2009 Mark Heily <mark@heily.com> |
| 15 | + |
| 16 | + Permission to use, copy, modify, and distribute this software for any |
| 17 | + purpose with or without fee is hereby granted, provided that the above |
| 18 | + copyright notice and this permission notice appear in all copies. |
| 19 | + |
| 20 | + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 21 | + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 22 | + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 23 | + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 24 | + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 25 | + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 26 | + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 27 | + |
| 28 | +include/sys/event.h is licensed: |
| 29 | + |
| 30 | + Copyright (c) 1999,2000,2001 Jonathan Lemon <jlemon@FreeBSD.org> |
| 31 | + All rights reserved. |
| 32 | + |
| 33 | + Redistribution and use in source and binary forms, with or without |
| 34 | + modification, are permitted provided that the following conditions |
| 35 | + are met: |
| 36 | + 1. Redistributions of source code must retain the above copyright |
| 37 | + notice, this list of conditions and the following disclaimer. |
| 38 | + 2. Redistributions in binary form must reproduce the above copyright |
| 39 | + notice, this list of conditions and the following disclaimer in the |
| 40 | + documentation and/or other materials provided with the distribution. |
| 41 | + |
| 42 | + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 43 | + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 44 | + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 45 | + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 46 | + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 47 | + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 48 | + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 49 | + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 50 | + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 51 | + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 52 | + SUCH DAMAGE. |
| 53 | + |
| 54 | +src/common/tree.h is licensed: |
| 55 | + |
| 56 | + Copyright 2002 Niels Provos <provos@citi.umich.edu> |
| 57 | + All rights reserved. |
| 58 | + |
| 59 | + Redistribution and use in source and binary forms, with or without |
| 60 | + modification, are permitted provided that the following conditions |
| 61 | + are met: |
| 62 | + 1. Redistributions of source code must retain the above copyright |
| 63 | + notice, this list of conditions and the following disclaimer. |
| 64 | + 2. Redistributions in binary form must reproduce the above copyright |
| 65 | + notice, this list of conditions and the following disclaimer in the |
| 66 | + documentation and/or other materials provided with the distribution. |
| 67 | + |
| 68 | + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 69 | + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 70 | + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 71 | + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 72 | + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 73 | + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 74 | + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 75 | + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 76 | + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 77 | + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 78 | + SUCH DAMAGE. |
| 79 | + |
| 80 | +The Debian packaging is: |
| 81 | + |
| 82 | + Copyright (C) 2010 Mark Heily <mark@heily.com> |
| 83 | + All rights reserved. |
| 84 | + |
| 85 | + Redistribution and use in source and binary forms, with or without |
| 86 | + modification, are permitted provided that the following conditions |
| 87 | + are met: |
| 88 | + 1. Redistributions of source code must retain the above copyright |
| 89 | + notice, this list of conditions and the following disclaimer. |
| 90 | + 2. Redistributions in binary form must reproduce the above copyright |
| 91 | + notice, this list of conditions and the following disclaimer in the |
| 92 | + documentation and/or other materials provided with the distribution. |
| 93 | + |
| 94 | + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 95 | + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 96 | + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 97 | + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 98 | + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 99 | + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 100 | + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 101 | + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 102 | + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 103 | + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 104 | + SUCH DAMAGE. |
| 105 | + |
0 commit comments