Remove CVS Id tags.
authorJonathan McDowell <noodles@earth.li>
Sat, 12 Jun 2004 15:58:45 +0000 (15:58 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 12 Jun 2004 15:58:45 +0000 (15:58 +0000)
Remove CVS Id tags from all files as arch doesn't update them so they're
just bit-rotting.

55 files changed:
Makefile.in
README
add-imp.pl
add.c
armor.c
armor.h
charfuncs.c
charfuncs.h
cleankey.c
cleankey.h
config.h.in
decodekey.c
decodekey.h
getcgi.c
gpgwww.c
hash.c
hash.h
keydb.c
keydb.h
keydb_db2.c
keydb_db3.c
keydb_file.c
keydb_fs.c
keydb_pg.c
keyid.c
keyid.h
keyindex.c
keyindex.h
keystructs.h
ll.c
ll.h
log.c
log.h
lookup.c
maxpath.c
mem.c
mem.h
merge.c
merge.h
onak-conf.c
onak-conf.h
onak-mail.pl
onak.c
parsekey.c
parsekey.h
photoid.c
photoid.h
sendsync.c
sendsync.h
sixdegrees.c
splitkeys.c
stats.c
stats.h
wordlist.c
wordlist.h

index caf01c7ac0be908c7a11ce26c7ff3d50165361a7..e5c99f3138fc4e4aeff7bbfea097ee84b9f7d2b8 100644 (file)
@@ -1,8 +1,6 @@
 #
 # Makefile for onak.
 #
-# $Id: Makefile,v 1.23 2004/05/31 22:04:50 noodles Exp $
-#
 
 CC = @CC@
 CFLAGS += @CFLAGS@ -Wall -pedantic
diff --git a/README b/README
index 7d0db95910769fa98de17319f3d44059f3f7892b..a81e8a5754a273844b335680120351f8d8ac3749 100644 (file)
--- a/README
+++ b/README
@@ -129,5 +129,3 @@ License:
 
 onak is distributed under the GNU Public License, a copy of which should
 have been provided with this archive as LICENSE.
-
-$Id: README,v 1.6 2003/10/11 22:28:22 noodles Exp $
index dcd598a8a754aa609736c5125c3a03e8f452ff96..09470c33739be4fab03be51f84838022049955e0 100755 (executable)
@@ -1,7 +1,4 @@
 #!/usr/bin/perl
-#
-# $Id: add-imp.pl,v 1.2 2003/06/04 20:57:06 noodles Exp $
-#
 
 while (<>) {
        /(........)$/;
diff --git a/add.c b/add.c
index f15a145bd3c9e0ffb5138eaaaeb956490c4af6c1..a784fac358fb4d9565c84dfb274734b2c61d89df 100644 (file)
--- a/add.c
+++ b/add.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: add.c,v 1.15 2004/05/31 14:16:49 noodles Exp $
  */
 
 #include <errno.h>
diff --git a/armor.c b/armor.c
index e24787e122d878777a0e8ed88c4580c40796a785..ac1d23f44d1696ede71258dafde24f6b4086061d 100644 (file)
--- a/armor.c
+++ b/armor.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: armor.c,v 1.8 2003/11/01 19:23:38 noodles Exp $
  */
 
 #include <assert.h>
diff --git a/armor.h b/armor.h
index 7b8cd3421393249f3feda779f1cde181e1fcf1e8..85ac6a644b1576509b353c22d8e5eab994d12caa 100644 (file)
--- a/armor.h
+++ b/armor.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: armor.h,v 1.4 2003/06/04 20:57:07 noodles Exp $
  */
 
 #ifndef __ARMOR_H__
index f509fc8653948e6645b8c3c797698de7cab27bba..c8a140ff2ff45686cac6804c522a83e033a70e62 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: charfuncs.c,v 1.4 2003/10/04 10:21:40 noodles Exp $
  */
 
 #include <stdio.h>
index c5ee2a0904858c93a7031c3b86312ff7e581d808..ad460e4a9667f246c6198ce603c6cb817ac9199e 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: charfuncs.h,v 1.4 2003/10/04 10:21:40 noodles Exp $
  */
 
 #ifndef __CHARFUNCS_H__
index b236fa38c6e7fca5918bfb21577f832f30a1cff6..f3110cc8efba3ccecb05e05deb97d69b1ac2bf49 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2004 Project Purple
- *
- * $Id: cleankey.c,v 1.1 2004/05/31 14:16:49 noodles Exp $
  */
 
 #include <assert.h>
index 2b9d8ecdd0a5b64d4da97a3e3a594423f954ead7..0d892021be9bf3211bd34c235c9adcd469747621 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2004 Project Purple
- *
- * $Id: cleankey.h,v 1.1 2004/05/31 14:16:49 noodles Exp $
  */
 
 #ifndef __CLEANKEY_H__
index cae7912e716249284d58ce78d2591bfc3442ac58..7f09abd3edbac2b699e16b377f754c0d0b02abdc 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2004 Project Purple
- *
- * $Id: onak-conf.h,v 1.12 2003/10/15 21:15:21 noodles Exp $
  */
 
 #ifndef __CONFIG_H_
index eb0a79d2cfd2277adcb5d18ad89df19ce0ac6f59..723435ad8513335f0aea516f82ecd90c8775f99e 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: decodekey.c,v 1.6 2004/05/27 03:24:01 noodles Exp $
  */
 
 #include <assert.h>
index ba3027b07fbc58dccb6f773a2332189b0f3954c4..57bf68074a66c28926463db2e9cc284904d27ecf 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: decodekey.h,v 1.2 2003/06/04 20:57:07 noodles Exp $
  */
 
 #ifndef __DECODEKEY_H__
index ac37cff339d64e523c3b5a5f2db1bcd432aea051..0080cb3123937dac5a7b6f0f4e0617fb1477f5aa 100644 (file)
--- a/getcgi.c
+++ b/getcgi.c
@@ -5,8 +5,6 @@
  *
  * The x2c() and unescape_url() routines were lifted directly
  * from NCSA's sample program util.c, packaged with their HTTPD.
- *
- * $Id: getcgi.c,v 1.5 2003/06/04 20:57:07 noodles Exp $
  */
 
 #include <stdio.h>
index f2551ed7e87794c517e2729ab1792283d7767c58..cd3e0960f0fd3eda58508a1ac5b16caae7a03877 100644 (file)
--- a/gpgwww.c
+++ b/gpgwww.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2001-2002 Project Purple.
- *
- * $Id: gpgwww.c,v 1.14 2004/05/26 18:53:14 noodles Exp $
  */
 
 #include <inttypes.h>
diff --git a/hash.c b/hash.c
index 3aa5d749b3bca9691370ecb8d16a3a8ab0afcdfc..66ae5e54dccfbf3984b54c6807946c8024c8845b 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2000-2002 Project Purple
- *
- * $Id: hash.c,v 1.10 2003/10/11 21:52:18 noodles Exp $
  */
 
 #include <stdio.h>
diff --git a/hash.h b/hash.h
index f26ad05cd06964edaa937df74d657fd2c9596a47..59a5901c49081afa4fe9e0fc7f84c21ff1325ab0 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2000-2002 Project Purple
- *
- * $Id: hash.h,v 1.5 2003/10/11 21:52:18 noodles Exp $
  */
 
 #ifndef __HASH_H__
diff --git a/keydb.c b/keydb.c
index 1eb9deff1edd1846d68993bb389ba6a375fbdb16..2b419ca2af99d162643448489a0f9850de665651 100644 (file)
--- a/keydb.c
+++ b/keydb.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keydb.c,v 1.10 2003/06/08 21:11:00 noodles Exp $
  */
 
 /**
diff --git a/keydb.h b/keydb.h
index 9088d7d9df5fdb674ff1c0773ef550d8d01ec824..ae87ce385c561b2811d8324922d03aa86735cdf5 100644 (file)
--- a/keydb.h
+++ b/keydb.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keydb.h,v 1.10 2004/03/23 12:33:46 noodles Exp $
  */
 
 #ifndef __KEYDB_H__
index b37d4807e73a31dc8f6111c0ca02278101c1f236..6a1e2e873d0eaa364a0188afe1aaf88dc95773f4 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keydb_db2.c,v 1.11 2004/03/23 12:33:46 noodles Exp $
  */
 
 #include <sys/types.h>
index 3515bf40b0c78661705b133884fa698141c993e4..7cc3b1ef78d45227262e85744f95a520c2dda5fc 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keydb_db3.c,v 1.26 2004/05/27 03:33:24 noodles Exp $
  */
 
 #include <assert.h>
index f7351225622e65074f434a77527b2cd890ac27c3..4a4322b5b88ff3460c8a97eab7add35c9edf7e6f 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keydb_file.c,v 1.11 2004/03/23 12:33:46 noodles Exp $
  */
 
 #include <sys/types.h>
index 7de5baced57a501750d19b840242c41af282e293..08aff83f4f2515024950d3388f587ab8f78ceca9 100644 (file)
@@ -4,8 +4,6 @@
  * Daniel Silverstone <dsilvers@digital-scurf.org>
  *
  * Copyright 2004 Daniel Silverstone and Project Purple
- *
- * $Id: keydb_fs.c,v 1.3 2004/05/28 03:23:04 noodles Exp $
  */
 
 #include <sys/types.h>
index 8d974fd6d0f4122c334b3c74d0ea2ebf6235fda3..dd7cbfdbbdc30b203246503fba1f984e281d3ce1 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keydb_pg.c,v 1.14 2004/03/23 12:33:47 noodles Exp $
  */
 
 #include <postgresql/libpq-fe.h>
diff --git a/keyid.c b/keyid.c
index 5149fd640d7e552294aa17c19e17d72cc4db05cf..66713d1a11765e5441108a342d69e7f80d96afd5 100644 (file)
--- a/keyid.c
+++ b/keyid.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keyid.c,v 1.10 2004/05/31 22:04:51 noodles Exp $
  */
 
 #include <sys/types.h>
diff --git a/keyid.h b/keyid.h
index da4cd4d5a624196432d27a8282bf79b7b32103ad..61ff6b808050e6cab3880f09b1f51822916ac101 100644 (file)
--- a/keyid.h
+++ b/keyid.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keyid.h,v 1.5 2003/06/07 13:45:34 noodles Exp $
  */
 
 #ifndef __KEYID_H__
index 9210cc8cfc535e69a3cdc02cb52471ff13fecfbe..f81de957b9e521bdabf98abe050feeb93597d217 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keyindex.c,v 1.15 2004/05/27 01:25:37 noodles Exp $
  */
 
 #include <assert.h>
index 110d234ed0cdde2a0fd818aaf2be2eec50844a0a..247bfda0799f19d982564eddf53ade1314705109 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keyindex.h,v 1.6 2003/06/08 19:04:32 noodles Exp $
  */
 
 #ifndef __KEYINDEX_H__
index 24799eb5101ffdcb9dbf4de7d84c6f753dad4caf..6c36bbec6e771ad04df2bd3ca73ee192fe2b7709 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keystructs.h,v 1.7 2003/06/08 21:11:01 noodles Exp $
  */
 
 #ifndef __KEYSTRUCTS_H__
diff --git a/ll.c b/ll.c
index b823d23813c902eca0802f08c5ac568464b6d2de..4d1ea4a71f63d054b217bb791be00bdc3f3efc95 100644 (file)
--- a/ll.c
+++ b/ll.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2000-2002 Project Purple
- *
- * $Id: ll.c,v 1.5 2003/10/04 10:21:41 noodles Exp $
  */
 
 #include <assert.h>
diff --git a/ll.h b/ll.h
index be6dc4ed8fa3a7f1cc6c1f74228fb0da1d07a005..d4152cce04e2903bdc877d3684bd0af7a9935636 100644 (file)
--- a/ll.h
+++ b/ll.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: ll.h,v 1.4 2003/10/04 10:21:41 noodles Exp $
  */
 
 #ifndef __LL_H__
diff --git a/log.c b/log.c
index 300f4b8e066cd1269f89466509d171116c0f5841..bb7461b67ec3374d1150fb429e985800c2bf7df5 100644 (file)
--- a/log.c
+++ b/log.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2003 Project Purple
- *
- * $Id: log.c,v 1.5 2004/03/23 12:33:47 noodles Exp $
  */
 
 #include <stdarg.h>
diff --git a/log.h b/log.h
index 6cd16fcf277196bde3f376ccbd41648006a9a2f9..ed2818f29e8b4b3d929cb2c6b8b63d2439b7e263 100644 (file)
--- a/log.h
+++ b/log.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2003 Project Purple
- *
- * $Id: log.h,v 1.2 2003/06/04 20:57:10 noodles Exp $
  */
 
 #ifndef __LOG_H__
index 50426004a4a6074dcd2cb27d5efc775795e2bc2f..d5392d599d318f806b059dd1e6fc043e0bfbed53 100644 (file)
--- a/lookup.c
+++ b/lookup.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: lookup.c,v 1.17 2004/05/31 14:16:49 noodles Exp $
  */
 
 #include <inttypes.h>
index 922cc8cf65ab94753471b7118ec021dca12b237f..dfee16c4025cba994b0a19cc55d2f2a68cf28dd0 100644 (file)
--- a/maxpath.c
+++ b/maxpath.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2001-2002 Project Purple.
- *
- * $Id: maxpath.c,v 1.11 2004/03/23 12:33:47 noodles Exp $
  */
 
 #include <stdio.h>
diff --git a/mem.c b/mem.c
index 4a713e4ea5dec6b67fdfb8ff78a0ea22551432e9..83ffa55375e5713477d4d68dacadf59a6d5e73e0 100644 (file)
--- a/mem.c
+++ b/mem.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: mem.c,v 1.6 2003/06/07 13:45:35 noodles Exp $
  */
 
 #include <assert.h>
diff --git a/mem.h b/mem.h
index 0412e4bfd93e32bd3063aea5fff59c04d854d4db..875bb4c3049e8f4ee5dcd9a26d4b50462b90d5da 100644 (file)
--- a/mem.h
+++ b/mem.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: mem.h,v 1.4 2003/06/04 20:57:11 noodles Exp $
  */
 
 #ifndef __MEM_H_
diff --git a/merge.c b/merge.c
index c51474c753bd06b0866878d284159771e4cdcebe..18882e92b92251f7c3f83f75938117f20a579857 100644 (file)
--- a/merge.c
+++ b/merge.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: merge.c,v 1.11 2003/06/07 13:45:35 noodles Exp $
  */
 
 #include <assert.h>
diff --git a/merge.h b/merge.h
index da8534ff59232ceb31b688e4a72fbf3d80caad05..bbefcc3e3bf3f0deb27ef7433d2c045af18cfd1f 100644 (file)
--- a/merge.h
+++ b/merge.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: merge.h,v 1.6 2004/05/31 14:16:49 noodles Exp $
  */
 
 #ifndef __MERGE_H__
index 864f6b5d161ebbbe538321c058cbd752e047336f..8719235c46953bfbca15c86419a025a6ce8dbd64 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: onak-conf.c,v 1.9 2004/05/27 01:34:18 noodles Exp $
  */
 
 #include <ctype.h>
index 94ffda906ff8c91074142fad45962a058087a89d..b0387adf657a0f5c1b35c6ba6d219b07575eeae0 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: onak-conf.h,v 1.12 2003/10/15 21:15:21 noodles Exp $
  */
 
 #ifndef __ONAK_CONF_H_
index e5c0d046c188e1eeb8dcb2a592dcd9ac1f3ba975..6799b3d86b4c897fd41aacc25bdf03f912f60b61 100755 (executable)
@@ -6,8 +6,6 @@
 # Copyright 2002 Project Purple
 # Released under the GPL.
 #
-# $Id: onak-mail.pl,v 1.9 2004/01/04 18:48:37 noodles Exp $
-#
 
 use strict;
 use Fcntl ':flock';
diff --git a/onak.c b/onak.c
index 9b2021fc42e78c3195bb919c49845093faac2af1..9af2c4310b21959d100ab0f9b987ae8acec2b940 100644 (file)
--- a/onak.c
+++ b/onak.c
@@ -6,8 +6,6 @@
  * Jonathan McDowell <noodles@earth.li>
  * 
  * Copyright 2002 Project Purple
- *
- * $Id: onak.c,v 1.22 2004/05/31 14:16:49 noodles Exp $
  */
 
 #include <getopt.h>
index 0367e2d1a927dd0f71631e569f5d582b05c8c7eb..fb9cf83e25b0ce33c0a0a4b2e454cebd04c179d6 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: parsekey.c,v 1.20 2004/05/27 21:55:38 noodles Exp $
  */
 
 #include <assert.h>
index 7e2e2bdfd3f5f535681747190e22598a73f0dc46..17784459c54afa6779c396f063812682b277b924 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: parsekey.h,v 1.6 2003/10/04 10:21:40 noodles Exp $
  */
 
 #ifndef __PARSEKEY_H__
index 8da62cee2ff723fcb0d500446828d4b48d566b03..2debf011bb3692db76ae2cfa877ea3efc71dba0e 100644 (file)
--- a/photoid.c
+++ b/photoid.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2004 Project Purple
- *
- * $Id: photoid.c,v 1.2 2004/05/27 21:58:18 noodles Exp $
  */
 
 #include <assert.h>
index 49b685efce1b7c36248142bd205c4047c4d31fb8..86f050ab662327277e80383c62c49f790036ed71 100644 (file)
--- a/photoid.h
+++ b/photoid.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2004 Project Purple
- *
- * $Id: photoid.h,v 1.2 2004/05/27 21:58:18 noodles Exp $
  */
 
 #ifndef __PHOTOID_H__
index 435344d7b56be7e782844d2b4813626dd40a4d65..568ba3fcc586eb346ca7daeb89addcb7fde90246 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 1999, 2002 Project Purple
- *
- * $Id: sendsync.c,v 1.2 2003/06/04 20:57:12 noodles Exp $
  */
 
 #include <stdio.h>
index 8df3c2cd6543f9a628aa92d512f02ceef6797432..85f7d2bc6756b7596c0e67cc0b11a9bcd026febd 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 1999, 2002 Project Purple
- *
- * $Id: sendsync.h,v 1.2 2003/06/04 20:57:12 noodles Exp $
  */
 
 #ifndef __SENDSYNC_H_
index f2700290bdedc1b3bc64fa5f7d5732cb65790546..0dd324f0c139aee07b9b19fc7beae68e84336092 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2001-2002 Project Purple.
- *
- * $Id: sixdegrees.c,v 1.6 2004/03/23 12:33:47 noodles Exp $
  */
 
 #include <stdio.h>
index 7fe66fa9e9557f4c856909a2723bb9a5ef48db8e..73a94cddc42a4f396e9e835aeab6bb45748fb07b 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  * 
  * Copyright 2003 Project Purple
- *
- * $Id: splitkeys.c,v 1.4 2003/10/15 21:15:21 noodles Exp $
  */
 
 #include <fcntl.h>
diff --git a/stats.c b/stats.c
index e67ef2f5b73e4e520e628e51034222e5267a988a..7b516c6355aa1b284b85eecd807dca057db11454 100644 (file)
--- a/stats.c
+++ b/stats.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2000-2002 Project Purple
- *
- * $Id: stats.c,v 1.13 2003/10/11 21:52:18 noodles Exp $
  */
 
 #include <stdio.h>
diff --git a/stats.h b/stats.h
index bad00fe75456c8759f90354e4632c856ca1de9ba..3696e0849283cbd9e76a9e6e4f04532ca9e2753d 100644 (file)
--- a/stats.h
+++ b/stats.h
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: stats.h,v 1.5 2003/06/04 20:57:13 noodles Exp $
  */
 
 /* MOSTSIGNED
index 10b53a80285745f4d7111e64d2bbf957a097ef45..a9e20a62e69a682fce1c51d2d134d2d463c79832 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2004 Project Purple
- *
- * $Id: wordlist.c,v 1.3 2004/05/28 03:23:04 noodles Exp $
  */
 
 #include <ctype.h>
index e6966935cc2784004832587d8cdb23b54affe720..65ddcad3d2941c14062667a34908880ae8c607c1 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2004 Project Purple
- *
- * $Id: wordlist.h,v 1.1 2004/05/27 03:34:35 noodles Exp $
  */
 
 #ifndef __WORDLIST_H__