diff options
author | Henrik Rydberg <rydberg@alnilam.(none)> | 2010-01-30 15:03:39 +0100 |
---|---|---|
committer | Henrik Rydberg <rydberg@alnilam.(none)> | 2010-01-30 15:03:39 +0100 |
commit | 0e711b50d648fd724a9c09da7f1f0317fdeb269f (patch) | |
tree | f02fda0238413374a5393fb3b90acb1f601d93df /match/match.h | |
parent | 508628ac685dba1051f024d8c09eeb8921fd3517 (diff) | |
download | xorg-input-kobomultitouch-0e711b50d648fd724a9c09da7f1f0317fdeb269f.tar.gz xorg-input-kobomultitouch-0e711b50d648fd724a9c09da7f1f0317fdeb269f.tar.bz2 xorg-input-kobomultitouch-0e711b50d648fd724a9c09da7f1f0317fdeb269f.zip |
License and credits resolved
All files are tagged as GPL, and a CREDIT file created with
references to the synaptics X driver and the matching code,
under their respective MIT and BSD licenses.
Diffstat (limited to 'match/match.h')
-rw-r--r-- | match/match.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/match/match.h b/match/match.h index 8936de4..61ac72d 100644 --- a/match/match.h +++ b/match/match.h @@ -1,3 +1,24 @@ +/*************************************************************************** + * + * Multitouch X driver + * Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + **************************************************************************/ + #ifndef MATCHER_H #define MATCHER_H |