summaryrefslogtreecommitdiff
path: root/include/modules/bs_badwords.h
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 /include/modules/bs_badwords.h
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 'include/modules/bs_badwords.h')
-rw-r--r--include/modules/bs_badwords.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/modules/bs_badwords.h b/include/modules/bs_badwords.h
index 678512c96..80c5f17b6 100644
--- a/include/modules/bs_badwords.h
+++ b/include/modules/bs_badwords.h
@@ -1,14 +1,12 @@
/* BotServ core functions
*
- * (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.
- *
- *
*/
/** Flags for badwords
@@ -70,4 +68,3 @@ struct BadWords
virtual void Check() = 0;
};
-