diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-10 12:08:35 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-10 12:08:35 +0000 |
commit | 0cc42a8eebe7f052e7e22eca274eba39c5be3b02 (patch) | |
tree | e53b13ede7dfb1cf60746ba6e2457ca96852024a | |
parent | 7f4aa4e8d77a6e599b7f1bc33df4e12bbe440f1b (diff) |
Update this to use the new copyright header
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6949 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/modules/m_http_client.cpp | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/modules/m_http_client.cpp b/src/modules/m_http_client.cpp index 5ddd6ddbd..9f8550886 100644 --- a/src/modules/m_http_client.cpp +++ b/src/modules/m_http_client.cpp @@ -1,21 +1,16 @@ -;/* +------------------------------------+ +/* +------------------------------------+ * | 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. * * --------------------------------------------------- */ -/* Written by Special (john@yarbbles.com) */ - #include "inspircd.h" #include "httpclient.h" |