OSDN Git Service

Drop $Id lines, now that we are using git
authorChris Larson <clarson@kergoth.com>
Tue, 11 May 2010 01:24:23 +0000 (18:24 -0700)
committerChris Larson <clarson@kergoth.com>
Tue, 11 May 2010 01:24:23 +0000 (18:24 -0700)
Signed-off-by: Chris Larson <clarson@kergoth.com>
30 files changed:
AUTHORS
Makefile.am
README
autogen.sh
etc/Makefile.am
plugins/Makefile.am
plugins/dejitter.c
plugins/input-raw.c
plugins/linear-h2200.c
plugins/linear.c
plugins/variance.c
src/Makefile.am
src/ts_attach.c
src/ts_close.c
src/ts_config.c
src/ts_error.c
src/ts_fd.c
src/ts_load_module.c
src/ts_open.c
src/ts_parse_vars.c
src/ts_read.c
src/tslib-filter.h
src/tslib-private.h
src/tslib.h
tests/Makefile.am
tests/testutils.c
tests/testutils.h
tests/ts_calibrate.c
tests/ts_harvest.c
tests/ts_test.c

diff --git a/AUTHORS b/AUTHORS
index 0b40375..f2581c2 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,3 @@
-# $Id: AUTHORS,v 1.3 2005/02/26 00:53:48 kergoth Exp $
 Russell King <linux@arm.linux.org.uk>
 Douglas Lowder <dlowder@earthlink.net>
 Chris Larson <kergoth@handhelds.org>
index 5383c04..964450b 100644 (file)
@@ -6,7 +6,6 @@
 # This file is placed under the LGPL.  Please see the file
 # COPYING for more details.
 #
-# $Id: Makefile.am,v 1.3 2005/02/28 18:56:09 kergoth Exp $
 #
 
 SUBDIRS                = etc src plugins tests
diff --git a/README b/README
index 4cd7f25..237db42 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,3 @@
-$Id: README,v 1.4 2004/07/21 19:12:58 dlowder Exp $
 
 General
 =======
index 5ad0476..9dc29fa 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id: autogen.sh,v 1.3 2005/02/26 01:47:22 kergoth Exp $
 
 autoreconf -f -i -I `pwd`/m4
 exit $?
index ebe6895..7489549 100644 (file)
@@ -6,7 +6,6 @@
 # This file is placed under the LGPL.  Please see the file
 # COPYING for more details.
 #
-# $Id: Makefile.am,v 1.1.1.1 2001/12/22 21:12:06 rmk Exp $
 #
 
 sysconf_DATA           = ts.conf
index a73971d..23dc5b2 100644 (file)
@@ -6,7 +6,6 @@
 # This file is placed under the LGPL.  Please see the file
 # COPYING for more details.
 #
-# $Id: Makefile.am,v 1.7 2005/02/28 23:44:12 kergoth Exp $
 #
 
 AM_CFLAGS              = -DTS_POINTERCAL=\"@TS_POINTERCAL@\" $(DEBUGFLAGS) $(LIBFLAGS) $(VIS_CFLAGS)
index 0d4d634..f3ad66f 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: dejitter.c,v 1.10 2005/02/26 01:47:23 kergoth Exp $
  *
  * Problem: some touchscreens read the X/Y values from ADC with a
  * great level of noise in their lowest bits. This produces "jitter"
index 5fa0acb..59d235e 100644 (file)
@@ -10,7 +10,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: input-raw.c,v 1.5 2005/02/26 01:47:23 kergoth Exp $
  *
  * Read raw pressure, x, y, and timestamp from a touchscreen device.
  */
index 83fe2ed..b5578a3 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: linear-h2200.c,v 1.1 2005/02/26 01:54:51 kergoth Exp $
  *
  * Linearly scale touchscreen values for HP iPAQ h22xx.
  */
index c55c218..fdedda3 100644 (file)
@@ -7,7 +7,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: linear.c,v 1.10 2005/02/26 01:47:23 kergoth Exp $
  *
  * Linearly scale touchscreen values
  */
index ec24c3e..07dfb55 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: variance.c,v 1.6 2005/02/26 01:47:23 kergoth Exp $
  *
  * Variance filter for touchscreen values.
  *
index 9f0b4c0..5278d82 100644 (file)
@@ -6,7 +6,6 @@
 # This file is placed under the LGPL.  Please see the file
 # COPYING for more details.
 #
-# $Id: Makefile.am,v 1.8 2005/02/28 23:44:12 kergoth Exp $
 #
 
 AM_CFLAGS       = -DPLUGIN_DIR=\"@PLUGIN_DIR@\" -DTS_CONF=\"@TS_CONF@\" -DTS_POINTERCAL=\"@TS_POINTERCAL@\" \
index 29cef81..d25fb2a 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_attach.c,v 1.3 2004/10/19 22:01:27 dlowder Exp $
  *
  * Attach a filter to a touchscreen device.
  */
index 4fd274d..b2522ed 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_close.c,v 1.1.1.1 2001/12/22 21:12:06 rmk Exp $
  *
  * Close a touchscreen device.
  */
index fa732d6..c3cb0f5 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_config.c,v 1.5 2004/10/19 22:01:27 dlowder Exp $
  *
  * Read the configuration and load the appropriate drivers.
  */
index e70cc4f..c5ecde4 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_error.c,v 1.1.1.1 2001/12/22 21:12:06 rmk Exp $
  *
  * Error handling for tslib.
  */
index 43539e9..fb34f0b 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_fd.c,v 1.1 2002/01/15 16:18:07 rmk Exp $
  *
  * Return the file descriptor for a touchscreen device.
  */
index fa75d9e..5c4b424 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_load_module.c,v 1.4 2004/10/19 22:01:27 dlowder Exp $
  *
  * Close a touchscreen device.
  */
index b596197..02f1749 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_open.c,v 1.4 2004/07/21 19:12:59 dlowder Exp $
  *
  * Open a touchscreen device.
  */
index e9a58f1..a919aa2 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_parse_vars.c,v 1.3 2003/03/04 17:09:47 dlowder Exp $
  *
  * Read raw pressure, x, y, and timestamp from a touchscreen device.
  */
index 3918a04..f49c381 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the LGPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_read.c,v 1.4 2004/07/21 19:12:59 dlowder Exp $
  *
  * Read raw pressure, x, y, and timestamp from a touchscreen device.
  */
index 5ed7788..dfbdaa4 100644 (file)
@@ -7,7 +7,6 @@
  *
  * This file is placed under the LGPL.
  *
- * $Id: tslib-filter.h,v 1.3 2005/03/01 18:18:05 kergoth Exp $
  *
  * Internal touch screen library definitions.
  */
index f48d791..bffc62e 100644 (file)
@@ -7,7 +7,6 @@
  *
  * This file is placed under the LGPL.
  *
- * $Id: tslib-private.h,v 1.3 2004/07/21 19:12:59 dlowder Exp $
  *
  * Internal touch screen library definitions.
  */
index 08cb4ac..df8e284 100644 (file)
@@ -7,7 +7,6 @@
  *
  * This file is placed under the LGPL.
  *
- * $Id: tslib.h,v 1.4 2005/02/26 01:47:23 kergoth Exp $
  *
  * Touch screen library interface definitions.
  */
index 6a4d369..b76522d 100644 (file)
@@ -6,7 +6,6 @@
 # This file is placed under the LGPL.  Please see the file
 # COPYING for more details.
 #
-# $Id: Makefile.am,v 1.4 2004/07/21 19:12:59 dlowder Exp $
 #
 
 AM_CFLAGS               = -DTS_POINTERCAL=\"@TS_POINTERCAL@\" $(DEBUGFLAGS)
index 94a5157..dbd5b41 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the GPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: testutils.c,v 1.2 2004/10/19 22:01:27 dlowder Exp $
  *
  * Waits for the screen to be touched, averages x and y sample
  * coordinates until the end of contact
index f5d4b85..ca51520 100644 (file)
@@ -7,7 +7,6 @@
  *
  * This file is placed under the LGPL.
  *
- * $Id: testutils.h
  *
  * Misc utils for ts test programs
  */
index 96121ef..1bee699 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the GPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_calibrate.c,v 1.8 2004/10/19 22:01:27 dlowder Exp $
  *
  * Basic test program for touchscreen library.
  */
index 2337412..6980680 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the GPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_harvest.c
  *
  * Program to harvest hundreds of raw touchscreen coordinates
  * Useful for linearizing non linear touchscreens as found in the h2200 device
index 871596a..02aa216 100644 (file)
@@ -6,7 +6,6 @@
  * This file is placed under the GPL.  Please see the file
  * COPYING for more details.
  *
- * $Id: ts_test.c,v 1.6 2004/10/19 22:01:27 dlowder Exp $
  *
  * Basic test program for touchscreen library.
  */