diff options
| author | 2005-05-15 04:21:31 +0000 | |
|---|---|---|
| committer | 2005-05-15 04:21:31 +0000 | |
| commit | c4a230243f93709bd9e3629ce6c9c84da0f9c31f (patch) | |
| tree | e6bd7a4e9d5014fa466f49694ebd4668adbce722 /src/hashcomp.cpp | |
| parent | Making sure this is compatible with GCC3.4/4.x (diff) | |
sorted hashcomp etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1387 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/hashcomp.cpp')
| -rw-r--r-- | src/hashcomp.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index e8ab857f6..1122c3867 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -1,3 +1,19 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * Inspire is copyright (C) 2002-2005 ChatSpike-Dev. + * E-mail: + * <brain@chatspike.net> + * <Craig@chatspike.net> + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + #include <string> #include "inspircd.h" #include "hashcomp.h" |
