summaryrefslogtreecommitdiff
path: root/include/modules/cs_entrymsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/cs_entrymsg.h')
-rw-r--r--include/modules/cs_entrymsg.h5
1 files changed, 2 insertions, 3 deletions
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;
};
-