From 8883a05637f0f9d30e17eeb96674b424846a6b29 Mon Sep 17 00:00:00 2001 From: Jessica James Date: Wed, 8 Dec 2021 17:05:52 -0600 Subject: [PATCH] Update Jupiter modile to hopefully resolve compilation issues on specific platforms; Mass-update copyright headers based on files touched this year --- src/Bot/include/Jupiter_Bot.h | 2 +- src/Jupiter | 2 +- src/Plugins/ChannelRelay/ChannelRelay.cpp | 2 +- src/Plugins/ChannelRelay/ChannelRelay.h | 2 +- src/Plugins/ExtraCommands/ExtraCommands.cpp | 2 +- src/Plugins/FunCommands/FunCommands.cpp | 2 +- src/Plugins/HTTPServer/HTTPServer.cpp | 2 +- src/Plugins/HTTPServer/HTTPServer.h | 2 +- src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.cpp | 2 +- src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.h | 2 +- src/Plugins/RenX/RenX.Announcements/RenX_Announcements.cpp | 2 +- src/Plugins/RenX/RenX.Announcements/RenX_Announcements.h | 2 +- src/Plugins/RenX/RenX.Core/RenX_BuildingInfo.h | 2 +- src/Plugins/RenX/RenX.Core/RenX_Functions.cpp | 2 +- src/Plugins/RenX/RenX.Core/RenX_Functions.h | 2 +- src/Plugins/RenX/RenX.Core/RenX_Map.cpp | 2 +- src/Plugins/RenX/RenX.Core/RenX_Map.h | 2 +- src/Plugins/RenX/RenX.Core/RenX_PlayerInfo.h | 2 +- src/Plugins/RenX/RenX.Core/RenX_Plugin.h | 2 +- src/Plugins/RenX/RenX.Core/RenX_Tags.h | 2 +- src/Plugins/RenX/RenX.Core/RenX_TeamInfo.h | 2 +- .../RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.cpp | 2 +- .../RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.h | 2 +- src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.cpp | 2 +- src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.h | 2 +- src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.cpp | 2 +- src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.h | 2 +- src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.cpp | 2 +- src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.h | 2 +- src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.cpp | 2 +- src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.h | 2 +- src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.cpp | 2 +- src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.h | 2 +- src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.cpp | 2 +- src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.h | 2 +- src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.cpp | 2 +- src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.h | 2 +- src/Plugins/RenX/RenX.Ladder.Web/RenX_Ladder_Web.h | 2 +- src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.cpp | 2 +- src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.h | 2 +- src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.cpp | 2 +- src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.h | 2 +- src/Plugins/RenX/RenX.Ladder/RenX_Ladder.h | 2 +- src/Plugins/RenX/RenX.Listen/RenX_Listen.h | 2 +- src/Plugins/RenX/RenX.Logging/RenX_Logging.cpp | 2 +- src/Plugins/RenX/RenX.Logging/RenX_Logging.h | 2 +- src/Plugins/RenX/RenX.Medals/RenX_Medals.h | 2 +- src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.cpp | 2 +- src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.h | 2 +- src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.cpp | 2 +- src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.h | 2 +- src/Plugins/RenX/RenX.SetJoin/RenX_SetJoin.cpp | 2 +- src/Plugins/SetJoin/SetJoin.cpp | 2 +- src/Plugins/SetJoin/SetJoin.h | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/src/Bot/include/Jupiter_Bot.h b/src/Bot/include/Jupiter_Bot.h index ea168ca..30823ed 100644 --- a/src/Bot/include/Jupiter_Bot.h +++ b/src/Bot/include/Jupiter_Bot.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2017 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Jupiter b/src/Jupiter index e31e59d..9284c2b 160000 --- a/src/Jupiter +++ b/src/Jupiter @@ -1 +1 @@ -Subproject commit e31e59dde3e4ce4f3d387028b882212079b03484 +Subproject commit 9284c2b23ba25c57131b14b22bc3f49f1c926b35 diff --git a/src/Plugins/ChannelRelay/ChannelRelay.cpp b/src/Plugins/ChannelRelay/ChannelRelay.cpp index 1107d94..8470271 100644 --- a/src/Plugins/ChannelRelay/ChannelRelay.cpp +++ b/src/Plugins/ChannelRelay/ChannelRelay.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/ChannelRelay/ChannelRelay.h b/src/Plugins/ChannelRelay/ChannelRelay.h index 0812239..f37ef48 100644 --- a/src/Plugins/ChannelRelay/ChannelRelay.h +++ b/src/Plugins/ChannelRelay/ChannelRelay.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2016 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/ExtraCommands/ExtraCommands.cpp b/src/Plugins/ExtraCommands/ExtraCommands.cpp index 478135b..802e7f2 100644 --- a/src/Plugins/ExtraCommands/ExtraCommands.cpp +++ b/src/Plugins/ExtraCommands/ExtraCommands.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/FunCommands/FunCommands.cpp b/src/Plugins/FunCommands/FunCommands.cpp index c2c2e1d..2218281 100644 --- a/src/Plugins/FunCommands/FunCommands.cpp +++ b/src/Plugins/FunCommands/FunCommands.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/HTTPServer/HTTPServer.cpp b/src/Plugins/HTTPServer/HTTPServer.cpp index 45f2610..0b0cf90 100644 --- a/src/Plugins/HTTPServer/HTTPServer.cpp +++ b/src/Plugins/HTTPServer/HTTPServer.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/HTTPServer/HTTPServer.h b/src/Plugins/HTTPServer/HTTPServer.h index 63fb5aa..5a2032b 100644 --- a/src/Plugins/HTTPServer/HTTPServer.h +++ b/src/Plugins/HTTPServer/HTTPServer.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.cpp b/src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.cpp index aebd9c8..fe27c82 100644 --- a/src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.cpp +++ b/src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.h b/src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.h index c5af750..2f6f031 100644 --- a/src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.h +++ b/src/Plugins/RenX/RenX.AlwaysRecord/RenX_AlwaysRecord.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Announcements/RenX_Announcements.cpp b/src/Plugins/RenX/RenX.Announcements/RenX_Announcements.cpp index ef585a8..6ff73ae 100644 --- a/src/Plugins/RenX/RenX.Announcements/RenX_Announcements.cpp +++ b/src/Plugins/RenX/RenX.Announcements/RenX_Announcements.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Announcements/RenX_Announcements.h b/src/Plugins/RenX/RenX.Announcements/RenX_Announcements.h index 658c6e8..2e32867 100644 --- a/src/Plugins/RenX/RenX.Announcements/RenX_Announcements.h +++ b/src/Plugins/RenX/RenX.Announcements/RenX_Announcements.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Core/RenX_BuildingInfo.h b/src/Plugins/RenX/RenX.Core/RenX_BuildingInfo.h index f77ab1a..79d55a2 100644 --- a/src/Plugins/RenX/RenX.Core/RenX_BuildingInfo.h +++ b/src/Plugins/RenX/RenX.Core/RenX_BuildingInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2016 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Core/RenX_Functions.cpp b/src/Plugins/RenX/RenX.Core/RenX_Functions.cpp index d266cae..0c43d9e 100644 --- a/src/Plugins/RenX/RenX.Core/RenX_Functions.cpp +++ b/src/Plugins/RenX/RenX.Core/RenX_Functions.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Core/RenX_Functions.h b/src/Plugins/RenX/RenX.Core/RenX_Functions.h index 0a2d663..0616fe7 100644 --- a/src/Plugins/RenX/RenX.Core/RenX_Functions.h +++ b/src/Plugins/RenX/RenX.Core/RenX_Functions.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Core/RenX_Map.cpp b/src/Plugins/RenX/RenX.Core/RenX_Map.cpp index a5d27be..d39bb56 100644 --- a/src/Plugins/RenX/RenX.Core/RenX_Map.cpp +++ b/src/Plugins/RenX/RenX.Core/RenX_Map.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Core/RenX_Map.h b/src/Plugins/RenX/RenX.Core/RenX_Map.h index dbd26f8..844a20f 100644 --- a/src/Plugins/RenX/RenX.Core/RenX_Map.h +++ b/src/Plugins/RenX/RenX.Core/RenX_Map.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Core/RenX_PlayerInfo.h b/src/Plugins/RenX/RenX.Core/RenX_PlayerInfo.h index 164cac2..07bc695 100644 --- a/src/Plugins/RenX/RenX.Core/RenX_PlayerInfo.h +++ b/src/Plugins/RenX/RenX.Core/RenX_PlayerInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Core/RenX_Plugin.h b/src/Plugins/RenX/RenX.Core/RenX_Plugin.h index fefa8dc..ab92a8f 100644 --- a/src/Plugins/RenX/RenX.Core/RenX_Plugin.h +++ b/src/Plugins/RenX/RenX.Core/RenX_Plugin.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Core/RenX_Tags.h b/src/Plugins/RenX/RenX.Core/RenX_Tags.h index 9f905f6..101b540 100644 --- a/src/Plugins/RenX/RenX.Core/RenX_Tags.h +++ b/src/Plugins/RenX/RenX.Core/RenX_Tags.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2016 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Core/RenX_TeamInfo.h b/src/Plugins/RenX/RenX.Core/RenX_TeamInfo.h index fad3e7a..eacfb12 100644 --- a/src/Plugins/RenX/RenX.Core/RenX_TeamInfo.h +++ b/src/Plugins/RenX/RenX.Core/RenX_TeamInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.cpp b/src/Plugins/RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.cpp index 25eca31..daa21ff 100644 --- a/src/Plugins/RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.cpp +++ b/src/Plugins/RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.h b/src/Plugins/RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.h index 30963e6..8682959 100644 --- a/src/Plugins/RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.h +++ b/src/Plugins/RenX/RenX.ExcessiveHeadshots/RenX_ExcessiveHeadshots.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.cpp b/src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.cpp index c983373..37dcf79 100644 --- a/src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.cpp +++ b/src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.h b/src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.h index 7aecad9..27f53fb 100644 --- a/src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.h +++ b/src/Plugins/RenX/RenX.ExtraLogging/RenX_ExtraLogging.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.cpp b/src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.cpp index 29ace44..97ac4d3 100644 --- a/src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.cpp +++ b/src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.h b/src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.h index c19bff4..34e8169 100644 --- a/src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.h +++ b/src/Plugins/RenX/RenX.HybridUUID/RenX_HybridUUID.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.cpp b/src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.cpp index e4d4574..c7001ef 100644 --- a/src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.cpp +++ b/src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.h b/src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.h index b1a9abb..e02a25c 100644 --- a/src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.h +++ b/src/Plugins/RenX/RenX.IRCJoin/RenX_IRCJoin.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.cpp b/src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.cpp index c59b3d6..347f208 100644 --- a/src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.cpp +++ b/src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.h b/src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.h index e66840c..bea5518 100644 --- a/src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.h +++ b/src/Plugins/RenX/RenX.KickDupes/RenX_KickDupes.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Jessica James. + * Copyright (C) 2020-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.cpp b/src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.cpp index ae7e128..b22bea4 100644 --- a/src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.cpp +++ b/src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.h b/src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.h index 40814e8..202a211 100644 --- a/src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.h +++ b/src/Plugins/RenX/RenX.Ladder.All-Time/RenX_Ladder_All_Time.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.cpp b/src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.cpp index b467ef5..90e2ea2 100644 --- a/src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.cpp +++ b/src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2017 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.h b/src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.h index 476deee..92ddeb4 100644 --- a/src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.h +++ b/src/Plugins/RenX/RenX.Ladder.Daily/RenX_Ladder_Daily.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2017 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.cpp b/src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.cpp index 5375147..fc83af7 100644 --- a/src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.cpp +++ b/src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2017 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.h b/src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.h index 801070f..d29d247 100644 --- a/src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.h +++ b/src/Plugins/RenX/RenX.Ladder.Monthly/RenX_Ladder_Monthly.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2017 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.Web/RenX_Ladder_Web.h b/src/Plugins/RenX/RenX.Ladder.Web/RenX_Ladder_Web.h index 2db5a36..1e1792d 100644 --- a/src/Plugins/RenX/RenX.Ladder.Web/RenX_Ladder_Web.h +++ b/src/Plugins/RenX/RenX.Ladder.Web/RenX_Ladder_Web.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.cpp b/src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.cpp index 4d7eb27..7aeb7f4 100644 --- a/src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.cpp +++ b/src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2017 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.h b/src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.h index 75155f5..224002e 100644 --- a/src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.h +++ b/src/Plugins/RenX/RenX.Ladder.Weekly/RenX_Ladder_Weekly.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2017 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.cpp b/src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.cpp index 30ce1ed..e3bb3c8 100644 --- a/src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.cpp +++ b/src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2017 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.h b/src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.h index 1ee59db..27768f4 100644 --- a/src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.h +++ b/src/Plugins/RenX/RenX.Ladder.Yearly/RenX_Ladder_Yearly.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2017 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Ladder/RenX_Ladder.h b/src/Plugins/RenX/RenX.Ladder/RenX_Ladder.h index 937a96c..0f2abd1 100644 --- a/src/Plugins/RenX/RenX.Ladder/RenX_Ladder.h +++ b/src/Plugins/RenX/RenX.Ladder/RenX_Ladder.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Listen/RenX_Listen.h b/src/Plugins/RenX/RenX.Listen/RenX_Listen.h index b8c9be4..08eaa66 100644 --- a/src/Plugins/RenX/RenX.Listen/RenX_Listen.h +++ b/src/Plugins/RenX/RenX.Listen/RenX_Listen.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2016 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Logging/RenX_Logging.cpp b/src/Plugins/RenX/RenX.Logging/RenX_Logging.cpp index 16afea0..48baa04 100644 --- a/src/Plugins/RenX/RenX.Logging/RenX_Logging.cpp +++ b/src/Plugins/RenX/RenX.Logging/RenX_Logging.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Logging/RenX_Logging.h b/src/Plugins/RenX/RenX.Logging/RenX_Logging.h index 78e8bb4..93aa558 100644 --- a/src/Plugins/RenX/RenX.Logging/RenX_Logging.h +++ b/src/Plugins/RenX/RenX.Logging/RenX_Logging.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.Medals/RenX_Medals.h b/src/Plugins/RenX/RenX.Medals/RenX_Medals.h index 7c897df..9c8bb38 100644 --- a/src/Plugins/RenX/RenX.Medals/RenX_Medals.h +++ b/src/Plugins/RenX/RenX.Medals/RenX_Medals.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.cpp b/src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.cpp index 40a5fc3..ded6329 100644 --- a/src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.cpp +++ b/src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.h b/src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.h index 7e8c0e3..e9a7416 100644 --- a/src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.h +++ b/src/Plugins/RenX/RenX.MinPlayers/RenX_MinPlayers.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.cpp b/src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.cpp index aad37be..e323c36 100644 --- a/src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.cpp +++ b/src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.h b/src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.h index 8d3b32a..7ebc587 100644 --- a/src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.h +++ b/src/Plugins/RenX/RenX.NicknameUUID/RenX_NicknameUUID.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2017 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/RenX/RenX.SetJoin/RenX_SetJoin.cpp b/src/Plugins/RenX/RenX.SetJoin/RenX_SetJoin.cpp index 3cf21c3..b4287ea 100644 --- a/src/Plugins/RenX/RenX.SetJoin/RenX_SetJoin.cpp +++ b/src/Plugins/RenX/RenX.SetJoin/RenX_SetJoin.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/SetJoin/SetJoin.cpp b/src/Plugins/SetJoin/SetJoin.cpp index c78e526..7975055 100644 --- a/src/Plugins/SetJoin/SetJoin.cpp +++ b/src/Plugins/SetJoin/SetJoin.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/Plugins/SetJoin/SetJoin.h b/src/Plugins/SetJoin/SetJoin.h index 4f2a6f8..7ef2cf0 100644 --- a/src/Plugins/SetJoin/SetJoin.h +++ b/src/Plugins/SetJoin/SetJoin.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above