From: Art Cancro Date: Sat, 10 Oct 2009 21:08:59 +0000 (+0000) Subject: * Add a smarmy license declaration in modules/expire/serv_expire.c X-Git-Tag: v7.86~780 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=e58838a355dd1566319b9bacc72389effcfd5d13 * Add a smarmy license declaration in modules/expire/serv_expire.c --- diff --git a/citadel/modules/expire/serv_expire.c b/citadel/modules/expire/serv_expire.c index d45ca5121..dd994e3b0 100644 --- a/citadel/modules/expire/serv_expire.c +++ b/citadel/modules/expire/serv_expire.c @@ -3,10 +3,11 @@ * * This module handles the expiry of old messages and the purging of old users. * - */ - - -/* + * You might also see this module affectionately referred to as the DAP (the Dreaded Auto-Purger). + * + * Copyright (c) 1988-2009 by citadel.org (Art Cancro, Wilifried Goesgens, and others) + * Brought to you, our happy user community, under the terms of the GNU General Public License v3 + * * A brief technical discussion: * * Several of the purge operations found in this module operate in two @@ -66,7 +67,7 @@ #include "msgbase.h" #include "user_ops.h" #include "control.h" -#include "serv_network.h" /* Needed for defenition of UseTable */ +#include "serv_network.h" /* Needed for definition of UseTable */ #include "threads.h" #include "ctdl_module.h"