From e03ae0cd85a85cbb3d5371b918e48b74ecc6e855 Mon Sep 17 00:00:00 2001 From: Robby Date: Wed, 25 Apr 2018 19:22:13 +0200 Subject: Update copyright to 2018. This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; --- modules/extra/m_regex_posix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/m_regex_posix.cpp') diff --git a/modules/extra/m_regex_posix.cpp b/modules/extra/m_regex_posix.cpp index 8cf6f882a..0f18d07c4 100644 --- a/modules/extra/m_regex_posix.cpp +++ b/modules/extra/m_regex_posix.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2012-2017 Anope Team + * (C) 2012-2018 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. -- cgit