aboutsummaryrefslogtreecommitdiffstats
path: root/src/gestures.c
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@alnilam.(none)>2010-01-30 15:03:39 +0100
committerHenrik Rydberg <rydberg@alnilam.(none)>2010-01-30 15:03:39 +0100
commit0e711b50d648fd724a9c09da7f1f0317fdeb269f (patch)
treef02fda0238413374a5393fb3b90acb1f601d93df /src/gestures.c
parent508628ac685dba1051f024d8c09eeb8921fd3517 (diff)
downloadxorg-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 'src/gestures.c')
-rw-r--r--src/gestures.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/gestures.c b/src/gestures.c
index 9a1281c..8ba32f3 100644
--- a/src/gestures.c
+++ b/src/gestures.c
@@ -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
+ *
+ **************************************************************************/
+
#include "gestures.h"
/******************************************************/