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 | |
Bryce Harrington | f27a48e | 2015-06-10 14:11:26 -0700 | [diff] [blame^] | 6 | Permission is hereby granted, free of charge, to any person obtaining a |
| 7 | copy of this software and associated documentation files (the "Software"), |
| 8 | to deal in the Software without restriction, including without limitation |
| 9 | the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 10 | and/or sell copies of the Software, and to permit persons to whom the |
| 11 | Software is furnished to do so, subject to the following conditions: |
Kristian Høgsberg | 1f2ee80 | 2012-04-25 10:16:27 -0400 | [diff] [blame] | 12 | |
Bryce Harrington | f27a48e | 2015-06-10 14:11:26 -0700 | [diff] [blame^] | 13 | The above copyright notice and this permission notice (including the next |
| 14 | paragraph) shall be included in all copies or substantial portions of the |
| 15 | Software. |
| 16 | |
| 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 20 | THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 22 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 23 | DEALINGS IN THE SOFTWARE. |
Kristian Høgsberg | 1f2ee80 | 2012-04-25 10:16:27 -0400 | [diff] [blame] | 24 | |
| 25 | |
| 26 | For libbacklight.c: |
| 27 | |
| 28 | Copyright © 2012 Intel Corporation |
| 29 | Copyright © 2010 Red Hat <mjg@redhat.com> |
| 30 | |
| 31 | Permission is hereby granted, free of charge, to any person obtaining a |
| 32 | copy of this software and associated documentation files (the "Software"), |
| 33 | to deal in the Software without restriction, including without limitation |
| 34 | the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 35 | and/or sell copies of the Software, and to permit persons to whom the |
| 36 | Software is furnished to do so, subject to the following conditions: |
| 37 | |
| 38 | The above copyright notice and this permission notice (including the next |
| 39 | paragraph) shall be included in all copies or substantial portions of the |
| 40 | Software. |
| 41 | |
| 42 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 43 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 44 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 45 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 46 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 47 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 48 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 49 | DEALINGS IN THE SOFTWARE. |