cscvs to tla changeset 77
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:41 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:41 +0000 (23:47 +0000)
Author: noodles
Date: 2003/06/04 20:57:06
Add CVS Id tags to lots of files.

49 files changed:
Makefile
README
add-imp.pl
add.c
armor.c
armor.h
bithelp.h
charfuncs.c
charfuncs.h
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_pg.c
keyid.c
keyid.h
keyindex.c
keyindex.h
keystructs.h
ll.c
ll.h
log.c
log.h
lookup.c
maxpath.c
md5.c
mem.c
mem.h
merge.c
merge.h
onak-conf.c
onak-conf.h
onak-mail.pl
onak.c
parsekey.c
parsekey.h
sendsync.c
sendsync.h
sha.c
sixdegrees.c
stats.c
stats.h

index 5d199958b222faa23cbc0cda23d46d318024874b..d8037660c5134628ee43e0e4f590ef2312d82e10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,8 @@
+#
 # Makefile for onak.
+#
+# $Id: Makefile,v 1.15 2003/06/04 20:57:06 noodles Exp $
+#
 
 CC = gcc
 LINK = gcc
diff --git a/README b/README
index c8ed1e981aa4c25e7da6761eaafae979770ffd4f..e82da12e5aba6d9809c9adbd62d8be72345013b3 100644 (file)
--- a/README
+++ b/README
@@ -129,3 +129,5 @@ 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.4 2003/06/04 20:57:06 noodles Exp $
index 09470c33739be4fab03be51f84838022049955e0..dcd598a8a754aa609736c5125c3a03e8f452ff96 100755 (executable)
@@ -1,4 +1,7 @@
 #!/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 2a99036adbe2fe017359f00962a027b8a9127fce..2c6abb93af54ba35aa13ecf223e35a54a0a61a38 100644 (file)
--- a/add.c
+++ b/add.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: add.c,v 1.10 2003/06/04 20:57:06 noodles Exp $
  */
 
 #include <errno.h>
diff --git a/armor.c b/armor.c
index 343f9d6779bb6ab81d58f832c49161edccce672a..d584deb3072f744bb30a251843a09be9401cc5c4 100644 (file)
--- a/armor.c
+++ b/armor.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: armor.c,v 1.5 2003/06/04 20:57:06 noodles Exp $
  */
 
 #include <assert.h>
diff --git a/armor.h b/armor.h
index 85ac6a644b1576509b353c22d8e5eab994d12caa..7b8cd3421393249f3feda779f1cde181e1fcf1e8 100644 (file)
--- a/armor.h
+++ b/armor.h
@@ -4,6 +4,8 @@
  * 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 56a1c074d49c88bf6b2ec529f26f30e4390c50e9..200b036354399f82cbb2138838d01eb41a696c3c 100644 (file)
--- a/bithelp.h
+++ b/bithelp.h
@@ -16,6 +16,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ *
+ * $Id: bithelp.h,v 1.3 2003/06/04 20:57:07 noodles Exp $
  */
 
 #ifndef __BITHELP_H__
index de68b661ae222d3e1f1e2b2716d9e53690c3eb14..3bfc3cc5261018cfe4c104b348546777171ce4a2 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: charfuncs.c,v 1.2 2003/06/04 20:57:07 noodles Exp $
  */
 
 #include <sys/types.h>
index f394e1587ba4cc3abaa3ccd5f4a650dc582ea3e9..e3501431ab8e86a64481aca9819bba6511f11648 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: charfuncs.h,v 1.2 2003/06/04 20:57:07 noodles Exp $
  */
 
 #ifndef __CHARFUNCS_H__
index 6a1660467e87ba0ccc7b42566f93c47fd4e902ee..9ae614d0cfe6e1701fbf1dd47ea4273c6883c82d 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: decodekey.c,v 1.2 2003/06/04 20:57:07 noodles Exp $
  */
 
 #include <assert.h>
index f7df5eff7086abc07def2f756a8967f6322aebf8..91929d32b4dd91e19eeea57383db591c2f0d8579 100644 (file)
@@ -4,6 +4,8 @@
  * 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 0080cb3123937dac5a7b6f0f4e0617fb1477f5aa..ac37cff339d64e523c3b5a5f2db1bcd432aea051 100644 (file)
--- a/getcgi.c
+++ b/getcgi.c
@@ -5,6 +5,8 @@
  *
  * 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 cd1c1004f0bf41029b3417975552f1420132e50a..ad864f106ff562950abca5fca43d3bd39e724777 100644 (file)
--- a/gpgwww.c
+++ b/gpgwww.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2001-2002 Project Purple.
+ *
+ * $Id: gpgwww.c,v 1.10 2003/06/04 20:57:08 noodles Exp $
  */
 
 // #include <stdint.h>
diff --git a/hash.c b/hash.c
index 4caa70909ba76a1db9e0dc46a0a00646b49a97d5..9ee8b9bd62e9d4203743d3fd16f635b268340845 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2000-2002 Project Purple
+ *
+ * $Id: hash.c,v 1.8 2003/06/04 20:57:08 noodles Exp $
  */
 
 #include <stdio.h>
diff --git a/hash.h b/hash.h
index 6cb02165f1a6a85e68b15ee88522f453197626c4..3044c615bb38c27a42ba056009cb240002afa888 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2000-2002 Project Purple
+ *
+ * $Id: hash.h,v 1.4 2003/06/04 20:57:08 noodles Exp $
  */
 
 #ifndef __HASH_H__
diff --git a/keydb.c b/keydb.c
index 7cfb6a13736c04b614e1d56ea52fa0b634c626de..347b406bd7daf0a61fd23280132192bf7983567c 100644 (file)
--- a/keydb.c
+++ b/keydb.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keydb.c,v 1.9 2003/06/04 20:57:08 noodles Exp $
  */
 
 /**
diff --git a/keydb.h b/keydb.h
index 7deb95a9e473490c3a773e1a41b15bbb22c26b12..cbdf63dbe1fb82946e507a03847d6fed227dce32 100644 (file)
--- a/keydb.h
+++ b/keydb.h
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keydb.h,v 1.7 2003/06/04 20:57:08 noodles Exp $
  */
 
 #ifndef __KEYDB_H__
index 80a466117cfa91f6f657318334b14885d3c01d5e..0ff31cbe308d1f9a0c8137f83632822943530f79 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keydb_db2.c,v 1.9 2003/06/04 20:57:08 noodles Exp $
  */
 
 #include <sys/types.h>
index 7ca5312612c5264aaba5fb38124f840cf6cc271b..1aba9199dea0442b6de2c39ebe4c5bb10cd9edfe 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keydb_db3.c,v 1.16 2003/06/04 20:57:08 noodles Exp $
  */
 
 #include <assert.h>
index a132ea73c833d679aec4083da3d71ffdbfe1140e..65e6b5f5b5d64c13092bf3ac685e765cfd625487 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keydb_file.c,v 1.8 2003/06/04 20:57:09 noodles Exp $
  */
 
 #include <sys/types.h>
index 3b127910467ff9e4e1f7dcf417f67983dd6bd2e9..ade6bfd1770f754ad2d9b622751fc60fb21e78f2 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keydb_pg.c,v 1.10 2003/06/04 20:57:09 noodles Exp $
  */
 
 #include <postgresql/libpq-fe.h>
diff --git a/keyid.c b/keyid.c
index 0a61c1f91c926b8f838b42aba0e510b5b2928321..8cf32ba0933533775c0219a0e21b30f45529976f 100644 (file)
--- a/keyid.c
+++ b/keyid.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keyid.c,v 1.7 2003/06/04 20:57:09 noodles Exp $
  */
 
 #include <sys/types.h>
diff --git a/keyid.h b/keyid.h
index c3082090ff8ba5e06ce714dbd51134b8c993df5e..8a360568aae194b4f964f369937825cf1f8803ab 100644 (file)
--- a/keyid.h
+++ b/keyid.h
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keyid.h,v 1.4 2003/06/04 20:57:09 noodles Exp $
  */
 
 #ifndef __KEYID_H__
index 8277866d5ab31d4d2b038005303d00de5ef92689..219f3a14031ab4ffb69a198f72138e46362d64be 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keyindex.c,v 1.9 2003/06/04 20:57:09 noodles Exp $
  */
 
 #include <assert.h>
index a9f7976126b5882c8b3df91b99f4bc2811e35df8..81202241d7f616ed32d54a01c0c2ccb62d358930 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keyindex.h,v 1.5 2003/06/04 20:57:09 noodles Exp $
  */
 
 #ifndef __KEYINDEX_H__
index 3b46680bbd193d937091a3a99a04c11ecc0724e7..42f097118341b7a6b3e2e33263629243568c5817 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keystructs.h,v 1.6 2003/06/04 20:57:09 noodles Exp $
  */
 
 #ifndef __KEYSTRUCTS_H__
diff --git a/ll.c b/ll.c
index 5936bf60d5665f444237561d6b612205a22c7dc0..debf52b278759d9702f6cad1b729a6931f8bac08 100644 (file)
--- a/ll.c
+++ b/ll.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2000-2002 Project Purple
+ *
+ * $Id: ll.c,v 1.4 2003/06/04 20:57:10 noodles Exp $
  */
 
 #include <assert.h>
diff --git a/ll.h b/ll.h
index 15bc64d39c80413b1e54d98001ef75db46e57822..43a5bd364c4032c92e6b319d6118eb9842c3a821 100644 (file)
--- a/ll.h
+++ b/ll.h
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: ll.h,v 1.3 2003/06/04 20:57:10 noodles Exp $
  */
 
 #ifndef __LL_H__
diff --git a/log.c b/log.c
index 1c9f13960f46b752a5b644c4475ac0f6e24a580f..dc8c2e8d6198c418f92fab0d75d182044ec06b30 100644 (file)
--- a/log.c
+++ b/log.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2003 Project Purple
+ *
+ * $Id: log.c,v 1.4 2003/06/04 20:57:10 noodles Exp $
  */
 
 #include <stdarg.h>
diff --git a/log.h b/log.h
index ed2818f29e8b4b3d929cb2c6b8b63d2439b7e263..6cd16fcf277196bde3f376ccbd41648006a9a2f9 100644 (file)
--- a/log.h
+++ b/log.h
@@ -4,6 +4,8 @@
  * 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 d6017d23267d5bb34038f9de901e2bc2977c7aaa..33fc9abb6df27bfec7a7deb5a3d9dfca67a0ee01 100644 (file)
--- a/lookup.c
+++ b/lookup.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: lookup.c,v 1.8 2003/06/04 20:57:10 noodles Exp $
  */
 
 //#include <stdint.h>
index 2f813dec734e555a2359fb1278c95d6e658e2fac..171d6b1a4793c63065967b9502cc820f67c3242c 100644 (file)
--- a/maxpath.c
+++ b/maxpath.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2001-2002 Project Purple.
+ *
+ * $Id: maxpath.c,v 1.9 2003/06/04 20:57:10 noodles Exp $
  */
 
 #include <stdio.h>
diff --git a/md5.c b/md5.c
index 4707d6389cb7d6ee9ad02b64a7e42a78ca8d506a..2cde87d8cb383c0bad95596b6694de7b821e29ff 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -17,6 +17,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Id: md5.c,v 1.2 2003/06/04 20:57:10 noodles Exp $
  */
 /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.  */
 /* heavily modified for GnuPG by <werner.koch@guug.de> */
diff --git a/mem.c b/mem.c
index 325b07a75acc76e05af7c8d4ac8b0dfa46cc2bf4..9bee71d14fe503e9278596f5f4a492db548c399a 100644 (file)
--- a/mem.c
+++ b/mem.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: mem.c,v 1.5 2003/06/04 20:57:10 noodles Exp $
  */
 
 #include <assert.h>
diff --git a/mem.h b/mem.h
index 875bb4c3049e8f4ee5dcd9a26d4b50462b90d5da..0412e4bfd93e32bd3063aea5fff59c04d854d4db 100644 (file)
--- a/mem.h
+++ b/mem.h
@@ -4,6 +4,8 @@
  * 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 33924f05e3078b886a94afb702b4e331b9a9f51f..6ed0a2d139a40af796251862a7cb624f4fc6deeb 100644 (file)
--- a/merge.c
+++ b/merge.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: merge.c,v 1.10 2003/06/04 20:57:11 noodles Exp $
  */
 
 #include <assert.h>
diff --git a/merge.h b/merge.h
index 208c39bd0477cd8ae312c755c4f7571191bf0a4c..3ec64f3ed98b824e5263e7b86b4e5eacec81a78b 100644 (file)
--- a/merge.h
+++ b/merge.h
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: merge.h,v 1.5 2003/06/04 20:57:11 noodles Exp $
  */
 
 #ifndef __MERGE_H__
index f215b319670e8fabc0a5e76491495e46a1bfef07..bbe26a1470f91cde0ce631312225c93f551d86f9 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: onak-conf.c,v 1.7 2003/06/04 20:57:11 noodles Exp $
  */
 
 #include <ctype.h>
index 4c82bf744578e7c681b6cfa5a8d3a3d10853a62b..6afb43ab9c492915644076281c274cafd5857c2e 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: onak-conf.h,v 1.9 2003/06/04 20:57:11 noodles Exp $
  */
 
 #ifndef __ONAK_CONF_H_
index 3076a7e99a72f44feddc30baa8f482292020b51c..0c75db60d18db92a2fd3d76d5d1016d91ed563ac 100755 (executable)
@@ -7,6 +7,8 @@
 # Copyright 2002 Project Purple
 # Released under the GPL.
 #
+# $Id: onak-mail.pl,v 1.6 2003/06/04 20:57:11 noodles Exp $
+#
 
 use strict;
 use IPC::Open3;
diff --git a/onak.c b/onak.c
index 870e1bd57d3fc329483b857114d58b3a835a281e..e2622e445a2e3658fd71aac5ff69d7718793bf09 100644 (file)
--- a/onak.c
+++ b/onak.c
@@ -6,6 +6,8 @@
  * Jonathan McDowell <noodles@earth.li>
  * 
  * Copyright 2002 Project Purple
+ *
+ * $Id: onak.c,v 1.13 2003/06/04 20:57:12 noodles Exp $
  */
 
 #include <stdio.h>
index 4109bb8961aab003c40ab8687e63ae2bd9ffe1b9..88a4594b5b9ffd780c2ac9730cf6b40cfe93ab7e 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: parsekey.c,v 1.7 2003/06/04 20:57:12 noodles Exp $
  */
 
 #include <assert.h>
index 8b6f1cdc8b6ab930bb5dcfcb4e2861cb67334c0b..682629c9fc8e0e8e3c70f326e47624d11d66bcd3 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: parsekey.h,v 1.4 2003/06/04 20:57:12 noodles Exp $
  */
 
 #ifndef __PARSEKEY_H__
index 6afec8b6598b0cb830b1d3c134901df522a90aee..435344d7b56be7e782844d2b4813626dd40a4d65 100644 (file)
@@ -4,7 +4,9 @@
  * 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>
 #include <unistd.h>
index dca5f9bd8ee18f35f808368acda562417240a74b..8df3c2cd6543f9a628aa92d512f02ceef6797432 100644 (file)
@@ -4,7 +4,9 @@
  * 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_
 #define __SENDSYNC_H_
diff --git a/sha.c b/sha.c
index cee12abd61a4bf343900b8f0ca4a1d8aba4ded97..90f22e8deb5a7b7dcaeaeb534c07fe8515c0f4f2 100644 (file)
--- a/sha.c
+++ b/sha.c
@@ -18,6 +18,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ *
+ * $Id: sha.c,v 1.2 2003/06/04 20:57:12 noodles Exp $
  */
 
 /* This file was copied from GnuPG                               */
index d647f5e78b468f1246d6b69883ade9cacc5ec01e..9b13cfbca08cafa38ac094aeec1ee9897fcb4694 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2001-2002 Project Purple.
+ *
+ * $Id: sixdegrees.c,v 1.4 2003/06/04 20:57:12 noodles Exp $
  */
 
 #include <stdio.h>
diff --git a/stats.c b/stats.c
index a295a1ed231b84e27fd1b363320e28b3cfe662a7..7f241ee1aad311548b6577567c6dbbbaee992dbc 100644 (file)
--- a/stats.c
+++ b/stats.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2000-2002 Project Purple
+ *
+ * $Id: stats.c,v 1.10 2003/06/04 20:57:13 noodles Exp $
  */
 
 #include <stdio.h>
diff --git a/stats.h b/stats.h
index 3696e0849283cbd9e76a9e6e4f04532ca9e2753d..bad00fe75456c8759f90354e4632c856ca1de9ba 100644 (file)
--- a/stats.h
+++ b/stats.h
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: stats.h,v 1.5 2003/06/04 20:57:13 noodles Exp $
  */
 
 /* MOSTSIGNED