From aa692dc1039b63deef7886e914ec499abe7facaf Mon Sep 17 00:00:00 2001 From: InspIRCd Robot Date: Sat, 11 Jan 2020 22:02:47 +0000 Subject: Update copyright headers. --- include/modules/account.h | 7 ++++++- include/modules/away.h | 2 +- include/modules/cap.h | 3 ++- include/modules/ctctags.h | 2 +- include/modules/dns.h | 5 +++-- include/modules/exemption.h | 2 +- include/modules/hash.h | 7 ++++++- include/modules/httpd.h | 9 ++++++--- include/modules/invite.h | 3 ++- include/modules/ircv3.h | 3 ++- include/modules/ircv3_batch.h | 3 ++- include/modules/ircv3_servertime.h | 3 ++- include/modules/ldap.h | 3 +-- include/modules/regex.h | 5 +++++ include/modules/sasl.h | 3 +++ include/modules/server.h | 4 ++++ include/modules/shun.h | 3 ++- include/modules/sql.h | 5 ++++- include/modules/ssl.h | 11 +++++++++-- include/modules/stats.h | 1 + include/modules/webirc.h | 2 +- include/modules/who.h | 3 ++- include/modules/whois.h | 2 +- 23 files changed, 67 insertions(+), 24 deletions(-) (limited to 'include/modules') diff --git a/include/modules/account.h b/include/modules/account.h index 0368127a6..eb478b948 100644 --- a/include/modules/account.h +++ b/include/modules/account.h @@ -1,7 +1,12 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2008 Craig Edwards + * Copyright (C) 2015 Attila Molnar + * Copyright (C) 2013 Sadie Powell + * Copyright (C) 2012 Robby + * Copyright (C) 2009-2010 Daniel De Graaf + * Copyright (C) 2009 Uli Schlachter + * Copyright (C) 2008 Craig Edwards * * 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/away.h b/include/modules/away.h index f35e54e36..e70b598cf 100644 --- a/include/modules/away.h +++ b/include/modules/away.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016-2017 Sadie Powell + * Copyright (C) 2018 Sadie Powell * * 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/cap.h b/include/modules/cap.h index 5f63b58ce..e14bcc422 100644 --- a/include/modules/cap.h +++ b/include/modules/cap.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2015 Attila Molnar + * Copyright (C) 2018-2019 Sadie Powell + * Copyright (C) 2015-2016, 2018 Attila Molnar * * 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/ctctags.h b/include/modules/ctctags.h index b260feadf..d0f0f83bd 100644 --- a/include/modules/ctctags.h +++ b/include/modules/ctctags.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019 Sadie Powell + * Copyright (C) 2018 Sadie Powell * * 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/dns.h b/include/modules/dns.h index d371a62ea..8ac90f7de 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -1,8 +1,9 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013 Adam - * Copyright (C) 2003-2013 Anope Team + * Copyright (C) 2017, 2019 Sadie Powell + * Copyright (C) 2014-2015 Attila Molnar + * Copyright (C) 2013, 2015-2016 Adam * * 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/exemption.h b/include/modules/exemption.h index f667e9b64..9319c4737 100644 --- a/include/modules/exemption.h +++ b/include/modules/exemption.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016-2017 Sadie Powell + * Copyright (C) 2017, 2019 Sadie Powell * * 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/hash.h b/include/modules/hash.h index 7d46ee74a..ca27cd0ac 100644 --- a/include/modules/hash.h +++ b/include/modules/hash.h @@ -1,7 +1,12 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2010 Daniel De Graaf + * Copyright (C) 2014 Daniel Vassdal + * Copyright (C) 2013 Sadie Powell + * Copyright (C) 2012 Robby + * Copyright (C) 2009-2010 Daniel De Graaf + * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006 Craig Edwards * * 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 e1921cdb4..dca35f099 100644 --- a/include/modules/httpd.h +++ b/include/modules/httpd.h @@ -1,11 +1,14 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2019 linuxdaemon + * Copyright (C) 2013, 2015 Attila Molnar + * Copyright (C) 2013 Sadie Powell + * Copyright (C) 2012 Robby * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2008 Pippijn van Steenhoven - * Copyright (C) 2007 John Brooks + * Copyright (C) 2007 John Brooks * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006 Craig Edwards + * Copyright (C) 2006, 2008, 2010 Craig Edwards * * 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/invite.h b/include/modules/invite.h index abd483247..ba76f577e 100644 --- a/include/modules/invite.h +++ b/include/modules/invite.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2012, 2015 Attila Molnar + * Copyright (C) 2019 Sadie Powell + * Copyright (C) 2015 Attila Molnar * * 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/ircv3.h b/include/modules/ircv3.h index 3e58eb102..71bff2172 100644 --- a/include/modules/ircv3.h +++ b/include/modules/ircv3.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2015 Attila Molnar + * Copyright (C) 2018-2019 Sadie Powell + * Copyright (C) 2015, 2018 Attila Molnar * * 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/ircv3_batch.h b/include/modules/ircv3_batch.h index 7708e8d01..6f86b5f29 100644 --- a/include/modules/ircv3_batch.h +++ b/include/modules/ircv3_batch.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016 Attila Molnar + * Copyright (C) 2018-2019 Sadie Powell + * Copyright (C) 2018 Attila Molnar * * 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/ircv3_servertime.h b/include/modules/ircv3_servertime.h index 899fd1098..4befbaaba 100644 --- a/include/modules/ircv3_servertime.h +++ b/include/modules/ircv3_servertime.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016 Attila Molnar + * Copyright (C) 2018-2019 Sadie Powell + * Copyright (C) 2018 Attila Molnar * * 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/ldap.h b/include/modules/ldap.h index aeb3aa335..03b3e87be 100644 --- a/include/modules/ldap.h +++ b/include/modules/ldap.h @@ -1,8 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2015 Adam - * Copyright (C) 2003-2015 Anope Team + * Copyright (C) 2013, 2015 Adam * * 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 5ef00cdd0..23e547915 100644 --- a/include/modules/regex.h +++ b/include/modules/regex.h @@ -1,6 +1,11 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2013 Sadie Powell + * Copyright (C) 2013 Attila Molnar + * Copyright (C) 2012 Robby + * Copyright (C) 2010 Craig Edwards + * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner * diff --git a/include/modules/sasl.h b/include/modules/sasl.h index 8a54cfdb3..8ba209649 100644 --- a/include/modules/sasl.h +++ b/include/modules/sasl.h @@ -1,6 +1,9 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2015 Attila Molnar + * Copyright (C) 2013, 2018 Sadie Powell + * Copyright (C) 2012 Robby * Copyright (C) 2010 Daniel De Graaf * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/modules/server.h b/include/modules/server.h index 4e02efd19..63aa39e4a 100644 --- a/include/modules/server.h +++ b/include/modules/server.h @@ -1,6 +1,10 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2015 Attila Molnar + * Copyright (C) 2013, 2017-2019 Sadie Powell + * Copyright (C) 2012 Robby + * Copyright (C) 2010 Craig Edwards * Copyright (C) 2009 Daniel De Graaf * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/modules/shun.h b/include/modules/shun.h index 1c35e3a74..f1fd9a60d 100644 --- a/include/modules/shun.h +++ b/include/modules/shun.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2017 Dylan Frank + * Copyright (C) 2018 Sadie Powell + * Copyright (C) 2017 B00mX0r * * 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/sql.h b/include/modules/sql.h index 9f57d0c66..927d54ee7 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -1,7 +1,10 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2017 Sadie Powell + * Copyright (C) 2015 Daniel Vassdal + * Copyright (C) 2014 Attila Molnar + * Copyright (C) 2013, 2017-2019 Sadie Powell + * Copyright (C) 2012 Robby * Copyright (C) 2010 Daniel De Graaf * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 6fc2379ff..88a6751e4 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -1,8 +1,15 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2006 Craig Edwards + * Copyright (C) 2019 B00mX0r + * Copyright (C) 2018 Dylan Frank + * Copyright (C) 2013, 2017-2019 Sadie Powell + * Copyright (C) 2013, 2015-2016 Attila Molnar + * Copyright (C) 2012 Robby + * Copyright (C) 2012 ChrisTX + * Copyright (C) 2009-2010 Daniel De Graaf + * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006 Craig Edwards * * 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/stats.h b/include/modules/stats.h index e69070c9f..02b3b9b4a 100644 --- a/include/modules/stats.h +++ b/include/modules/stats.h @@ -1,6 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2018 Sadie Powell * Copyright (C) 2016 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/modules/webirc.h b/include/modules/webirc.h index c8056d10a..e335d3b12 100644 --- a/include/modules/webirc.h +++ b/include/modules/webirc.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016-2017 Sadie Powell + * Copyright (C) 2017 Sadie Powell * * 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/who.h b/include/modules/who.h index 983cece46..36aecbc03 100644 --- a/include/modules/who.h +++ b/include/modules/who.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2015 Attila Molnar + * Copyright (C) 2019 linuxdaemon + * Copyright (C) 2018 Sadie Powell * * 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/whois.h b/include/modules/whois.h index 4f09d268b..f158f82cc 100644 --- a/include/modules/whois.h +++ b/include/modules/whois.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2015 Attila Molnar + * Copyright (C) 2015-2016 Attila Molnar * * 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 -- cgit v1.2.3