From 03a839ce52510443ef1a1fe8b3629884423099fe Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 1 Apr 2008 13:03:32 +0100 Subject: [PATCH] Remove crufty CVS $Id$ tags. --- Makefile.am | 2 -- acl.c | 2 -- acl.h | 2 -- addr.h | 2 -- chan.c | 2 -- chan.h | 2 -- conf.c | 2 -- conf.h | 2 -- configure.in | 2 -- endpt.c | 2 -- endpt.h | 2 -- exec.c | 2 -- exec.h | 2 -- fattr.c | 2 -- fattr.h | 2 -- file.c | 2 -- file.h | 2 -- fw.1.in | 2 -- fw.c | 2 -- fw.h | 2 -- identify.c | 2 -- identify.h | 2 -- inet.c | 2 -- inet.h | 2 -- mantext.h | 2 -- privconn.c | 2 -- privconn.h | 2 -- reffd.c | 2 -- reffd.h | 2 -- rlimits.h | 2 -- scan.c | 2 -- scan.h | 2 -- socket.c | 2 -- socket.h | 2 -- source.c | 2 -- source.h | 2 -- target.h | 2 -- un.c | 2 -- un.h | 2 -- 39 files changed, 78 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2df8226..c90449b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,5 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.8 2004/04/08 01:36:25 mdw Exp $ -## ## Makefile for fw ## ## (c) 1999 Mark Wooding diff --git a/acl.c b/acl.c index 164a1c3..bedd735 100644 --- a/acl.c +++ b/acl.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: acl.c,v 1.5 2004/04/08 01:36:25 mdw Exp $ - * * Access control list handling * * (c) 1999 Straylight/Edgeware diff --git a/acl.h b/acl.h index 43de47c..93a5694 100644 --- a/acl.h +++ b/acl.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: acl.h,v 1.5 2004/04/08 01:36:25 mdw Exp $ - * * Access control list handling * * (c) 1999 Straylight/Edgeware diff --git a/addr.h b/addr.h index 5c30f46..89ace85 100644 --- a/addr.h +++ b/addr.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: addr.h,v 1.5 2004/04/08 01:36:25 mdw Exp $ - * * Generic interface to network address handlers * * (c) 1999 Straylight/Edgeware diff --git a/chan.c b/chan.c index f9caf60..ac4cf3e 100644 --- a/chan.c +++ b/chan.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: chan.c,v 1.7 2004/04/08 01:36:25 mdw Exp $ - * * Channel management * * (c) 1999 Straylight/Edgeware diff --git a/chan.h b/chan.h index cc03ae5..ac1f0c2 100644 --- a/chan.h +++ b/chan.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: chan.h,v 1.3 2004/04/08 01:36:25 mdw Exp $ - * * Channel management * * (c) 1999 Straylight/Edgeware diff --git a/conf.c b/conf.c index c42e137..04b0ac5 100644 --- a/conf.c +++ b/conf.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: conf.c,v 1.11 2004/04/08 01:36:25 mdw Exp $ - * * Configuration parsing * * (c) 1999 Straylight/Edgeware diff --git a/conf.h b/conf.h index 9123a04..adf80c2 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: conf.h,v 1.9 2004/04/08 01:36:25 mdw Exp $ - * * Configuration parsing * * (c) 1999 Straylight/Edgeware diff --git a/configure.in b/configure.in index 6ac9e36..391648f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,5 @@ dnl -*-m4-*- dnl -dnl $Id: configure.in,v 1.18 2004/04/08 01:36:25 mdw Exp $ -dnl dnl Configuration script for fw dnl dnl (c) 1999 Straylight/Edgeware diff --git a/endpt.c b/endpt.c index 173c1b9..8e5d0e6 100644 --- a/endpt.c +++ b/endpt.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: endpt.c,v 1.4 2004/04/08 01:36:25 mdw Exp $ - * * Generic endpoint abstraction * * (c) 1999 Straylight/Edgeware diff --git a/endpt.h b/endpt.h index f854497..d88784d 100644 --- a/endpt.h +++ b/endpt.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: endpt.h,v 1.3 2004/04/08 01:36:25 mdw Exp $ - * * Generic endpoint abstraction * * (c) 1999 Straylight/Edgeware diff --git a/exec.c b/exec.c index f4c93af..16883ec 100644 --- a/exec.c +++ b/exec.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: exec.c,v 1.9 2004/04/08 01:36:25 mdw Exp $ - * * Source and target for executable programs * * (c) 1999 Straylight/Edgeware diff --git a/exec.h b/exec.h index 6769bd2..8a0dbe7 100644 --- a/exec.h +++ b/exec.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: exec.h,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * Source and target for executable programs * * (c) 1999 Straylight/Edgeware diff --git a/fattr.c b/fattr.c index b27e9b8..f9e56d3 100644 --- a/fattr.c +++ b/fattr.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: fattr.c,v 1.4 2004/04/08 01:36:25 mdw Exp $ - * * Handling of file attributes * * (c) 1999 Straylight/Edgeware diff --git a/fattr.h b/fattr.h index 60ae21c..ac3518a 100644 --- a/fattr.h +++ b/fattr.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: fattr.h,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * Handling of file attributes * * (c) 1999 Straylight/Edgeware diff --git a/file.c b/file.c index 5a97064..2e342cb 100644 --- a/file.c +++ b/file.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: file.c,v 1.7 2004/04/08 01:36:25 mdw Exp $ - * * File source and target * * (c) 1999 Straylight/Edgeware diff --git a/file.h b/file.h index 5eab952..57b627a 100644 --- a/file.h +++ b/file.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: file.h,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * File source and target * * (c) 1999 Straylight/Edgeware diff --git a/fw.1.in b/fw.1.in index 542e48b..8674d57 100644 --- a/fw.1.in +++ b/fw.1.in @@ -1,7 +1,5 @@ .\" -*-nroff-*- .\" -.\" $Id$ -.\" .\" Manual page for fw .\" .\" (c) 1999 Straylight/Edgeware diff --git a/fw.c b/fw.c index 9c29808..c6af663 100644 --- a/fw.c +++ b/fw.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Port forwarding thingy * * (c) 1999 Straylight/Edgeware diff --git a/fw.h b/fw.h index adbf415..c3230e2 100644 --- a/fw.h +++ b/fw.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: fw.h,v 1.4 2004/04/08 01:36:25 mdw Exp $ - * * Main header file for port forwarder * * (c) 1999 Straylight/Edgeware diff --git a/identify.c b/identify.c index 092e776..13c81bd 100644 --- a/identify.c +++ b/identify.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: identify.c,v 1.11 2004/04/08 01:36:25 mdw Exp $ - * * Identifies and logs the client of a connection * * (c) 1999 Straylight/Edgeware diff --git a/identify.h b/identify.h index 0436818..bbac1fd 100644 --- a/identify.h +++ b/identify.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: identify.h,v 1.4 2004/04/08 01:36:25 mdw Exp $ - * * Identifies and logs the client of a connection * * (c) 1999 Straylight/Edgeware diff --git a/inet.c b/inet.c index c05791e..bf86323 100644 --- a/inet.c +++ b/inet.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: inet.c,v 1.7 2004/04/08 01:36:25 mdw Exp $ - * * Protocol specific definitions for IPv4 sockets * * (c) 1999 Straylight/Edgeware diff --git a/inet.h b/inet.h index a5ecb60..d80a018 100644 --- a/inet.h +++ b/inet.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: inet.h,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * Protocol specific definitions for IPv4 sockets * * (c) 1999 Straylight/Edgeware diff --git a/mantext.h b/mantext.h index 0d83dd9..557151d 100644 --- a/mantext.h +++ b/mantext.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Grammar declarations * * (c) 2006 Straylight/Edgeware diff --git a/privconn.c b/privconn.c index 72f655b..7b2c329 100644 --- a/privconn.c +++ b/privconn.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: privconn.c,v 1.3 2004/04/08 01:36:25 mdw Exp $ - * * Making privileged connections * * (c) 2003 Straylight/Edgeware diff --git a/privconn.h b/privconn.h index 598f9c9..5a17500 100644 --- a/privconn.h +++ b/privconn.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: privconn.h,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * Making privileged connections * * (c) 2003 Straylight/Edgeware diff --git a/reffd.c b/reffd.c index 44af6c7..6f4e106 100644 --- a/reffd.c +++ b/reffd.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: reffd.c,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * Reference counted file descriptors * * (c) 1999 Straylight/Edgeware diff --git a/reffd.h b/reffd.h index 93ed8f3..89e5883 100644 --- a/reffd.h +++ b/reffd.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: reffd.h,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * Reference counted file descriptors * * (c) 1999 Straylight/Edgeware diff --git a/rlimits.h b/rlimits.h index 9addc80..28f94ac 100644 --- a/rlimits.h +++ b/rlimits.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: rlimits.h,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * List of resource limits known to mankind * * (c) 1999 Straylight/Edgeware diff --git a/scan.c b/scan.c index b65275b..fb7c2c3 100644 --- a/scan.c +++ b/scan.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: scan.c,v 1.7 2004/04/08 01:36:25 mdw Exp $ - * * Character scanners * * (c) 1999 Straylight/Edgeware diff --git a/scan.h b/scan.h index a6ace18..83dfc91 100644 --- a/scan.h +++ b/scan.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: scan.h,v 1.5 2004/04/08 01:36:25 mdw Exp $ - * * Character scanners * * (c) 1999 Straylight/Edgeware diff --git a/socket.c b/socket.c index c85c2d4..5bfef37 100644 --- a/socket.c +++ b/socket.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: socket.c,v 1.12 2004/04/08 01:36:25 mdw Exp $ - * * Socket source and target definitions * * (c) 1999 Straylight/Edgeware diff --git a/socket.h b/socket.h index 344dd18..23f0bf9 100644 --- a/socket.h +++ b/socket.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: socket.h,v 1.3 2004/04/08 01:36:25 mdw Exp $ - * * Socket source and target definitions * * (c) 1999 Straylight/Edgeware diff --git a/source.c b/source.c index e39dd07..6823576 100644 --- a/source.c +++ b/source.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: source.c,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * Standard routines for forwarding sources * * (c) 1999 Straylight/Edgeware diff --git a/source.h b/source.h index bf5d3da..8a0bcbc 100644 --- a/source.h +++ b/source.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: source.h,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * Description of forwarding sources * * (c) 1999 Straylight/Edgeware diff --git a/target.h b/target.h index 0a01a7d..a34405e 100644 --- a/target.h +++ b/target.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: target.h,v 1.4 2004/04/08 01:36:25 mdw Exp $ - * * Description of forwarding targets * * (c) 1999 Straylight/Edgeware diff --git a/un.c b/un.c index 6fd46b4..c18b1c4 100644 --- a/un.c +++ b/un.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: un.c,v 1.9 2004/04/08 01:36:25 mdw Exp $ - * * Protocol specific definitions for Unix-domain sockets * * (c) 1999 Straylight/Edgeware diff --git a/un.h b/un.h index 7f0edcb..7131d71 100644 --- a/un.h +++ b/un.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: un.h,v 1.2 2004/04/08 01:36:25 mdw Exp $ - * * Protocol specific definitions for Unix-domain sockets * * (c) 1999 Straylight/Edgeware -- 2.11.0