From 6fbb7cffe9954d1e5cc9038a18d4695ad2a19d2d Mon Sep 17 00:00:00 2001 From: Robby Date: Tue, 1 Jan 2019 17:43:35 +0100 Subject: Update copyright to 2019. This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 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 0f18d07c4..d3616bc42 100644 --- a/modules/extra/m_regex_posix.cpp +++ b/modules/extra/m_regex_posix.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2012-2018 Anope Team + * (C) 2012-2019 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. -- cgit