From 3f16b99d1c797ad5e4ea43f2d1e781b0f229cdfa Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Sat, 7 Nov 2020 05:13:56 +0200 Subject: [PATCH] public domain declaration --- src/sball.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/sball.c b/src/sball.c index e6ff48e..c8fed5b 100644 --- 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 + * No copyright, public domain. + */ #include #include #include -- 1.7.10.4