diff options
author | Robby <robby@chatbelgie.be> | 2020-01-04 15:51:20 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2020-01-04 15:51:20 +0100 |
commit | c8699c67266e7ed3c5cb8266e5131b8abea57337 (patch) | |
tree | f3de0ede634047cd3142af84954170ffa12fbc56 /modules/database | |
parent | 95c8478ec592008e870a0df65a178b6567e7cf5a (diff) |
Update copyright to 2020.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 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 24278e001..4c3926cfe 100644 --- a/modules/database/db_flatfile.cpp +++ b/modules/database/db_flatfile.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2019 Anope Team + * (C) 2003-2020 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 66db18834..a189a80f8 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2019 Anope Team + * (C) 2003-2020 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 2b63213c4..e1da4282d 100644 --- a/modules/database/db_redis.cpp +++ b/modules/database/db_redis.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2019 Anope Team + * (C) 2003-2020 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 1c1ca6b4b..a5c644a68 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2019 Anope Team + * (C) 2003-2020 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 e14a45c8b..521e3e449 100644 --- a/modules/database/db_sql_live.cpp +++ b/modules/database/db_sql_live.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2012-2019 Anope Team + * (C) 2012-2020 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |