From 8656b65e392e8d26de218bf372da949c3a00d8d4 Mon Sep 17 00:00:00 2001 From: Robby Date: Mon, 16 Jan 2017 03:13:25 +0100 Subject: Update copyright to 2017. This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. --- src/opertype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opertype.cpp') diff --git a/src/opertype.cpp b/src/opertype.cpp index 9438c2ff5..702ab758a 100644 --- a/src/opertype.cpp +++ b/src/opertype.cpp @@ -1,7 +1,7 @@ /* * * (C) 2008-2011 Robin Burchell - * (C) 2008-2016 Anope Team + * (C) 2008-2017 Anope Team * * Please read COPYING and README for further details. */ -- cgit