[email protected] wrote:
Date: 2009-02-19 23:15:02 +0100 (Thu, 19 Feb 2009)
New Revision: 20055
Log Message:
Add generic touchscreen driver which allows calibration (apps/ layer will
follow later).
[snip]
Added: trunk/firmware/drivers/touchscreen.c
[snip]
+/* Based on ftp://ftp.embedded.com/pub/2002/06vidales/calibrate.c
+ *
+ * Copyright (c) 2001, Carlos E. Vidales. All rights reserved.
+ *
+ * This sample program was written and put in the public domain
+ * by Carlos E. Vidales. The program is provided "as is"
+ * without warranty of any kind, either expressed or implied.
+ * If you choose to use the program within your own products
+ * you do so at your own risk, and assume the responsibility
+ * for servicing, repairing or correcting the program should
+ * it prove defective in any manner.
+ * You may copy and distribute the program's source code in any
+ * medium, provided that you also include in each copy an
+ * appropriate copyright notice and disclaimer of warranty.
+ * You may also modify this program and distribute copies of
+ * it provided that you include prominent notices stating
+ * that you changed the file(s) and the date of any change,
+ * and that you do not charge any royalties or licenses for
+ * its use.
+ */
Karl mentioned on IRC the other night that this license doesn't look to
be GPL compatible - due to the "do not charge" clause:
http://www.rockbox.org/irc/log-20090220#04:25:25
:(
Regards,
Dave.