diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-15 21:45:30 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-15 21:45:30 +0000 |
commit | 1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7 (patch) | |
tree | 86f5ce54b79ccb9df53baa8fe2171b569154abb3 /src/inspstring.cpp | |
parent | 3a554ef1e9be9dbcf3de3301a4a6c2938d643bea (diff) |
Jesus, look who's the commit whore today. More header updates, and removal of namespacing.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5996 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspstring.cpp')
-rw-r--r-- | src/inspstring.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/inspstring.cpp b/src/inspstring.cpp index 83f058b18..d8df39e18 100644 --- a/src/inspstring.cpp +++ b/src/inspstring.cpp @@ -1,3 +1,16 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * 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. + * + * --------------------------------------------------- + */ + #include "inspstring.h" #include <string.h> |