1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="license-xf86-input-mouse-1.0.4">
|
---|
4 |
|
---|
5 | <title>xf86-input-mouse</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 |
|
---|
9 |
|
---|
10 | <pre xml:space="preserve">xf86-input-mouse
|
---|
11 |
|
---|
12 | src/mouse.c
|
---|
13 | /*
|
---|
14 | *
|
---|
15 | * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
|
---|
16 | * Copyright 1993 by David Dawes <[email protected]>
|
---|
17 | * Copyright 2002 by SuSE Linux AG, Author: Egbert Eich
|
---|
18 | * Copyright 1994-2002 by The XFree86 Project, Inc.
|
---|
19 | * Copyright 2002 by Paul Elliott
|
---|
20 | *
|
---|
21 | * Permission to use, copy, modify, distribute, and sell this software and its
|
---|
22 | * documentation for any purpose is hereby granted without fee, provided that
|
---|
23 | * the above copyright notice appear in all copies and that both that
|
---|
24 | * copyright notice and this permission notice appear in supporting
|
---|
25 | * documentation, and that the names of copyright holders not be
|
---|
26 | * used in advertising or publicity pertaining to distribution of the
|
---|
27 | * software without specific, written prior permission. The copyright holders
|
---|
28 | * make no representations about the suitability of this
|
---|
29 | * software for any purpose. It is provided "as is" without express or
|
---|
30 | * implied warranty.
|
---|
31 | *
|
---|
32 | * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
|
---|
33 | * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
---|
34 | * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
---|
35 | * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
---|
36 | * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
---|
37 | * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
---|
38 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
---|
39 | *
|
---|
40 | */
|
---|
41 |
|
---|
42 | =====================================================================
|
---|
43 | src/mouse.h:
|
---|
44 | src/mousePriv.h
|
---|
45 | /*
|
---|
46 | * Copyright (c) 1997-1999 by The XFree86 Project, Inc.
|
---|
47 | */
|
---|
48 |
|
---|
49 | =====================================================================
|
---|
50 | src/pnp.c:
|
---|
51 | /*
|
---|
52 | * Copyright 1998 by Kazutaka YOKOTA <[email protected]>
|
---|
53 | *
|
---|
54 | * Permission to use, copy, modify, distribute, and sell this software and its
|
---|
55 | * documentation for any purpose is hereby granted without fee, provided that
|
---|
56 | * the above copyright notice appear in all copies and that both that
|
---|
57 | * copyright notice and this permission notice appear in supporting
|
---|
58 | * documentation, and that the name of Kazutaka YOKOTA not be used in
|
---|
59 | * advertising or publicity pertaining to distribution of the software without
|
---|
60 | * specific, written prior permission. Kazutaka YOKOTA makes no representations
|
---|
61 | * about the suitability of this software for any purpose. It is provided
|
---|
62 | * "as is" without express or implied warranty.
|
---|
63 | *
|
---|
64 | * KAZUTAKA YOKOTA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
---|
65 | * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
---|
66 | * EVENT SHALL KAZUTAKA YOKOTA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
---|
67 | * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
---|
68 | * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
---|
69 | * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
---|
70 | * PERFORMANCE OF THIS SOFTWARE.
|
---|
71 | */
|
---|
72 |
|
---|
73 | </pre>
|
---|
74 | </body>
|
---|
75 | </topic>
|
---|