From 394938c479925750ffe56c28d281945ba4003a14 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sat, 12 Jun 2004 15:58:45 +0000 Subject: [PATCH] Remove CVS Id tags. Remove CVS Id tags from all files as arch doesn't update them so they're just bit-rotting. --- Makefile.in | 2 -- README | 2 -- add-imp.pl | 3 --- add.c | 2 -- armor.c | 2 -- armor.h | 2 -- charfuncs.c | 2 -- charfuncs.h | 2 -- cleankey.c | 2 -- cleankey.h | 2 -- config.h.in | 2 -- decodekey.c | 2 -- decodekey.h | 2 -- getcgi.c | 2 -- gpgwww.c | 2 -- hash.c | 2 -- hash.h | 2 -- keydb.c | 2 -- keydb.h | 2 -- keydb_db2.c | 2 -- keydb_db3.c | 2 -- keydb_file.c | 2 -- keydb_fs.c | 2 -- keydb_pg.c | 2 -- keyid.c | 2 -- keyid.h | 2 -- keyindex.c | 2 -- keyindex.h | 2 -- keystructs.h | 2 -- ll.c | 2 -- ll.h | 2 -- log.c | 2 -- log.h | 2 -- lookup.c | 2 -- maxpath.c | 2 -- mem.c | 2 -- mem.h | 2 -- merge.c | 2 -- merge.h | 2 -- onak-conf.c | 2 -- onak-conf.h | 2 -- onak-mail.pl | 2 -- onak.c | 2 -- parsekey.c | 2 -- parsekey.h | 2 -- photoid.c | 2 -- photoid.h | 2 -- sendsync.c | 2 -- sendsync.h | 2 -- sixdegrees.c | 2 -- splitkeys.c | 2 -- stats.c | 2 -- stats.h | 2 -- wordlist.c | 2 -- wordlist.h | 2 -- 55 files changed, 111 deletions(-) diff --git a/Makefile.in b/Makefile.in index caf01c7..e5c99f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 7d0db95..a81e8a5 100644 --- 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 $ diff --git a/add-imp.pl b/add-imp.pl index dcd598a..09470c3 100755 --- a/add-imp.pl +++ b/add-imp.pl @@ -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 f15a145..a784fac 100644 --- a/add.c +++ b/add.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: add.c,v 1.15 2004/05/31 14:16:49 noodles Exp $ */ #include diff --git a/armor.c b/armor.c index e24787e..ac1d23f 100644 --- a/armor.c +++ b/armor.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: armor.c,v 1.8 2003/11/01 19:23:38 noodles Exp $ */ #include diff --git a/armor.h b/armor.h index 7b8cd34..85ac6a6 100644 --- a/armor.h +++ b/armor.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: armor.h,v 1.4 2003/06/04 20:57:07 noodles Exp $ */ #ifndef __ARMOR_H__ diff --git a/charfuncs.c b/charfuncs.c index f509fc8..c8a140f 100644 --- a/charfuncs.c +++ b/charfuncs.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: charfuncs.c,v 1.4 2003/10/04 10:21:40 noodles Exp $ */ #include diff --git a/charfuncs.h b/charfuncs.h index c5ee2a0..ad460e4 100644 --- a/charfuncs.h +++ b/charfuncs.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: charfuncs.h,v 1.4 2003/10/04 10:21:40 noodles Exp $ */ #ifndef __CHARFUNCS_H__ diff --git a/cleankey.c b/cleankey.c index b236fa3..f3110cc 100644 --- a/cleankey.c +++ b/cleankey.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2004 Project Purple - * - * $Id: cleankey.c,v 1.1 2004/05/31 14:16:49 noodles Exp $ */ #include diff --git a/cleankey.h b/cleankey.h index 2b9d8ec..0d89202 100644 --- a/cleankey.h +++ b/cleankey.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2004 Project Purple - * - * $Id: cleankey.h,v 1.1 2004/05/31 14:16:49 noodles Exp $ */ #ifndef __CLEANKEY_H__ diff --git a/config.h.in b/config.h.in index cae7912..7f09abd 100644 --- a/config.h.in +++ b/config.h.in @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2004 Project Purple - * - * $Id: onak-conf.h,v 1.12 2003/10/15 21:15:21 noodles Exp $ */ #ifndef __CONFIG_H_ diff --git a/decodekey.c b/decodekey.c index eb0a79d..723435a 100644 --- a/decodekey.c +++ b/decodekey.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: decodekey.c,v 1.6 2004/05/27 03:24:01 noodles Exp $ */ #include diff --git a/decodekey.h b/decodekey.h index ba3027b..57bf680 100644 --- a/decodekey.h +++ b/decodekey.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: decodekey.h,v 1.2 2003/06/04 20:57:07 noodles Exp $ */ #ifndef __DECODEKEY_H__ diff --git a/getcgi.c b/getcgi.c index ac37cff..0080cb3 100644 --- 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 diff --git a/gpgwww.c b/gpgwww.c index f2551ed..cd3e096 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. - * - * $Id: gpgwww.c,v 1.14 2004/05/26 18:53:14 noodles Exp $ */ #include diff --git a/hash.c b/hash.c index 3aa5d74..66ae5e5 100644 --- a/hash.c +++ b/hash.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2000-2002 Project Purple - * - * $Id: hash.c,v 1.10 2003/10/11 21:52:18 noodles Exp $ */ #include diff --git a/hash.h b/hash.h index f26ad05..59a5901 100644 --- a/hash.h +++ b/hash.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * 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 1eb9def..2b419ca 100644 --- a/keydb.c +++ b/keydb.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * 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 9088d7d..ae87ce3 100644 --- a/keydb.h +++ b/keydb.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keydb.h,v 1.10 2004/03/23 12:33:46 noodles Exp $ */ #ifndef __KEYDB_H__ diff --git a/keydb_db2.c b/keydb_db2.c index b37d480..6a1e2e8 100644 --- a/keydb_db2.c +++ b/keydb_db2.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keydb_db2.c,v 1.11 2004/03/23 12:33:46 noodles Exp $ */ #include diff --git a/keydb_db3.c b/keydb_db3.c index 3515bf4..7cc3b1e 100644 --- a/keydb_db3.c +++ b/keydb_db3.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keydb_db3.c,v 1.26 2004/05/27 03:33:24 noodles Exp $ */ #include diff --git a/keydb_file.c b/keydb_file.c index f735122..4a4322b 100644 --- a/keydb_file.c +++ b/keydb_file.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keydb_file.c,v 1.11 2004/03/23 12:33:46 noodles Exp $ */ #include diff --git a/keydb_fs.c b/keydb_fs.c index 7de5bac..08aff83 100644 --- a/keydb_fs.c +++ b/keydb_fs.c @@ -4,8 +4,6 @@ * Daniel Silverstone * * Copyright 2004 Daniel Silverstone and Project Purple - * - * $Id: keydb_fs.c,v 1.3 2004/05/28 03:23:04 noodles Exp $ */ #include diff --git a/keydb_pg.c b/keydb_pg.c index 8d974fd..dd7cbfd 100644 --- a/keydb_pg.c +++ b/keydb_pg.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keydb_pg.c,v 1.14 2004/03/23 12:33:47 noodles Exp $ */ #include diff --git a/keyid.c b/keyid.c index 5149fd6..66713d1 100644 --- a/keyid.c +++ b/keyid.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keyid.c,v 1.10 2004/05/31 22:04:51 noodles Exp $ */ #include diff --git a/keyid.h b/keyid.h index da4cd4d..61ff6b8 100644 --- a/keyid.h +++ b/keyid.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keyid.h,v 1.5 2003/06/07 13:45:34 noodles Exp $ */ #ifndef __KEYID_H__ diff --git a/keyindex.c b/keyindex.c index 9210cc8..f81de95 100644 --- a/keyindex.c +++ b/keyindex.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keyindex.c,v 1.15 2004/05/27 01:25:37 noodles Exp $ */ #include diff --git a/keyindex.h b/keyindex.h index 110d234..247bfda 100644 --- a/keyindex.h +++ b/keyindex.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keyindex.h,v 1.6 2003/06/08 19:04:32 noodles Exp $ */ #ifndef __KEYINDEX_H__ diff --git a/keystructs.h b/keystructs.h index 24799eb..6c36bbe 100644 --- a/keystructs.h +++ b/keystructs.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * 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 b823d23..4d1ea4a 100644 --- a/ll.c +++ b/ll.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2000-2002 Project Purple - * - * $Id: ll.c,v 1.5 2003/10/04 10:21:41 noodles Exp $ */ #include diff --git a/ll.h b/ll.h index be6dc4e..d4152cc 100644 --- a/ll.h +++ b/ll.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * 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 300f4b8..bb7461b 100644 --- a/log.c +++ b/log.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2003 Project Purple - * - * $Id: log.c,v 1.5 2004/03/23 12:33:47 noodles Exp $ */ #include diff --git a/log.h b/log.h index 6cd16fc..ed2818f 100644 --- a/log.h +++ b/log.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2003 Project Purple - * - * $Id: log.h,v 1.2 2003/06/04 20:57:10 noodles Exp $ */ #ifndef __LOG_H__ diff --git a/lookup.c b/lookup.c index 5042600..d5392d5 100644 --- a/lookup.c +++ b/lookup.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: lookup.c,v 1.17 2004/05/31 14:16:49 noodles Exp $ */ #include diff --git a/maxpath.c b/maxpath.c index 922cc8c..dfee16c 100644 --- a/maxpath.c +++ b/maxpath.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. - * - * $Id: maxpath.c,v 1.11 2004/03/23 12:33:47 noodles Exp $ */ #include diff --git a/mem.c b/mem.c index 4a713e4..83ffa55 100644 --- a/mem.c +++ b/mem.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: mem.c,v 1.6 2003/06/07 13:45:35 noodles Exp $ */ #include diff --git a/mem.h b/mem.h index 0412e4b..875bb4c 100644 --- a/mem.h +++ b/mem.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * 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 c51474c..18882e9 100644 --- a/merge.c +++ b/merge.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: merge.c,v 1.11 2003/06/07 13:45:35 noodles Exp $ */ #include diff --git a/merge.h b/merge.h index da8534f..bbefcc3 100644 --- a/merge.h +++ b/merge.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: merge.h,v 1.6 2004/05/31 14:16:49 noodles Exp $ */ #ifndef __MERGE_H__ diff --git a/onak-conf.c b/onak-conf.c index 864f6b5..8719235 100644 --- a/onak-conf.c +++ b/onak-conf.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: onak-conf.c,v 1.9 2004/05/27 01:34:18 noodles Exp $ */ #include diff --git a/onak-conf.h b/onak-conf.h index 94ffda9..b0387ad 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: onak-conf.h,v 1.12 2003/10/15 21:15:21 noodles Exp $ */ #ifndef __ONAK_CONF_H_ diff --git a/onak-mail.pl b/onak-mail.pl index e5c0d04..6799b3d 100755 --- a/onak-mail.pl +++ b/onak-mail.pl @@ -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 9b2021f..9af2c43 100644 --- a/onak.c +++ b/onak.c @@ -6,8 +6,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: onak.c,v 1.22 2004/05/31 14:16:49 noodles Exp $ */ #include diff --git a/parsekey.c b/parsekey.c index 0367e2d..fb9cf83 100644 --- a/parsekey.c +++ b/parsekey.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: parsekey.c,v 1.20 2004/05/27 21:55:38 noodles Exp $ */ #include diff --git a/parsekey.h b/parsekey.h index 7e2e2bd..1778445 100644 --- a/parsekey.h +++ b/parsekey.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: parsekey.h,v 1.6 2003/10/04 10:21:40 noodles Exp $ */ #ifndef __PARSEKEY_H__ diff --git a/photoid.c b/photoid.c index 8da62ce..2debf01 100644 --- a/photoid.c +++ b/photoid.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2004 Project Purple - * - * $Id: photoid.c,v 1.2 2004/05/27 21:58:18 noodles Exp $ */ #include diff --git a/photoid.h b/photoid.h index 49b685e..86f050a 100644 --- a/photoid.h +++ b/photoid.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2004 Project Purple - * - * $Id: photoid.h,v 1.2 2004/05/27 21:58:18 noodles Exp $ */ #ifndef __PHOTOID_H__ diff --git a/sendsync.c b/sendsync.c index 435344d..568ba3f 100644 --- a/sendsync.c +++ b/sendsync.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 1999, 2002 Project Purple - * - * $Id: sendsync.c,v 1.2 2003/06/04 20:57:12 noodles Exp $ */ #include diff --git a/sendsync.h b/sendsync.h index 8df3c2c..85f7d2b 100644 --- a/sendsync.h +++ b/sendsync.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 1999, 2002 Project Purple - * - * $Id: sendsync.h,v 1.2 2003/06/04 20:57:12 noodles Exp $ */ #ifndef __SENDSYNC_H_ diff --git a/sixdegrees.c b/sixdegrees.c index f270029..0dd324f 100644 --- a/sixdegrees.c +++ b/sixdegrees.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. - * - * $Id: sixdegrees.c,v 1.6 2004/03/23 12:33:47 noodles Exp $ */ #include diff --git a/splitkeys.c b/splitkeys.c index 7fe66fa..73a94cd 100644 --- a/splitkeys.c +++ b/splitkeys.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2003 Project Purple - * - * $Id: splitkeys.c,v 1.4 2003/10/15 21:15:21 noodles Exp $ */ #include diff --git a/stats.c b/stats.c index e67ef2f..7b516c6 100644 --- a/stats.c +++ b/stats.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2000-2002 Project Purple - * - * $Id: stats.c,v 1.13 2003/10/11 21:52:18 noodles Exp $ */ #include diff --git a/stats.h b/stats.h index bad00fe..3696e08 100644 --- a/stats.h +++ b/stats.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: stats.h,v 1.5 2003/06/04 20:57:13 noodles Exp $ */ /* MOSTSIGNED diff --git a/wordlist.c b/wordlist.c index 10b53a8..a9e20a6 100644 --- a/wordlist.c +++ b/wordlist.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2004 Project Purple - * - * $Id: wordlist.c,v 1.3 2004/05/28 03:23:04 noodles Exp $ */ #include diff --git a/wordlist.h b/wordlist.h index e696693..65ddcad 100644 --- a/wordlist.h +++ b/wordlist.h @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2004 Project Purple - * - * $Id: wordlist.h,v 1.1 2004/05/27 03:34:35 noodles Exp $ */ #ifndef __WORDLIST_H__ -- 2.30.2