summaryrefslogtreecommitdiff
path: root/include/modules/xmlrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/xmlrpc.h')
-rw-r--r--include/modules/xmlrpc.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/modules/xmlrpc.h b/include/modules/xmlrpc.h
index d5a5ea4a7..87fa353ed 100644
--- a/include/modules/xmlrpc.h
+++ b/include/modules/xmlrpc.h
@@ -1,3 +1,11 @@
+/*
+ *
+ * (C) 2010-2016 Anope Team
+ * Contact us at team@anope.org
+ *
+ * Please read COPYING and README for further details.
+ */
+
#include "httpd.h"
class XMLRPCRequest
@@ -37,4 +45,3 @@ class XMLRPCServiceInterface : public Service
virtual void Reply(XMLRPCRequest &request) = 0;
};
-