diff options
Diffstat (limited to 'modules/extra/m_regex_posix.cpp')
-rw-r--r-- | modules/extra/m_regex_posix.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/extra/m_regex_posix.cpp b/modules/extra/m_regex_posix.cpp index e6610db07..2486ddd70 100644 --- a/modules/extra/m_regex_posix.cpp +++ b/modules/extra/m_regex_posix.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2012-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #include "module.h" #include <sys/types.h> #include <regex.h> |