From e109873133d224df7973bceedae82172924cd69e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 3 May 2009 01:40:24 +0100 Subject: [PATCH 1/1] Infrastructure: Strip away crufty CVS $Id$ tags. --- align.h | 2 -- alloc.c | 2 -- alloc.h | 2 -- arena.c | 2 -- arena.h | 2 -- assoc.c | 2 -- assoc.h | 2 -- atom.c | 2 -- atom.h | 2 -- base32.c | 2 -- base32.h | 2 -- base64.c | 2 -- base64.h | 2 -- bits.c | 2 -- bits.h | 2 -- bres-adns.c | 2 -- bres.c | 2 -- bres.h | 2 -- buf-dstr.c | 2 -- buf.c | 2 -- buf.h | 2 -- conn.c | 2 -- conn.h | 2 -- crc-mktab.c | 2 -- crc32.c | 2 -- crc32.h | 2 -- daemonize.c | 2 -- daemonize.h | 2 -- darray.c | 2 -- darray.h | 2 -- dputf.c | 2 -- dspool.c | 2 -- dspool.h | 2 -- dstr.c | 2 -- dstr.h | 2 -- env.c | 2 -- env.h | 2 -- exc.c | 2 -- exc.h | 2 -- fdflags.c | 2 -- fdflags.h | 2 -- fdpass.c | 2 -- fdpass.h | 2 -- fwatch.c | 2 -- fwatch.h | 2 -- hash.c | 2 -- hash.h | 2 -- hex.c | 2 -- hex.h | 2 -- ident.c | 2 -- ident.h | 2 -- lbuf.c | 2 -- lbuf.h | 2 -- lock.c | 2 -- lock.h | 2 -- macros.h | 2 -- pkbuf.c | 2 -- pkbuf.h | 2 -- pool-file.c | 2 -- pool-sub.c | 2 -- pool.c | 2 -- pool.h | 2 -- pquis.c | 2 -- quis.c | 2 -- quis.h | 2 -- report.c | 2 -- report.h | 2 -- sel.c | 2 -- sel.h | 2 -- selbuf.c | 2 -- selbuf.h | 2 -- selpk.c | 2 -- selpk.h | 2 -- sig.c | 2 -- sig.h | 2 -- str.c | 2 -- str.h | 2 -- sub.c | 2 -- sub.h | 2 -- sym.c | 2 -- sym.h | 2 -- testrig.c | 2 -- testrig.h | 2 -- trace.c | 2 -- trace.h | 2 -- traceopt.c | 2 -- track.c | 2 -- track.h | 2 -- tv.c | 2 -- tv.h | 2 -- unihash-mkstatic.c | 2 -- unihash.c | 2 -- unihash.h | 2 -- url.c | 2 -- url.h | 2 -- versioncmp.c | 2 -- versioncmp.h | 2 -- 97 files changed, 194 deletions(-) diff --git a/align.h b/align.h index c0c7cfb..196c8a2 100644 --- a/align.h +++ b/align.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: align.h,v 1.2 2004/04/08 01:36:11 mdw Exp $ - * * Pointer alignment hack * * (c) 2003 Straylight/Edgeware diff --git a/alloc.c b/alloc.c index c04b220..e71ead4 100644 --- a/alloc.c +++ b/alloc.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: alloc.c,v 1.6 2004/04/08 01:36:11 mdw Exp $ - * * Memory allocation functions * * (c) 1998 Straylight/Edgeware diff --git a/alloc.h b/alloc.h index f55f6e8..2349181 100644 --- a/alloc.h +++ b/alloc.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: alloc.h,v 1.7 2004/04/08 01:36:11 mdw Exp $ - * * Memory allocation functions * * (c) 1998 Straylight/Edgeware diff --git a/arena.c b/arena.c index 7604823..3259dc8 100644 --- a/arena.c +++ b/arena.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: arena.c,v 1.5 2004/04/08 01:36:11 mdw Exp $ - * * Abstraction for memory allocation arenas * * (c) 2000 Straylight/Edgeware diff --git a/arena.h b/arena.h index 3cca9ec..82f6cd6 100644 --- a/arena.h +++ b/arena.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Abstraction for memory allocation arenas * * (c) 2000 Straylight/Edgeware diff --git a/assoc.c b/assoc.c index 05f2737..9aef172 100644 --- a/assoc.c +++ b/assoc.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: assoc.c,v 1.4 2004/04/08 01:36:11 mdw Exp $ - * * Assocation tables * * (c) 2000 Straylight/Edgeware diff --git a/assoc.h b/assoc.h index b5c0dd8..5fd1f29 100644 --- a/assoc.h +++ b/assoc.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: assoc.h,v 1.3 2004/04/08 01:36:11 mdw Exp $ - * * Assocation tables * * (c) 2000 Straylight/Edgeware diff --git a/atom.c b/atom.c index b11fb39..c91022d 100644 --- a/atom.c +++ b/atom.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Atom management * * (c) 2000 Straylight/Edgeware diff --git a/atom.h b/atom.h index a5d6261..430f23b 100644 --- a/atom.h +++ b/atom.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: atom.h,v 1.3 2004/04/08 01:36:11 mdw Exp $ - * * Atom management * * (c) 2000 Straylight/Edgeware diff --git a/base32.c b/base32.c index f245409..bbf6974 100644 --- a/base32.c +++ b/base32.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Base32 encoding and decoding. * * (c) 1997 Straylight/Edgeware diff --git a/base32.h b/base32.h index bedbae1..3451778 100644 --- a/base32.h +++ b/base32.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Base32 encoding and decoding * * (c) 1997 Straylight/Edgeware diff --git a/base64.c b/base64.c index 8fda2b5..ae3c987 100644 --- a/base64.c +++ b/base64.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: base64.c,v 1.7 2004/04/08 01:36:11 mdw Exp $ - * * Base64 encoding and decoding. * * (c) 1997 Straylight/Edgeware diff --git a/base64.h b/base64.h index 12174a7..22a8318 100644 --- a/base64.h +++ b/base64.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: base64.h,v 1.4 2004/04/08 01:36:11 mdw Exp $ - * * Base64 encoding and decoding * * (c) 1997 Straylight/Edgeware diff --git a/bits.c b/bits.c index b02c603..db98331 100644 --- a/bits.c +++ b/bits.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: bits.c,v 1.4 2004/04/08 01:36:11 mdw Exp $ - * * Test rig for bits header * * (c) 2000 Straylight/Edgeware diff --git a/bits.h b/bits.h index 1b9f485..f3fe08f 100644 --- a/bits.h +++ b/bits.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Portable bit-level manipulation macros * * (c) 1998 Straylight/Edgeware diff --git a/bres-adns.c b/bres-adns.c index 039ca69..0d93ab0 100644 --- a/bres-adns.c +++ b/bres-adns.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Background reverse name resolution (ADNS version) * * (c) 2003 Straylight/Edgeware diff --git a/bres.c b/bres.c index 4efea3c..3a308b3 100644 --- a/bres.c +++ b/bres.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: bres.c,v 1.7 2004/04/08 01:36:11 mdw Exp $ - * * Background reverse name resolution * * (c) 1999 Straylight/Edgeware diff --git a/bres.h b/bres.h index c391644..df14fd6 100644 --- a/bres.h +++ b/bres.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: bres.h,v 1.5 2004/04/08 01:36:11 mdw Exp $ - * * Background reverse name resolution * * (c) 1999 Straylight/Edgeware diff --git a/buf-dstr.c b/buf-dstr.c index 71964b7..2d91b42 100644 --- a/buf-dstr.c +++ b/buf-dstr.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Buffers and dynamic strings * * (c) 2005 Straylight/Edgeware diff --git a/buf.c b/buf.c index 8893adc..1ac6bb9 100644 --- a/buf.c +++ b/buf.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Buffer handling * * (c) 2001 Straylight/Edgeware diff --git a/buf.h b/buf.h index 718ba50..b96a886 100644 --- a/buf.h +++ b/buf.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Reading and writing packet buffers * * (c) 2001 Straylight/Edgeware diff --git a/conn.c b/conn.c index 7de477b..a60653a 100644 --- a/conn.c +++ b/conn.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: conn.c,v 1.10 2004/04/08 01:36:11 mdw Exp $ - * * Nonblocking connect handling * * (c) 1999 Straylight/Edgeware diff --git a/conn.h b/conn.h index bee4fce..53f4321 100644 --- a/conn.h +++ b/conn.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: conn.h,v 1.8 2004/04/08 01:36:11 mdw Exp $ - * * Nonblocking connect handling * * (c) 1999 Straylight/Edgeware diff --git a/crc-mktab.c b/crc-mktab.c index 200ed32..d6f4149 100644 --- a/crc-mktab.c +++ b/crc-mktab.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: crc-mktab.c,v 1.6 2004/04/08 01:36:11 mdw Exp $ - * * Build CRC tables * * (c) 2000 Straylight/Edgeware diff --git a/crc32.c b/crc32.c index 8eddec9..f27ceeb 100644 --- a/crc32.c +++ b/crc32.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: crc32.c,v 1.6 2004/04/08 01:36:11 mdw Exp $ - * * Calculating cyclic redundancy values (non-cryptographic!) * * (c) 1998 Straylight/Edgeware diff --git a/crc32.h b/crc32.h index 5209f3e..7482dc4 100644 --- a/crc32.h +++ b/crc32.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: crc32.h,v 1.7 2004/04/08 01:36:11 mdw Exp $ - * * Calculating cyclic redundancy values (non-cryptographic!) * * (c) 1998 Straylight/Edgeware diff --git a/daemonize.c b/daemonize.c index 4f0e100..4b1e966 100644 --- a/daemonize.c +++ b/daemonize.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Become a daemon, detaching from terminals * * (c) 2007 Straylight/Edgeware diff --git a/daemonize.h b/daemonize.h index eaa0772..afe0afb 100644 --- a/daemonize.h +++ b/daemonize.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Become a daemon, detaching from terminals * * (c) 2007 Straylight/Edgeware diff --git a/darray.c b/darray.c index 05ba81e..aa7e4a2 100644 --- a/darray.c +++ b/darray.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: darray.c,v 1.7 2004/04/08 01:36:11 mdw Exp $ - * * Dynamically growing dense arrays * * (c) 1999 Straylight/Edgeware diff --git a/darray.h b/darray.h index 067a696..9e07929 100644 --- a/darray.h +++ b/darray.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: darray.h,v 1.7 2004/04/08 01:36:11 mdw Exp $ - * * Dynamically growing dense arrays * * (c) 1999 Straylight/Edgeware diff --git a/dputf.c b/dputf.c index 2c29aad..38eb8f6 100644 --- a/dputf.c +++ b/dputf.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * `printf'-style formatting for dynamic strings * * (c) 1999 Straylight/Edgeware diff --git a/dspool.c b/dspool.c index 2a3e4be..53e2032 100644 --- a/dspool.c +++ b/dspool.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: dspool.c,v 1.2 2004/04/08 01:36:11 mdw Exp $ - * * Provide pools of strings * * (c) 1999 Straylight/Edgeware diff --git a/dspool.h b/dspool.h index 0650e5e..b7f64f5 100644 --- a/dspool.h +++ b/dspool.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: dspool.h,v 1.3 2004/04/08 01:36:11 mdw Exp $ - * * Provide pools of strings * * (c) 1999 Straylight/Edgeware diff --git a/dstr.c b/dstr.c index cda48a2..3072c57 100644 --- a/dstr.c +++ b/dstr.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: dstr.c,v 1.16 2004/04/08 01:36:11 mdw Exp $ - * * Handle dynamically growing strings * * (c) 1998 Straylight/Edgeware diff --git a/dstr.h b/dstr.h index 019758a..3ef3051 100644 --- a/dstr.h +++ b/dstr.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: dstr.h,v 1.13 2004/04/08 01:36:11 mdw Exp $ - * * Handle dynamically growing strings * * (c) 1998 Straylight/Edgeware diff --git a/env.c b/env.c index d3467b8..1e3d3d1 100644 --- a/env.c +++ b/env.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: env.c,v 1.5 2004/04/08 01:36:11 mdw Exp $ - * * Fiddling with environment variables * * (c) 1999 Straylight/Edgeware diff --git a/env.h b/env.h index e04f1a3..6001242 100644 --- a/env.h +++ b/env.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: env.h,v 1.3 2004/04/08 01:36:11 mdw Exp $ - * * Fiddling with environment variables * * (c) 1999 Straylight/Edgeware diff --git a/exc.c b/exc.c index 8f50696..9cc0306 100644 --- a/exc.c +++ b/exc.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: exc.c,v 1.6 2004/04/08 01:36:11 mdw Exp $ - * * Structured exception handling in C * * (c) 1998 Straylight/Edgeware diff --git a/exc.h b/exc.h index 1db4a37..cd3f1c5 100644 --- a/exc.h +++ b/exc.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: exc.h,v 1.7 2004/04/08 01:36:11 mdw Exp $ - * * Structured exception handling in C * * (c) 1998 Straylight/Edgeware diff --git a/fdflags.c b/fdflags.c index af8663f..02469ad 100644 --- a/fdflags.c +++ b/fdflags.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Manipulates flags on file descriptors * * (c) 1999 Straylight/Edgeware diff --git a/fdflags.h b/fdflags.h index 8cff1ac..bccc433 100644 --- a/fdflags.h +++ b/fdflags.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: fdflags.h,v 1.3 2004/04/08 01:36:11 mdw Exp $ - * * Manipulates flags on file descriptors * * (c) 1999 Straylight/Edgeware diff --git a/fdpass.c b/fdpass.c index 8a33c2b..e860ec3 100644 --- a/fdpass.c +++ b/fdpass.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * File descriptor passing * * (c) 2003 Straylight/Edgeware diff --git a/fdpass.h b/fdpass.h index 8b79c0e..3fb8f74 100644 --- a/fdpass.h +++ b/fdpass.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: fdpass.h,v 1.2 2004/04/08 01:36:11 mdw Exp $ - * * File descriptor passing * * (c) 2003 Straylight/Edgeware diff --git a/fwatch.c b/fwatch.c index cf7191c..69f5498 100644 --- a/fwatch.c +++ b/fwatch.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: fwatch.c,v 1.2 2004/04/08 01:36:11 mdw Exp $ - * * Watch a file for changes * * (c) 2001 Straylight/Edgeware diff --git a/fwatch.h b/fwatch.h index 6c2f2b0..f05532c 100644 --- a/fwatch.h +++ b/fwatch.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: fwatch.h,v 1.2 2004/04/08 01:36:11 mdw Exp $ - * * Watch a file for changes * * (c) 2001 Straylight/Edgeware diff --git a/hash.c b/hash.c index 51d0eed..d4df9b7 100644 --- a/hash.c +++ b/hash.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: hash.c,v 1.4 2004/04/08 01:36:11 mdw Exp $ - * * General hashtable infrastructure * * (c) 1999 Straylight/Edgeware diff --git a/hash.h b/hash.h index 3cfd1ca..b0aea23 100644 --- a/hash.h +++ b/hash.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: hash.h,v 1.4 2004/04/08 01:36:11 mdw Exp $ - * * General hashtable infrastructure * * (c) 1999 Straylight/Edgeware diff --git a/hex.c b/hex.c index dd9d93f..2fcb61e 100644 --- a/hex.c +++ b/hex.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: hex.c,v 1.3 2004/04/08 01:36:11 mdw Exp $ - * * Hexadecimal encoding and decoding. * * (c) 2001 Straylight/Edgeware diff --git a/hex.h b/hex.h index 6369ed8..c6b8fe3 100644 --- a/hex.h +++ b/hex.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: hex.h,v 1.2 2004/04/08 01:36:11 mdw Exp $ - * * Hexadecimal encoding and decoding * * (c) 2001 Straylight/Edgeware diff --git a/ident.c b/ident.c index c015331..bff6ea2 100644 --- a/ident.c +++ b/ident.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: ident.c,v 1.6 2004/04/08 01:36:11 mdw Exp $ - * * Nonblocking RFC931 client * * (c) 1999 Mark Wooding diff --git a/ident.h b/ident.h index e64d86c..97e979f 100644 --- a/ident.h +++ b/ident.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: ident.h,v 1.3 2004/04/08 01:36:11 mdw Exp $ - * * Nonblocking RFC931 client * * (c) 1999 Mark Wooding diff --git a/lbuf.c b/lbuf.c index b9571a4..0cd391c 100644 --- a/lbuf.c +++ b/lbuf.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: lbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $ - * * Block-to-line buffering * * (c) 1999 Straylight/Edgeware diff --git a/lbuf.h b/lbuf.h index 1e2a964..c18fea0 100644 --- a/lbuf.h +++ b/lbuf.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: lbuf.h,v 1.8 2004/04/08 01:36:13 mdw Exp $ - * * Block-to-line buffering * * (c) 1999 Straylight/Edgeware diff --git a/lock.c b/lock.c index 19392a8..02d5d7a 100644 --- a/lock.c +++ b/lock.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: lock.c,v 1.6 2004/04/08 01:36:13 mdw Exp $ - * * Simplified POSIX locking interface * * (c) 1997 Straylight/Edgeware diff --git a/lock.h b/lock.h index bd89b0d..83c5b27 100644 --- a/lock.h +++ b/lock.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: lock.h,v 1.3 2004/04/08 01:36:13 mdw Exp $ - * * Simplified POSIX locking interface * * (c) 1999 Straylight/Edgeware diff --git a/macros.h b/macros.h index eb1099b..41f2d67 100644 --- a/macros.h +++ b/macros.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Handy macros * * (c) 2003 Straylight/Edgeware diff --git a/pkbuf.c b/pkbuf.c index 341c985..6adbecf 100644 --- a/pkbuf.c +++ b/pkbuf.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: pkbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $ - * * Simple packet buffering * * (c) 2000 Straylight/Edgeware diff --git a/pkbuf.h b/pkbuf.h index d55ae50..1a8c325 100644 --- a/pkbuf.h +++ b/pkbuf.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: pkbuf.h,v 1.5 2004/04/08 01:36:13 mdw Exp $ - * * Simple packet buffering * * (c) 2000 Straylight/Edgeware diff --git a/pool-file.c b/pool-file.c index 23c8e69..037d6fe 100644 --- a/pool-file.c +++ b/pool-file.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: pool-file.c,v 1.2 2004/04/08 01:36:13 mdw Exp $ - * * File handles in resource pools * * (c) 2000 Straylight/Edgeware diff --git a/pool-sub.c b/pool-sub.c index ebf0e87..f745960 100644 --- a/pool-sub.c +++ b/pool-sub.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: pool-sub.c,v 1.2 2004/04/08 01:36:13 mdw Exp $ - * * Subarenas in resource pools * * (c) 2000 Straylight/Edgeware diff --git a/pool.c b/pool.c index d89bab2..69e852d 100644 --- a/pool.c +++ b/pool.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Resource pool handling * * (c) 2000 Straylight/Edgeware diff --git a/pool.h b/pool.h index 72dbe9c..5a843ab 100644 --- a/pool.h +++ b/pool.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: pool.h,v 1.2 2004/04/08 01:36:13 mdw Exp $ - * * Resource pool handling * * (c) 2000 Straylight/Edgeware diff --git a/pquis.c b/pquis.c index 02a0414..00b738e 100644 --- a/pquis.c +++ b/pquis.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: pquis.c,v 1.2 2004/04/08 01:36:13 mdw Exp $ - * * Print strings, substituting the program name * * (c) 1999 Straylight/Edgeware diff --git a/quis.c b/quis.c index c305047..c3d189b 100644 --- a/quis.c +++ b/quis.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: quis.c,v 1.6 2004/04/08 01:36:13 mdw Exp $ - * * Setting the program name * * (c) 1998 Straylight/Edgeware diff --git a/quis.h b/quis.h index 17fbb36..652a9f4 100644 --- a/quis.h +++ b/quis.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: quis.h,v 1.6 2004/04/08 01:36:13 mdw Exp $ - * * Setting the program name * * (c) 1998 Straylight/Edgeware diff --git a/report.c b/report.c index b903d63..84a0f8d 100644 --- a/report.c +++ b/report.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: report.c,v 1.4 2004/04/08 01:36:13 mdw Exp $ - * * Reporting errors and things * * (c) 1998 Straylight/Edgeware diff --git a/report.h b/report.h index 8b3b91e..90128fb 100644 --- a/report.h +++ b/report.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: report.h,v 1.5 2004/04/08 01:36:13 mdw Exp $ - * * Reporting errors and things * * (c) 1998 Straylight/Edgeware diff --git a/sel.c b/sel.c index c174b9a..434a74e 100644 --- a/sel.c +++ b/sel.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: sel.c,v 1.13 2004/04/08 01:36:13 mdw Exp $ - * * I/O multiplexing support * * (c) 1999 Straylight/Edgeware diff --git a/sel.h b/sel.h index 58dab4f..b1534be 100644 --- a/sel.h +++ b/sel.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: sel.h,v 1.10 2004/04/08 01:36:13 mdw Exp $ - * * I/O multiplexing support * * (c) 1999 Straylight/Edgeware diff --git a/selbuf.c b/selbuf.c index 05aec77..b572f4b 100644 --- a/selbuf.c +++ b/selbuf.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: selbuf.c,v 1.6 2004/04/08 01:36:13 mdw Exp $ - * * Line-buffering select handler * * (c) 1999 Straylight/Edgeware diff --git a/selbuf.h b/selbuf.h index 1ce4a75..08dcfd1 100644 --- a/selbuf.h +++ b/selbuf.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: selbuf.h,v 1.5 2004/04/08 01:36:13 mdw Exp $ - * * Line-buffering select handler * * (c) 1999 Straylight/Edgeware diff --git a/selpk.c b/selpk.c index f035dd6..450e08b 100644 --- a/selpk.c +++ b/selpk.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: selpk.c,v 1.3 2004/04/08 01:36:13 mdw Exp $ - * * Packet-buffering select handler * * (c) 1999 Straylight/Edgeware diff --git a/selpk.h b/selpk.h index 0154365..c43d8ad 100644 --- a/selpk.h +++ b/selpk.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: selpk.h,v 1.4 2004/04/08 01:36:13 mdw Exp $ - * * Packet-buffering select handler * * (c) 1999 Straylight/Edgeware diff --git a/sig.c b/sig.c index ee4f46c..87dbb33 100644 --- a/sig.c +++ b/sig.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: sig.c,v 1.3 2004/04/08 01:36:13 mdw Exp $ - * * Signal handling * * (c) 1999 Straylight/Edgeware diff --git a/sig.h b/sig.h index 29250fe..75a8eac 100644 --- a/sig.h +++ b/sig.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: sig.h,v 1.3 2004/04/08 01:36:13 mdw Exp $ - * * Signal handling * * (c) 1999 Straylight/Edgeware diff --git a/str.c b/str.c index 8e3f43a..51ca323 100644 --- a/str.c +++ b/str.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: str.c,v 1.6 2004/04/08 01:36:13 mdw Exp $ - * * Functions for hacking with strings * * (c) 1999 Straylight/Edgeware diff --git a/str.h b/str.h index 9d3192e..facdba6 100644 --- a/str.h +++ b/str.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: str.h,v 1.5 2004/04/08 01:36:13 mdw Exp $ - * * Functions for hacking with strings * * (c) 1999 Straylight/Edgeware diff --git a/sub.c b/sub.c index 06570b6..1abfedd 100644 --- a/sub.c +++ b/sub.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: sub.c,v 1.9 2004/04/08 01:36:13 mdw Exp $ - * * Allocation of known-size blocks * * (c) 1998 Straylight/Edgeware diff --git a/sub.h b/sub.h index 78e646e..b48e835 100644 --- a/sub.h +++ b/sub.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: sub.h,v 1.8 2004/04/08 01:36:13 mdw Exp $ - * * Allocation of known-size blocks * * (c) 1998 Straylight/Edgeware diff --git a/sym.c b/sym.c index 7eb4626..4543811 100644 --- a/sym.c +++ b/sym.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: sym.c,v 1.15 2004/04/08 01:36:13 mdw Exp $ - * * Symbol table management * * (c) 1998 Straylight/Edgeware diff --git a/sym.h b/sym.h index 7a40b74..9e191eb 100644 --- a/sym.h +++ b/sym.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: sym.h,v 1.14 2004/04/08 01:36:13 mdw Exp $ - * * Symbol table management * * (c) 1998 Straylight/Edgeware diff --git a/testrig.c b/testrig.c index b24ab33..c85276f 100644 --- a/testrig.c +++ b/testrig.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: testrig.c,v 1.10 2004/04/08 01:36:13 mdw Exp $ - * * Generic test driver * * (c) 1998 Straylight/Edgeware diff --git a/testrig.h b/testrig.h index c63edb1..3729794 100644 --- a/testrig.h +++ b/testrig.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: testrig.h,v 1.7 2004/04/08 01:36:13 mdw Exp $ - * * Generic test driver * * (c) 1998 Straylight/Edgeware diff --git a/trace.c b/trace.c index e618956..2681cd3 100644 --- a/trace.c +++ b/trace.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: trace.c,v 1.8 2004/04/08 01:36:13 mdw Exp $ - * * Tracing functions for debugging * * (c) 1998 Straylight/Edgeware diff --git a/trace.h b/trace.h index 9f61fc1..77e5ed4 100644 --- a/trace.h +++ b/trace.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: trace.h,v 1.7 2004/04/08 01:36:13 mdw Exp $ - * * Tracing functions for debugging * * (c) 1998 Straylight/Edgeware diff --git a/traceopt.c b/traceopt.c index 2d1594f..78d82bd 100644 --- a/traceopt.c +++ b/traceopt.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: traceopt.c,v 1.3 2004/04/08 01:36:13 mdw Exp $ - * * Parsing tracing options * * (c) 1999 Straylight/Edgeware diff --git a/track.c b/track.c index f790fc1..15ed7fa 100644 --- a/track.c +++ b/track.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: track.c,v 1.5 2004/04/08 01:36:13 mdw Exp $ - * * Tracing functions for debugging * * (c) 1998 Straylight/Edgeware diff --git a/track.h b/track.h index afeebcc..84a4611 100644 --- a/track.h +++ b/track.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: track.h,v 1.6 2004/04/08 01:36:13 mdw Exp $ - * * Tracing functions for debugging * * (c) 1998 Straylight/Edgeware diff --git a/tv.c b/tv.c index 69a18d9..dca58cc 100644 --- a/tv.c +++ b/tv.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: tv.c,v 1.6 2004/04/08 01:36:13 mdw Exp $ - * * Manipulation of timeval structures * * (c) 1998 Straylight/Edgeware diff --git a/tv.h b/tv.h index d93e281..61f0a99 100644 --- a/tv.h +++ b/tv.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: tv.h,v 1.7 2004/04/08 01:36:13 mdw Exp $ - * * Manipulation of timeval structures * * (c) 1998 Straylight/Edgeware diff --git a/unihash-mkstatic.c b/unihash-mkstatic.c index f168227..dd69f45 100644 --- a/unihash-mkstatic.c +++ b/unihash-mkstatic.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: unihash-mkstatic.c,v 1.2 2004/04/08 01:36:13 mdw Exp $ - * * Build static universal hash tables * * (c) 2003 Straylight/Edgeware diff --git a/unihash.c b/unihash.c index 9f9719b..2997e4f 100644 --- a/unihash.c +++ b/unihash.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: unihash.c,v 1.3 2004/04/08 01:36:13 mdw Exp $ - * * Simple and efficient universal hashing for hashtables * * (c) 2003 Straylight/Edgeware diff --git a/unihash.h b/unihash.h index 22cecf9..7ea30b1 100644 --- a/unihash.h +++ b/unihash.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: unihash.h,v 1.4 2004/04/08 01:36:13 mdw Exp $ - * * Simple and efficient universal hashing for hashtables * * (c) 2003 Straylight/Edgeware diff --git a/url.c b/url.c index 797c536..f502f7c 100644 --- a/url.c +++ b/url.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: url.c,v 1.5 2004/04/08 01:36:13 mdw Exp $ - * * Parsing and construction of url-encoded name/value pairs * * (c) 1999 Straylight/Edgeware diff --git a/url.h b/url.h index e0906ce..0e9e951 100644 --- a/url.h +++ b/url.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: url.h,v 1.4 2004/04/08 01:36:13 mdw Exp $ - * * Parsing and construction of url-encoded name/value pairs * * (c) 1999 Straylight/Edgeware diff --git a/versioncmp.c b/versioncmp.c index 7b67dc2..3556916 100644 --- a/versioncmp.c +++ b/versioncmp.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Compare version numbers using the Debian algorithm * * (c) 2007 Straylight/Edgeware diff --git a/versioncmp.h b/versioncmp.h index 78db39b..efcb322 100644 --- a/versioncmp.h +++ b/versioncmp.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Compare version numbers using the Debian algorithm * * (c) 2007 Straylight/Edgeware -- 2.11.0