0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 08:13:46 +02:00

Update README / info.cc copyright / accoutrements.

This commit is contained in:
Jason Volk 2017-08-23 15:45:41 -06:00
parent ab540c378c
commit 60a22a0216
2 changed files with 12 additions and 1 deletions

View file

@ -17,6 +17,7 @@ It implements communication protocols for Matrix and IRC.
* `--enable-debug`
* `--with-included-boost[=shared]`
* `--with-included-rocksdb[=shared]`
* `--with-included-js[=shared]`
## Platforms
@ -44,3 +45,13 @@ It implements communication protocols for Matrix and IRC.
* Charybdis's GIT repository depot can be browsed over the Internet at the following address:
https://github.com/charybdis-ircd/charybdis
## Developers
### Style
#### Misc
* When using a `switch` over an `enum` type, put what would be the `default` case after/outside
of the `switch` unless the situation specifically calls for one. We use -Wswitch so changes to
the enum will provide a good warning to update any `switch`.

View file

@ -86,7 +86,7 @@ info::credits
"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",
"Copyright (c) 2005-2017 charybdis development team",
" ",
"This program is free software; you can redistribute it and/or",
"modify it under the terms of the GNU General Public License as",