A static class providing warranty and copyright text. More...
#include <legal.h>
Static Public Member Functions | |
static std::string | warranty (const std::string &prefix, const std::string &eol) |
Returns the warranty text. More... | |
static std::string | copyright () |
Returns the copyright text. More... | |
|
static |
Returns the copyright text.
Definition at line 26 of file legal.cpp.
Referenced by filter_help(), Main::Admin::newServer(), and Main::CommandLineImp::showCopyright().
|
static |
Returns the warranty text.
Definition at line 31 of file legal.cpp.
Referenced by filter_help(), Main::Admin::newServer(), and Main::CommandLineImp::showWarranty().