summaryrefslogtreecommitdiff
path: root/src/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timers.cpp')
-rw-r--r--src/timers.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/timers.cpp b/src/timers.cpp
index a4538c05d..791666a6b 100644
--- a/src/timers.cpp
+++ b/src/timers.cpp
@@ -1,6 +1,6 @@
/* Timer stuff.
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
@@ -124,4 +124,3 @@ void TimerManager::DeleteTimersFor(Module *m)
delete it->second;
}
}
-