X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fextra%2Fm_regex_re2.cpp;h=aaeea87ab0b9cdac44db7bc98c552af413354d23;hb=f6d30f8fef02e9571628bd3cc6519c2b897ff496;hp=d26bd79502fa54e87bb3daaa0928402860ff9310;hpb=5385944ae931ee755dce57082089f4032a83e944;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/extra/m_regex_re2.cpp b/src/modules/extra/m_regex_re2.cpp index d26bd7950..aaeea87ab 100644 --- a/src/modules/extra/m_regex_re2.cpp +++ b/src/modules/extra/m_regex_re2.cpp @@ -1,8 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013 Peter Powell - * Copyright (C) 2012 ChrisTX + * Copyright (C) 2019 linuxdaemon + * Copyright (C) 2013-2014, 2016-2017, 2019 Sadie Powell * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -88,7 +88,7 @@ class ModuleRegexRE2 : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Regex Provider Module for RE2", VF_VENDOR); + return Version("Provides a regular expression engine which uses the RE2 library.", VF_VENDOR); } };