Kristian Høgsberg | 1f2ee80 | 2012-04-25 10:16:27 -0400 | [diff] [blame] | 1 | Copyright © 2008-2012 Kristian Høgsberg |
| 2 | Copyright © 2010-2012 Intel Corporation |
| 3 | Copyright © 2010-2011 Benjamin Franzke |
| 4 | Copyright © 2011-2012 Collabora, Ltd. |
| 5 | |
| 6 | Permission to use, copy, modify, distribute, and sell this software and its |
| 7 | documentation for any purpose is hereby granted without fee, provided that |
| 8 | the above copyright notice appear in all copies and that both that copyright |
| 9 | notice and this permission notice appear in supporting documentation, and |
| 10 | that the name of the copyright holders not be used in advertising or |
| 11 | publicity pertaining to distribution of the software without specific, |
| 12 | written prior permission. The copyright holders make no representations |
| 13 | about the suitability of this software for any purpose. It is provided "as |
| 14 | is" without express or implied warranty. |
| 15 | |
| 16 | THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 17 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO |
| 18 | EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR |
| 19 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, |
| 20 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER |
| 21 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE |
| 22 | OF THIS SOFTWARE. |
| 23 | |
| 24 | |
| 25 | For libbacklight.c: |
| 26 | |
| 27 | Copyright © 2012 Intel Corporation |
| 28 | Copyright © 2010 Red Hat <mjg@redhat.com> |
| 29 | |
| 30 | Permission is hereby granted, free of charge, to any person obtaining a |
| 31 | copy of this software and associated documentation files (the "Software"), |
| 32 | to deal in the Software without restriction, including without limitation |
| 33 | the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 34 | and/or sell copies of the Software, and to permit persons to whom the |
| 35 | Software is furnished to do so, subject to the following conditions: |
| 36 | |
| 37 | The above copyright notice and this permission notice (including the next |
| 38 | paragraph) shall be included in all copies or substantial portions of the |
| 39 | Software. |
| 40 | |
| 41 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 42 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 43 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 44 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 45 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 46 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 47 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 48 | DEALINGS IN THE SOFTWARE. |