]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_regex_posix.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules / extra / m_regex_posix.cpp
index 19b4f3eaa1a2df1c17b785211eb7d7157355f649..0d6fd6c065463d18963d964529391b773d52165f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2013 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2013, 2021 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2012-2013 Attila Molnar <attilamolnar@hush.com>
  *   Copyright (C) 2012 Robby <robby@chatbelgie.be>
  *   Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
@@ -86,7 +86,7 @@ class ModuleRegexPOSIX : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides a regular expression engine which uses the POSIX.2 regular expression matching system.", VF_VENDOR);
+               return Version("Provides the posix regular expression engine which uses the POSIX.2 regular expression matching system.", VF_VENDOR);
        }
 
        void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE