0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-16 15:00:51 +01:00

Formatting fixes for credits

Contributed from jackal^, but fixed up a bit.
This commit is contained in:
Elizabeth Myers 2016-04-09 04:54:56 -05:00
parent b376d0fd46
commit b14d2bd6ea
2 changed files with 20 additions and 23 deletions

11
CREDITS
View file

@ -1,16 +1,17 @@
Charybdis started as an evolution from ircd-ratbox. Its development
is led by a team of dedicated developers who have put a lot of time
into the project, and it has seen use on a variety of different
into the project and it has seen use on a variety of different
network configurations.
The charybdis core team is listed in nick-alphabetical order:
The Charybdis core team, listed in nick-alphabetical order:
jilles, Jilles Tjoelker <jilles -at- stack.nl>
mr_flea, Keith Buck <mr_flea -at- esper.net>
kaniini, William Pitcock <nenolod -at- dereferenced.org>
mr_flea, Keith Buck <mr_flea -at- esper.net>
spb, Stephen Bennett <spb -at- attenuate.org>
The following people are also project members:
The following people are also project members, listed in nick-alphabetical
order:
amdj, Aaron Jones <aaronmdjones -at- gmail.com>
Elizafox, Elizabeth Myers <elizabeth -at- interlinked.me>
@ -38,5 +39,5 @@ For a list of contributors to ircd-ratbox, ircd-hybrid, and ircd2.8 (the
predecessors to Charybdis), see the doc/credits-past.txt file in the Charybdis
distribution.
Visit the Charybdis website at: http://www.charybdis.io
Visit the Charybdis website at: http://www.charybdis.io/
Visit us on IRC at: irc.freenode.net #charybdis

View file

@ -1,7 +1,7 @@
#!/bin/sh
spitshell=cat
package=IRC
package=charybdis
echo "Extracting $package/src/version.c..."
@ -27,7 +27,7 @@ fi
$spitshell >version.c <<!SUB!THIS!
/*
* IRC - Internet Relay Chat, src/version.c
* $package - Internet Relay Chat, src/version.c
* Copyright (C) 1990 Chelsea Ashley Dyerman
*
* This program is free software; you can redistribute it and/or modify
@ -62,7 +62,7 @@ const char *infotext[] =
{
"$package --",
"Based on the original code written by Jarkko Oikarinen",
"Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center",
"Copyright (c) 1988-1991 University of Oulu, Computing Center",
"Copyright (c) 1996-2001 Hybrid Development Team",
"Copyright (c) 2002-2009 ircd-ratbox Development Team",
"Copyright (c) 2005-2016 charybdis development team",
@ -74,13 +74,9 @@ const char *infotext[] =
" ",
!SUB!THIS!
IFS='
'
for i in `grep -v '^$Id' ../CREDITS |tr -d '"'` ; do
echo " \"$i\"," >> version.c
done
sed 's/^$/ /;s/.*/\ "&\",/' ../CREDITS >> version.c
$spitshell >>version.c <<!SUB!THISTOO!
"",
0,
" ",
NULL,
};
!SUB!THISTOO!