From 36d978582313cc07642f61a7bc64bda90f2402aa Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 29 Dec 2016 02:51:43 +0100 Subject: [PATCH] remove rcs artifacts --- src/auth.c | 1 - src/auth.h | 1 - src/client_list.c | 3 --- src/client_list.h | 1 - src/commandline.c | 1 - src/commandline.h | 1 - src/common.h | 1 - src/conf.c | 1 - src/conf.h | 1 - src/debug.c | 1 - src/debug.h | 1 - src/firewall.c | 3 --- src/firewall.h | 1 - src/fw_iptables.c | 1 - src/fw_iptables.h | 1 - src/gateway.c | 1 - src/gateway.h | 1 - src/ndsctl.c | 1 - src/ndsctl.h | 1 - src/ndsctl_thread.c | 1 - src/ndsctl_thread.h | 1 - src/safe.c | 3 --- src/safe.h | 1 - src/util.c | 3 --- src/util.h | 1 - 25 files changed, 33 deletions(-) diff --git a/src/auth.c b/src/auth.c index cd92154..f41b743 100644 --- a/src/auth.c +++ b/src/auth.c @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: auth.c 1104 2006-10-09 00:58:46Z acv $ */ /** @file auth.c @brief Authentication handling thread @author Copyright (C) 2004 Alexandre Carmel-Veilleux diff --git a/src/auth.h b/src/auth.h index dc2d8bd..898f3ab 100644 --- a/src/auth.h +++ b/src/auth.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: auth.h 1104 2006-10-09 00:58:46Z acv $ */ /** @file auth.h @brief Authentication handling thread @author Copyright (C) 2004 Alexandre Carmel-Veilleux diff --git a/src/client_list.c b/src/client_list.c index 8e79686..0d47da3 100644 --- a/src/client_list.c +++ b/src/client_list.c @@ -18,9 +18,6 @@ * * \********************************************************************/ -/* - * $Id: client_list.c 901 2006-01-17 18:58:13Z mina $ - */ /** @file client_list.c @brief Client List Functions @author Copyright (C) 2004 Alexandre Carmel-Veillex diff --git a/src/client_list.h b/src/client_list.h index 8ecd16a..299537a 100644 --- a/src/client_list.h +++ b/src/client_list.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: client_list.h 901 2006-01-17 18:58:13Z mina $ */ /** @file client_list.h @brief Client List functions @author Copyright (C) 2004 Alexandre Carmel-Veilleux diff --git a/src/commandline.c b/src/commandline.c index 5a41e34..dd374d7 100644 --- a/src/commandline.c +++ b/src/commandline.c @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: commandline.c 935 2006-02-01 03:22:04Z benoitg $ */ /** @file commandline.c @brief Command line argument handling @author Copyright (C) 2004 Philippe April diff --git a/src/commandline.h b/src/commandline.h index 1aaafe8..00b1e1c 100644 --- a/src/commandline.h +++ b/src/commandline.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: commandline.h 901 2006-01-17 18:58:13Z mina $ */ /** @file commandline.h @brief Command line argument handling @author Copyright (C) 2004 Philippe April diff --git a/src/common.h b/src/common.h index 4dbb5fc..5c4e5d9 100644 --- a/src/common.h +++ b/src/common.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: common.h 901 2006-01-17 18:58:13Z mina $ */ /** @file common.h @brief Common constants and other bits @author Copyright (C) 2004 Philippe April diff --git a/src/conf.c b/src/conf.c index 1e485c3..c53b5b2 100644 --- a/src/conf.c +++ b/src/conf.c @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: conf.c 935 2006-02-01 03:22:04Z benoitg $ */ /** @file conf.c @brief Config file parsing @author Copyright (C) 2004 Philippe April diff --git a/src/conf.h b/src/conf.h index cb961e4..3fe77c5 100644 --- a/src/conf.h +++ b/src/conf.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: conf.h 1162 2007-01-06 23:51:02Z benoitg $ */ /** @file conf.h @brief Config file parsing @author Copyright (C) 2004 Philippe April diff --git a/src/debug.c b/src/debug.c index c139ccd..38da013 100644 --- a/src/debug.c +++ b/src/debug.c @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: debug.c 901 2006-01-17 18:58:13Z mina $ */ /** @file debug.c @brief Debug output routines @author Copyright (C) 2004 Philippe April diff --git a/src/debug.h b/src/debug.h index bef46dd..3cf8ada 100644 --- a/src/debug.h +++ b/src/debug.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: debug.h 901 2006-01-17 18:58:13Z mina $ */ /** @file debug.h @brief Debug output routines @author Copyright (C) 2004 Philippe April diff --git a/src/firewall.c b/src/firewall.c index f4ae7b6..d536563 100644 --- a/src/firewall.c +++ b/src/firewall.c @@ -18,9 +18,6 @@ * * \********************************************************************/ -/* - * $Id: firewall.c 1162 2007-01-06 23:51:02Z benoitg $ - */ /** @internal @file firewall.c @brief Firewall update functions diff --git a/src/firewall.h b/src/firewall.h index f87a170..ef68180 100644 --- a/src/firewall.h +++ b/src/firewall.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: firewall.h 935 2006-02-01 03:22:04Z benoitg $ */ /** @file firewall.h @brief Firewall update functions @author Copyright (C) 2004 Philippe April diff --git a/src/fw_iptables.c b/src/fw_iptables.c index 8c0b43c..bfb1ca6 100644 --- a/src/fw_iptables.c +++ b/src/fw_iptables.c @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: fw_iptables.c 1162 2007-01-06 23:51:02Z benoitg $ */ /** @internal @file fw_iptables.c @brief Firewall iptables functions diff --git a/src/fw_iptables.h b/src/fw_iptables.h index e3895d9..24174db 100644 --- a/src/fw_iptables.h +++ b/src/fw_iptables.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: fw_iptables.h 901 2006-01-17 18:58:13Z mina $ */ /** @file fw_iptables.h @brief Firewall iptables functions @author Copyright (C) 2004 Philippe April diff --git a/src/gateway.c b/src/gateway.c index b2d3f66..ecec8fa 100644 --- a/src/gateway.c +++ b/src/gateway.c @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: gateway.c 1104 2006-10-09 00:58:46Z acv $ */ /** @internal @file gateway.c @brief Main loop diff --git a/src/gateway.h b/src/gateway.h index 6569359..2d8784f 100644 --- a/src/gateway.h +++ b/src/gateway.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: gateway.h 901 2006-01-17 18:58:13Z mina $ */ /** @file gateway.h @brief Main loop @author Copyright (C) 2004 Philippe April diff --git a/src/ndsctl.c b/src/ndsctl.c index 42a69d6..3223ce3 100644 --- a/src/ndsctl.c +++ b/src/ndsctl.c @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: ndsctl.c 901 2006-01-17 18:58:13Z mina $ */ /** @file ndsctl.c @brief Monitoring and control of nodogsplash, client part @author Copyright (C) 2004 Alexandre Carmel-Veilleux diff --git a/src/ndsctl.h b/src/ndsctl.h index ffe0b34..a0abc0c 100644 --- a/src/ndsctl.h +++ b/src/ndsctl.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: ndsctl.h 901 2006-01-17 18:58:13Z mina $ */ /** @file ndsctl.h @brief nodogsplash monitoring client @author Copyright (C) 2004 Alexandre Carmel-Veilleux diff --git a/src/ndsctl_thread.c b/src/ndsctl_thread.c index 87f797d..4b9933c 100644 --- a/src/ndsctl_thread.c +++ b/src/ndsctl_thread.c @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: ndsctl_thread.c 969 2006-02-23 17:09:32Z papril $ */ /** @file ndsctl_thread.c @brief Monitoring and control of nodogsplash, server part @author Copyright (C) 2004 Alexandre Carmel-Veilleux diff --git a/src/ndsctl_thread.h b/src/ndsctl_thread.h index d6caf98..3731b3a 100644 --- a/src/ndsctl_thread.h +++ b/src/ndsctl_thread.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: ndsctl_thread.h 901 2006-01-17 18:58:13Z mina $ */ /** @file ndsctl_thread.h @brief nodogsplash monitoring thread @author Copyright (C) 2004 Alexandre Carmel-Veilleux diff --git a/src/safe.c b/src/safe.c index 6a10312..ba5516a 100644 --- a/src/safe.c +++ b/src/safe.c @@ -18,9 +18,6 @@ * * \********************************************************************/ -/* - * $Id: safe.c 901 2006-01-17 18:58:13Z mina $ - */ /** @file safe.c @brief Safe versions of stdlib/string functions that error out and exit if memory allocation fails diff --git a/src/safe.h b/src/safe.h index d176875..63ffbaf 100644 --- a/src/safe.h +++ b/src/safe.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: safe.h 901 2006-01-17 18:58:13Z mina $ */ /** @file safe.h @brief Safe versions of stdlib/string functions that error out and exit if memory allocation fails @author Copyright (C) 2005 Mina Naguib diff --git a/src/util.c b/src/util.c index d9650ad..fed1d58 100644 --- a/src/util.c +++ b/src/util.c @@ -18,9 +18,6 @@ * * \********************************************************************/ -/* - * $Id: util.c 1162 2007-01-06 23:51:02Z benoitg $ - */ /** @file util.c @brief Misc utility functions diff --git a/src/util.h b/src/util.h index fb1c1d0..39d4473 100644 --- a/src/util.h +++ b/src/util.h @@ -18,7 +18,6 @@ * * \********************************************************************/ -/* $Id: util.h 969 2006-02-23 17:09:32Z papril $ */ /** @file util.h @brief Misc utility functions @author Copyright (C) 2004 Philippe April