diff options
author | Henrik Rydberg <rydberg@euromail.se> | 2010-06-24 11:33:22 +0200 |
---|---|---|
committer | Henrik Rydberg <rydberg@euromail.se> | 2010-10-12 15:40:48 +0200 |
commit | 514831ca1b1218c2950fc90a98eb723ae9fa5cce (patch) | |
tree | 785e0079041a0f84cab4adbd0b27e476514cc01a | |
parent | 8b621e667dda08a127e3028a2e03d5ed619b9499 (diff) | |
download | xorg-input-kobomultitouch-514831ca1b1218c2950fc90a98eb723ae9fa5cce.tar.gz xorg-input-kobomultitouch-514831ca1b1218c2950fc90a98eb723ae9fa5cce.tar.bz2 xorg-input-kobomultitouch-514831ca1b1218c2950fc90a98eb723ae9fa5cce.zip |
Remove credits now found in the mtdev library
-rw-r--r-- | CREDITS | 30 |
1 files changed, 0 insertions, 30 deletions
@@ -18,36 +18,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA --- -The Multitouch matcher code is a modified version of the hungarian -algorithm as implemented by Markus Buehren (BSD license) - -Copyright (c) 2004, Markus Buehren -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - ---- - The Multitouch X driver extracts a lot of X knowledge from the synaptics X driver (MIT license) |