ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/version.c
Revision: 8518
Committed: Fri Apr 6 22:52:34 2018 UTC (7 years, 4 months ago) by michael
Content type: text/x-csrc
File size: 3757 byte(s)
Log Message:
- AUTHORS, version.c: purge a bunch of yada yada yada

File Contents

# Content
1 /*
2 * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
3 *
4 * Copyright (c) 1997-2018 ircd-hybrid development team
5 *
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 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
19 * USA
20 */
21
22 /*! \file version.c
23 * \brief Includes license and version information shown in /info.
24 * \version $Id$
25 */
26
27 #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 "ircd-hybrid --",
37 "Based on the original code written by Jarkko Oikarinen",
38 "Copyright (c) 1988-1991 University of Oulu, Computing Center",
39 "Copyright (c) 1997-2018 ircd-hybrid development team",
40 "",
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 core team as of this major release:",
48 "",
49 "Dianora, Diane Bruce <db@db.net>",
50 "Michael, Michael Wobst <michael@ircd-hybrid.de>",
51 "Rodder, Jon Lusky <lusky@blown.net>",
52 "Wohali, Joan Touzet <joant@ieee.org>",
53 "",
54 "The following people have contributed blood, sweat, and/or code to",
55 "recent releases of ircd-hybrid, in nick alphabetical order:",
56 "",
57 "A1kmm, Andrew Miller <a1kmm@mware.virtualave.net>",
58 "Adam, Adam <Adam@anope.org>",
59 "Adrian Chadd <adrian@creative.net.au>",
60 "adx, Piotr Nizynski <nizynski@sysplex.pl>",
61 "AndroSyn, Aaron Sethman <androsyn@ratbox.org>",
62 "bane, Dragan Dosen <bane@idolnet.org>",
63 "billy-jon, William Bierman III <bill@thebiermans.org>",
64 "bysin, Ben Kittridge <bkittridge@cfl.rr.com>",
65 "cosine, Patrick Alken <wnder@uwns.underworld.net>",
66 "cryogen, Stuart Walsh <stu@ipng.org.uk>",
67 "David-T, David Taylor <davidt@yadt.co.uk>",
68 "Dom, Dominic Hargreaves <dom@earth.li>",
69 "Fawkes, Christoph Ostermeier <fawkes@phat-net.de>",
70 "fgeek, Henri Salo <henri@nerv.fi>",
71 "fl, Lee Hardy <lee@leeh.co.uk>",
72 "Garion, Joost Vunderink <garion@efnet.nl>",
73 "Habeeb, David Supuran <habeeb@cfl.rr.com>",
74 "Hwy101, W. Campbell <wcampbel@botbay.net>",
75 "jmallett, Juli Mallett <jmallett@FreeBSD.org>",
76 "joshk, Joshua Kwan <joshk@triplehelix.org>",
77 "jv, Jakub Vlasek <jv@pilsedu.cz>",
78 "k9, Jeremy Chadwick <ircd@jdc.parodius.com>",
79 "kire, Erik Small <smalle@hawaii.edu>",
80 "knight, Alan LeVee <alan.levee@prometheus-designs.net>",
81 "kre, Dinko Korunic <kreator@fly.srk.fer.hr>",
82 "madmax, Paul Lomax <madmax@efnet.org>",
83 "metalrock, Jack Low <xxjack12xx@gmail.com>",
84 "r0d3nt, Andrew Strutt <andrew.strutt@gmail.com>",
85 "Riedel, Dennis Vink <dennis@drvink.com>",
86 "scuzzy, David Todd <scuzzy@aniverse.net>",
87 "spookey, David Colburn <spookey@spookey.org>",
88 "TimeMr14C, Yusuf Iskenderoglu <uhc0@stud.uni-karlsruhe.de>",
89 "toot, Toby Verrall <to7@antipope.fsnet.co.uk>",
90 "vx0, Mark Miller <mark@oc768.net>",
91 "wiz, Jason Dambrosio <jason@wiz.cx>",
92 "Xride, S\xC3\xB8ren Straarup <xride@x12.dk>",
93 "zb^3, Alfred Perlstein <alfred@freebsd.org>",
94 "", 0
95 };

Properties

Name Value
svn:eol-style native
svn:keywords Id