Remove more $Id tags.
This commit is contained in:
parent
c6d81c6d59
commit
1b7a47417b
11 changed files with 0 additions and 17 deletions
1
LICENSE
1
LICENSE
|
@ -1,4 +1,3 @@
|
||||||
# $Id: LICENSE 6 2005-09-10 01:02:21Z nenolod $
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
Version 2, June 1991
|
Version 2, June 1991
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,6 @@
|
||||||
* The authors takes no responsibility for any damage or loss
|
* The authors takes no responsibility for any damage or loss
|
||||||
* of property which results from the use of this software.
|
* 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,
|
* July 1999 - Rewrote a bunch of stuff here. Change hostent builder code,
|
||||||
* added callbacks and reference counting of returned hostents.
|
* added callbacks and reference counting of returned hostents.
|
||||||
* --Bleep (Thomas Helvey <tomh@inxpress.net>)
|
* --Bleep (Thomas Helvey <tomh@inxpress.net>)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* res.h for referencing functions in res.c, reslib.c
|
* 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
|
#ifndef _CHARYBDIS_RES_H
|
||||||
|
|
|
@ -89,9 +89,6 @@
|
||||||
#define DNS_LABELTYPE_BITSTRING 0x41
|
#define DNS_LABELTYPE_BITSTRING 0x41
|
||||||
#define DNS_MAXLINE 128
|
#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];
|
struct rb_sockaddr_storage irc_nsaddr_list[IRCD_MAXNS];
|
||||||
int irc_nscount = 0;
|
int irc_nscount = 0;
|
||||||
char irc_domain[IRCD_RES_HOSTLEN + 1];
|
char irc_domain[IRCD_RES_HOSTLEN + 1];
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* include/irc_reslib.h
|
* include/irc_reslib.h
|
||||||
*
|
*
|
||||||
* $Id: reslib.h 446 2006-02-12 02:46:54Z db $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CHARYBDIS_RESLIB_H
|
#ifndef _CHARYBDIS_RESLIB_H
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# Generated automatically from Makefile.in by configure.
|
# Generated automatically from Makefile.in by configure.
|
||||||
# $Id: Makefile.in 1044 2006-03-12 16:05:39Z jilles $
|
|
||||||
# makefile for include/
|
# makefile for include/
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: install-sh 6 2005-09-10 01:02:21Z nenolod $
|
|
||||||
#
|
|
||||||
# install - install a program, script, or datafile
|
# install - install a program, script, or datafile
|
||||||
#
|
#
|
||||||
# This originates from X11R5 (mit/util/scripts/install.sh), which was
|
# This originates from X11R5 (mit/util/scripts/install.sh), which was
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# $Id: aclocal.m4 3321 2007-03-30 23:32:43Z jilles $ - aclocal.m4 - Autoconf fun...
|
|
||||||
AC_DEFUN([AC_DEFINE_DIR], [
|
AC_DEFUN([AC_DEFINE_DIR], [
|
||||||
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
||||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
|
||||||
* USA
|
* USA
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
mkpasswd.c documentation
|
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
|
This is documentation for the updated mkpasswd.c included with a number
|
||||||
of ircd, irc services, and non-IRC related programs
|
of ircd, irc services, and non-IRC related programs
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
** /dev/random for salt generation added by
|
** /dev/random for salt generation added by
|
||||||
** Aaron Sethman <androsyn@ratbox.org>
|
** Aaron Sethman <androsyn@ratbox.org>
|
||||||
**
|
**
|
||||||
** $Id: mkpasswd.c 26439 2009-02-01 15:27:24Z jilles $
|
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in a new issue