]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hash.h
Pedantic clean
[user/henk/code/inspircd.git] / src / modules / m_hash.h
index 5dd528e6ee60b29e205861881d201e3967bb278a..ee9ead21cc92fe91e063f953fa9f9b862b8fe79c 100644 (file)
@@ -2,12 +2,9 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *                <Craig@chatspike.net>
- *     
- * Written by Craig Edwards, Craig McLure, and others.
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
+ *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
  *
@@ -92,7 +89,7 @@ class HashNameRequest : public HashRequest
        HashNameRequest(Module* Me, Module* Target) : HashRequest("NAME", Me, Target)
        {
        }
-}
+};
 
 /** Send this class to the hashing module to reset the Hash module to a known state.
  * This will reset the IV to the defaults specified by the Hash spec,