diff options
Diffstat (limited to 'modules/extra/m_regex_pcre.cpp')
-rw-r--r-- | modules/extra/m_regex_pcre.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/extra/m_regex_pcre.cpp b/modules/extra/m_regex_pcre.cpp index 180fb9949..fa804c14e 100644 --- a/modules/extra/m_regex_pcre.cpp +++ b/modules/extra/m_regex_pcre.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2012-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + /* RequiredLibraries: pcre */ /* RequiredWindowsLibraries: libpcre */ |