diff options
Diffstat (limited to 'CREDITS')
| -rw-r--r-- | CREDITS | 92 |
1 files changed, 92 insertions, 0 deletions
| @@ -0,0 +1,92 @@ | |||
| 1 | Multitouch X driver (GPL license) | ||
| 2 | |||
| 3 | Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se> | ||
| 4 | |||
| 5 | This program is free software; you can redistribute it and/or modify | ||
| 6 | it under the terms of the GNU General Public License as published by | ||
| 7 | the Free Software Foundation; either version 2 of the License, or | ||
| 8 | (at your option) any later version. | ||
| 9 | |||
| 10 | This program is distributed in the hope that it will be useful, | ||
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | GNU General Public License for more details. | ||
| 14 | |||
| 15 | You should have received a copy of the GNU General Public License | ||
| 16 | along with this program; if not, write to the Free Software | ||
| 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
| 18 | |||
| 19 | --- | ||
| 20 | |||
| 21 | The Multitouch matcher code is a modified version of the hungarian | ||
| 22 | algorithm as implemented by Markus Buehren (BSD license) | ||
| 23 | |||
| 24 | Copyright (c) 2004, Markus Buehren | ||
| 25 | All rights reserved. | ||
| 26 | |||
| 27 | Redistribution and use in source and binary forms, with or without | ||
| 28 | modification, are permitted provided that the following conditions are | ||
| 29 | met: | ||
| 30 | |||
| 31 | * Redistributions of source code must retain the above copyright | ||
| 32 | notice, this list of conditions and the following disclaimer. | ||
| 33 | * Redistributions in binary form must reproduce the above copyright | ||
| 34 | notice, this list of conditions and the following disclaimer in | ||
| 35 | the documentation and/or other materials provided with the distribution | ||
| 36 | |||
| 37 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
| 38 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
| 39 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
| 40 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
| 41 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
| 42 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
| 43 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
| 44 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
| 45 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
| 46 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
| 47 | POSSIBILITY OF SUCH DAMAGE. | ||
| 48 | |||
| 49 | --- | ||
| 50 | |||
| 51 | The Multitouch X driver extracts a lot of X knowledge from the | ||
| 52 | synaptics X driver (MIT license) | ||
| 53 | |||
| 54 | Copyright (C) 1997 C. Scott Ananian | ||
| 55 | Copyright (C) 1998-2000 Bruce Kalk | ||
| 56 | Copyright (C) 1999 Henry Davies | ||
| 57 | Copyright (C) 2001 Stefan Gmeiner | ||
| 58 | Copyright (C) 2002 Linuxcare Inc. David Kennedy | ||
| 59 | Copyright (C) 2003 Fred Hucht | ||
| 60 | Copyright (C) 2003 Neil Brown | ||
| 61 | Copyright (C) 2003 Jörg Bösner | ||
| 62 | Copyright (C) 2003 Hartwig Felger | ||
| 63 | Copyright (C) 2002-2007 Peter Osterlund | ||
| 64 | Copyright (C) 2004 Arne Schwabe | ||
| 65 | Copyright (C) 2004 Matthias Ihmig | ||
| 66 | Copyright (C) 2004 Alexei Gilchrist | ||
| 67 | Copyright (C) 2006-2007 Christian Thaeter | ||
| 68 | Copyright (C) 2006 Stefan Bethge | ||
| 69 | Copyright (C) 2007 Joseph P. Skudlarek | ||
| 70 | Copyright (C) 2007 Florian Loitsch | ||
| 71 | Copyright (C) 2008 Fedor P. Goncharov | ||
| 72 | Copyright (C) 2008-2009 Red Hat, Inc. | ||
| 73 | |||
| 74 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 75 | of this software and associated documentation files (the "Software"), to deal | ||
| 76 | in the Software without restriction, including without limitation the rights | ||
| 77 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 78 | copies of the Software, and to permit persons to whom the Software is | ||
| 79 | furnished to do so, subject to the following conditions: | ||
| 80 | |||
| 81 | The above copyright notice and this permission notice shall be included in | ||
| 82 | all copies or substantial portions of the Software. | ||
| 83 | |||
| 84 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 85 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 86 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 87 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 88 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 89 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 90 | THE SOFTWARE. | ||
| 91 | |||
| 92 | --- | ||
