1 |
adx |
30 |
/* |
2 |
michael |
2855 |
* ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) |
3 |
adx |
30 |
* |
4 |
michael |
7006 |
* Copyright (c) 1997-2016 ircd-hybrid development team |
5 |
adx |
30 |
* |
6 |
|
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
|
* it under the terms of the GNU General Public License as published by |
8 |
|
|
* the Free Software Foundation; either version 2 of the License, or |
9 |
|
|
* (at your option) any later version. |
10 |
|
|
* |
11 |
|
|
* This program is distributed in the hope that it will be useful, |
12 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 |
|
|
* GNU General Public License for more details. |
15 |
|
|
* |
16 |
|
|
* You should have received a copy of the GNU General Public License |
17 |
|
|
* along with this program; if not, write to the Free Software |
18 |
michael |
4565 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 |
19 |
adx |
30 |
* USA |
20 |
|
|
*/ |
21 |
|
|
|
22 |
michael |
2855 |
/*! \file version.c |
23 |
|
|
* \brief Includes license and version information shown in /info. |
24 |
|
|
* \version $Id$ |
25 |
|
|
*/ |
26 |
|
|
|
27 |
adx |
30 |
#include "patchlevel.h" |
28 |
|
|
#include "serno.h" |
29 |
|
|
#include "ircd.h" |
30 |
|
|
|
31 |
|
|
const char *ircd_version = PATCHLEVEL; |
32 |
|
|
const char *serno = SERIALNUM; |
33 |
|
|
|
34 |
|
|
const char *infotext[] = |
35 |
|
|
{ |
36 |
michael |
2675 |
"ircd-hybrid --", |
37 |
adx |
30 |
"Based on the original code written by Jarkko Oikarinen", |
38 |
michael |
2855 |
"Copyright (c) 1988-1991 University of Oulu, Computing Center", |
39 |
michael |
7006 |
"Copyright (c) 1997-2016 ircd-hybrid development team", |
40 |
adx |
30 |
"", |
41 |
|
|
"This program is free software; you can redistribute it and/or", |
42 |
|
|
"modify it under the terms of the GNU General Public License as", |
43 |
|
|
"published by the Free Software Foundation; either version 2, or", |
44 |
|
|
"(at your option) any later version.", |
45 |
|
|
"", |
46 |
|
|
"", |
47 |
|
|
"The hybrid team is a group of ircd coders who were frustrated", |
48 |
michael |
2933 |
"with the instability and all-out dirtiness of the EFnet ircds", |
49 |
adx |
30 |
"available. hybrid is the name for the collective efforts of a group", |
50 |
|
|
"of people, all of us.", |
51 |
|
|
"", |
52 |
|
|
"Anyone is welcome to contribute to this effort. You are encouraged", |
53 |
michael |
7186 |
"to participate in the ircd-hybrid mailing list. To subscribe to the", |
54 |
|
|
"ircd-hybrid list, use this link:", |
55 |
adx |
30 |
" https://lists.ircd-hybrid.org/mailman/listinfo/hybrid", |
56 |
|
|
"", |
57 |
michael |
5302 |
"The core team as of this major release:", |
58 |
adx |
30 |
"", |
59 |
|
|
"billy-jon, William Bierman III <bill@mu.org>", |
60 |
|
|
"cryogen, Stuart Walsh <stu@ipng.org.uk>", |
61 |
|
|
"Dianora, Diane Bruce <db@db.net>", |
62 |
|
|
"metalrock, Jack Low <jclow@csupomona.edu>", |
63 |
michael |
2669 |
"Michael, Michael Wobst <michael@ircd-hybrid.de>", |
64 |
adx |
30 |
"Rodder, Jon Lusky <lusky@blown.net>", |
65 |
|
|
"Wohali, Joan Touzet <joant@ieee.org>", |
66 |
|
|
"", |
67 |
|
|
"The following people have contributed blood, sweat, and/or code to", |
68 |
michael |
7186 |
"recent releases of ircd-hybrid, in nick alphabetical order:", |
69 |
adx |
30 |
"", |
70 |
|
|
"A1kmm, Andrew Miller <a1kmm@mware.virtualave.net>", |
71 |
michael |
2931 |
"Adam, Adam <Adam@anope.org>", |
72 |
michael |
3011 |
"Adrian Chadd <adrian@creative.net.au>", |
73 |
michael |
1507 |
"adx, Piotr Nizynski <nizynski@sysplex.pl>", |
74 |
adx |
30 |
"AndroSyn, Aaron Sethman <androsyn@ratbox.org>", |
75 |
|
|
"bane, Dragan Dosen <bane@idolnet.org>", |
76 |
|
|
"bysin, Ben Kittridge <bkittridge@cfl.rr.com>", |
77 |
|
|
"cosine, Patrick Alken <wnder@uwns.underworld.net>", |
78 |
|
|
"David-T, David Taylor <davidt@yadt.co.uk>", |
79 |
michael |
2324 |
"Dom, Dominic Hargreaves <dom@earth.li>", |
80 |
michael |
4005 |
"Fawkes, Christoph Ostermeier <fawkes@phat-net.de>", |
81 |
michael |
1511 |
"fgeek, Henri Salo <henri@nerv.fi>", |
82 |
adx |
30 |
"fl, Lee Hardy <lee@leeh.co.uk>", |
83 |
|
|
"Garion, Joost Vunderink <garion@efnet.nl>", |
84 |
|
|
"Habeeb, David Supuran <habeeb@cfl.rr.com>", |
85 |
|
|
"Hwy101, W. Campbell <wcampbel@botbay.net>", |
86 |
|
|
"jmallett, Juli Mallett <jmallett@FreeBSD.org>", |
87 |
michael |
1026 |
"joshk, Joshua Kwan <joshk@triplehelix.org>", |
88 |
adx |
30 |
"jv, Jakub Vlasek <jv@pilsedu.cz>", |
89 |
|
|
"k9, Jeremy Chadwick <ircd@jdc.parodius.com>", |
90 |
|
|
"kire, Erik Small <smalle@hawaii.edu>", |
91 |
michael |
1026 |
"knight, Alan LeVee <alan.levee@prometheus-designs.net>", |
92 |
adx |
30 |
"kre, Dinko Korunic <kreator@fly.srk.fer.hr>", |
93 |
|
|
"madmax, Paul Lomax <madmax@efnet.org>", |
94 |
|
|
"Riedel, Dennis Vink, <riedel@chaotic.nl>", |
95 |
|
|
"scuzzy, David Todd <scuzzy@aniverse.net>", |
96 |
|
|
"spookey, David Colburn <spookey@spookey.org>", |
97 |
|
|
"TimeMr14C, Yusuf Iskenderoglu <uhc0@stud.uni-karlsruhe.de>", |
98 |
|
|
"toot, Toby Verrall <to7@antipope.fsnet.co.uk>", |
99 |
|
|
"vx0, Mark Miller <mark@oc768.net>", |
100 |
|
|
"wiz, Jason Dambrosio <jason@wiz.cx>", |
101 |
michael |
3993 |
"Xride, S\xC3\xB8ren Straarup <xride@x12.dk>", |
102 |
adx |
30 |
"zb^3, Alfred Perlstein <alfred@freebsd.org>", |
103 |
|
|
"", |
104 |
|
|
"Others are welcome. Always. And if we left anyone off the above list,", |
105 |
|
|
"be sure to let us know that too. Many others have contributed to", |
106 |
|
|
"previous versions of this ircd and its ancestors, too many to list", |
107 |
|
|
"here.", |
108 |
|
|
"", |
109 |
|
|
"Send bug fixes/complaints/rotten tomatoes to bugs@ircd-hybrid.org.", |
110 |
|
|
"", 0 |
111 |
|
|
}; |