From ae3e2db109eecaea25032e218c39a257e736174a Mon Sep 17 00:00:00 2001 From: InspIRCd Robot Date: Fri, 7 Jun 2024 10:37:56 +0100 Subject: Update copyright headers. --- include/modules/sql.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/modules/sql.h') diff --git a/include/modules/sql.h b/include/modules/sql.h index 52ea473f9..a0cf717cf 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 - * Copyright (C) 2014 Attila Molnar - * Copyright (C) 2013, 2017-2019, 2021-2022 Sadie Powell + * Copyright (C) 2013, 2017-2019, 2021-2022, 2024 Sadie Powell * Copyright (C) 2012 Robby * Copyright (C) 2010 Daniel De Graaf * -- cgit v1.3.1-10-gc9f91 From be0ad350c11dd9f7aaa2259022f91519ea378e3a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 7 Jun 2024 12:04:00 +0100 Subject: Remove an extraneous semicolon in the SQL module header. --- include/modules/sql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules/sql.h') diff --git a/include/modules/sql.h b/include/modules/sql.h index a0cf717cf..2f74de13f 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -251,4 +251,4 @@ inline void SQL::PopulateUserInfo(User* user, ParamMap& userinfo) { "ident", userinfo["user"] }, { "ip" , userinfo["address"] }, }); -}; +} -- cgit v1.3.1-10-gc9f91