THIRDPARTYLICENSE revision 22a84b8d79248a611e4ba663a268d3c4bed054ac
f743002678eb67b99bbc29fee116b65d9530fec0wrowe/*
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg * Sun elects to have this file available under and governed by the BSD license
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem * (see below for full license text). However, the following notice
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic * accompanied the original version of this file:
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic */
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic/*
4da61833a1cbbca94094f9653fd970582b97a72etrawick * Copyright (c) 2006
4da61833a1cbbca94094f9653fd970582b97a72etrawick * Copyright (c) 2007
4da61833a1cbbca94094f9653fd970582b97a72etrawick * Damien Bergamini <damien.bergamini@free.fr>
4da61833a1cbbca94094f9653fd970582b97a72etrawick *
4da61833a1cbbca94094f9653fd970582b97a72etrawick * Permission to use, copy, modify, and distribute this software for any
4789804be088bcd86ae637a29cdb7fda25169521jailletc * purpose with or without fee is hereby granted, provided that the above
4789804be088bcd86ae637a29cdb7fda25169521jailletc * copyright notice and this permission notice appear in all copies.
4789804be088bcd86ae637a29cdb7fda25169521jailletc *
4789804be088bcd86ae637a29cdb7fda25169521jailletc * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
e50c3026198fd496f183cda4c32a202925476778covener * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
e50c3026198fd496f183cda4c32a202925476778covener * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
e50c3026198fd496f183cda4c32a202925476778covener * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic */
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic/*
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic * BSD LICENSE
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic *
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic * Copyright(c) 2005 - 2009 Intel Corporation. All rights reserved.
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic * All rights reserved.
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic *
69301145375a889e7e37caf7cc7321ac0f91801erpluem * Redistribution and use in source and binary forms, with or without
69301145375a889e7e37caf7cc7321ac0f91801erpluem * modification, are permitted provided that the following conditions
69301145375a889e7e37caf7cc7321ac0f91801erpluem * are met:
506bfe33206b2fece40ef25f695af39dd4130facjkaluza *
506bfe33206b2fece40ef25f695af39dd4130facjkaluza * * Redistributions of source code must retain the above copyright
506bfe33206b2fece40ef25f695af39dd4130facjkaluza * notice, this list of conditions and the following disclaimer.
506bfe33206b2fece40ef25f695af39dd4130facjkaluza * * Redistributions in binary form must reproduce the above copyright
d58a848a016d401b965111e50ef829e1641f7834minfrin * notice, this list of conditions and the following disclaimer in
d58a848a016d401b965111e50ef829e1641f7834minfrin * the documentation and/or other materials provided with the
d58a848a016d401b965111e50ef829e1641f7834minfrin * distribution.
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf * * Neither the name Intel Corporation nor the names of its
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf * contributors may be used to endorse or promote products derived
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf * from this software without specific prior written permission.
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic *
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic */
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic