| The Android Open Source Project | dd7bc33 | 2009-03-03 19:32:55 -0800 | [diff] [blame] | 1 |  | 
 | 2 | Copyright (c) 2008, The Android Open Source Project | 
 | 3 | All rights reserved. | 
 | 4 |  | 
 | 5 | Redistribution and use in source and binary forms, with or without | 
 | 6 | modification, are permitted provided that the following conditions | 
 | 7 | are met: | 
 | 8 |  * Redistributions of source code must retain the above copyright | 
 | 9 |    notice, this list of conditions and the following disclaimer. | 
 | 10 |  * Redistributions in binary form must reproduce the above copyright | 
 | 11 |    notice, this list of conditions and the following disclaimer in | 
 | 12 |    the documentation and/or other materials provided with the  | 
 | 13 |    distribution. | 
 | 14 |  * Neither the name of The Android Open Source Project nor the names | 
 | 15 |    of its contributors may be used to endorse or promote products | 
 | 16 |    derived from this software without specific prior written | 
 | 17 |    permission. | 
 | 18 |  | 
 | 19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 20 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 21 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 22 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 23 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 24 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 25 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 26 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED  | 
 | 27 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 28 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 29 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 30 | SUCH DAMAGE. | 
 | 31 |  | 
 | 32 |  | 
 | 33 | Copyright (c) 1998 Robert Nordier | 
 | 34 | Copyright (c) 1989, 1993 | 
 | 35 |      The Regents of the University of California.  All rights reserved. | 
 | 36 |  | 
 | 37 | This code is derived from software contributed to Berkeley by | 
 | 38 | Kevin Fall. | 
 | 39 | This code is derived from software contributed to Berkeley by | 
 | 40 | Keith Muller of the University of California, San Diego and Lance | 
 | 41 | Visser of Convex Computer Corporation. | 
 | 42 | This code is derived from software contributed to Berkeley by | 
 | 43 | Mike Muuss. | 
 | 44 |  | 
 | 45 | Redistribution and use in source and binary forms, with or without | 
 | 46 | modification, are permitted provided that the following conditions | 
 | 47 | are met: | 
 | 48 | 1. Redistributions of source code must retain the above copyright | 
 | 49 |    notice, this list of conditions and the following disclaimer. | 
 | 50 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 51 |    notice, this list of conditions and the following disclaimer in the | 
 | 52 |    documentation and/or other materials provided with the distribution. | 
 | 53 | 3. Neither the name of the University nor the names of its contributors | 
 | 54 |    may be used to endorse or promote products derived from this software | 
 | 55 |    without specific prior written permission. | 
 | 56 |  | 
 | 57 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 58 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 59 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 60 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 61 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 62 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 63 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 64 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 65 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 66 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 67 | SUCH DAMAGE. | 
 | 68 |  | 
 | 69 |  | 
 | 70 |  Copyright (c) 1989, 1993 | 
 | 71 | 	The Regents of the University of California.  All rights reserved. | 
 | 72 |  | 
 | 73 |  This code is derived from software contributed to Berkeley by | 
 | 74 |  Kevin Fall. | 
 | 75 |  | 
 | 76 |  Redistribution and use in source and binary forms, with or without | 
 | 77 |  modification, are permitted provided that the following conditions | 
 | 78 |  are met: | 
 | 79 |  1. Redistributions of source code must retain the above copyright | 
 | 80 |     notice, this list of conditions and the following disclaimer. | 
 | 81 |  2. Redistributions in binary form must reproduce the above copyright | 
 | 82 |     notice, this list of conditions and the following disclaimer in the | 
 | 83 |     documentation and/or other materials provided with the distribution. | 
 | 84 |  3. Neither the name of the University nor the names of its contributors | 
 | 85 |     may be used to endorse or promote products derived from this software | 
 | 86 |     without specific prior written permission. | 
 | 87 |  | 
 | 88 |  THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 89 |  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 90 |  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 91 |  ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 92 |  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 93 |  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 94 |  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 95 |  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 96 |  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 97 |  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 98 |  SUCH DAMAGE. | 
 | 99 |  | 
 | 100 |  | 
 | 101 |  Copyright (c) 1991, 1993, 1994 | 
 | 102 | 	The Regents of the University of California.  All rights reserved. | 
 | 103 |  | 
 | 104 |  This code is derived from software contributed to Berkeley by | 
 | 105 |  Keith Muller of the University of California, San Diego and Lance | 
 | 106 |  Visser of Convex Computer Corporation. | 
 | 107 |  | 
 | 108 |  Redistribution and use in source and binary forms, with or without | 
 | 109 |  modification, are permitted provided that the following conditions | 
 | 110 |  are met: | 
 | 111 |  1. Redistributions of source code must retain the above copyright | 
 | 112 |     notice, this list of conditions and the following disclaimer. | 
 | 113 |  2. Redistributions in binary form must reproduce the above copyright | 
 | 114 |     notice, this list of conditions and the following disclaimer in the | 
 | 115 |     documentation and/or other materials provided with the distribution. | 
 | 116 |  3. Neither the name of the University nor the names of its contributors | 
 | 117 |     may be used to endorse or promote products derived from this software | 
 | 118 |     without specific prior written permission. | 
 | 119 |  | 
 | 120 |  THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 121 |  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 122 |  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 123 |  ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 124 |  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 125 |  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 126 |  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 127 |  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 128 |  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 129 |  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 130 |  SUCH DAMAGE. | 
 | 131 |  |