summaryrefslogtreecommitdiff
path: root/modules/memoserv
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-04-20 15:57:11 -0400
committerAdam <Adam@anope.org>2017-04-20 15:57:11 -0400
commit92b9d78dbb90fff7edbf326e57b47df4e4cd7146 (patch)
treedf0895ae284827d2f9a8b864437d55233e9f7d0b /modules/memoserv
parentf1cf3c6f91fedb18eca1981dd65458fd69324b02 (diff)
parent8656b65e392e8d26de218bf372da949c3a00d8d4 (diff)
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Diffstat (limited to 'modules/memoserv')
-rw-r--r--modules/memoserv/cancel.cpp2
-rw-r--r--modules/memoserv/check.cpp2
-rw-r--r--modules/memoserv/del.cpp2
-rw-r--r--modules/memoserv/ignore.cpp2
-rw-r--r--modules/memoserv/info.cpp2
-rw-r--r--modules/memoserv/list.cpp2
-rw-r--r--modules/memoserv/main/ignore.cpp2
-rw-r--r--modules/memoserv/main/ignore.h2
-rw-r--r--modules/memoserv/main/ignoretype.cpp2
-rw-r--r--modules/memoserv/main/ignoretype.h2
-rw-r--r--modules/memoserv/main/memo.cpp2
-rw-r--r--modules/memoserv/main/memo.h2
-rw-r--r--modules/memoserv/main/memoinfo.cpp2
-rw-r--r--modules/memoserv/main/memoinfo.h2
-rw-r--r--modules/memoserv/main/memoinfotype.cpp2
-rw-r--r--modules/memoserv/main/memoinfotype.h2
-rw-r--r--modules/memoserv/main/memoserv.cpp2
-rw-r--r--modules/memoserv/main/memotype.cpp2
-rw-r--r--modules/memoserv/main/memotype.h2
-rw-r--r--modules/memoserv/read.cpp2
-rw-r--r--modules/memoserv/rsend.cpp2
-rw-r--r--modules/memoserv/send.cpp2
-rw-r--r--modules/memoserv/sendall.cpp2
-rw-r--r--modules/memoserv/set.cpp2
-rw-r--r--modules/memoserv/staff.cpp2
25 files changed, 25 insertions, 25 deletions
diff --git a/modules/memoserv/cancel.cpp b/modules/memoserv/cancel.cpp
index eea99e27a..dc6be447b 100644
--- a/modules/memoserv/cancel.cpp
+++ b/modules/memoserv/cancel.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/check.cpp b/modules/memoserv/check.cpp
index 8174f3eb4..bf97be36c 100644
--- a/modules/memoserv/check.cpp
+++ b/modules/memoserv/check.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/del.cpp b/modules/memoserv/del.cpp
index ffd7656b7..f7ae293f2 100644
--- a/modules/memoserv/del.cpp
+++ b/modules/memoserv/del.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/ignore.cpp b/modules/memoserv/ignore.cpp
index 520aeaf7f..3a334975d 100644
--- a/modules/memoserv/ignore.cpp
+++ b/modules/memoserv/ignore.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2010-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2010-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/info.cpp b/modules/memoserv/info.cpp
index 533664d91..7c9d33d7a 100644
--- a/modules/memoserv/info.cpp
+++ b/modules/memoserv/info.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/list.cpp b/modules/memoserv/list.cpp
index 4b8a4bff6..4de956d75 100644
--- a/modules/memoserv/list.cpp
+++ b/modules/memoserv/list.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/ignore.cpp b/modules/memoserv/main/ignore.cpp
index 8ac15484f..9d2fb6d85 100644
--- a/modules/memoserv/main/ignore.cpp
+++ b/modules/memoserv/main/ignore.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/ignore.h b/modules/memoserv/main/ignore.h
index 9edca514b..51b737d12 100644
--- a/modules/memoserv/main/ignore.h
+++ b/modules/memoserv/main/ignore.h
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/ignoretype.cpp b/modules/memoserv/main/ignoretype.cpp
index 940214803..65943ec13 100644
--- a/modules/memoserv/main/ignoretype.cpp
+++ b/modules/memoserv/main/ignoretype.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/ignoretype.h b/modules/memoserv/main/ignoretype.h
index 3b8f510a8..6fb5ba9a5 100644
--- a/modules/memoserv/main/ignoretype.h
+++ b/modules/memoserv/main/ignoretype.h
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/memo.cpp b/modules/memoserv/main/memo.cpp
index e55ce1cfb..11b4a5107 100644
--- a/modules/memoserv/main/memo.cpp
+++ b/modules/memoserv/main/memo.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/memo.h b/modules/memoserv/main/memo.h
index e4f91a1ad..c700bd908 100644
--- a/modules/memoserv/main/memo.h
+++ b/modules/memoserv/main/memo.h
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/memoinfo.cpp b/modules/memoserv/main/memoinfo.cpp
index 8f5efc3fd..093f8f4fa 100644
--- a/modules/memoserv/main/memoinfo.cpp
+++ b/modules/memoserv/main/memoinfo.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/memoinfo.h b/modules/memoserv/main/memoinfo.h
index 78d6f005b..ac0358837 100644
--- a/modules/memoserv/main/memoinfo.h
+++ b/modules/memoserv/main/memoinfo.h
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/memoinfotype.cpp b/modules/memoserv/main/memoinfotype.cpp
index 1dcccec98..a2fcbf882 100644
--- a/modules/memoserv/main/memoinfotype.cpp
+++ b/modules/memoserv/main/memoinfotype.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/memoinfotype.h b/modules/memoserv/main/memoinfotype.h
index 94cc8fde4..6be662558 100644
--- a/modules/memoserv/main/memoinfotype.h
+++ b/modules/memoserv/main/memoinfotype.h
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/memoserv.cpp b/modules/memoserv/main/memoserv.cpp
index 833a32f68..3cea9100e 100644
--- a/modules/memoserv/main/memoserv.cpp
+++ b/modules/memoserv/main/memoserv.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2011-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2011-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/memotype.cpp b/modules/memoserv/main/memotype.cpp
index 13898de77..1c743f17e 100644
--- a/modules/memoserv/main/memotype.cpp
+++ b/modules/memoserv/main/memotype.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/main/memotype.h b/modules/memoserv/main/memotype.h
index b9b136976..1f2fd3d23 100644
--- a/modules/memoserv/main/memotype.h
+++ b/modules/memoserv/main/memotype.h
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2015-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2015-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/read.cpp b/modules/memoserv/read.cpp
index 4eff0a2b3..60fc98b0c 100644
--- a/modules/memoserv/read.cpp
+++ b/modules/memoserv/read.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/rsend.cpp b/modules/memoserv/rsend.cpp
index 1c8cbea55..a713a680d 100644
--- a/modules/memoserv/rsend.cpp
+++ b/modules/memoserv/rsend.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/send.cpp b/modules/memoserv/send.cpp
index 31dfc4e66..1e1bba207 100644
--- a/modules/memoserv/send.cpp
+++ b/modules/memoserv/send.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/sendall.cpp b/modules/memoserv/sendall.cpp
index a34dae751..918413ffa 100644
--- a/modules/memoserv/sendall.cpp
+++ b/modules/memoserv/sendall.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/set.cpp b/modules/memoserv/set.cpp
index 6ae0e1ba0..08a807748 100644
--- a/modules/memoserv/set.cpp
+++ b/modules/memoserv/set.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU
diff --git a/modules/memoserv/staff.cpp b/modules/memoserv/staff.cpp
index 6b176925f..1420f1ea3 100644
--- a/modules/memoserv/staff.cpp
+++ b/modules/memoserv/staff.cpp
@@ -1,7 +1,7 @@
/*
* Anope IRC Services
*
- * Copyright (C) 2003-2016 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2017 Anope Team <team@anope.org>
*
* This file is part of Anope. Anope is free software; you can
* redistribute it and/or modify it under the terms of the GNU