aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extra/pgsql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-03-01 16:24:05 +0000
committerGravatar Sadie Powell2025-03-01 16:26:53 +0000
commita27defd72f82627993a059683c8399beb477a800 (patch)
treea926b5cab8249832c7d147c508f7f098cc763ff7 /modules/extra/pgsql.cpp
parentReplace insp::substring_view with the C++20 iterator constructor. (diff)
parentAvoid the use of ConvToStr in string concatenation. (diff)
downloadinspircd++-a27defd72f82627993a059683c8399beb477a800.tar.gz
inspircd++-a27defd72f82627993a059683c8399beb477a800.tar.bz2
inspircd++-a27defd72f82627993a059683c8399beb477a800.zip
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/extra/pgsql.cpp')
-rw-r--r--modules/extra/pgsql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/pgsql.cpp b/modules/extra/pgsql.cpp
index 228e28b83..f41e1482a 100644
--- a/modules/extra/pgsql.cpp
+++ b/modules/extra/pgsql.cpp
@@ -3,7 +3,7 @@
*
* Copyright (C) 2024 Larry Williamson <l422y@l422y.com>
* Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org>
- * Copyright (C) 2013, 2016-2017, 2019-2024 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2016-2017, 2019-2025 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012-2015 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>