diff options
Diffstat (limited to 'include/uplink.h')
-rw-r--r-- | include/uplink.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 - |