1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
This package was debianized by Luis Rodrigo Gallardo Cruz <rodrigo@nul-unu.com>
on Fri, 8 Sep 2006 22:54:35 -0500
based on the Ubuntu package by Giuseppe Borzi <gborzi@ieee.org> of
Fri, 10 Mar 2006 20:30:44 +0100
It was downloaded from http://keytouch.sourceforge.net/index.html
Copyright Holder: Marvin Raaijmakers <marvinr@users.sourceforge.net>
License:
Copyright (C) 2005-2006 Marvin Raaijmakers
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
You can contact me at: marvinr(at)users(dot)sf(dot)net
(replace (at) by @ and (dot) by .)
On Debian systems, the complete text of the GNU General Public
License, version 2, can be found in
/usr/share/common-licenses/GPL
and, for a part of keytouch-acpid/main.c
The code below was borrowed from:
acpi_listen.c - ACPI client for acpid's UNIX socket
Portions Copyright (C) 2003 Sun Microsystems (thockin@sun.com)
Some parts (C) 2003 - Gismo / Luca Capello <luca.pca.it> http://luca.pca.it
and, for keytouch-init/getfd.c, keytouch-init/getfd.h
/* This file is copied from kbd-1.12 and is Copyright (C) 1994-1999 Andries E.
Brouwer. */
|