]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_regex_re2.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules / extra / m_regex_re2.cpp
index fb04003071f1b56a35247a3926676b987018988f..ef6d40aabe38b2156b2d6bdeba01384f58588717 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2013 Sadie Powell <sadie@witchery.services>
- *   Copyright (C) 2012 ChrisTX <chris@rev-crew.info>
+ *   Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
+ *   Copyright (C) 2013-2014, 2016-2017, 2019, 2021 Sadie Powell <sadie@witchery.services>
  *
  * 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
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/// $CompilerFlags: find_compiler_flags("re2" "")
+/// $CompilerFlags: find_compiler_flags("re2" "-std=c++11")
 /// $LinkerFlags: find_linker_flags("re2" "-lre2")
 
 /// $PackageInfo: require_system("arch") pkgconf re2
@@ -88,7 +88,7 @@ class ModuleRegexRE2 : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Regex Provider Module for RE2", VF_VENDOR);
+               return Version("Provides the re2 regular expression engine which uses the RE2 library.", VF_VENDOR);
        }
 };