[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1116 - trunk/debian/patches



Author: branden
Date: 2004-02-29 22:31:41 -0500 (Sun, 29 Feb 2004)
New Revision: 1116

Modified:
   trunk/debian/patches/053_lnx_evdev.diff
   trunk/debian/patches/054_lnx_evdev_mouse.diff
   trunk/debian/patches/055_lnx_evdev_keyboard.diff
Log:
Add and update copyright and licensing information for Zephaniah Hull's
Linux evdev support work.


Modified: trunk/debian/patches/053_lnx_evdev.diff
===================================================================
--- trunk/debian/patches/053_lnx_evdev.diff	2004-02-28 21:17:09 UTC (rev 1115)
+++ trunk/debian/patches/053_lnx_evdev.diff	2004-03-01 03:31:41 UTC (rev 1116)
@@ -1,5 +1,36 @@
 $Id$
 
+Implement Linux evdev interface support.
+
+Copyright/license information:
+
+  Copyright 2003 Zephaniah E. Hull.
+
+  Permission is hereby granted, free of charge, to any person obtaining a
+  copy of this software and associated documentation files (the "Software"),
+  to deal in the Software without restriction, including without limitation
+  the rights to use, copy, modify, merge, publish, distribute, sublicense,
+  and/or sell copies of the Software, and to permit persons to whom the
+  Software is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+  ZEPHANIAH E. HULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+  OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+
+  Except as contained in this notice, the name of Zephaniah E. Hull shall
+  not be used in advertising or otherwise to promote the sale, use or other
+  dealings in this Software without prior written authorization from
+  Zephaniah E. Hull.
+
+Not submitted upstream.
+
 diff -urN build-tree/xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile
 --- build-tree/xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile	2003-03-26 19:48:51.000000000 -0500
 +++ xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile	2003-03-05 19:22:03.000000000 -0500

Modified: trunk/debian/patches/054_lnx_evdev_mouse.diff
===================================================================
--- trunk/debian/patches/054_lnx_evdev_mouse.diff	2004-02-28 21:17:09 UTC (rev 1115)
+++ trunk/debian/patches/054_lnx_evdev_mouse.diff	2004-03-01 03:31:41 UTC (rev 1116)
@@ -1,5 +1,36 @@
 $Id$
 
+Implement Linux evdev interface support for the mouse.
+
+Copyright/license information:
+
+  Copyright 2003 Zephaniah E. Hull.
+
+  Permission is hereby granted, free of charge, to any person obtaining a
+  copy of this software and associated documentation files (the "Software"),
+  to deal in the Software without restriction, including without limitation
+  the rights to use, copy, modify, merge, publish, distribute, sublicense,
+  and/or sell copies of the Software, and to permit persons to whom the
+  Software is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+  ZEPHANIAH E. HULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+  OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+
+  Except as contained in this notice, the name of Zephaniah E. Hull shall
+  not be used in advertising or otherwise to promote the sale, use or other
+  dealings in this Software without prior written authorization from
+  Zephaniah E. Hull.
+
+Not submitted upstream.
+
 diff -urN xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_mouse.c xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_mouse.c
 --- xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_mouse.c	1999-05-17 09:17:18.000000000 -0400
 +++ xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_mouse.c	2002-12-17 03:53:49.000000000 -0500

Modified: trunk/debian/patches/055_lnx_evdev_keyboard.diff
===================================================================
--- trunk/debian/patches/055_lnx_evdev_keyboard.diff	2004-02-28 21:17:09 UTC (rev 1115)
+++ trunk/debian/patches/055_lnx_evdev_keyboard.diff	2004-03-01 03:31:41 UTC (rev 1116)
@@ -2,9 +2,33 @@
 
 Implement Linux evdev interface support for the keyboard.
 
-This patch by Zephaniah E. Hull.  Copyrighted by him, 2002--2003, using the
-"old X license".
+Copyright/license information:
 
+  Copyright 2003 Zephaniah E. Hull.
+
+  Permission is hereby granted, free of charge, to any person obtaining a
+  copy of this software and associated documentation files (the "Software"),
+  to deal in the Software without restriction, including without limitation
+  the rights to use, copy, modify, merge, publish, distribute, sublicense,
+  and/or sell copies of the Software, and to permit persons to whom the
+  Software is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+  ZEPHANIAH E. HULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+  OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+
+  Except as contained in this notice, the name of Zephaniah E. Hull shall
+  not be used in advertising or otherwise to promote the sale, use or other
+  dealings in this Software without prior written authorization from
+  Zephaniah E. Hull.
+
 Not submitted upstream.
 
 --- xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c.orig	2004-02-26 13:31:44.000000000 -0500



Reply to: