diff options
| author | Robby <robby@chatbelgie.be> | 2018-04-25 19:22:13 +0200 |
|---|---|---|
| committer | Robby <robby@chatbelgie.be> | 2018-04-25 19:22:13 +0200 |
| commit | e03ae0cd85a85cbb3d5371b918e48b74ecc6e855 (patch) | |
| tree | cd51a103e66bd7a807b54673b8b95b0adacaff71 /modules/database | |
| parent | 901fc3e40f26cdf173703313e6d37595a3d3b92a (diff) | |
Update copyright to 2018.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 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 | ||||
| -rw-r--r-- | modules/database/db_sql_live.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/database/db_flatfile.cpp b/modules/database/db_flatfile.cpp index fff1e7b59..bd92ea392 100644 --- a/modules/database/db_flatfile.cpp +++ b/modules/database/db_flatfile.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2017 Anope Team + * (C) 2003-2018 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 55b6bedc7..8d9ecb053 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2017 Anope Team + * (C) 2003-2018 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 0e8bfc5a9..f4080b1b3 100644 --- a/modules/database/db_redis.cpp +++ b/modules/database/db_redis.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2017 Anope Team + * (C) 2003-2018 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 377c4cd30..f319a63a7 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2017 Anope Team + * (C) 2003-2018 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_sql_live.cpp b/modules/database/db_sql_live.cpp index 538ff0a64..85b4da1a3 100644 --- a/modules/database/db_sql_live.cpp +++ b/modules/database/db_sql_live.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2012-2017 Anope Team + * (C) 2012-2018 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |
