aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-01 13:16:48 +0000
committerGravatar Sadie Powell2023-01-01 13:19:45 +0000
commitd048778f789e8977506668631dab649426ca01ce (patch)
treeb3f5e3a0d37b070df53fbd233b72f4fd15d2deb6 /include/modules
parentRename the SimpleExtItem type parameter to be more descriptive. (diff)
parentFix some minor config parser error messages. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/geolocation.h2
-rw-r--r--include/modules/httpd.h2
-rw-r--r--include/modules/monitor.h2
-rw-r--r--include/modules/regex.h2
-rw-r--r--include/modules/server.h3
5 files changed, 4 insertions, 7 deletions
diff --git a/include/modules/geolocation.h b/include/modules/geolocation.h
index e154debfb..d65f967fc 100644
--- a/include/modules/geolocation.h
+++ b/include/modules/geolocation.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019, 2022 Sadie Powell <sadie@witchery.services>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
* redistribute it and/or modify it under the terms of the GNU General Public
diff --git a/include/modules/httpd.h b/include/modules/httpd.h
index fe325341a..a5a1c41e5 100644
--- a/include/modules/httpd.h
+++ b/include/modules/httpd.h
@@ -8,7 +8,7 @@
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007 John Brooks <special@inspircd.org>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
- * Copyright (C) 2006, 2008, 2010 Craig Edwards <brain@inspircd.org>
+ * Copyright (C) 2006, 2008 Craig Edwards <brain@inspircd.org>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
* redistribute it and/or modify it under the terms of the GNU General Public
diff --git a/include/modules/monitor.h b/include/modules/monitor.h
index 2f92a9449..da00c0187 100644
--- a/include/modules/monitor.h
+++ b/include/modules/monitor.h
@@ -1,8 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
+ * Copyright (C) 2022 delthas
* Copyright (C) 2022 Sadie Powell <sadie@witchery.services>
- * Copyright (C) 2021 delthas <delthas@dille.cc>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
* redistribute it and/or modify it under the terms of the GNU General Public
diff --git a/include/modules/regex.h b/include/modules/regex.h
index 71a3906e1..62cfcfdf0 100644
--- a/include/modules/regex.h
+++ b/include/modules/regex.h
@@ -4,8 +4,6 @@
* Copyright (C) 2013, 2021 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
- * Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
- * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
*
diff --git a/include/modules/server.h b/include/modules/server.h
index 8827f385c..d8c693267 100644
--- a/include/modules/server.h
+++ b/include/modules/server.h
@@ -2,9 +2,8 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2017-2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2019, 2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
- * Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
*
* This file is part of InspIRCd. InspIRCd is free software: you can