aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules/sql.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/sql.h')
-rw-r--r--include/modules/sql.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/modules/sql.h b/include/modules/sql.h
index 52ea473f9..2f74de13f 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -2,8 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org>
- * Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2017-2019, 2021-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2019, 2021-2022, 2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
*
@@ -252,4 +251,4 @@ inline void SQL::PopulateUserInfo(User* user, ParamMap& userinfo)
{ "ident", userinfo["user"] },
{ "ip" , userinfo["address"] },
});
-};
+}