diff options
Diffstat (limited to 'CREDITS')
| -rw-r--r-- | CREDITS | 62 |
1 files changed, 62 insertions, 0 deletions
| @@ -0,0 +1,62 @@ | |||
| 1 | mtdev - Multitouch Protocol Translation Library (MIT license) | ||
| 2 | |||
| 3 | Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se> | ||
| 4 | Copyright (C) 2010 Canonical Ltd. | ||
| 5 | |||
| 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: | ||
| 12 | |||
| 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. | ||
| 24 | |||
| 25 | --- | ||
| 26 | |||
| 27 | The mtdev matcher code is a modified version of the hungarian | ||
| 28 | algorithm as implemented by Markus Buehren (BSD license) | ||
| 29 | |||
| 30 | Copyright (c) 2004, Markus Buehren | ||
| 31 | All rights reserved. | ||
| 32 | |||
| 33 | Redistribution and use in source and binary forms, with or without | ||
| 34 | modification, are permitted provided that the following conditions are | ||
| 35 | met: | ||
| 36 | |||
| 37 | * Redistributions of source code must retain the above copyright | ||
| 38 | notice, this list of conditions and the following disclaimer. | ||
| 39 | * Redistributions in binary form must reproduce the above copyright | ||
| 40 | notice, this list of conditions and the following disclaimer in | ||
| 41 | the documentation and/or other materials provided with the distribution | ||
| 42 | |||
| 43 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
| 44 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
| 45 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
| 46 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
| 47 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
| 48 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
| 49 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
| 50 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
| 51 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
| 52 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
| 53 | POSSIBILITY OF SUCH DAMAGE. | ||
| 54 | |||
| 55 | --- | ||
| 56 | |||
| 57 | The mtdev filtering function is taken from the kernel, and is used | ||
| 58 | under the MIT license with permission from Vojtech Pavlik. | ||
| 59 | |||
| 60 | Copyright (c) 1999-2002 Vojtech Pavlik | ||
| 61 | |||
| 62 | --- | ||
