X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fbancache.cpp;h=af8626fe73c3772ce97e40b17dc0373ab42e763d;hb=267d85ac62018b12bc03b53a9c82ed39b4ca7f44;hp=452bd998f3eb199f5ea15ba50de08af74228e2d9;hpb=9f27390382f8c341e59731fb4c026c93ef4fde4b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/bancache.cpp b/src/bancache.cpp index 452bd998f..af8626fe7 100644 --- a/src/bancache.cpp +++ b/src/bancache.cpp @@ -1,8 +1,12 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2013 Sadie Powell + * Copyright (C) 2012-2014 Attila Molnar + * Copyright (C) 2012 Robby + * Copyright (C) 2010 Craig Edwards + * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell - * Copyright (C) 2007 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -19,7 +23,6 @@ #include "inspircd.h" -#include "bancache.h" BanCacheHit::BanCacheHit(const std::string& type, const std::string& reason, time_t seconds) : Type(type)