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. --- src/opertype.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/opertype.cpp') diff --git a/src/opertype.cpp b/src/opertype.cpp index b75899234..9438c2ff5 100644 --- a/src/opertype.cpp +++ b/src/opertype.cpp @@ -1,10 +1,9 @@ /* * - * Copyright (C) 2008-2011 Robin Burchell - * Copyright (C) 2008-2014 Anope Team + * (C) 2008-2011 Robin Burchell + * (C) 2008-2016 Anope Team * * Please read COPYING and README for further details. - * */ #include "services.h" -- cgit