From 0e711b50d648fd724a9c09da7f1f0317fdeb269f Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 30 Jan 2010 15:03:39 +0100 Subject: 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. --- src/iobuffer.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/iobuffer.c') diff --git a/src/iobuffer.c b/src/iobuffer.c index 8bfcc07..54955d6 100644 --- a/src/iobuffer.c +++ b/src/iobuffer.c @@ -1,3 +1,24 @@ +/*************************************************************************** + * + * Multitouch X driver + * Copyright (C) 2008 Henrik Rydberg + * + * 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 "iobuffer.h" //////////////////////////////////////////////////////// -- cgit v1.2.3