Skip to content

Commit 1b7a474

Browse files
committed
Remove more $Id tags.
1 parent c6d81c6 commit 1b7a474

File tree

11 files changed

+0
-17
lines changed

11 files changed

+0
-17
lines changed

Diff for: LICENSE

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: LICENSE 6 2005-09-10 01:02:21Z nenolod $
21
GNU GENERAL PUBLIC LICENSE
32
Version 2, June 1991
43

Diff for: authd/res.c

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* The authors takes no responsibility for any damage or loss
88
* of property which results from the use of this software.
99
*
10-
* $Id: res.c 3301 2007-03-28 15:04:06Z jilles $
11-
* from Hybrid Id: res.c 459 2006-02-12 22:21:37Z db $
12-
*
1310
* July 1999 - Rewrote a bunch of stuff here. Change hostent builder code,
1411
* added callbacks and reference counting of returned hostents.
1512
* --Bleep (Thomas Helvey <[email protected]>)

Diff for: authd/res.h

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* res.h for referencing functions in res.c, reslib.c
33
*
4-
* $Id: res.h 2023 2006-09-02 23:47:27Z jilles $
54
*/
65

76
#ifndef _CHARYBDIS_RES_H

Diff for: authd/reslib.c

-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@
8989
#define DNS_LABELTYPE_BITSTRING 0x41
9090
#define DNS_MAXLINE 128
9191

92-
/* $Id: reslib.c 1695 2006-06-27 15:11:23Z jilles $ */
93-
/* from Hybrid Id: reslib.c 177 2005-10-22 09:05:05Z michael $ */
94-
9592
struct rb_sockaddr_storage irc_nsaddr_list[IRCD_MAXNS];
9693
int irc_nscount = 0;
9794
char irc_domain[IRCD_RES_HOSTLEN + 1];

Diff for: authd/reslib.h

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* include/irc_reslib.h
33
*
4-
* $Id: reslib.h 446 2006-02-12 02:46:54Z db $
54
*/
65

76
#ifndef _CHARYBDIS_RESLIB_H

Diff for: help/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Generated automatically from Makefile.in by configure.
2-
# $Id: Makefile.in 1044 2006-03-12 16:05:39Z jilles $
32
# makefile for include/
43

54
AUTOMAKE_OPTIONS = foreign

Diff for: install-sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/bin/sh
2-
# $Id: install-sh 6 2005-09-10 01:02:21Z nenolod $
3-
#
42
# install - install a program, script, or datafile
53
#
64
# This originates from X11R5 (mit/util/scripts/install.sh), which was

Diff for: m4/charybdis.m4

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: aclocal.m4 3321 2007-03-30 23:32:43Z jilles $ - aclocal.m4 - Autoconf fun...
21
AC_DEFUN([AC_DEFINE_DIR], [
32
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
43
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

Diff for: ssld/ssld.c

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* along with this program; if not, write to the Free Software
1818
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
1919
* USA
20-
*
21-
* $Id$
2220
*/
2321

2422

Diff for: tools/README.mkpasswd

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
mkpasswd.c documentation
2-
$Id: README.mkpasswd 6 2005-09-10 01:02:21Z nenolod $
32

43
This is documentation for the updated mkpasswd.c included with a number
54
of ircd, irc services, and non-IRC related programs

Diff for: tools/mkpasswd.c

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
** /dev/random for salt generation added by
1010
** Aaron Sethman <[email protected]>
1111
**
12-
** $Id: mkpasswd.c 26439 2009-02-01 15:27:24Z jilles $
1312
*/
1413
#include <stdio.h>
1514
#include <string.h>

0 commit comments

Comments
 (0)