diff options
335 files changed, 627 insertions, 510 deletions
@@ -2,7 +2,7 @@ # # Configuration script for Services. # -# Anope (c) 2003-2014 Anope Team +# Anope (c) 2003-2016 Anope Team # Contact us at team@anope.org # # This program is free but copyrighted software; see the file COPYING for diff --git a/docs/README b/docs/README index af4a05bd0..a68647d1a 100644 --- a/docs/README +++ b/docs/README @@ -1,7 +1,7 @@ Anope -- a set of IRC services for IRC networks ----------------------------------------------- -Anope is 2003-2014 Anope Team <team@anope.org>. +Anope is 2003-2016 Anope Team <team@anope.org>. Based on Epona 2000-2002 PegSoft <epona@pegsoft.net>. Based on Services 1996-1999 Andrew Church <achurch@achurch.org>. diff --git a/docs/XMLRPC/xmlrpc.php b/docs/XMLRPC/xmlrpc.php index 2b5645ca7..c8cc50008 100644 --- a/docs/XMLRPC/xmlrpc.php +++ b/docs/XMLRPC/xmlrpc.php @@ -3,7 +3,7 @@ /** * XMLRPC Functions * - * (C) 2003-2015 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org */ class AnopeXMLRPC diff --git a/include/access.h b/include/access.h index 323dc814d..c77d9aa29 100644 --- a/include/access.h +++ b/include/access.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef ACCESS_H @@ -174,4 +173,3 @@ class CoreExport AccessGroup : public std::vector<ChanAccess *> }; #endif - diff --git a/include/account.h b/include/account.h index 2c8c6ecb5..c49f5f205 100644 --- a/include/account.h +++ b/include/account.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef ACCOUNT_H diff --git a/include/anope.h b/include/anope.h index d27aa6546..dadc73b13 100644 --- a/include/anope.h +++ b/include/anope.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef ANOPE_H diff --git a/include/base.h b/include/base.h index e64af87a4..677c0cfc8 100644 --- a/include/base.h +++ b/include/base.h @@ -1,10 +1,9 @@ /* * - * Copyright (C) 2008-2011 Adam <Adam@anope.org> - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2011 Adam <Adam@anope.org> + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. - * */ #ifndef BASE_H @@ -142,4 +141,3 @@ class Reference : public ReferenceBase }; #endif // BASE_H - diff --git a/include/bots.h b/include/bots.h index bab3931c5..6b429b66d 100644 --- a/include/bots.h +++ b/include/bots.h @@ -1,10 +1,9 @@ /* * - * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. - * */ #ifndef BOTS_H diff --git a/include/channels.h b/include/channels.h index 23867c792..99620b7f3 100644 --- a/include/channels.h +++ b/include/channels.h @@ -1,10 +1,9 @@ /* Channel support * - * (C) 2008-2014 Anope Team + * (C) 2008-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #ifndef CHANNELS_H diff --git a/include/commands.h b/include/commands.h index 2a1b34da2..dee85c56f 100644 --- a/include/commands.h +++ b/include/commands.h @@ -1,6 +1,6 @@ /* Declarations for command data. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/config.h b/include/config.h index 2ae6e3ced..e59bd6a85 100644 --- a/include/config.h +++ b/include/config.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef CONFIG_H diff --git a/include/defs.h b/include/defs.h index 3d8ebf4ff..5cc0cb7ac 100644 --- a/include/defs.h +++ b/include/defs.h @@ -1,16 +1,14 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ - class AccessGroup; class AutoKick; class BotInfo; @@ -53,4 +51,3 @@ struct MemoInfo; struct ModeLock; struct Oper; namespace SASL { struct Message; } - diff --git a/include/extensible.h b/include/extensible.h index c9787fd21..aec29a8f6 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -1,10 +1,9 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #ifndef EXTENSIBLE_H diff --git a/include/hashcomp.h b/include/hashcomp.h index 1b225de7d..4f319c21d 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -1,10 +1,9 @@ /* * - * Copyright (C) 2002-2011 InspIRCd Development Team - * Copyright (C) 2009-2014 Anope Team <team@anope.org> + * (C) 2002-2011 InspIRCd Development Team + * (C) 2009-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. - * */ #ifndef HASHCOMP_H diff --git a/include/language.h b/include/language.h index 7832f4692..a214ef214 100644 --- a/include/language.h +++ b/include/language.h @@ -1,10 +1,9 @@ /* * - * (C) 2008-2014 Anope Team + * (C) 2008-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #include "anope.h" @@ -126,4 +125,3 @@ namespace Language #define HOST_SET_IDENTTOOLONG _("Error! The vHost ident is too long, please use an ident shorter than %d characters.") #define HOST_NOT_ASSIGNED _("Please contact an Operator to get a vHost assigned to this nick.") #define HOST_NO_VIDENT _("Your IRCd does not support vIdent's, if this is incorrect, please report this as a possible bug") - diff --git a/include/lists.h b/include/lists.h index cb8e0cb64..594f2c5ad 100644 --- a/include/lists.h +++ b/include/lists.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef LISTS_H @@ -93,4 +92,3 @@ class CoreExport InfoFormatter }; #endif // LISTS_H - diff --git a/include/logger.h b/include/logger.h index e065e79bd..349ca5a55 100644 --- a/include/logger.h +++ b/include/logger.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef LOGGER_H @@ -143,4 +142,3 @@ class CoreExport LogInfo }; #endif // LOGGER_H - diff --git a/include/mail.h b/include/mail.h index 5a355ab5f..4b3aaa9bd 100644 --- a/include/mail.h +++ b/include/mail.h @@ -1,14 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * - * */ #ifndef MAIL_H diff --git a/include/memo.h b/include/memo.h index 75691d89f..344ce6bf6 100644 --- a/include/memo.h +++ b/include/memo.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef MEMO_H diff --git a/include/messages.h b/include/messages.h index 7b22a6ef4..dde8a506e 100644 --- a/include/messages.h +++ b/include/messages.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "protocol.h" @@ -172,4 +171,3 @@ namespace Message }; } // namespace Message - diff --git a/include/modes.h b/include/modes.h index 729e979d4..b4290e97f 100644 --- a/include/modes.h +++ b/include/modes.h @@ -1,7 +1,7 @@ /* Mode support * - * Copyright (C) 2008-2011 Adam <Adam@anope.org> - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2011 Adam <Adam@anope.org> + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/module.h b/include/module.h index d7845f65a..c8abe21f4 100644 --- a/include/module.h +++ b/include/module.h @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/modules.h b/include/modules.h index 7367e2986..52fc4c676 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1,13 +1,12 @@ /* Modular support * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "serialize.h" diff --git a/include/modules/bs_badwords.h b/include/modules/bs_badwords.h index 678512c96..80c5f17b6 100644 --- a/include/modules/bs_badwords.h +++ b/include/modules/bs_badwords.h @@ -1,14 +1,12 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * - * */ /** Flags for badwords @@ -70,4 +68,3 @@ struct BadWords virtual void Check() = 0; }; - diff --git a/include/modules/bs_kick.h b/include/modules/bs_kick.h index 61cd987d5..8fba141f1 100644 --- a/include/modules/bs_kick.h +++ b/include/modules/bs_kick.h @@ -1,14 +1,12 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * - * */ /* Indices for TTB (Times To Ban) */ diff --git a/include/modules/cs_entrymsg.h b/include/modules/cs_entrymsg.h index 71b9d6656..8636bfdbb 100644 --- a/include/modules/cs_entrymsg.h +++ b/include/modules/cs_entrymsg.h @@ -1,9 +1,9 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ struct EntryMsg @@ -32,4 +32,3 @@ struct EntryMessageList : Serialize::Checker<std::vector<EntryMsg *> > virtual EntryMsg* Create() = 0; }; - diff --git a/include/modules/cs_log.h b/include/modules/cs_log.h index 5259c0880..d14179c70 100644 --- a/include/modules/cs_log.h +++ b/include/modules/cs_log.h @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -40,4 +40,3 @@ struct LogSettings : Serialize::Checker<std::vector<LogSetting *> > virtual ~LogSettings() { } virtual LogSetting *Create() = 0; }; - diff --git a/include/modules/cs_mode.h b/include/modules/cs_mode.h index a4f0fe3f5..29a9a63ff 100644 --- a/include/modules/cs_mode.h +++ b/include/modules/cs_mode.h @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -87,4 +87,3 @@ struct ModeLocks virtual void Check() = 0; }; - diff --git a/include/modules/dns.h b/include/modules/dns.h index 37af05cc9..646691cb1 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -1,15 +1,14 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ - + #ifndef DNS_H #define DNS_H @@ -53,7 +52,7 @@ namespace DNS QUERYFLAGS_Z = 0x70, QUERYFLAGS_RCODE = 0xF }; - + enum Error { ERROR_NONE, @@ -70,13 +69,13 @@ namespace DNS ERROR_NO_RECORDS, ERROR_INVALIDTYPE }; - + struct Question { Anope::string name; QueryType type; unsigned short qclass; - + Question() : type(QUERY_NONE), qclass(0) { } Question(const Anope::string &n, QueryType t, unsigned short c = 1) : name(n), type(t), qclass(c) { } inline bool operator==(const Question & other) const { return name == other.name && type == other.type && qclass == other.qclass; } @@ -89,7 +88,7 @@ namespace DNS } }; }; - + struct ResourceRecord : Question { unsigned int ttl; @@ -99,7 +98,7 @@ namespace DNS ResourceRecord(const Anope::string &n, QueryType t, unsigned short c = 1) : Question(n, t, c), ttl(0), created(Anope::CurTime) { } ResourceRecord(const Question &q) : Question(q), ttl(0), created(Anope::CurTime) { } }; - + struct Query { std::vector<Question> questions; @@ -123,14 +122,14 @@ namespace DNS virtual void Process(Request *req) = 0; virtual void RemoveRequest(Request *req) = 0; - + virtual bool HandlePacket(ReplySocket *s, const unsigned char *const data, int len, sockaddrs *from) = 0; - + virtual void UpdateSerial() = 0; virtual void Notify(const Anope::string &zone) = 0; virtual uint32_t GetSerial() const = 0; }; - + /** A DNS query. */ class Request : public Timer, public Question @@ -146,22 +145,22 @@ namespace DNS Request(Manager *mgr, Module *c, const Anope::string &addr, QueryType qt, bool cache = false) : Timer(0), Question(addr, qt), manager(mgr), use_cache(cache), id(0), creator(c) { } - + virtual ~Request() { manager->RemoveRequest(this); } - + /** Called when this request succeeds * @param r The query sent back from the nameserver */ virtual void OnLookupComplete(const Query *r) = 0; - + /** Called when this request fails or times out. * @param r The query sent back from the nameserver, check the error code. */ virtual void OnError(const Query *r) { } - + /** Used to time out the query, xalls OnError and lets the TimerManager * delete this request. */ @@ -173,9 +172,7 @@ namespace DNS this->OnError(&rr); } }; - + } // namespace DNS - + #endif // DNS_H - - diff --git a/include/modules/encryption.h b/include/modules/encryption.h index 95c5703aa..50ca066c3 100644 --- a/include/modules/encryption.h +++ b/include/modules/encryption.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ namespace Encryption @@ -34,4 +33,3 @@ namespace Encryption virtual IV GetDefaultIV() = 0; }; } - diff --git a/include/modules/httpd.h b/include/modules/httpd.h index a2f5af04a..8df3c181b 100644 --- a/include/modules/httpd.h +++ b/include/modules/httpd.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2012-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #ifndef ANOPE_HTTPD_H #define ANOPE_HTTPD_H diff --git a/include/modules/ldap.h b/include/modules/ldap.h index 20ca71cf8..373c9cfa3 100644 --- a/include/modules/ldap.h +++ b/include/modules/ldap.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #ifndef ANOPE_LDAP_H #define ANOPE_LDAP_H diff --git a/include/modules/ns_cert.h b/include/modules/ns_cert.h index e02b9bd6e..637948923 100644 --- a/include/modules/ns_cert.h +++ b/include/modules/ns_cert.h @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -68,4 +68,3 @@ class CertService : public Service virtual NickCore* FindAccountFromCert(const Anope::string &cert) = 0; }; - diff --git a/include/modules/os_forbid.h b/include/modules/os_forbid.h index fe96ba5c6..b4702d844 100644 --- a/include/modules/os_forbid.h +++ b/include/modules/os_forbid.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #ifndef OS_FORBID_H #define OS_FORBID_H @@ -43,4 +51,3 @@ class ForbidService : public Service static ServiceReference<ForbidService> forbid_service("ForbidService", "forbid"); #endif - diff --git a/include/modules/os_ignore.h b/include/modules/os_ignore.h index 2511d47b2..9ba07a92d 100644 --- a/include/modules/os_ignore.h +++ b/include/modules/os_ignore.h @@ -1,6 +1,6 @@ /* OperServ ignore interface * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -9,7 +9,6 @@ * Based on the original code of Services by Andy Church. */ - struct IgnoreData { Anope::string mask; @@ -42,4 +41,3 @@ class IgnoreService : public Service }; static ServiceReference<IgnoreService> ignore_service("IgnoreService", "ignore"); - diff --git a/include/modules/os_news.h b/include/modules/os_news.h index 458a5a82b..e7303850a 100644 --- a/include/modules/os_news.h +++ b/include/modules/os_news.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #ifndef OS_NEWS #define OS_NEWS @@ -42,4 +50,3 @@ class NewsService : public Service static ServiceReference<NewsService> news_service("NewsService", "news"); #endif // OS_NEWS - diff --git a/include/modules/os_session.h b/include/modules/os_session.h index 957fe6043..a1bab86ad 100644 --- a/include/modules/os_session.h +++ b/include/modules/os_session.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #ifndef OS_SESSION_H #define OS_SESSION_H @@ -84,4 +92,3 @@ Serializable* Exception::Unserialize(Serializable *obj, Serialize::Data &data) } #endif - diff --git a/include/modules/pseudoclients/chanserv.h b/include/modules/pseudoclients/chanserv.h index e1c3849fd..a10e07939 100644 --- a/include/modules/pseudoclients/chanserv.h +++ b/include/modules/pseudoclients/chanserv.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #ifndef CHANSERV_H #define CHANSERV_H @@ -15,4 +23,3 @@ class ChanServService : public Service }; #endif // CHANSERV_H - diff --git a/include/modules/pseudoclients/global.h b/include/modules/pseudoclients/global.h index 1511214c9..c557ce099 100644 --- a/include/modules/pseudoclients/global.h +++ b/include/modules/pseudoclients/global.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #ifndef GLOBAL_H #define GLOBAL_H @@ -17,4 +25,3 @@ class GlobalService : public Service }; #endif // GLOBAL_H - diff --git a/include/modules/pseudoclients/memoserv.h b/include/modules/pseudoclients/memoserv.h index d35d3f8a0..abfbc3344 100644 --- a/include/modules/pseudoclients/memoserv.h +++ b/include/modules/pseudoclients/memoserv.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #ifndef MEMOSERV_H #define MEMOSERV_H @@ -31,4 +39,3 @@ class MemoServService : public Service }; #endif // MEMOSERV_H - diff --git a/include/modules/pseudoclients/nickserv.h b/include/modules/pseudoclients/nickserv.h index c0238ecfc..1b1d3e422 100644 --- a/include/modules/pseudoclients/nickserv.h +++ b/include/modules/pseudoclients/nickserv.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #ifndef NICKSERV_H #define NICKSERV_H @@ -14,4 +22,3 @@ class NickServService : public Service }; #endif // NICKSERV_H - diff --git a/include/modules/redis.h b/include/modules/redis.h index 941691a72..2f530735b 100644 --- a/include/modules/redis.h +++ b/include/modules/redis.h @@ -1,10 +1,9 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ namespace Redis @@ -71,4 +70,3 @@ namespace Redis virtual void CommitTransaction() = 0; }; } - diff --git a/include/modules/sasl.h b/include/modules/sasl.h index d9756949f..6cb1d21c9 100644 --- a/include/modules/sasl.h +++ b/include/modules/sasl.h @@ -1,6 +1,6 @@ /* * - * (C) 2014 Anope Team + * (C) 2014-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/modules/set_misc.h b/include/modules/set_misc.h index d22d02798..f925119e2 100644 --- a/include/modules/set_misc.h +++ b/include/modules/set_misc.h @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -14,4 +15,3 @@ struct MiscData MiscData() { } virtual ~MiscData() { } }; - diff --git a/include/modules/sql.h b/include/modules/sql.h index 789bec98b..375de14b6 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -213,4 +214,3 @@ namespace SQL }; } - diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 6eb97582c..d682933b5 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -1,3 +1,10 @@ +/* + * + * (C) 2010-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ class SSLService : public Service { @@ -6,4 +13,3 @@ class SSLService : public Service virtual void Init(Socket *s) = 0; }; - diff --git a/include/modules/suspend.h b/include/modules/suspend.h index 1e49b8ad8..c5255b317 100644 --- a/include/modules/suspend.h +++ b/include/modules/suspend.h @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. 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; }; - diff --git a/include/opertype.h b/include/opertype.h index fed40104c..3727bdb2c 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -1,9 +1,9 @@ /* - * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2014 Anope Team <team@anope.org> * - * Please read COPYING and README for further details. + * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> + * (C) 2008-2016 Anope Team <team@anope.org> * + * Please read COPYING and README for further details. */ #ifndef OPERTYPE_H diff --git a/include/protocol.h b/include/protocol.h index 216adb6cb..01ce6fbe3 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef PROTOCOL_H diff --git a/include/regchannel.h b/include/regchannel.h index 7713db056..d4c3e0b59 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -1,10 +1,9 @@ /* * - * (C) 2008-2014 Anope Team + * (C) 2008-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #ifndef REGCHANNEL_H diff --git a/include/regexpr.h b/include/regexpr.h index c46179d68..1ad4bc81e 100644 --- a/include/regexpr.h +++ b/include/regexpr.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef REGEXPR_H @@ -44,4 +43,3 @@ class CoreExport RegexProvider : public Service }; #endif // REGEXPR_H - diff --git a/include/serialize.h b/include/serialize.h index 52efb46aa..bbc7acba7 100644 --- a/include/serialize.h +++ b/include/serialize.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef SERIALIZE_H diff --git a/include/servers.h b/include/servers.h index 054b881df..f06acb156 100644 --- a/include/servers.h +++ b/include/servers.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef SERVERS_H diff --git a/include/service.h b/include/service.h index 8142363d6..9c4d1f172 100644 --- a/include/service.h +++ b/include/service.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef SERVICE_H @@ -172,4 +171,3 @@ class ServiceAlias }; #endif // SERVICE_H - diff --git a/include/services.h b/include/services.h index af585dcd6..2fc7280b6 100644 --- a/include/services.h +++ b/include/services.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef SERVICES_H diff --git a/include/socketengine.h b/include/socketengine.h index 8772b14a6..36eb253a4 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef SOCKETENGINE_H diff --git a/include/sockets.h b/include/sockets.h index 129c27c8b..f49d6c3ff 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef SOCKETS_H diff --git a/include/threadengine.h b/include/threadengine.h index 6672fa0e6..20a35cb09 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef THREADENGINE_H diff --git a/include/timers.h b/include/timers.h index 6ea48bcfd..b15d2899f 100644 --- a/include/timers.h +++ b/include/timers.h @@ -1,13 +1,12 @@ /* Timer include stuff. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef TIMERS_H diff --git a/include/uplink.h b/include/uplink.h index cc124fef1..64cc1e08e 100644 --- a/include/uplink.h +++ b/include/uplink.h @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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. - * */ #ifndef UPLINK_H @@ -52,4 +51,3 @@ class UplinkSocket : public ConnectionSocket, public BufferedSocket extern CoreExport UplinkSocket *UplinkSock; #endif // UPLINK_H - diff --git a/include/users.h b/include/users.h index ea47aaf04..6f50d0cbd 100644 --- a/include/users.h +++ b/include/users.h @@ -1,14 +1,12 @@ /* * * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * (C) 2003-2014 Anope Team - * Contact us at team@anope.org + * (C) 2003-2016 Anope Team <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. - * */ #ifndef USERS_H diff --git a/include/version.cpp b/include/version.cpp index f6feb3354..017924283 100644 --- a/include/version.cpp +++ b/include/version.cpp @@ -1,6 +1,6 @@ /* Build bumper * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/xline.h b/include/xline.h index 50d17464f..63d4bb8db 100644 --- a/include/xline.h +++ b/include/xline.h @@ -1,10 +1,9 @@ /* * - * (C) 2008-2014 Anope Team + * (C) 2008-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #ifndef XLINE_H diff --git a/modules/bs_autoassign.cpp b/modules/bs_autoassign.cpp index aa5fd5626..0462e649d 100644 --- a/modules/bs_autoassign.cpp +++ b/modules/bs_autoassign.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_assign.cpp b/modules/commands/bs_assign.cpp index 99eff4b2f..0d1989fe9 100644 --- a/modules/commands/bs_assign.cpp +++ b/modules/commands/bs_assign.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_badwords.cpp b/modules/commands/bs_badwords.cpp index a29c626a2..57731b168 100644 --- a/modules/commands/bs_badwords.cpp +++ b/modules/commands/bs_badwords.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_bot.cpp b/modules/commands/bs_bot.cpp index 017509f26..6a152937a 100644 --- a/modules/commands/bs_bot.cpp +++ b/modules/commands/bs_bot.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_botlist.cpp b/modules/commands/bs_botlist.cpp index 33141d255..089c2894d 100644 --- a/modules/commands/bs_botlist.cpp +++ b/modules/commands/bs_botlist.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_control.cpp b/modules/commands/bs_control.cpp index 5111a9551..bdacf8dd1 100644 --- a/modules/commands/bs_control.cpp +++ b/modules/commands/bs_control.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_info.cpp b/modules/commands/bs_info.cpp index 55ccc0b13..76dcfa4f4 100644 --- a/modules/commands/bs_info.cpp +++ b/modules/commands/bs_info.cpp @@ -1,15 +1,14 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "module.h" class CommandBSInfo : public Command diff --git a/modules/commands/bs_kick.cpp b/modules/commands/bs_kick.cpp index e1667d510..8e89a42e0 100644 --- a/modules/commands/bs_kick.cpp +++ b/modules/commands/bs_kick.cpp @@ -1,14 +1,12 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "module.h" diff --git a/modules/commands/bs_set.cpp b/modules/commands/bs_set.cpp index cbe6adbe0..9e0bac56a 100644 --- a/modules/commands/bs_set.cpp +++ b/modules/commands/bs_set.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp index 2e8212383..543082a2d 100644 --- a/modules/commands/cs_access.cpp +++ b/modules/commands/cs_access.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_akick.cpp b/modules/commands/cs_akick.cpp index 7f163b583..cb0a49ccb 100644 --- a/modules/commands/cs_akick.cpp +++ b/modules/commands/cs_akick.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_ban.cpp b/modules/commands/cs_ban.cpp index 2fd5cb8d1..1cf316b88 100644 --- a/modules/commands/cs_ban.cpp +++ b/modules/commands/cs_ban.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -9,7 +9,6 @@ * Based on the original code of Services by Andy Church. */ - #include "module.h" static Module *me; diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp index 282ff9afc..8b03cbdc8 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_drop.cpp b/modules/commands/cs_drop.cpp index 93ce548cc..83299aee5 100644 --- a/modules/commands/cs_drop.cpp +++ b/modules/commands/cs_drop.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp index 0a4eae539..b9f700284 100644 --- a/modules/commands/cs_enforce.cpp +++ b/modules/commands/cs_enforce.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Original Coder: GeniusDex <geniusdex@anope.org> diff --git a/modules/commands/cs_entrymsg.cpp b/modules/commands/cs_entrymsg.cpp index 89b66a977..796aa5148 100644 --- a/modules/commands/cs_entrymsg.cpp +++ b/modules/commands/cs_entrymsg.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_flags.cpp b/modules/commands/cs_flags.cpp index 8d66ec5a3..477cc2468 100644 --- a/modules/commands/cs_flags.cpp +++ b/modules/commands/cs_flags.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_getkey.cpp b/modules/commands/cs_getkey.cpp index c6d57f3b4..b9d58393d 100644 --- a/modules/commands/cs_getkey.cpp +++ b/modules/commands/cs_getkey.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp index 6405958b3..8ebcc8e40 100644 --- a/modules/commands/cs_info.cpp +++ b/modules/commands/cs_info.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_invite.cpp b/modules/commands/cs_invite.cpp index e264a54f1..a95e25b30 100644 --- a/modules/commands/cs_invite.cpp +++ b/modules/commands/cs_invite.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_kick.cpp b/modules/commands/cs_kick.cpp index 5b28b5f18..d552efb23 100644 --- a/modules/commands/cs_kick.cpp +++ b/modules/commands/cs_kick.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_list.cpp b/modules/commands/cs_list.cpp index fb056f9b2..bb2fd854d 100644 --- a/modules/commands/cs_list.cpp +++ b/modules/commands/cs_list.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_log.cpp b/modules/commands/cs_log.cpp index ec6f102e7..8fd996f27 100644 --- a/modules/commands/cs_log.cpp +++ b/modules/commands/cs_log.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_mode.cpp b/modules/commands/cs_mode.cpp index 86eaf1619..2acef50f7 100644 --- a/modules/commands/cs_mode.cpp +++ b/modules/commands/cs_mode.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp index 6213d8dd1..8b73c9f06 100644 --- a/modules/commands/cs_register.cpp +++ b/modules/commands/cs_register.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_seen.cpp b/modules/commands/cs_seen.cpp index 7cbc23f43..41f8ee97c 100644 --- a/modules/commands/cs_seen.cpp +++ b/modules/commands/cs_seen.cpp @@ -1,6 +1,6 @@ /* cs_seen: provides a seen command by tracking all users * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -9,7 +9,6 @@ * Based on the original code of Services by Andy Church. */ - #include "module.h" enum TypeInfo diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index 663aa1b37..4f11f16b1 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_misc.cpp b/modules/commands/cs_set_misc.cpp index 81b8c72fa..038bd7cb5 100644 --- a/modules/commands/cs_set_misc.cpp +++ b/modules/commands/cs_set_misc.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_status.cpp b/modules/commands/cs_status.cpp index 115085e83..28fe60619 100644 --- a/modules/commands/cs_status.cpp +++ b/modules/commands/cs_status.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_suspend.cpp b/modules/commands/cs_suspend.cpp index 0707f975f..6bab44207 100644 --- a/modules/commands/cs_suspend.cpp +++ b/modules/commands/cs_suspend.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_sync.cpp b/modules/commands/cs_sync.cpp index 81d82b5a3..a60e24cab 100644 --- a/modules/commands/cs_sync.cpp +++ b/modules/commands/cs_sync.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_topic.cpp b/modules/commands/cs_topic.cpp index 968fe9942..2db37a456 100644 --- a/modules/commands/cs_topic.cpp +++ b/modules/commands/cs_topic.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_unban.cpp b/modules/commands/cs_unban.cpp index bbc08d3ac..64ecc7151 100644 --- a/modules/commands/cs_unban.cpp +++ b/modules/commands/cs_unban.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_updown.cpp b/modules/commands/cs_updown.cpp index 96cab5b5f..d1c6402c3 100644 --- a/modules/commands/cs_updown.cpp +++ b/modules/commands/cs_updown.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp index 0839804bf..3a6c4d484 100644 --- a/modules/commands/cs_xop.cpp +++ b/modules/commands/cs_xop.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/gl_global.cpp b/modules/commands/gl_global.cpp index 10b8a3677..dcc7c4780 100644 --- a/modules/commands/gl_global.cpp +++ b/modules/commands/gl_global.cpp @@ -1,6 +1,6 @@ /* Global core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/greet.cpp b/modules/commands/greet.cpp index 664fd5efc..0f61a1a6e 100644 --- a/modules/commands/greet.cpp +++ b/modules/commands/greet.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp index c306cb119..f6e459bde 100644 --- a/modules/commands/help.cpp +++ b/modules/commands/help.cpp @@ -1,6 +1,6 @@ /* Core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_del.cpp b/modules/commands/hs_del.cpp index e103b8250..02b2a1324 100644 --- a/modules/commands/hs_del.cpp +++ b/modules/commands/hs_del.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_group.cpp b/modules/commands/hs_group.cpp index 9924d7836..e6211b118 100644 --- a/modules/commands/hs_group.cpp +++ b/modules/commands/hs_group.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp index db63c5cd4..a5258b04c 100644 --- a/modules/commands/hs_list.cpp +++ b/modules/commands/hs_list.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_off.cpp b/modules/commands/hs_off.cpp index d0a64fb5b..75c8cf62a 100644 --- a/modules/commands/hs_off.cpp +++ b/modules/commands/hs_off.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_on.cpp b/modules/commands/hs_on.cpp index 26fa6266f..5aa20380c 100644 --- a/modules/commands/hs_on.cpp +++ b/modules/commands/hs_on.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index 313057d25..12979e804 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -1,7 +1,6 @@ -/* hs_request.c - Add request and activate functionality to HostServ, +/* hs_request.c - Add request and activate functionality to HostServ * - * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Based on the original module by Rob <rob@anope.org> diff --git a/modules/commands/hs_set.cpp b/modules/commands/hs_set.cpp index 72e331e88..4c736a77d 100644 --- a/modules/commands/hs_set.cpp +++ b/modules/commands/hs_set.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_cancel.cpp b/modules/commands/ms_cancel.cpp index 300836ffa..9e6f0ce63 100644 --- a/modules/commands/ms_cancel.cpp +++ b/modules/commands/ms_cancel.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_check.cpp b/modules/commands/ms_check.cpp index f789d785d..707da95cd 100644 --- a/modules/commands/ms_check.cpp +++ b/modules/commands/ms_check.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_del.cpp b/modules/commands/ms_del.cpp index fc7c1d931..bc496d72e 100644 --- a/modules/commands/ms_del.cpp +++ b/modules/commands/ms_del.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_ignore.cpp b/modules/commands/ms_ignore.cpp index 5db7117bf..6a2fa01cf 100644 --- a/modules/commands/ms_ignore.cpp +++ b/modules/commands/ms_ignore.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_info.cpp b/modules/commands/ms_info.cpp index 9a4b28142..8f99557bf 100644 --- a/modules/commands/ms_info.cpp +++ b/modules/commands/ms_info.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_list.cpp b/modules/commands/ms_list.cpp index 0121d0e9c..c386be81d 100644 --- a/modules/commands/ms_list.cpp +++ b/modules/commands/ms_list.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_read.cpp b/modules/commands/ms_read.cpp index 8dab9200e..5462b3d76 100644 --- a/modules/commands/ms_read.cpp +++ b/modules/commands/ms_read.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_rsend.cpp b/modules/commands/ms_rsend.cpp index 66f3e0bae..b7744131a 100644 --- a/modules/commands/ms_rsend.cpp +++ b/modules/commands/ms_rsend.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_send.cpp b/modules/commands/ms_send.cpp index 5f3754cd0..b028706d3 100644 --- a/modules/commands/ms_send.cpp +++ b/modules/commands/ms_send.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_sendall.cpp b/modules/commands/ms_sendall.cpp index 1017c86c9..4cc0f350c 100644 --- a/modules/commands/ms_sendall.cpp +++ b/modules/commands/ms_sendall.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_set.cpp b/modules/commands/ms_set.cpp index 63ffe383a..d407132c7 100644 --- a/modules/commands/ms_set.cpp +++ b/modules/commands/ms_set.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_staff.cpp b/modules/commands/ms_staff.cpp index 150c120b2..b3554fab8 100644 --- a/modules/commands/ms_staff.cpp +++ b/modules/commands/ms_staff.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_access.cpp b/modules/commands/ns_access.cpp index d01f6dc9b..e54252c65 100644 --- a/modules/commands/ns_access.cpp +++ b/modules/commands/ns_access.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_ajoin.cpp b/modules/commands/ns_ajoin.cpp index 54caaaf7e..b62029fad 100644 --- a/modules/commands/ns_ajoin.cpp +++ b/modules/commands/ns_ajoin.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_alist.cpp b/modules/commands/ns_alist.cpp index 23389de22..d273ec59f 100644 --- a/modules/commands/ns_alist.cpp +++ b/modules/commands/ns_alist.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_cert.cpp b/modules/commands/ns_cert.cpp index 87702b834..6fa5decab 100644 --- a/modules/commands/ns_cert.cpp +++ b/modules/commands/ns_cert.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_drop.cpp b/modules/commands/ns_drop.cpp index 45a85697d..df632fd24 100644 --- a/modules/commands/ns_drop.cpp +++ b/modules/commands/ns_drop.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_getemail.cpp b/modules/commands/ns_getemail.cpp index 39239e86f..0e782938f 100644 --- a/modules/commands/ns_getemail.cpp +++ b/modules/commands/ns_getemail.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_getpass.cpp b/modules/commands/ns_getpass.cpp index 17d98bceb..ae32fc2ef 100644 --- a/modules/commands/ns_getpass.cpp +++ b/modules/commands/ns_getpass.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_group.cpp b/modules/commands/ns_group.cpp index 8d85a305d..63d0dff10 100644 --- a/modules/commands/ns_group.cpp +++ b/modules/commands/ns_group.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_identify.cpp b/modules/commands/ns_identify.cpp index bd06f88d0..a188b2ee8 100644 --- a/modules/commands/ns_identify.cpp +++ b/modules/commands/ns_identify.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_info.cpp b/modules/commands/ns_info.cpp index 692c4abf3..a1cdfc897 100644 --- a/modules/commands/ns_info.cpp +++ b/modules/commands/ns_info.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_list.cpp b/modules/commands/ns_list.cpp index 679071746..43e8d3f13 100644 --- a/modules/commands/ns_list.cpp +++ b/modules/commands/ns_list.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_logout.cpp b/modules/commands/ns_logout.cpp index 2ddff2185..7567626e0 100644 --- a/modules/commands/ns_logout.cpp +++ b/modules/commands/ns_logout.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_recover.cpp b/modules/commands/ns_recover.cpp index ef0d2b8f8..f41a8d782 100644 --- a/modules/commands/ns_recover.cpp +++ b/modules/commands/ns_recover.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_register.cpp b/modules/commands/ns_register.cpp index 5fe70437a..902facfba 100644 --- a/modules/commands/ns_register.cpp +++ b/modules/commands/ns_register.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_resetpass.cpp b/modules/commands/ns_resetpass.cpp index c7c0302e7..b1f835a01 100644 --- a/modules/commands/ns_resetpass.cpp +++ b/modules/commands/ns_resetpass.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set.cpp b/modules/commands/ns_set.cpp index 33f687ced..91b27a6ff 100644 --- a/modules/commands/ns_set.cpp +++ b/modules/commands/ns_set.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_misc.cpp b/modules/commands/ns_set_misc.cpp index 455a651fb..c145e386c 100644 --- a/modules/commands/ns_set_misc.cpp +++ b/modules/commands/ns_set_misc.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_status.cpp b/modules/commands/ns_status.cpp index dcf85e2bf..b06e51ec4 100644 --- a/modules/commands/ns_status.cpp +++ b/modules/commands/ns_status.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_suspend.cpp b/modules/commands/ns_suspend.cpp index 979fbbe8c..76b79d1d1 100644 --- a/modules/commands/ns_suspend.cpp +++ b/modules/commands/ns_suspend.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_update.cpp b/modules/commands/ns_update.cpp index a56304b5e..fcbe02f21 100644 --- a/modules/commands/ns_update.cpp +++ b/modules/commands/ns_update.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_akill.cpp b/modules/commands/os_akill.cpp index 154390135..08bbc79ac 100644 --- a/modules/commands/os_akill.cpp +++ b/modules/commands/os_akill.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_chankill.cpp b/modules/commands/os_chankill.cpp index 238c3c94d..48ad2a865 100644 --- a/modules/commands/os_chankill.cpp +++ b/modules/commands/os_chankill.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_config.cpp b/modules/commands/os_config.cpp index b286a3238..a2e4f3272 100644 --- a/modules/commands/os_config.cpp +++ b/modules/commands/os_config.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_defcon.cpp b/modules/commands/os_defcon.cpp index 90cd877b7..6276304ea 100644 --- a/modules/commands/os_defcon.cpp +++ b/modules/commands/os_defcon.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_dns.cpp b/modules/commands/os_dns.cpp index 4affc53bd..687f44f4a 100644 --- a/modules/commands/os_dns.cpp +++ b/modules/commands/os_dns.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_forbid.cpp b/modules/commands/os_forbid.cpp index 11215ab05..8c723b337 100644 --- a/modules/commands/os_forbid.cpp +++ b/modules/commands/os_forbid.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_ignore.cpp b/modules/commands/os_ignore.cpp index e00b4dd31..2f4fca3e2 100644 --- a/modules/commands/os_ignore.cpp +++ b/modules/commands/os_ignore.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_info.cpp b/modules/commands/os_info.cpp index c4d03e066..0965d5ea7 100644 --- a/modules/commands/os_info.cpp +++ b/modules/commands/os_info.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_jupe.cpp b/modules/commands/os_jupe.cpp index d3b25905e..c586feee3 100644 --- a/modules/commands/os_jupe.cpp +++ b/modules/commands/os_jupe.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_kick.cpp b/modules/commands/os_kick.cpp index 811b22e6e..5a3584240 100644 --- a/modules/commands/os_kick.cpp +++ b/modules/commands/os_kick.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_kill.cpp b/modules/commands/os_kill.cpp index 718ccebde..12fcda99e 100644 --- a/modules/commands/os_kill.cpp +++ b/modules/commands/os_kill.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_list.cpp b/modules/commands/os_list.cpp index b0c5fb339..27e02cb0a 100644 --- a/modules/commands/os_list.cpp +++ b/modules/commands/os_list.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_login.cpp b/modules/commands/os_login.cpp index 4d7b1d9fd..b18ffc633 100644 --- a/modules/commands/os_login.cpp +++ b/modules/commands/os_login.cpp @@ -1,15 +1,14 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "module.h" class CommandOSLogin : public Command diff --git a/modules/commands/os_logsearch.cpp b/modules/commands/os_logsearch.cpp index 5f159ddf5..f8ee99d4e 100644 --- a/modules/commands/os_logsearch.cpp +++ b/modules/commands/os_logsearch.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_mode.cpp b/modules/commands/os_mode.cpp index b6f26c7b3..378f6b082 100644 --- a/modules/commands/os_mode.cpp +++ b/modules/commands/os_mode.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_modinfo.cpp b/modules/commands/os_modinfo.cpp index a5cb04d2d..b1f0c7470 100644 --- a/modules/commands/os_modinfo.cpp +++ b/modules/commands/os_modinfo.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_module.cpp b/modules/commands/os_module.cpp index 55040721e..f271ed2c9 100644 --- a/modules/commands/os_module.cpp +++ b/modules/commands/os_module.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_news.cpp b/modules/commands/os_news.cpp index a0dc13407..444e6b749 100644 --- a/modules/commands/os_news.cpp +++ b/modules/commands/os_news.cpp @@ -1,7 +1,7 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team - * Contact us at info@anope.org + * (C) 2003-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. * diff --git a/modules/commands/os_noop.cpp b/modules/commands/os_noop.cpp index e0645f1c2..c0beb678a 100644 --- a/modules/commands/os_noop.cpp +++ b/modules/commands/os_noop.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_oline.cpp b/modules/commands/os_oline.cpp index 3123bda4f..5270d3f78 100644 --- a/modules/commands/os_oline.cpp +++ b/modules/commands/os_oline.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_oper.cpp b/modules/commands/os_oper.cpp index 751c76cc9..f5ac80160 100644 --- a/modules/commands/os_oper.cpp +++ b/modules/commands/os_oper.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_reload.cpp b/modules/commands/os_reload.cpp index 09654811b..1ab3c3c87 100644 --- a/modules/commands/os_reload.cpp +++ b/modules/commands/os_reload.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_session.cpp b/modules/commands/os_session.cpp index 47ec65840..e8f1e241a 100644 --- a/modules/commands/os_session.cpp +++ b/modules/commands/os_session.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_set.cpp b/modules/commands/os_set.cpp index bc73cc6e7..5aca2f370 100644 --- a/modules/commands/os_set.cpp +++ b/modules/commands/os_set.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_shutdown.cpp b/modules/commands/os_shutdown.cpp index 3c788f8dc..1142edbc0 100644 --- a/modules/commands/os_shutdown.cpp +++ b/modules/commands/os_shutdown.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_stats.cpp b/modules/commands/os_stats.cpp index e5cae1dcc..306100cea 100644 --- a/modules/commands/os_stats.cpp +++ b/modules/commands/os_stats.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_svs.cpp b/modules/commands/os_svs.cpp index ee8c60114..769adb338 100644 --- a/modules/commands/os_svs.cpp +++ b/modules/commands/os_svs.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_sxline.cpp b/modules/commands/os_sxline.cpp index eadb276b4..0de21ce02 100644 --- a/modules/commands/os_sxline.cpp +++ b/modules/commands/os_sxline.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_update.cpp b/modules/commands/os_update.cpp index e2f0d3376..5fac1b063 100644 --- a/modules/commands/os_update.cpp +++ b/modules/commands/os_update.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/cs_statusupdate.cpp b/modules/cs_statusupdate.cpp index 5954cf1d0..b5febbe76 100644 --- a/modules/cs_statusupdate.cpp +++ b/modules/cs_statusupdate.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_flatfile.cpp b/modules/database/db_flatfile.cpp index 8dd1bed99..171573d1c 100644 --- a/modules/database/db_flatfile.cpp +++ b/modules/database/db_flatfile.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index 2d33931a5..b864d2d32 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_redis.cpp b/modules/database/db_redis.cpp index 66677e6a8..db12a2c5f 100644 --- a/modules/database/db_redis.cpp +++ b/modules/database/db_redis.cpp @@ -1,11 +1,9 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * - * */ #include "module.h" diff --git a/modules/database/db_sql.cpp b/modules/database/db_sql.cpp index b56f884f6..15501bc5f 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_sql_live.cpp b/modules/database/db_sql_live.cpp index fda68524d..7dfde3d02 100644 --- a/modules/database/db_sql_live.cpp +++ b/modules/database/db_sql_live.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2012-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #include "module.h" #include "modules/sql.h" diff --git a/modules/encryption/enc_bcrypt.cpp b/modules/encryption/enc_bcrypt.cpp index 28512e069..a30b925b0 100644 --- a/modules/encryption/enc_bcrypt.cpp +++ b/modules/encryption/enc_bcrypt.cpp @@ -1,6 +1,6 @@ /* Module for providing bcrypt hashing * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * This program is free but copyrighted software; see the file COPYING for diff --git a/modules/encryption/enc_md5.cpp b/modules/encryption/enc_md5.cpp index b56f03324..1dab95f0b 100644 --- a/modules/encryption/enc_md5.cpp +++ b/modules/encryption/enc_md5.cpp @@ -1,7 +1,7 @@ /* Module for encryption using MD5. * * Modified for Anope. - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Taken from IRC Services and is copyright (c) 1996-2002 Andrew Church. diff --git a/modules/encryption/enc_none.cpp b/modules/encryption/enc_none.cpp index 744c788f5..0302316f7 100644 --- a/modules/encryption/enc_none.cpp +++ b/modules/encryption/enc_none.cpp @@ -1,6 +1,6 @@ /* Module for plain text encryption. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * This program is free but copyrighted software; see the file COPYING for diff --git a/modules/encryption/enc_old.cpp b/modules/encryption/enc_old.cpp index c8c1093da..7c751df93 100644 --- a/modules/encryption/enc_old.cpp +++ b/modules/encryption/enc_old.cpp @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/encryption/enc_sha1.cpp b/modules/encryption/enc_sha1.cpp index 38f32b2cb..b9782bc34 100644 --- a/modules/encryption/enc_sha1.cpp +++ b/modules/encryption/enc_sha1.cpp @@ -1,4 +1,9 @@ /* + * + * Modified for Anope. + * (C) 2006-2016 Anope Team + * Contact us at team@anope.org + SHA-1 in C By Steve Reid <steve@edmweb.com> 100% Public Domain diff --git a/modules/encryption/enc_sha256.cpp b/modules/encryption/enc_sha256.cpp index cccbceea1..4f111da34 100644 --- a/modules/encryption/enc_sha256.cpp +++ b/modules/encryption/enc_sha256.cpp @@ -5,7 +5,7 @@ * IMPORTANT: DATA HASHES CANNOT BE "DECRYPTED" BACK TO PLAIN TEXT. * * Modified for Anope. - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Taken from InspIRCd ( www.inspircd.org ) diff --git a/modules/extra/m_ldap.cpp b/modules/extra/m_ldap.cpp index ed26b87f1..27bb3ef50 100644 --- a/modules/extra/m_ldap.cpp +++ b/modules/extra/m_ldap.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2011-2015 Anope Team + * (C) 2011-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/m_ldap_authentication.cpp b/modules/extra/m_ldap_authentication.cpp index 23f47c5e6..0f18916b6 100644 --- a/modules/extra/m_ldap_authentication.cpp +++ b/modules/extra/m_ldap_authentication.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #include "module.h" #include "modules/ldap.h" diff --git a/modules/extra/m_ldap_oper.cpp b/modules/extra/m_ldap_oper.cpp index fb6d9a369..23ebf1a6b 100644 --- a/modules/extra/m_ldap_oper.cpp +++ b/modules/extra/m_ldap_oper.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #include "module.h" #include "modules/ldap.h" diff --git a/modules/extra/m_mysql.cpp b/modules/extra/m_mysql.cpp index de8ed4f7d..06cce3143 100644 --- a/modules/extra/m_mysql.cpp +++ b/modules/extra/m_mysql.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2010-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + /* RequiredLibraries: mysqlclient */ /* RequiredWindowsLibraries: libmysql */ diff --git a/modules/extra/m_regex_pcre.cpp b/modules/extra/m_regex_pcre.cpp index 180fb9949..fa804c14e 100644 --- a/modules/extra/m_regex_pcre.cpp +++ b/modules/extra/m_regex_pcre.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2012-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + /* RequiredLibraries: pcre */ /* RequiredWindowsLibraries: libpcre */ diff --git a/modules/extra/m_regex_posix.cpp b/modules/extra/m_regex_posix.cpp index e6610db07..2486ddd70 100644 --- a/modules/extra/m_regex_posix.cpp +++ b/modules/extra/m_regex_posix.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2012-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #include "module.h" #include <sys/types.h> #include <regex.h> diff --git a/modules/extra/m_regex_tre.cpp b/modules/extra/m_regex_tre.cpp index 52c054888..66411280c 100644 --- a/modules/extra/m_regex_tre.cpp +++ b/modules/extra/m_regex_tre.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2012-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + /* RequiredLibraries: tre */ #include "module.h" diff --git a/modules/extra/m_sasl_dh-aes.cpp b/modules/extra/m_sasl_dh-aes.cpp index f398dd45d..a7138ec55 100644 --- a/modules/extra/m_sasl_dh-aes.cpp +++ b/modules/extra/m_sasl_dh-aes.cpp @@ -1,3 +1,12 @@ +/* + * + * (C) 2014 Daniel Vassdal <shutter@canternet.org> + * (C) 2014-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + /* RequiredLibraries: ssl,crypto */ /* RequiredWindowsLibraries: ssleay32,libeay32 */ diff --git a/modules/extra/m_sasl_dh-blowfish.cpp b/modules/extra/m_sasl_dh-blowfish.cpp index c665b5b5f..84b05d559 100644 --- a/modules/extra/m_sasl_dh-blowfish.cpp +++ b/modules/extra/m_sasl_dh-blowfish.cpp @@ -1,3 +1,12 @@ +/* + * + * (C) 2014 Daniel Vassdal <shutter@canternet.org> + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + /* RequiredLibraries: ssl,crypto */ /* RequiredWindowsLibraries: ssleay32,libeay32 */ diff --git a/modules/extra/m_sql_authentication.cpp b/modules/extra/m_sql_authentication.cpp index c718f3c2b..a742af096 100644 --- a/modules/extra/m_sql_authentication.cpp +++ b/modules/extra/m_sql_authentication.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2012-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #include "module.h" #include "modules/sql.h" diff --git a/modules/extra/m_sql_log.cpp b/modules/extra/m_sql_log.cpp index 42b5b8924..3dd6c936f 100644 --- a/modules/extra/m_sql_log.cpp +++ b/modules/extra/m_sql_log.cpp @@ -1,10 +1,9 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #include "module.h" diff --git a/modules/extra/m_sql_oper.cpp b/modules/extra/m_sql_oper.cpp index 42c8be7e1..b2b2f2d1e 100644 --- a/modules/extra/m_sql_oper.cpp +++ b/modules/extra/m_sql_oper.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2012-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #include "module.h" #include "modules/sql.h" diff --git a/modules/extra/m_sqlite.cpp b/modules/extra/m_sqlite.cpp index 86f21667a..d8b76011a 100644 --- a/modules/extra/m_sqlite.cpp +++ b/modules/extra/m_sqlite.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2011-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + /* RequiredLibraries: sqlite3 */ /* RequiredWindowsLibraries: sqlite3 */ diff --git a/modules/extra/m_ssl_gnutls.cpp b/modules/extra/m_ssl_gnutls.cpp index 01e594883..318efe650 100644 --- a/modules/extra/m_ssl_gnutls.cpp +++ b/modules/extra/m_ssl_gnutls.cpp @@ -1,6 +1,7 @@ /* + * * (C) 2014 Attila Molnar <attilamolnar@hush.com> - * (C) 2014 Anope Team + * (C) 2014-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/m_ssl_openssl.cpp b/modules/extra/m_ssl_openssl.cpp index c26c63655..00df168de 100644 --- a/modules/extra/m_ssl_openssl.cpp +++ b/modules/extra/m_ssl_openssl.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2010-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + /* RequiredLibraries: ssl,crypto */ /* RequiredWindowsLibraries: ssleay32,libeay32 */ diff --git a/modules/extra/stats/cs_fantasy_stats.cpp b/modules/extra/stats/cs_fantasy_stats.cpp index 91c1d14a4..37830abb1 100644 --- a/modules/extra/stats/cs_fantasy_stats.cpp +++ b/modules/extra/stats/cs_fantasy_stats.cpp @@ -1,6 +1,6 @@ /* Chanstats core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/stats/cs_fantasy_top.cpp b/modules/extra/stats/cs_fantasy_top.cpp index 80db66eb9..0de75d855 100644 --- a/modules/extra/stats/cs_fantasy_top.cpp +++ b/modules/extra/stats/cs_fantasy_top.cpp @@ -1,6 +1,6 @@ /* Chanstats core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/fantasy.cpp b/modules/fantasy.cpp index c95f6f785..023ef286f 100644 --- a/modules/fantasy.cpp +++ b/modules/fantasy.cpp @@ -1,6 +1,6 @@ /* Fantasy functionality * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/m_dns.cpp b/modules/m_dns.cpp index e6ee8cee1..648b40211 100644 --- a/modules/m_dns.cpp +++ b/modules/m_dns.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "module.h" diff --git a/modules/m_dnsbl.cpp b/modules/m_dnsbl.cpp index 4adffd1f3..aa24e5ba6 100644 --- a/modules/m_dnsbl.cpp +++ b/modules/m_dnsbl.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/m_helpchan.cpp b/modules/m_helpchan.cpp index d71951a13..f8cd2b231 100644 --- a/modules/m_helpchan.cpp +++ b/modules/m_helpchan.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/m_httpd.cpp b/modules/m_httpd.cpp index f3d0677a9..20c98dd56 100644 --- a/modules/m_httpd.cpp +++ b/modules/m_httpd.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/m_proxyscan.cpp b/modules/m_proxyscan.cpp index 78417fdf6..ac38895e4 100644 --- a/modules/m_proxyscan.cpp +++ b/modules/m_proxyscan.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/m_redis.cpp b/modules/m_redis.cpp index 3c33f5395..d8398c1b5 100644 --- a/modules/m_redis.cpp +++ b/modules/m_redis.cpp @@ -1,11 +1,9 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * - * */ #include "module.h" diff --git a/modules/m_rewrite.cpp b/modules/m_rewrite.cpp index c4e63586d..e4ce46c3a 100644 --- a/modules/m_rewrite.cpp +++ b/modules/m_rewrite.cpp @@ -1,5 +1,6 @@ /* - * (C) 2003-2014 Anope Team + * + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/m_sasl.cpp b/modules/m_sasl.cpp index 71b16bb70..e7c6b6e93 100644 --- a/modules/m_sasl.cpp +++ b/modules/m_sasl.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2014 Anope Team + * (C) 2014-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/m_xmlrpc.cpp b/modules/m_xmlrpc.cpp index dc80625f7..7539825d1 100644 --- a/modules/m_xmlrpc.cpp +++ b/modules/m_xmlrpc.cpp @@ -1,3 +1,10 @@ +/* + * + * (C) 2010-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ #include "module.h" #include "modules/xmlrpc.h" diff --git a/modules/m_xmlrpc_main.cpp b/modules/m_xmlrpc_main.cpp index 38cb4a8d7..4835644dd 100644 --- a/modules/m_xmlrpc_main.cpp +++ b/modules/m_xmlrpc_main.cpp @@ -1,3 +1,11 @@ +/* + * + * (C) 2010-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + #include "module.h" #include "modules/xmlrpc.h" diff --git a/modules/ns_maxemail.cpp b/modules/ns_maxemail.cpp index 275cf0991..30ef07280 100644 --- a/modules/ns_maxemail.cpp +++ b/modules/ns_maxemail.cpp @@ -1,7 +1,7 @@ /* ns_maxemail.cpp - Limit the amount of times an email address * can be used for a NickServ account. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Included in the Anope module pack since Anope 1.7.9 diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp index 9fa7e94e9..16d593fab 100644 --- a/modules/protocol/bahamut.cpp +++ b/modules/protocol/bahamut.cpp @@ -1,6 +1,6 @@ /* Bahamut functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/charybdis.cpp b/modules/protocol/charybdis.cpp index 9409c320f..8e61ec51a 100644 --- a/modules/protocol/charybdis.cpp +++ b/modules/protocol/charybdis.cpp @@ -1,6 +1,6 @@ /* Charybdis IRCD functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/hybrid.cpp b/modules/protocol/hybrid.cpp index a4058f3c7..2db72717e 100644 --- a/modules/protocol/hybrid.cpp +++ b/modules/protocol/hybrid.cpp @@ -1,13 +1,12 @@ /* ircd-hybrid-8 protocol module * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team <team@anope.org> * (C) 2012-2016 ircd-hybrid development team * * 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 "module.h" diff --git a/modules/protocol/inspircd12.cpp b/modules/protocol/inspircd12.cpp index c5c3a40e4..d2224139d 100644 --- a/modules/protocol/inspircd12.cpp +++ b/modules/protocol/inspircd12.cpp @@ -1,6 +1,6 @@ /* inspircd 1.2 functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/inspircd20.cpp b/modules/protocol/inspircd20.cpp index be17818a4..677014685 100644 --- a/modules/protocol/inspircd20.cpp +++ b/modules/protocol/inspircd20.cpp @@ -1,6 +1,6 @@ /* Inspircd 2.0 functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp index 4ea9a15ec..e7ae31fce 100644 --- a/modules/protocol/ngircd.cpp +++ b/modules/protocol/ngircd.cpp @@ -1,9 +1,7 @@ -/* - * ngIRCd Protocol module for Anope IRC Services +/* ngIRCd Protocol module for Anope IRC Services * - * (C) 2012 Anope Team <team@anope.org> * (C) 2011-2012, 2014 Alexander Barton <alex@barton.de> - * (C) 2011 Anope Team <team@anope.org> + * (C) 2011-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index a6625bae6..eeb22d4fe 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -1,6 +1,6 @@ /* Plexus 3+ IRCD functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index da033d3f5..432d0c09a 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -1,6 +1,6 @@ /* Ratbox IRCD functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index dccfdc91b..81cf36c73 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -1,6 +1,6 @@ /* Unreal IRCD 3.2.x functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/unreal4.cpp b/modules/protocol/unreal4.cpp index 3ba1de6fd..dcda07e40 100644 --- a/modules/protocol/unreal4.cpp +++ b/modules/protocol/unreal4.cpp @@ -1,6 +1,6 @@ /* Unreal IRCD 4 functions * - * (C) 2003-2015 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/botserv.cpp b/modules/pseudoclients/botserv.cpp index 2d32eb502..ac73e257a 100644 --- a/modules/pseudoclients/botserv.cpp +++ b/modules/pseudoclients/botserv.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/chanserv.cpp b/modules/pseudoclients/chanserv.cpp index ee9ab59ff..9c56116b7 100644 --- a/modules/pseudoclients/chanserv.cpp +++ b/modules/pseudoclients/chanserv.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/global.cpp b/modules/pseudoclients/global.cpp index db4644ebe..065627cb2 100644 --- a/modules/pseudoclients/global.cpp +++ b/modules/pseudoclients/global.cpp @@ -1,6 +1,6 @@ /* Global core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/hostserv.cpp b/modules/pseudoclients/hostserv.cpp index e51fb428c..bb0f7e839 100644 --- a/modules/pseudoclients/hostserv.cpp +++ b/modules/pseudoclients/hostserv.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/memoserv.cpp b/modules/pseudoclients/memoserv.cpp index 2c4c53f16..de50c6499 100644 --- a/modules/pseudoclients/memoserv.cpp +++ b/modules/pseudoclients/memoserv.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/nickserv.cpp b/modules/pseudoclients/nickserv.cpp index b3d7bcc3b..9049a0fe1 100644 --- a/modules/pseudoclients/nickserv.cpp +++ b/modules/pseudoclients/nickserv.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/operserv.cpp b/modules/pseudoclients/operserv.cpp index 7780091f2..7b02a9745 100644 --- a/modules/pseudoclients/operserv.cpp +++ b/modules/pseudoclients/operserv.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/access.cpp b/modules/webcpanel/pages/chanserv/access.cpp index 8a435e9d4..93f8b082a 100644 --- a/modules/webcpanel/pages/chanserv/access.cpp +++ b/modules/webcpanel/pages/chanserv/access.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/access.h b/modules/webcpanel/pages/chanserv/access.h index 7f81f2d39..fac203eee 100644 --- a/modules/webcpanel/pages/chanserv/access.h +++ b/modules/webcpanel/pages/chanserv/access.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/akick.cpp b/modules/webcpanel/pages/chanserv/akick.cpp index bff38910c..8a6a09d4d 100644 --- a/modules/webcpanel/pages/chanserv/akick.cpp +++ b/modules/webcpanel/pages/chanserv/akick.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/akick.h b/modules/webcpanel/pages/chanserv/akick.h index bd5b18132..393f79853 100644 --- a/modules/webcpanel/pages/chanserv/akick.h +++ b/modules/webcpanel/pages/chanserv/akick.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/drop.cpp b/modules/webcpanel/pages/chanserv/drop.cpp index 5fa37b5a2..e2c131f7a 100644 --- a/modules/webcpanel/pages/chanserv/drop.cpp +++ b/modules/webcpanel/pages/chanserv/drop.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/drop.h b/modules/webcpanel/pages/chanserv/drop.h index d418ade8f..f50d9428c 100644 --- a/modules/webcpanel/pages/chanserv/drop.h +++ b/modules/webcpanel/pages/chanserv/drop.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/info.cpp b/modules/webcpanel/pages/chanserv/info.cpp index c16c3eaec..856cc9b50 100644 --- a/modules/webcpanel/pages/chanserv/info.cpp +++ b/modules/webcpanel/pages/chanserv/info.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/info.h b/modules/webcpanel/pages/chanserv/info.h index 4302264d6..b1108b11c 100644 --- a/modules/webcpanel/pages/chanserv/info.h +++ b/modules/webcpanel/pages/chanserv/info.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/modes.cpp b/modules/webcpanel/pages/chanserv/modes.cpp index e01239f58..8e77c0287 100644 --- a/modules/webcpanel/pages/chanserv/modes.cpp +++ b/modules/webcpanel/pages/chanserv/modes.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/modes.h b/modules/webcpanel/pages/chanserv/modes.h index 36f5a1d27..5f752d203 100644 --- a/modules/webcpanel/pages/chanserv/modes.h +++ b/modules/webcpanel/pages/chanserv/modes.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/set.cpp b/modules/webcpanel/pages/chanserv/set.cpp index f763ba13b..84b31d50e 100644 --- a/modules/webcpanel/pages/chanserv/set.cpp +++ b/modules/webcpanel/pages/chanserv/set.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/set.h b/modules/webcpanel/pages/chanserv/set.h index dcd483419..bc88d13c6 100644 --- a/modules/webcpanel/pages/chanserv/set.h +++ b/modules/webcpanel/pages/chanserv/set.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/utils.cpp b/modules/webcpanel/pages/chanserv/utils.cpp index b4571b74c..5c055f722 100644 --- a/modules/webcpanel/pages/chanserv/utils.cpp +++ b/modules/webcpanel/pages/chanserv/utils.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/chanserv/utils.h b/modules/webcpanel/pages/chanserv/utils.h index 111abb4ad..d5a794c61 100644 --- a/modules/webcpanel/pages/chanserv/utils.h +++ b/modules/webcpanel/pages/chanserv/utils.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/confirm.cpp b/modules/webcpanel/pages/confirm.cpp index 7a4a3467e..bb0412f7e 100644 --- a/modules/webcpanel/pages/confirm.cpp +++ b/modules/webcpanel/pages/confirm.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/confirm.h b/modules/webcpanel/pages/confirm.h index eceeedee1..f1e95062d 100644 --- a/modules/webcpanel/pages/confirm.h +++ b/modules/webcpanel/pages/confirm.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/hostserv/request.cpp b/modules/webcpanel/pages/hostserv/request.cpp index ee6356214..5ceb178d2 100644 --- a/modules/webcpanel/pages/hostserv/request.cpp +++ b/modules/webcpanel/pages/hostserv/request.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/hostserv/request.h b/modules/webcpanel/pages/hostserv/request.h index 59d790937..5dafd15fd 100644 --- a/modules/webcpanel/pages/hostserv/request.h +++ b/modules/webcpanel/pages/hostserv/request.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/index.cpp b/modules/webcpanel/pages/index.cpp index 7b755cfe8..1375c3c13 100644 --- a/modules/webcpanel/pages/index.cpp +++ b/modules/webcpanel/pages/index.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/index.h b/modules/webcpanel/pages/index.h index b3c638d05..99f6da7b9 100644 --- a/modules/webcpanel/pages/index.h +++ b/modules/webcpanel/pages/index.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/logout.cpp b/modules/webcpanel/pages/logout.cpp index d9f5432a3..2b98e3431 100644 --- a/modules/webcpanel/pages/logout.cpp +++ b/modules/webcpanel/pages/logout.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/logout.h b/modules/webcpanel/pages/logout.h index ab324bdf9..8492d7a26 100644 --- a/modules/webcpanel/pages/logout.h +++ b/modules/webcpanel/pages/logout.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/memoserv/memos.cpp b/modules/webcpanel/pages/memoserv/memos.cpp index 750b6bd8b..d4335f749 100644 --- a/modules/webcpanel/pages/memoserv/memos.cpp +++ b/modules/webcpanel/pages/memoserv/memos.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/memoserv/memos.h b/modules/webcpanel/pages/memoserv/memos.h index e55104823..edab4fa20 100644 --- a/modules/webcpanel/pages/memoserv/memos.h +++ b/modules/webcpanel/pages/memoserv/memos.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/nickserv/access.cpp b/modules/webcpanel/pages/nickserv/access.cpp index de7809591..9a0add123 100644 --- a/modules/webcpanel/pages/nickserv/access.cpp +++ b/modules/webcpanel/pages/nickserv/access.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/nickserv/access.h b/modules/webcpanel/pages/nickserv/access.h index 8c7337236..3bc2ff6ec 100644 --- a/modules/webcpanel/pages/nickserv/access.h +++ b/modules/webcpanel/pages/nickserv/access.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/nickserv/alist.cpp b/modules/webcpanel/pages/nickserv/alist.cpp index 21e281f5f..fbb37224e 100644 --- a/modules/webcpanel/pages/nickserv/alist.cpp +++ b/modules/webcpanel/pages/nickserv/alist.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/nickserv/alist.h b/modules/webcpanel/pages/nickserv/alist.h index 357699f4e..fa0d7ea0b 100644 --- a/modules/webcpanel/pages/nickserv/alist.h +++ b/modules/webcpanel/pages/nickserv/alist.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/nickserv/cert.cpp b/modules/webcpanel/pages/nickserv/cert.cpp index eb86f4bd8..94b93c69a 100644 --- a/modules/webcpanel/pages/nickserv/cert.cpp +++ b/modules/webcpanel/pages/nickserv/cert.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/nickserv/cert.h b/modules/webcpanel/pages/nickserv/cert.h index 7fa86e6eb..7fbd54e20 100644 --- a/modules/webcpanel/pages/nickserv/cert.h +++ b/modules/webcpanel/pages/nickserv/cert.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/nickserv/info.cpp b/modules/webcpanel/pages/nickserv/info.cpp index f8753d83f..b1c1e2afa 100644 --- a/modules/webcpanel/pages/nickserv/info.cpp +++ b/modules/webcpanel/pages/nickserv/info.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/nickserv/info.h b/modules/webcpanel/pages/nickserv/info.h index 46e588f8b..fd4cb2a3c 100644 --- a/modules/webcpanel/pages/nickserv/info.h +++ b/modules/webcpanel/pages/nickserv/info.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/operserv/akill.cpp b/modules/webcpanel/pages/operserv/akill.cpp index e23141915..bc09c4216 100644 --- a/modules/webcpanel/pages/operserv/akill.cpp +++ b/modules/webcpanel/pages/operserv/akill.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/operserv/akill.h b/modules/webcpanel/pages/operserv/akill.h index 9fd47d79a..1801a4fbd 100644 --- a/modules/webcpanel/pages/operserv/akill.h +++ b/modules/webcpanel/pages/operserv/akill.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/register.cpp b/modules/webcpanel/pages/register.cpp index cd3494713..7da8b37c3 100644 --- a/modules/webcpanel/pages/register.cpp +++ b/modules/webcpanel/pages/register.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/pages/register.h b/modules/webcpanel/pages/register.h index 38646c98c..2daff1b74 100644 --- a/modules/webcpanel/pages/register.h +++ b/modules/webcpanel/pages/register.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/static_fileserver.cpp b/modules/webcpanel/static_fileserver.cpp index 21f4e7052..47f191b46 100644 --- a/modules/webcpanel/static_fileserver.cpp +++ b/modules/webcpanel/static_fileserver.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/static_fileserver.h b/modules/webcpanel/static_fileserver.h index 184c8661d..2e2ec3f5c 100644 --- a/modules/webcpanel/static_fileserver.h +++ b/modules/webcpanel/static_fileserver.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/template_fileserver.cpp b/modules/webcpanel/template_fileserver.cpp index dc950b330..7436265d1 100644 --- a/modules/webcpanel/template_fileserver.cpp +++ b/modules/webcpanel/template_fileserver.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/template_fileserver.h b/modules/webcpanel/template_fileserver.h index 0d2502e4f..84be3c71f 100644 --- a/modules/webcpanel/template_fileserver.h +++ b/modules/webcpanel/template_fileserver.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/templates/default/confirm.html b/modules/webcpanel/templates/default/confirm.html index 871f42118..652dbd116 100644 --- a/modules/webcpanel/templates/default/confirm.html +++ b/modules/webcpanel/templates/default/confirm.html @@ -39,7 +39,7 @@ <div class="row"> <div class="col-lg-offset-3 col-lg-6"> <div class="footer text-center"> - Anope IRC Services - © 2013-2014 Anope Team - <a href="http://anope.org">http://anope.org</a> + Anope IRC Services - © 2013-2016 Anope Team - <a href="http://anope.org">http://anope.org</a> </div> </div> </div> diff --git a/modules/webcpanel/templates/default/footer.html b/modules/webcpanel/templates/default/footer.html index 0c6878921..fcaaaeb6e 100644 --- a/modules/webcpanel/templates/default/footer.html +++ b/modules/webcpanel/templates/default/footer.html @@ -5,7 +5,7 @@ <div class="row"> <div class="col-lg-12"> <div class="footer text-center"> - Anope IRC Services - © 2013-2014 Anope Team - <a href="http://anope.org">http://anope.org</a> + Anope IRC Services - © 2013-2016 Anope Team - <a href="http://anope.org">http://anope.org</a> </div> </div> </div> diff --git a/modules/webcpanel/templates/default/login.html b/modules/webcpanel/templates/default/login.html index 16e0684fa..0916721a2 100644 --- a/modules/webcpanel/templates/default/login.html +++ b/modules/webcpanel/templates/default/login.html @@ -43,7 +43,7 @@ <div class="row"> <div class="col-lg-offset-3 col-lg-6"> <div class="footer text-center"> - Anope IRC Services - © 2013-2014 Anope Team - <a href="http://anope.org">http://anope.org</a> + Anope IRC Services - © 2013-2016 Anope Team - <a href="http://anope.org">http://anope.org</a> </div> </div> </div> diff --git a/modules/webcpanel/templates/default/register.html b/modules/webcpanel/templates/default/register.html index 0cf8e2543..6cee78a70 100644 --- a/modules/webcpanel/templates/default/register.html +++ b/modules/webcpanel/templates/default/register.html @@ -53,7 +53,7 @@ <div class="row"> <div class="col-lg-offset-3 col-lg-6"> <div class="footer text-center"> - Anope IRC Services - © 2013-2014 Anope Team - <a href="http://anope.org">http://anope.org</a> + Anope IRC Services - © 2013-2016 Anope Team - <a href="http://anope.org">http://anope.org</a> </div> </div> </div> diff --git a/modules/webcpanel/webcpanel.cpp b/modules/webcpanel/webcpanel.cpp index 134f07aa6..4f0bc009a 100644 --- a/modules/webcpanel/webcpanel.cpp +++ b/modules/webcpanel/webcpanel.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/webcpanel/webcpanel.h b/modules/webcpanel/webcpanel.h index 4b57cec8e..5112a632e 100644 --- a/modules/webcpanel/webcpanel.h +++ b/modules/webcpanel/webcpanel.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/access.cpp b/src/access.cpp index 0c0713c49..abd55714f 100644 --- a/src/access.cpp +++ b/src/access.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "service.h" diff --git a/src/account.cpp b/src/account.cpp index 89c9c7909..f23f81242 100644 --- a/src/account.cpp +++ b/src/account.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/base.cpp b/src/base.cpp index 1b6a560d7..5e4ecc9e3 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -1,10 +1,9 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #include "services.h" diff --git a/src/base64.cpp b/src/base64.cpp index c00527d42..3096d9c3f 100644 --- a/src/base64.cpp +++ b/src/base64.cpp @@ -1,13 +1,12 @@ /* base64 routines. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/bots.cpp b/src/bots.cpp index bc8b75594..7654bb247 100644 --- a/src/bots.cpp +++ b/src/bots.cpp @@ -1,10 +1,9 @@ /* * - * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. - * */ #include "services.h" diff --git a/src/channels.cpp b/src/channels.cpp index 8e9b3be94..c2a328b82 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -1,13 +1,12 @@ /* Channel-handling routines. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/command.cpp b/src/command.cpp index 2786edecf..afabf24fc 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1,10 +1,9 @@ /* * - * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. - * */ #include "services.h" diff --git a/src/config.cpp b/src/config.cpp index b6972bc42..c9a4a53c8 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1,13 +1,12 @@ /* Configuration file handling. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/extensible.cpp b/src/extensible.cpp index 8f0aab544..4079290ff 100644 --- a/src/extensible.cpp +++ b/src/extensible.cpp @@ -1,11 +1,9 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * - * */ #include "extensible.h" diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index 9f48bba29..6374639d8 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -1,10 +1,9 @@ /* * - * Copyright (C) 2002-2011 InspIRCd Development Team - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2002-2011 InspIRCd Development Team + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. - * */ #include "services.h" diff --git a/src/init.cpp b/src/init.cpp index 6d903ac8f..7e5722603 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,13 +1,12 @@ /* Initialization and related routines. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/language.cpp b/src/language.cpp index c2643f438..2c3377a9e 100644 --- a/src/language.cpp +++ b/src/language.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/logger.cpp b/src/logger.cpp index 977af0a5f..c681e42fa 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -1,13 +1,12 @@ /* Logging routines. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/mail.cpp b/src/mail.cpp index e514c19ec..f909fa5a3 100644 --- a/src/mail.cpp +++ b/src/mail.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/main.cpp b/src/main.cpp index 99054688c..bbcccee27 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,13 +1,12 @@ /* Services -- main source file. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/memos.cpp b/src/memos.cpp index 8b2816f9a..0f591757b 100644 --- a/src/memos.cpp +++ b/src/memos.cpp @@ -1,13 +1,12 @@ /* MemoServ functions. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/messages.cpp b/src/messages.cpp index 8911d45cc..109d6b02f 100644 --- a/src/messages.cpp +++ b/src/messages.cpp @@ -1,13 +1,12 @@ /* Common message handlers * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/misc.cpp b/src/misc.cpp index a6addbc3f..e1d78c800 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -1,13 +1,12 @@ /* Miscellaneous routines. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/modes.cpp b/src/modes.cpp index d818244c3..6760a610e 100644 --- a/src/modes.cpp +++ b/src/modes.cpp @@ -1,10 +1,9 @@ /* Mode support * - * Copyright (C) 2008-2011 Adam <Adam@anope.org> - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2011 Adam <Adam@anope.org> + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. - * */ #include "services.h" diff --git a/src/module.cpp b/src/module.cpp index 5c02e4e49..3e377efec 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -1,10 +1,9 @@ /* Modular support * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #include "services.h" diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index 06a3c2181..2cda9e256 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -1,10 +1,9 @@ /* Modular support * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #include "services.h" diff --git a/src/nickalias.cpp b/src/nickalias.cpp index fbf3411fc..795298cba 100644 --- a/src/nickalias.cpp +++ b/src/nickalias.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/nickcore.cpp b/src/nickcore.cpp index f669a9181..633f5a7cb 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/opertype.cpp b/src/opertype.cpp index b75899234..9438c2ff5 100644 --- a/src/opertype.cpp +++ b/src/opertype.cpp @@ -1,10 +1,9 @@ /* * - * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. - * */ #include "services.h" diff --git a/src/pipeengine.cpp b/src/pipeengine.cpp index ee12539da..0953387c1 100644 --- a/src/pipeengine.cpp +++ b/src/pipeengine.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/process.cpp b/src/process.cpp index 2d7a1561a..b095ab40b 100644 --- a/src/process.cpp +++ b/src/process.cpp @@ -1,6 +1,6 @@ /* Main processing code for Services. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol.cpp b/src/protocol.cpp index 0d09fee24..c8320e25a 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/regchannel.cpp b/src/regchannel.cpp index b7c353554..df7359bb9 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -1,13 +1,12 @@ /* Registered channel functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/serialize.cpp b/src/serialize.cpp index 1bb704b41..3c54b933d 100644 --- a/src/serialize.cpp +++ b/src/serialize.cpp @@ -1,16 +1,14 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "anope.h" #include "serialize.h" diff --git a/src/servers.cpp b/src/servers.cpp index 6401d8d59..b78cd19f7 100644 --- a/src/servers.cpp +++ b/src/servers.cpp @@ -1,13 +1,12 @@ /* Routines to maintain a list of connected servers * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/socket_clients.cpp b/src/socket_clients.cpp index 0de1ec861..bb0618f31 100644 --- a/src/socket_clients.cpp +++ b/src/socket_clients.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/socket_transport.cpp b/src/socket_transport.cpp index 1476d0662..070807264 100644 --- a/src/socket_transport.cpp +++ b/src/socket_transport.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/socketengines/socketengine_epoll.cpp b/src/socketengines/socketengine_epoll.cpp index 8fe8d46a4..f132ba2b9 100644 --- a/src/socketengines/socketengine_epoll.cpp +++ b/src/socketengines/socketengine_epoll.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/socketengines/socketengine_kqueue.cpp b/src/socketengines/socketengine_kqueue.cpp index 977b84b96..9ccf128d5 100644 --- a/src/socketengines/socketengine_kqueue.cpp +++ b/src/socketengines/socketengine_kqueue.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/socketengines/socketengine_poll.cpp b/src/socketengines/socketengine_poll.cpp index 944322c27..8475dd414 100644 --- a/src/socketengines/socketengine_poll.cpp +++ b/src/socketengines/socketengine_poll.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/socketengines/socketengine_select.cpp b/src/socketengines/socketengine_select.cpp index aab84e958..86b2085ea 100644 --- a/src/socketengines/socketengine_select.cpp +++ b/src/socketengines/socketengine_select.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/sockets.cpp b/src/sockets.cpp index 9b88de4c6..272760f45 100644 --- a/src/sockets.cpp +++ b/src/sockets.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/threadengine.cpp b/src/threadengine.cpp index 40f2be094..f392ac472 100644 --- a/src/threadengine.cpp +++ b/src/threadengine.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" diff --git a/src/timers.cpp b/src/timers.cpp index 8dabc4fbc..a4538c05d 100644 --- a/src/timers.cpp +++ b/src/timers.cpp @@ -1,10 +1,9 @@ /* Timer stuff. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. - * */ #include "services.h" diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 6fef1a125..2802e57e2 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -2,7 +2,7 @@ # # Configuration script for Services # -# (C) 2003-2014 Anope Team +# (C) 2003-2016 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. diff --git a/src/tools/anopesmtp.cpp b/src/tools/anopesmtp.cpp index 6ef8e6baf..392c6e627 100644 --- a/src/tools/anopesmtp.cpp +++ b/src/tools/anopesmtp.cpp @@ -1,6 +1,6 @@ /* smtp stuff handler for win32. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/uplink.cpp b/src/uplink.cpp index 6171e2353..df38f98f2 100644 --- a/src/uplink.cpp +++ b/src/uplink.cpp @@ -1,13 +1,12 @@ /* * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "uplink.h" diff --git a/src/users.cpp b/src/users.cpp index 73d1d4368..8a66329ab 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1,16 +1,14 @@ /* Routines to maintain a list of online users. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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 "modules.h" #include "users.h" diff --git a/src/win32/Config.cs b/src/win32/Config.cs index 4f611a129..d7c9661ec 100644 --- a/src/win32/Config.cs +++ b/src/win32/Config.cs @@ -1,7 +1,7 @@ /*
* Config.cs - Windows Configuration
*
- * (C) 2003-2014 Anope Team
+ * (C) 2003-2016 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h index e534d7927..14c83b4d4 100644 --- a/src/win32/anope_windows.h +++ b/src/win32/anope_windows.h @@ -1,14 +1,14 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2014 Anope Team <info@anope.org> + * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> + * (C) 2008-2016 Anope Team <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. */ - + #ifndef WINDOWS_H #define WINDOWS_H #ifdef _WIN32 @@ -65,7 +65,7 @@ namespace Anope { class string; } - + extern CoreExport void OnStartup(); extern CoreExport void OnShutdown(); extern CoreExport USHORT WindowsGetLanguage(const Anope::string &lang); diff --git a/src/win32/dir/dir.cpp b/src/win32/dir/dir.cpp index 21b80824b..d660c9694 100644 --- a/src/win32/dir/dir.cpp +++ b/src/win32/dir/dir.cpp @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ diff --git a/src/win32/dir/dir.h b/src/win32/dir/dir.h index 5ddf71e7b..a6c9a055f 100644 --- a/src/win32/dir/dir.h +++ b/src/win32/dir/dir.h @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ diff --git a/src/win32/dl/dl.cpp b/src/win32/dl/dl.cpp index 5b19d7441..bdcbe636c 100644 --- a/src/win32/dl/dl.cpp +++ b/src/win32/dl/dl.cpp @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ diff --git a/src/win32/dl/dl.h b/src/win32/dl/dl.h index 02a2f1d3d..81c115fef 100644 --- a/src/win32/dl/dl.h +++ b/src/win32/dl/dl.h @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ diff --git a/src/win32/pipe/pipe.cpp b/src/win32/pipe/pipe.cpp index 706ff655e..70690ab2b 100644 --- a/src/win32/pipe/pipe.cpp +++ b/src/win32/pipe/pipe.cpp @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ @@ -58,4 +59,3 @@ int pipe(int fds[2]) return 0; } - diff --git a/src/win32/pipe/pipe.h b/src/win32/pipe/pipe.h index 8e67bafc7..d77d0706b 100644 --- a/src/win32/pipe/pipe.h +++ b/src/win32/pipe/pipe.h @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ diff --git a/src/win32/pthread/pthread.cpp b/src/win32/pthread/pthread.cpp index 3bb8b6d7b..36b8cd54d 100644 --- a/src/win32/pthread/pthread.cpp +++ b/src/win32/pthread/pthread.cpp @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ diff --git a/src/win32/pthread/pthread.h b/src/win32/pthread/pthread.h index 234a2a027..18909a17d 100644 --- a/src/win32/pthread/pthread.h +++ b/src/win32/pthread/pthread.h @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ diff --git a/src/win32/resource.h b/src/win32/resource.h index cccb0b4f5..0fb755b56 100644 --- a/src/win32/resource.h +++ b/src/win32/resource.h @@ -1,3 +1,11 @@ +/* + * + * (C) 2005-2016 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + */ + //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Win32GUI.rc diff --git a/src/win32/sigaction/sigaction.cpp b/src/win32/sigaction/sigaction.cpp index d5a2d87d1..17faaf2fb 100644 --- a/src/win32/sigaction/sigaction.cpp +++ b/src/win32/sigaction/sigaction.cpp @@ -1,19 +1,20 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 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 <windows.h> - #include "sigaction.h" - #include <signal.h> - - int sigaction(int sig, struct sigaction *action, struct sigaction *old) - { + +#include <windows.h> +#include "sigaction.h" +#include <signal.h> + +int sigaction(int sig, struct sigaction *action, struct sigaction *old) +{ if (sig == -1) return 0; if (old == NULL) @@ -27,5 +28,4 @@ return -1; } return 0; - } -
\ No newline at end of file +} diff --git a/src/win32/sigaction/sigaction.h b/src/win32/sigaction/sigaction.h index 0e9c2f246..c517ba16d 100644 --- a/src/win32/sigaction/sigaction.h +++ b/src/win32/sigaction/sigaction.h @@ -1,28 +1,28 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 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. */ - - #define sigemptyset(x) memset((x), 0, sizeof(*(x))) - - #ifndef SIGHUP - # define SIGHUP -1 - #endif - #ifndef SIGPIPE - # define SIGPIPE -1 - #endif - - struct sigaction - { + +#define sigemptyset(x) memset((x), 0, sizeof(*(x))) + +#ifndef SIGHUP +# define SIGHUP -1 +#endif +#ifndef SIGPIPE +# define SIGPIPE -1 +#endif + +struct sigaction +{ void (*sa_handler)(int); int sa_flags; int sa_mask; - }; - - extern int sigaction(int, struct sigaction *, struct sigaction *); - +}; + +extern int sigaction(int, struct sigaction *, struct sigaction *); diff --git a/src/win32/socket.cpp b/src/win32/socket.cpp index 211999f9a..489192679 100644 --- a/src/win32/socket.cpp +++ b/src/win32/socket.cpp @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ diff --git a/src/win32/socket.h b/src/win32/socket.h index d587618a9..a8064589e 100644 --- a/src/win32/socket.h +++ b/src/win32/socket.h @@ -1,6 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2014 Anope Team <team@anope.org> + * (C) 2008-2016 Anope Team + * Contact us at team@anope.org * * Please read COPYING and README for further details. */ diff --git a/src/win32/win32.rc.cmake b/src/win32/win32.rc.cmake index 4cca9d89d..1e86c7e0d 100644 --- a/src/win32/win32.rc.cmake +++ b/src/win32/win32.rc.cmake @@ -54,7 +54,7 @@ BEGIN VALUE "FileDescription", "Anope IRC Services" VALUE "FileVersion", "@VERSION_FULL@" VALUE "InternalName", "Anope" - VALUE "LegalCopyright", "Copyright (C) 2003-2014 Anope Team" + VALUE "LegalCopyright", "Copyright (C) 2003-2016 Anope Team" VALUE "OriginalFilename", "anope.exe" VALUE "ProductName", "Anope" VALUE "ProductVersion", "@VERSION_DOTTED@" diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp index 997260581..ac6801cba 100644 --- a/src/win32/windows.cpp +++ b/src/win32/windows.cpp @@ -1,7 +1,7 @@ - /* POSIX emulation layer for Windows. +/* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2014 Anope Team <info@anope.org> + * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> + * (C) 2008-2016 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * diff --git a/src/xline.cpp b/src/xline.cpp index 49341072f..21cbc2501 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -1,13 +1,12 @@ /* XLine functions. * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 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" |