A generic touchscreen calibration program for X.Org
Revisão | 3a3a988236356bd90d531a8611dc27f2bcef0690 (tree) |
---|---|
Hora | 2010-01-08 07:23:00 |
Autor | Tias Guns <tias@ulys...> |
Commiter | Tias Guns |
clarify that the license is the pure MIT/X11 license,
with agreement of Soren
@@ -1,33 +1,30 @@ | ||
1 | 1 | /* |
2 | - * Permission to use, copy, modify, distribute, and sell this software | |
3 | - * and its documentation for any purpose is hereby granted without | |
4 | - * fee, provided that the above copyright notice appear in all copies | |
5 | - * and that both that copyright notice and this permission notice | |
6 | - * appear in supporting documentation, and that the name of Red Hat | |
7 | - * not be used in advertising or publicity pertaining to distribution | |
8 | - * of the software without specific, written prior permission. Red | |
9 | - * Hat makes no representations about the suitability of this software | |
10 | - * for any purpose. It is provided "as is" without express or implied | |
11 | - * warranty. | |
2 | + * Copyright (c) 2009 Tias Guns | |
3 | + * Copyright (c) 2009 Soren Hauberg | |
12 | 4 | * |
13 | - * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, | |
14 | - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN | |
15 | - * NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR | |
16 | - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS | |
17 | - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, | |
18 | - * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN | |
19 | - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
5 | + * Permission is hereby granted, free of charge, to any person obtaining a copy | |
6 | + * of this software and associated documentation files (the "Software"), to deal | |
7 | + * in the Software without restriction, including without limitation the rights | |
8 | + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
9 | + * copies of the Software, and to permit persons to whom the Software is | |
10 | + * furnished to do so, subject to the following conditions: | |
20 | 11 | * |
21 | - * Authors: | |
22 | - * Soren Hauberg (haub...@gmail.com) | |
23 | - * Tias Guns (ti..@ulyssis.org) | |
12 | + * The above copyright notice and this permission notice shall be included in | |
13 | + * all copies or substantial portions of the Software. | |
24 | 14 | * |
25 | - * Version: 0.2.0 | |
26 | - * | |
27 | - * Make: g++ -Wall xinput_calibrator.cc `pkg-config --cflags --libs gtkmm-2.4` -o xinput_calibrator | |
15 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
16 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
17 | + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
18 | + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
19 | + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
20 | + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
21 | + * THE SOFTWARE. | |
28 | 22 | */ |
29 | 23 | |
30 | 24 | /* |
25 | + * Make: g++ -Wall xinput_calibrator.cc `pkg-config --cflags --libs gtkmm-2.4` -o xinput_calibrator | |
26 | + * Version: 0.2.0 | |
27 | + * | |
31 | 28 | * This program performs calibration of touchscreens. |
32 | 29 | * A calibration consists of finding the following parameters: |
33 | 30 | * |