X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fnetwork%2Fserv_netfilter.c;h=121ef3116658291fee7785e817fe0b16443239ad;hp=588cced6ad6cea299220ae3dac6090af244afbd6;hb=8c89db5308e55a1dd5c022dee7fe6b66c09d8da7;hpb=776be1a9f238cd4fc8e94b12e7910bfc33d52556 diff --git a/citadel/modules/network/serv_netfilter.c b/citadel/modules/network/serv_netfilter.c index 588cced6a..121ef3116 100644 --- a/citadel/modules/network/serv_netfilter.c +++ b/citadel/modules/network/serv_netfilter.c @@ -1,21 +1,15 @@ /* * A server-side module for Citadel designed to filter idiots off the network. * - * Copyright (c) 2002-2012 by the citadel.org team + * Copyright (c) 2002-2017 by the citadel.org team * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * + * This program is open source software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 3. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * - * - * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. */ #include "sysdep.h"