diff options
-rw-r--r-- | AUTHORS | 8 | ||||
-rw-r--r-- | COPYING | 29 | ||||
-rw-r--r-- | README | 13 |
3 files changed, 36 insertions, 14 deletions
@@ -0,0 +1,8 @@ +Based on the xf86Summa driver by Steven Lang <tiger@tyger.org> + +Modified for the Aiptek HyperPen 6000 / Tevion MD 9310 +by Roland Jansen <roland@lut.rwth-aachen.de> + +added button and 19200 bps stuff from the DigitalEdge driver on sourceforge +by Christian Herzog <daduke@dataway.ch> + @@ -1,12 +1,21 @@ -This is a stub file. This package has not yet had its complete licensing -information compiled. Please see the individual source files for details on -your rights to use and modify this software. +(c) 2000 Roland Jansen <roland@lut.rwth-aachen.de> +(c) 2000 Christian Herzog <daduke@dataway.ch> +Copyright 1996 by Steven Lang <tiger@tyger.org> -Please submit updated COPYING files to the Xorg bugzilla: +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Steven Lang not be used in advertising +or publicity pertaining to distribution of the software without specific, +written prior permission. Steven Lang makes no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. -https://bugs.freedesktop.org/enter_bug.cgi?product=xorg - -All licensing questions regarding this software should be directed at the -Xorg mailing list: - -http://lists.freedesktop.org/mailman/listinfo/xorg +STEVEN LANG DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL STEVEN LANG BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. @@ -1,20 +1,25 @@ xf86-input-hyperpen - Aiptek HyperPen 6000 input driver for the Xorg X server -Please submit bugs & patches to the Xorg bugzilla: - - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg - All questions regarding this software should be directed at the Xorg mailing list: http://lists.freedesktop.org/mailman/listinfo/xorg +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + The master development code repository can be found at: git://anongit.freedesktop.org/git/xorg/driver/xf86-input-hyperpen http://cgit.freedesktop.org/xorg/driver/xf86-input-hyperpen +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + For more information on the git code manager, see: http://wiki.x.org/wiki/GitPage + |