From f118960a25dd1f482e77586b7853107692d31ec9 Mon Sep 17 00:00:00 2001 From: Robby Date: Thu, 28 Jan 2016 20:24:49 +0100 Subject: Update copyright to 2016. This was done with: find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. --- modules/extra/m_regex_posix.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (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 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 #include -- cgit