diff options
author | InspIRCd Robot <noreply@inspircd.org> | 2020-01-31 12:48:25 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-01-31 12:48:25 +0000 |
commit | 8f62016f16cf2419817738904153cb3711b20d7e (patch) | |
tree | ec986f18c8460cb8388edbba60a9aed33c1d0275 /include | |
parent | 4ce16000d3c7cdd46cbc84f608ec7c6d390d6817 (diff) |
Update copyright headers.
Diffstat (limited to 'include')
-rw-r--r-- | include/channels.h | 2 | ||||
-rw-r--r-- | include/dynref.h | 2 | ||||
-rw-r--r-- | include/event.h | 2 | ||||
-rw-r--r-- | include/message.h | 2 | ||||
-rw-r--r-- | include/modules.h | 2 | ||||
-rw-r--r-- | include/modules/ctctags.h | 2 | ||||
-rw-r--r-- | include/stdalgo.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/include/channels.h b/include/channels.h index 07e1091b0..f01a0434f 100644 --- a/include/channels.h +++ b/include/channels.h @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2013-2018 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2012-2013, 2017-2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2012-2013, 2017-2020 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net> diff --git a/include/dynref.h b/include/dynref.h index 2436720aa..2569d755c 100644 --- a/include/dynref.h +++ b/include/dynref.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2019-2020 Sadie Powell <sadie@witchery.services> * Copyright (C) 2013-2015 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/event.h b/include/event.h index 39273413f..9fd43ccd2 100644 --- a/include/event.h +++ b/include/event.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018-2020 Sadie Powell <sadie@witchery.services> * Copyright (C) 2015, 2018 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/message.h b/include/message.h index 322e159d1..3a7c7018e 100644 --- a/include/message.h +++ b/include/message.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2017-2018 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2017-2018, 2020 Sadie Powell <sadie@witchery.services> * Copyright (C) 2017-2018 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/modules.h b/include/modules.h index 6f483f32b..1c1f4a3ae 100644 --- a/include/modules.h +++ b/include/modules.h @@ -4,7 +4,7 @@ * Copyright (C) 2019 iwalkalone <iwalkalone69@gmail.com> * Copyright (C) 2013 Adam <Adam@anope.org> * Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2012-2013, 2016-2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2012-2013, 2016-2020 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> diff --git a/include/modules/ctctags.h b/include/modules/ctctags.h index 84fd7e93e..f1af43c09 100644 --- a/include/modules/ctctags.h +++ b/include/modules/ctctags.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018, 2020 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/stdalgo.h b/include/stdalgo.h index 578618132..c0baa9dd8 100644 --- a/include/stdalgo.h +++ b/include/stdalgo.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018, 2020 Sadie Powell <sadie@witchery.services> * Copyright (C) 2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can |