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' {} \; --- src/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index a5c728915..ef8144f85 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1,7 +1,7 @@ /* * * (C) 2008-2011 Robin Burchell - * (C) 2008-2018 Anope Team + * (C) 2008-2019 Anope Team * * Please read COPYING and README for further details. */ -- cgit