diff options
author | Christoph Brill <egore911@egore911.de> | 2008-07-11 20:00:26 +0200 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2008-07-11 20:00:26 +0200 |
commit | 2476f0d6c75e0a410307212e796ac72725b86931 (patch) | |
tree | 5ce99d44676f08a40b29c54b2da05a910d63fe66 | |
parent | a2e1f9e0a22ed0d9e7728f77978bbdace712dcae (diff) |
Finally change the GPL headers to MIT ones
-rw-r--r-- | src/alpscomm.c | 41 | ||||
-rw-r--r-- | src/alpscomm.h | 34 | ||||
-rw-r--r-- | src/eventcomm.c | 33 | ||||
-rw-r--r-- | src/eventcomm.h | 34 | ||||
-rw-r--r-- | src/ps2comm.c | 51 | ||||
-rw-r--r-- | src/ps2comm.h | 21 | ||||
-rw-r--r-- | src/psmcomm.c | 56 | ||||
-rw-r--r-- | src/psmcomm.h | 21 | ||||
-rw-r--r-- | src/synaptics.c | 96 | ||||
-rw-r--r-- | src/synaptics.h | 21 | ||||
-rw-r--r-- | src/synclient.c | 33 | ||||
-rw-r--r-- | src/syndaemon.c | 33 | ||||
-rw-r--r-- | src/synproto.h | 34 |
13 files changed, 314 insertions, 194 deletions
diff --git a/src/alpscomm.c b/src/alpscomm.c index 955e88f..4f19d04 100644 --- a/src/alpscomm.c +++ b/src/alpscomm.c @@ -1,22 +1,31 @@ -/* Copyright (C) 2001 Stefan Gmeiner <riddlebox@freesurf.ch> - * - * Copyright (c) 2003 Neil Brown <neilb@cse.unsw.edu.au> - * Copyright (c) 2003-2005,2007 Peter Osterlund <petero2@telia.com> - * - * 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 (at your option) any later version. +/* + * Copyright © 2001 Stefan Gmeiner + * Copyright © 2003 Neil Brown + * Copyright © 2003-2005,2007 Peter Osterlund * - * 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. + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * + * Authors: + * Stefan Gmeiner (riddlebox@freesurf.ch) + * Neil Brown (neilb@cse.unsw.edu.au) + * Peter Osterlund (petero2@telia.com) */ #ifdef HAVE_CONFIG_H diff --git a/src/alpscomm.h b/src/alpscomm.h index 52ec8ba..547cf72 100644 --- a/src/alpscomm.h +++ b/src/alpscomm.h @@ -1,21 +1,27 @@ /* - * ALPS touchpad PS/2 mouse driver + * Copyright © 2004 Peter Osterlund * - * Copyright (c) 2004 Peter Osterlund <petero2@telia.com> + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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 (at your option) any later version. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Authors: + * Peter Osterlund (petero2@telia.com) */ #ifndef _ALPSCOMM_H_ diff --git a/src/eventcomm.c b/src/eventcomm.c index 2f96e79..418c7bf 100644 --- a/src/eventcomm.c +++ b/src/eventcomm.c @@ -1,20 +1,27 @@ /* - * Copyright 2004-2007 Peter Osterlund <petero2@telia.com> + * Copyright © 2004-2007 Peter Osterlund * - * 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 (at your option) any later version. + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * + * Authors: + * Peter Osterlund (petero2@telia.com) */ #ifdef __LINUX diff --git a/src/eventcomm.h b/src/eventcomm.h index 93bf34d..6f30e1e 100644 --- a/src/eventcomm.h +++ b/src/eventcomm.h @@ -1,21 +1,29 @@ /* - * Copyright 2004 Peter Osterlund <petero2@telia.com> + * Copyright © 2004 Peter Osterlund * - * 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 (at your option) any later version. + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * + * Authors: + * Peter Osterlund (petero2@telia.com) */ + #ifndef _EVENTCOMM_H_ #define _EVENTCOMM_H_ diff --git a/src/ps2comm.c b/src/ps2comm.c index c805785..32e3dc9 100644 --- a/src/ps2comm.c +++ b/src/ps2comm.c @@ -1,28 +1,35 @@ -/* Copyright (C) 2001 Stefan Gmeiner <riddlebox@freesurf.ch> - * - * Copyright (c) 1997 C. Scott Ananian <cananian@alumni.priceton.edu> - * Copyright (c) 1998-2000 Bruce Kalk <kall@compass.com> - * code für the special synaptics commands (from the tpconfig-source) - * - * Synaptics Passthrough Support - * Copyright (c) 2002 Linuxcare Inc. David Kennedy <dkennedy@linuxcare.com> - * adapted to version 0.12.1 - * Copyright (c) 2003 Fred Hucht <fred@thp.Uni-Duisburg.de> - * - * 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 (at your option) any later version. +/* + * Copyright © 1997 C. Scott Ananian + * Copyright © 1998-2000 Bruce Kalk + * Copyright © 2001 Stefan Gmeiner + * Copyright © 2002 Linuxcare Inc. David Kennedy + * Copyright © 2003 Fred Hucht <fred@thp.Uni-Duisburg.de> * - * 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. + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * + * Authors: + * Stefan Gmeiner (riddlebox@freesurf.ch) + * C. Scott Ananian (cananian@alumni.priceton.edu) + * Bruce Kalk (kall@compass.com) + * Linuxcare Inc. David Kennedy (dkennedy@linuxcare.com) + * Fred Hucht (fred@thp.Uni-Duisburg.de) */ #ifdef HAVE_CONFIG_H diff --git a/src/ps2comm.h b/src/ps2comm.h index 4a1a051..1a62233 100644 --- a/src/ps2comm.h +++ b/src/ps2comm.h @@ -1,3 +1,24 @@ +/* + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. + * + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + #ifndef _PS2COMM_H_ #define _PS2COMM_H_ diff --git a/src/psmcomm.c b/src/psmcomm.c index cf995b1..a35f5ca 100644 --- a/src/psmcomm.c +++ b/src/psmcomm.c @@ -1,31 +1,37 @@ -/* Copyright (C) 2001 Stefan Gmeiner <riddlebox@freesurf.ch> - * - * Copyright (c) 1997 C. Scott Ananian <cananian@alumni.priceton.edu> - * Copyright (c) 1998-2000 Bruce Kalk <kall@compass.com> - * code für the special synaptics commands (from the tpconfig-source) - * - * Synaptics Passthrough Support - * Copyright (c) 2002 Linuxcare Inc. David Kennedy <dkennedy@linuxcare.com> - * adapted to version 0.12.1 - * Copyright (c) 2003 Fred Hucht <fred@thp.Uni-Duisburg.de> - * - * Copyright (c) 2004 Arne Schwabe <schwabe@uni-paderborn.de> - * FreeBSD Support - * - * 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 (at your option) any later version. +/* + * Copyright © 1997 C. Scott Ananian + * Copyright © 1998-2000 Bruce Kalk + * Copyright © 2001 Stefan Gmeiner + * Copyright © 2002 Linuxcare Inc. David Kennedy + * Copyright © 2003 Fred Hucht + * Copyright © 2004 Arne Schwabe * - * 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. + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * + * Authors: + * Stefan Gmeiner (riddlebox@freesurf.ch) + * C. Scott Ananian (cananian@alumni.priceton.edu) + * Bruce Kalk (kall@compass.com) + * Linuxcare Inc. David Kennedy (dkennedy@linuxcare.com) + * Fred Hucht (fred@thp.Uni-Duisburg.de) + * Arne Schwabe <schwabe@uni-paderborn.de> */ #if defined(__FreeBSD) || defined(__NetBSD__) || defined(__OpenBSD) diff --git a/src/psmcomm.h b/src/psmcomm.h index 72aaf83..89ca589 100644 --- a/src/psmcomm.h +++ b/src/psmcomm.h @@ -1,3 +1,24 @@ +/* + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. + * + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + #ifndef _PSMCOMM_H_ #define _PSMCOMM_H_ diff --git a/src/synaptics.c b/src/synaptics.c index 7c4397f..93af2c1 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -1,59 +1,51 @@ /* - * Copyright 2007 Joseph P. Skudlarek <Jskud@Jskud.com> - * patch for corner coasting (originally called corner edge scrolling) + * Copyright © 1999 Henry Davies + * Copyright © 2001 Stefan Gmeiner + * Copyright © 2002 S. Lehner + * Copyright © 2002 Peter Osterlund + * Copyright © 2002 Linuxcare Inc. David Kennedy + * Copyright © 2003 Hartwig Felger + * Copyright © 2003 Jörg Bösner + * Copyright © 2003 Fred Hucht + * Copyright © 2004 Alexei Gilchrist + * Copyright © 2004 Matthias Ihmig + * Copyright © 2006 Stefan Bethge + * Copyright © 2006 Christian Thaeter + * Copyright © 2007 Joseph P. Skudlarek * - * Copyright 2006 Christian Thaeter <chth@gmx.net> - * patch for Trackstick mode + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * Copyright 2006 Stefan Bethge <stefan.bethge@web.de> - * patch for two-fingered scrolling + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Copyright 2004 Matthias Ihmig <m.ihmig@gmx.net> - * patch for pressure dependent EdgeMotion speed - * - * Copyright 2004 Alexei Gilchrist <alexei@physics.uq.edu.au> - * patch for circular scrolling - * - * Copyright 2003 Jörg Bösner <ich@joerg-boesner.de> - * patch for switching the touchpad off (for example, when a - * USB mouse is connected) - * - * Copyright 2003 Hartwig Felger <hgfelger@hgfelger.de> - * patch to make the horizontal wheel replacement buttons work. - * - * Copyright 2002 Peter Osterlund <petero2@telia.com> - * patches for fast scrolling, palm detection, edge motion, - * horizontal scrolling - * - * Copyright 2002 S. Lehner <sam_x@bluemail.ch> - * for newer Firmware (5.8) protocol changes for 3rd to 6th button - * - * Copyright (C) 2001 Stefan Gmeiner <riddlebox@freesurf.ch> - * start merging tpconfig and gpm code to an xfree input module - * adding some changes and extensions (ex. 3rd and 4th button) - * - * Copyright (c) 1999 Henry Davies <hdavies@ameritech.net> for the - * absolute to relative translation code (from the gpm source) - * and some other ideas - * - * Synaptics Passthrough Support - * Copyright (c) 2002 Linuxcare Inc. David Kennedy <dkennedy@linuxcare.com> - * adapted to version 0.12.1 - * Copyright (c) 2003 Fred Hucht <fred@thp.Uni-Duisburg.de> - * - * 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 (at your option) 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Authors: + * Joseph P. Skudlarek <Jskud@Jskud.com> + * Christian Thaeter <chth@gmx.net> + * Stefan Bethge <stefan.bethge@web.de> + * Matthias Ihmig <m.ihmig@gmx.net> + * Alexei Gilchrist <alexei@physics.uq.edu.au> + * Jörg Bösner <ich@joerg-boesner.de> + * Hartwig Felger <hgfelger@hgfelger.de> + * Peter Osterlund <petero2@telia.com> + * S. Lehner <sam_x@bluemail.ch> + * Stefan Gmeiner <riddlebox@freesurf.ch> + * Henry Davies <hdavies@ameritech.net> for the + * Linuxcare Inc. David Kennedy <dkennedy@linuxcare.com> + * Fred Hucht <fred@thp.Uni-Duisburg.de> * * Trademarks are the property of their respective owners. */ diff --git a/src/synaptics.h b/src/synaptics.h index 1ddd35a..66e8542 100644 --- a/src/synaptics.h +++ b/src/synaptics.h @@ -1,3 +1,24 @@ +/* + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. + * + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + #ifndef _SYNAPTICS_H_ #define _SYNAPTICS_H_ diff --git a/src/synclient.c b/src/synclient.c index 3834f38..f633988 100644 --- a/src/synclient.c +++ b/src/synclient.c @@ -1,20 +1,27 @@ /* - * Copyright 2002-2005,2007 Peter Osterlund <petero2@telia.com> + * Copyright © 2002-2005,2007 Peter Osterlund * - * 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 (at your option) any later version. + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * + * Authors: + * Peter Osterlund (petero2@telia.com) */ #ifdef HAVE_CONFIG_H diff --git a/src/syndaemon.c b/src/syndaemon.c index ead7f40..ebbeb52 100644 --- a/src/syndaemon.c +++ b/src/syndaemon.c @@ -1,20 +1,27 @@ /* - * Copyright 2003-2004 Peter Osterlund <petero2@telia.com> + * Copyright © 2003-2004 Peter Osterlund * - * 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 (at your option) any later version. + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * + * Authors: + * Peter Osterlund (petero2@telia.com) */ #ifdef HAVE_CONFIG_H diff --git a/src/synproto.h b/src/synproto.h index ebb44f3..f78009f 100644 --- a/src/synproto.h +++ b/src/synproto.h @@ -1,21 +1,29 @@ /* - * Copyright 2004 Peter Osterlund <petero2@telia.com> + * Copyright © 2004 Peter Osterlund * - * 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 (at your option) any later version. + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * + * Authors: + * Peter Osterlund (petero2@telia.com) */ + #ifndef _SYNPROTO_H_ #define _SYNPROTO_H_ |