diff options
| author | Adam <Adam@anope.org> | 2014-01-01 20:47:35 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2014-01-01 20:48:38 -0500 |
| commit | 595dad4ec17ec127e4865a5167ed6d52e52367b6 (patch) | |
| tree | ff0e42c88522f9d9ee1ec4313c14ae2c55ebb397 /modules/database | |
| parent | a374e245fd257205e90e133044d014d024c3062e (diff) | |
Update copyright to 2014. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
Diffstat (limited to 'modules/database')
| -rw-r--r-- | modules/database/db_flatfile.cpp | 2 | ||||
| -rw-r--r-- | modules/database/db_old.cpp | 2 | ||||
| -rw-r--r-- | modules/database/db_redis.cpp | 2 | ||||
| -rw-r--r-- | modules/database/db_sql.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/database/db_flatfile.cpp b/modules/database/db_flatfile.cpp index ae5e35647..f2545bd0b 100644 --- a/modules/database/db_flatfile.cpp +++ b/modules/database/db_flatfile.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2013 Anope Team + * (C) 2003-2014 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index 77e980d7c..98cf1e055 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2013 Anope Team + * (C) 2003-2014 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_redis.cpp b/modules/database/db_redis.cpp index 20cf19a69..3cd023ed6 100644 --- a/modules/database/db_redis.cpp +++ b/modules/database/db_redis.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2013 Anope Team + * (C) 2003-2014 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_sql.cpp b/modules/database/db_sql.cpp index 6add33f93..b56f884f6 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2013 Anope Team + * (C) 2003-2014 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |
