diff options
| author | Sadie Powell <sadie@witchery.services> | 2022-12-31 22:10:37 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2022-12-31 22:11:19 +0000 |
| commit | 885462d98e2dd3753b2992ce6fd6084340f86eee (patch) | |
| tree | 2a933e4b12db31e1061b1814048c1fbbe4c30cad /modules/database | |
| parent | 6395107be630b0a4181d68eb5b55b69493af5bb7 (diff) | |
| parent | 33a337dfc051222041896ec3ac349fd2f4821777 (diff) | |
Merge branch '2.0' into 2.1.
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 de7a5b951..e4ad7329a 100644 --- a/modules/database/db_flatfile.cpp +++ b/modules/database/db_flatfile.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2022 Anope Team + * (C) 2003-2023 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 ddc79e3ec..710815068 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2022 Anope Team + * (C) 2003-2023 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 81c0a6197..f8ed3707c 100644 --- a/modules/database/db_redis.cpp +++ b/modules/database/db_redis.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2022 Anope Team + * (C) 2003-2023 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 96dc1388d..6494914c4 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2022 Anope Team + * (C) 2003-2023 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 3101aece0..73bcb6ba8 100644 --- a/modules/database/db_sql_live.cpp +++ b/modules/database/db_sql_live.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2012-2022 Anope Team + * (C) 2012-2023 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |
