aboutsummaryrefslogtreecommitdiffstats
path: root/libathemecore/version.c
blob: 0f75bec3e8df3b46bce24dac428e320a59dc7c3a (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/*
 * Copyright (c) 2014-2017 ChatLounge IRC Network Development Team
 * Copyright (c) 2005-2010 Atheme Development Group
 * Rights to this code are documented in doc/LICENSE.
 *
 * This file contains version information.
 * Autogenerated by version.sh.
 */

#include "serno.h"

const char *revision = SERNO;

const char *infotext[] =
{
  "ChatServices IRC Services --",
  "Copyright (c) 2014-2017 ChatLounge IRC Network Development Team (https://www.chatlounge.net)",
  "Copyright (c) 2005-2013 Atheme Development Group (http://atheme.github.io)",
  "Portions copyright (c) 2004 Shrike Developers (http://www.malkier.net)",
  " ",
  "Permission to use, copy, modify, and/or distribute this software for any",
  "purpose with or without fee is hereby granted, provided that the above",
  "copyright notice and this permission notice appear in all copies.",
  " ",
  "THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND",
  "ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED",
  "WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE",
  "DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR",
  "ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES",
  "(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;",
  "LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON",
  "ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT",
  "(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS",
  "SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
  " ",
  "Currently, the ChatServices development team consists of the following developers,",
  "in nick-alphabetical order:",
  "  Ben, Ben C. <ben@mrbenc.com> (Lead Developer)",
  " ",
  "The following individuals have contributed significant effort to",
  "ChatServices, in nick-alphabetical order:",
  "  siniStar, Austin Ellis <siniStar@IRC4Fun.net>",
  " ",
  "Honorable mention goes to the following individuals, listed in",
  "nick-alphabetical order for ideas, suggestions, and testing:",
  "  istok, John C. <istok@flooding.me>",
  "  Mag, Adam M. <adam.magnum@gmail.com>",
  " ",
  "The following people, listed in nick-alphabetical order, have contributed",
  "blood, sweat and tears to Atheme, of which ChatServices is based upon:",
  "  Adam, Adam <adam@sigterm.info>",
  "  aji, Alex Iadicicco <alex@ajitek.net>",
  "  alambert, Alex Lambert <alambert@quickfire.org>",
  "  beu, Elfyn McBratney <elfyn.mcbratney@gmail.com>",
  "  binki, Nathan Phillip Brink <ohnobinki@ohnopublishing.net>",
  "  Dianora, Diane Bruce <db@db.net>",
  "  danieldg, Daniel De Graaf <danieldegraaf@gmail.com>",
  "  dwfreed, Douglas Freed <dwfreed@mtu.edu>",
  "  elly, Elly <elly@leptoquark.net>",
  "  gxti, Michael Tharp <gxti@partiallystapled.com>",
  "  jdhore, JD Horelick <jdhore1@gmail.com>",
  "  jilles, Jilles Tjoelker <jilles@stack.nl>",
  "  kaniini, William Pitcock <nenolod@nenolod.net>",
  "  kog, Greg Feigenson <kog@epiphanic.org>",
  "  kuja, Jeff Katz <jeff@katzonline.net>",
  "  lu_zero, Luca Barbato <lu_zero@gentoo.org>",
  "  marienz, Marien Zwart <marien.zwart@gmail.com>",
  "  pfish, Patrick Fish <pofish@gmail.com>",
  "  pippijn, Pippijn van Steenhoven <pippijn@one09.net>",
  "  spb, Stephen Bennett <spb@exherbo.org>",
  "  terminal, Theo Julienne <admin@ozweb.nu>",
  "  tomaw, Tom Wesley <tom@tomaw.net>",
  "  Trystan, Trystan Scott Lee <trystan@nomadirc.net>",
  "  w00t, Robin Burchell <viroteck@viroteck.net>",
  "  xiphias, Michael Rodriguez <dkingston@dkingston.net>",
  "  zparta, Jens Holmqvist <zparta@hispan.se>",
  " ",
  "Portions of Atheme's and ChatServices code were derived from Shrike, which",
  " was mostly developed by the following developers in nick-alphabetical",
  " order:",
  "  madragoran, Mike Campbell <madragoran@avendesora.net>",
  "  nenolod, William Pitcock <nenolod@nenolod.net>",
  "  rakaur, Eric Will <rakaur@malkier.net>",
  "  rintaun, Matt Lanigan <rintaun@projectxero.net>",
  "  sycobuny, Stephen Belcher <sycobuny@malkier.net>",
  " ",
  "Visit our website at https://www.chatlounge.net",
  0,
};