Control intel backlight on FreeBSD (and OpenBSD)
openbsd
at master 108 lines 5.6 kB view raw
1Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 2All Rights Reserved. 3 4Permission is hereby granted, free of charge, to any person obtaining a 5copy of this software and associated documentation files (the 6"Software"), to deal in the Software without restriction, including 7without limitation the rights to use, copy, modify, merge, publish, 8distribute, sub license, and/or sell copies of the Software, and to 9permit persons to whom the Software is furnished to do so, subject to 10the following conditions: 11 12The above copyright notice and this permission notice (including the 13next paragraph) shall be included in all copies or substantial portions 14of the Software. 15 16THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 19IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 20ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 21TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 22SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23 24Copyright 2003,2006 Tungsten Graphics, Inc., Cedar Park, Texas. 25All Rights Reserved. 26 27Permission is hereby granted, free of charge, to any person obtaining a 28copy of this software and associated documentation files (the 29"Software"), to deal in the Software without restriction, including 30without limitation the rights to use, copy, modify, merge, publish, 31distribute, sub license, and/or sell copies of the Software, and to 32permit persons to whom the Software is furnished to do so, subject to 33the following conditions: 34 35The above copyright notice and this permission notice (including the 36next paragraph) shall be included in all copies or substantial portions 37of the Software. 38 39THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 40OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 41MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 42IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 43ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 44TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 45SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 46 47Copyright © 2006-2011 Intel Corporation 48 49Permission is hereby granted, free of charge, to any person obtaining a 50copy of this software and associated documentation files (the "Software"), 51to deal in the Software without restriction, including without limitation 52the rights to use, copy, modify, merge, publish, distribute, sublicense, 53and/or sell copies of the Software, and to permit persons to whom the 54Software is furnished to do so, subject to the following conditions: 55 56The above copyright notice and this permission notice (including the next 57paragraph) shall be included in all copies or substantial portions of the 58Software. 59 60THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 61IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 62FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 63THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 64LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 65FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 66IN THE SOFTWARE. 67 68Copyright © 2010 Red Hat, Inc. 69 70Permission is hereby granted, free of charge, to any person obtaining a 71copy of this software and associated documentation files (the "Software"), 72to deal in the Software without restriction, including without limitation 73the rights to use, copy, modify, merge, publish, distribute, sublicense, 74and/or sell copies of the Software, and to permit persons to whom the 75Software is furnished to do so, subject to the following conditions: 76 77The above copyright notice and this permission notice (including the next 78paragraph) shall be included in all copies or substantial portions of the 79Software. 80 81THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 82IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 83FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 84THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 85LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 86OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 87SOFTWARE. 88 89Copyright © 2011 Daniel Vetter 90 91Permission is hereby granted, free of charge, to any person obtaining a 92copy of this software and associated documentation files (the "Software"), 93to deal in the Software without restriction, including without limitation 94the rights to use, copy, modify, merge, publish, distribute, sublicense, 95and/or sell copies of the Software, and to permit persons to whom the 96Software is furnished to do so, subject to the following conditions: 97 98The above copyright notice and this permission notice (including the next 99paragraph) shall be included in all copies or substantial portions of the 100Software. 101 102THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 103IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 104FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 105THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 106LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 107FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 108IN THE SOFTWARE.