X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fhttpclient.h;h=c5e84261f770b30e54e5ff80cc0e743761113f29;hb=7f00015727fab50e37de46aa90d218b31c852c87;hp=045e8db8acbac2f5386b8fff9e9e9f11cdad50e4;hpb=2458d30566c36b23a204327872961645634ef57b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/httpclient.h b/src/modules/httpclient.h index 045e8db8a..c5e84261f 100644 --- a/src/modules/httpclient.h +++ b/src/modules/httpclient.h @@ -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 "base.h" #ifndef HTTPCLIENT_H__