projects
/
sball
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab56d7
)
public domain declaration
author
John Tsiombikas
<nuclear@member.fsf.org>
Sat, 7 Nov 2020 03:13:56 +0000
(
05:13
+0200)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Sat, 7 Nov 2020 03:13:56 +0000
(
05:13
+0200)
src/sball.c
patch
|
blob
|
history
diff --git
a/src/sball.c
b/src/sball.c
index
e6ff48e
..
c8fed5b
100644
(file)
--- a/
src/sball.c
+++ b/
src/sball.c
@@
-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>