summaryrefslogtreecommitdiff
path: root/modules/extra/m_ldap_authentication.cpp
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2016-01-28 20:24:49 +0100
committerRobby <robby@chatbelgie.be>2016-01-28 20:24:49 +0100
commitf118960a25dd1f482e77586b7853107692d31ec9 (patch)
treec9f232bfeee7a8bc35a4ff5aabfa93969ce3fbef /modules/extra/m_ldap_authentication.cpp
parent5d6a71b6d2dc72d95e188c5b1a5bfb7527bd38cd (diff)
Update copyright to 2016. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way.
Diffstat (limited to 'modules/extra/m_ldap_authentication.cpp')
-rw-r--r--modules/extra/m_ldap_authentication.cpp8
1 files changed, 8 insertions, 0 deletions
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"