Signed-off-by: Loui Chang <[email protected]>
---
 BUGS          |    1 -
 FAQ           |    5 ++---
 abook.c       |    2 --
 abook_rl.c    |    2 --
 acinclude.m4  |    2 +-
 database.c    |    2 --
 edit.c        |    2 --
 filter.c      |    2 --
 ldif.c        |    1 -
 list.c        |    2 --
 misc.c        |    2 --
 mkinstalldirs |    2 --
 options.c     |    2 --
 ui.c          |    2 --
 views.c       |    2 --
 xmalloc.c     |    2 --
 16 files changed, 3 insertions(+), 30 deletions(-)

diff --git a/BUGS b/BUGS
index 381bf0d..f15d962 100644
--- a/BUGS
+++ b/BUGS
@@ -44,4 +44,3 @@ Filters:
 
 * fseek in ldif import filter should be eliminated
 
-$Id$
diff --git a/FAQ b/FAQ
index 57ba9ca..80dcc04 100644
--- a/FAQ
+++ b/FAQ
@@ -37,9 +37,9 @@ A: Export to palmcsv format, and import from there. Several 
GUI
    applications such as jpilot can do this, but the simplest way is to
    use pilot-addresses from the pilot-link package. Just export to
    addresses.palmcsv, then run this:
-                                                                               
 
+
    pilot-addresses -d abook -c abook -r addresses.palmcsv
-                                                                               
 
+
    This will delete everything in the abook category and replace it with
    the latest information from your abook database. By keeping your
    abook entries in a separate category, you can continue to add and
@@ -66,4 +66,3 @@ A: Yes, the version 0.5.2 added a multibyte character support.
      you use UTF-8 charset the input is expected to be UTF-8 encoded.
 
 
-last update: $Date$
diff --git a/abook.c b/abook.c
index 42c04c1..6c3abb5 100644
--- a/abook.c
+++ b/abook.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * by JH <[email protected]>
  *
  * Copyright (C) Jaakko Heinonen
diff --git a/abook_rl.c b/abook_rl.c
index 55b3039..4554071 100644
--- a/abook_rl.c
+++ b/abook_rl.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * by JH <[email protected]>
  *
  * Copyright (C) Jaakko Heinonen
diff --git a/acinclude.m4 b/acinclude.m4
index c8eba20..31a65c1 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -131,7 +131,7 @@ dnl     /* no history */
 dnl   #endif /* HAVE_READLINE_HISTORY */
 dnl
 dnl
-dnl @version $Id$
+dnl @version 1.3 2002/03/11 10:29:28
 dnl @author Ville Laurikari <[email protected]>
 dnl
 AC_DEFUN([AC_LIB_READLINE], [
diff --git a/database.c b/database.c
index da6890f..d4983c2 100644
--- a/database.c
+++ b/database.c
@@ -1,7 +1,5 @@
 
 /*
- * $Id$
- *
  * by JH <[email protected]>
  *
  * Copyright (C) Jaakko Heinonen
diff --git a/edit.c b/edit.c
index 9a76c8a..32e3061 100644
--- a/edit.c
+++ b/edit.c
@@ -1,7 +1,5 @@
 
 /*
- * $Id$
- *
  * by JH <[email protected]>
  *
  * Copyright (C) Jaakko Heinonen
diff --git a/filter.c b/filter.c
index c5c69cf..38c4c38 100644
--- a/filter.c
+++ b/filter.c
@@ -1,7 +1,5 @@
 
 /*
- * $Id$
- *
  * by JH <[email protected]>
  *
  * Copyright (C) Jaakko Heinonen
diff --git a/ldif.c b/ldif.c
index 56e4d26..cb1e2fb 100644
--- a/ldif.c
+++ b/ldif.c
@@ -1,6 +1,5 @@
 
 /*
- * $Id$
  * adapted to use with abook by JH <[email protected]>
  */
 
diff --git a/list.c b/list.c
index ca4892b..8e15d4d 100644
--- a/list.c
+++ b/list.c
@@ -1,7 +1,5 @@
 
 /*
- * $Id$
- *
  * by JH <[email protected]>
  *
  * Copyright (C) Jaakko Heinonen
diff --git a/misc.c b/misc.c
index 0f96b7a..1d46a8f 100644
--- a/misc.c
+++ b/misc.c
@@ -1,7 +1,5 @@
 
 /*
- * $Id$
- *
  * by JH <[email protected]>
  *
  * Copyright (C) Jaakko Heinonen
diff --git a/mkinstalldirs b/mkinstalldirs
index d0fd194..f945dbf 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -4,8 +4,6 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id$
-
 errstatus=0
 
 for file
diff --git a/options.c b/options.c
index 2c1303c..7527802 100644
--- a/options.c
+++ b/options.c
@@ -1,7 +1,5 @@
 
 /*
- * $Id$
- *
  * by JH <[email protected]>
  *
  * Copyright (C) Jaakko Heinonen
diff --git a/ui.c b/ui.c
index 170583e..5baa146 100644
--- a/ui.c
+++ b/ui.c
@@ -1,7 +1,5 @@
 
 /*
- * $Id$
- *
  * by JH <[email protected]>
  *
  * Copyright (C) Jaakko Heinonen
diff --git a/views.c b/views.c
index 1a32409..53b0faa 100644
--- a/views.c
+++ b/views.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * by Cedric Duval <[email protected]>
  *
  * Copyright (C) Cedric Duval
diff --git a/xmalloc.c b/xmalloc.c
index 3a34e1c..df39ba0 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Common xmalloc memory allocation routines
  *
  * written by Jaakko Heinonen <[email protected]>
-- 
1.7.10.1


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Abook-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/abook-devel

Reply via email to