From 1b7a47417b303f48217e495e201daee82eeefedf Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Sun, 6 Mar 2016 02:56:26 -0600 Subject: [PATCH] Remove more $Id tags. --- LICENSE | 1 - authd/res.c | 3 --- authd/res.h | 1 - authd/reslib.c | 3 --- authd/reslib.h | 1 - help/Makefile.am | 1 - install-sh | 2 -- m4/charybdis.m4 | 1 - ssld/ssld.c | 2 -- tools/README.mkpasswd | 1 - tools/mkpasswd.c | 1 - 11 files changed, 17 deletions(-) diff --git a/LICENSE b/LICENSE index 4c9f54a6..60549be5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,3 @@ -# $Id: LICENSE 6 2005-09-10 01:02:21Z nenolod $ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 diff --git a/authd/res.c b/authd/res.c index acf605bb..b2313d9d 100644 --- a/authd/res.c +++ b/authd/res.c @@ -7,9 +7,6 @@ * The authors takes no responsibility for any damage or loss * of property which results from the use of this software. * - * $Id: res.c 3301 2007-03-28 15:04:06Z jilles $ - * from Hybrid Id: res.c 459 2006-02-12 22:21:37Z db $ - * * July 1999 - Rewrote a bunch of stuff here. Change hostent builder code, * added callbacks and reference counting of returned hostents. * --Bleep (Thomas Helvey ) diff --git a/authd/res.h b/authd/res.h index 36e71a4a..5a177257 100644 --- a/authd/res.h +++ b/authd/res.h @@ -1,7 +1,6 @@ /* * res.h for referencing functions in res.c, reslib.c * - * $Id: res.h 2023 2006-09-02 23:47:27Z jilles $ */ #ifndef _CHARYBDIS_RES_H diff --git a/authd/reslib.c b/authd/reslib.c index 3b669601..bd36da9b 100644 --- a/authd/reslib.c +++ b/authd/reslib.c @@ -89,9 +89,6 @@ #define DNS_LABELTYPE_BITSTRING 0x41 #define DNS_MAXLINE 128 -/* $Id: reslib.c 1695 2006-06-27 15:11:23Z jilles $ */ -/* from Hybrid Id: reslib.c 177 2005-10-22 09:05:05Z michael $ */ - struct rb_sockaddr_storage irc_nsaddr_list[IRCD_MAXNS]; int irc_nscount = 0; char irc_domain[IRCD_RES_HOSTLEN + 1]; diff --git a/authd/reslib.h b/authd/reslib.h index 52699b6d..38f7b8f3 100644 --- a/authd/reslib.h +++ b/authd/reslib.h @@ -1,7 +1,6 @@ /* * include/irc_reslib.h * - * $Id: reslib.h 446 2006-02-12 02:46:54Z db $ */ #ifndef _CHARYBDIS_RESLIB_H diff --git a/help/Makefile.am b/help/Makefile.am index 45a58d8d..fae3a746 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,5 +1,4 @@ # Generated automatically from Makefile.in by configure. -# $Id: Makefile.in 1044 2006-03-12 16:05:39Z jilles $ # makefile for include/ AUTOMAKE_OPTIONS = foreign diff --git a/install-sh b/install-sh index bbfd6180..cd8a10d7 100644 --- a/install-sh +++ b/install-sh @@ -1,6 +1,4 @@ #!/bin/sh -# $Id: install-sh 6 2005-09-10 01:02:21Z nenolod $ -# # install - install a program, script, or datafile # # This originates from X11R5 (mit/util/scripts/install.sh), which was diff --git a/m4/charybdis.m4 b/m4/charybdis.m4 index dadc38d9..bc5f6a39 100644 --- a/m4/charybdis.m4 +++ b/m4/charybdis.m4 @@ -1,4 +1,3 @@ -# $Id: aclocal.m4 3321 2007-03-30 23:32:43Z jilles $ - aclocal.m4 - Autoconf fun... AC_DEFUN([AC_DEFINE_DIR], [ test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' diff --git a/ssld/ssld.c b/ssld/ssld.c index 70a2b269..32f95fb4 100644 --- a/ssld/ssld.c +++ b/ssld/ssld.c @@ -17,8 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA - * - * $Id$ */ diff --git a/tools/README.mkpasswd b/tools/README.mkpasswd index 68744b67..a07ae54d 100644 --- a/tools/README.mkpasswd +++ b/tools/README.mkpasswd @@ -1,5 +1,4 @@ mkpasswd.c documentation -$Id: README.mkpasswd 6 2005-09-10 01:02:21Z nenolod $ This is documentation for the updated mkpasswd.c included with a number of ircd, irc services, and non-IRC related programs diff --git a/tools/mkpasswd.c b/tools/mkpasswd.c index 4f80b970..f5d2bbfe 100644 --- a/tools/mkpasswd.c +++ b/tools/mkpasswd.c @@ -9,7 +9,6 @@ ** /dev/random for salt generation added by ** Aaron Sethman ** -** $Id: mkpasswd.c 26439 2009-02-01 15:27:24Z jilles $ */ #include #include