* Add a smarmy license declaration in modules/expire/serv_expire.c
authorArt Cancro <ajc@citadel.org>
Sat, 10 Oct 2009 21:08:59 +0000 (21:08 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 10 Oct 2009 21:08:59 +0000 (21:08 +0000)
citadel/modules/expire/serv_expire.c

index d45ca51211e809c45cb8c926de6f3a2686de31ac..dd994e3b07296ac1a3c7c6632f8838159ebc5af4 100644 (file)
@@ -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"