From a9772cde21407c89abd161d51aff45267f87b1fb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Feb 2012 15:13:27 -0500 Subject: Clean up and reorganize our header files --- src/threadengine.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/threadengine.cpp') diff --git a/src/threadengine.cpp b/src/threadengine.cpp index c186e49a2..d45686586 100644 --- a/src/threadengine.cpp +++ b/src/threadengine.cpp @@ -1,4 +1,19 @@ +/* + * + * (C) 2003-2012 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + * + * Based on the original code of Epona by Lara. + * Based on the original code of Services by Andy Church. + */ + #include "services.h" +#include "threadengine.h" +#include "anope.h" + +#include static inline pthread_attr_t *get_engine_attr() { -- cgit