public domain declaration
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 7 Nov 2020 03:13:56 +0000 (05:13 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 7 Nov 2020 03:13:56 +0000 (05:13 +0200)
src/sball.c

index e6ff48e..c8fed5b 100644 (file)
@@ -1,3 +1,10 @@
+/* Serial spaceball and space-mouse example driver code for UNIX systems.
+ * Tested with Spaceball 4000FLX and Magellan SpaceMouse on GNU/Linux, FreeBSD,
+ * SGI/IRIX, and SunOS (Solaris/Illumos).
+ *
+ * Author: John Tsiombikas <nuclear@member.fsf.org>
+ * No copyright, public domain.
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>