From 8fd790c58bc0c400e6fee9e2859c356f9ec4b36d Mon Sep 17 00:00:00 2001 From: JustinAJ Date: Wed, 2 Dec 2015 02:11:11 -0500 Subject: [PATCH] Updated name in copyright notices. Updated Jupiter. --- Bot/Console_Command.cpp | 4 ++-- Bot/Console_Command.h | 4 ++-- Bot/Generic_Command.cpp | 4 ++-- Bot/Generic_Command.h | 4 ++-- Bot/IRC_Bot.cpp | 4 ++-- Bot/IRC_Bot.h | 4 ++-- Bot/IRC_Command.cpp | 4 ++-- Bot/IRC_Command.h | 4 ++-- Bot/Jupiter_Bot.h | 4 ++-- Bot/Main.cpp | 4 ++-- Bot/ServerManager.cpp | 4 ++-- Bot/ServerManager.h | 4 ++-- ChannelRelay/ChannelRelay.cpp | 4 ++-- ChannelRelay/ChannelRelay.h | 4 ++-- CoreCommands/CoreCommands.cpp | 4 ++-- CoreCommands/CoreCommands.h | 4 ++-- ExtraCommands/ExtraCommands.cpp | 4 ++-- ExtraCommands/ExtraCommands.h | 4 ++-- FunCommands/FunCommands.cpp | 4 ++-- FunCommands/FunCommands.h | 4 ++-- Jupiter | 2 +- Plugin.Example/Example.cpp | 2 +- Plugin.Example/Example.h | 2 +- Plugin.Template/Example.cpp | 2 +- Plugin.Template/Example.h | 2 +- PluginManager/PluginManager.cpp | 4 ++-- PluginManager/PluginManager.h | 4 ++-- Release/Bot.lib | Bin 24752 -> 24752 bytes Release/Plugins/RenX.Core.lib | Bin 133826 -> 133826 bytes RenX.Announcements/RenX_Announcements.cpp | 4 ++-- RenX.Announcements/RenX_Announcements.h | 4 ++-- RenX.Commands/RenX_Commands.cpp | 4 ++-- RenX.Commands/RenX_Commands.h | 4 ++-- RenX.Core/RenX.h | 4 ++-- RenX.Core/RenX_BanDatabase.cpp | 4 ++-- RenX.Core/RenX_BanDatabase.h | 4 ++-- RenX.Core/RenX_BuildingInfo.h | 4 ++-- RenX.Core/RenX_Core.cpp | 4 ++-- RenX.Core/RenX_Core.h | 4 ++-- RenX.Core/RenX_Functions.cpp | 4 ++-- RenX.Core/RenX_Functions.h | 4 ++-- RenX.Core/RenX_GameCommand.cpp | 4 ++-- RenX.Core/RenX_GameCommand.h | 4 ++-- RenX.Core/RenX_PlayerInfo.h | 4 ++-- RenX.Core/RenX_Plugin.cpp | 4 ++-- RenX.Core/RenX_Plugin.h | 4 ++-- RenX.Core/RenX_Server.cpp | 4 ++-- RenX.Core/RenX_Server.h | 4 ++-- RenX.Core/RenX_Tags.cpp | 4 ++-- RenX.Core/RenX_Tags.h | 4 ++-- RenX.DNS/RenX_DNS.cpp | 4 ++-- RenX.DNS/RenX_DNS.h | 4 ++-- .../ExcessiveHeadshots.cpp | 4 ++-- RenX.ExcessiveHeadshots/ExcessiveHeadshots.h | 4 ++-- RenX.ExtraLogging/RenX_ExtraLogging.cpp | 4 ++-- RenX.ExtraLogging/RenX_ExtraLogging.h | 4 ++-- RenX.Greetings/RenX_Greetings.cpp | 4 ++-- RenX.Greetings/RenX_Greetings.h | 4 ++-- RenX.HybridUUID/RenX_HybridUUID.cpp | 4 ++-- RenX.HybridUUID/RenX_HybridUUID.h | 4 ++-- RenX.IRCJoin/RenX_IRCJoin.cpp | 4 ++-- RenX.IRCJoin/RenX_IRCJoin.h | 4 ++-- RenX.Ladder/RenX_Ladder.cpp | 4 ++-- RenX.Ladder/RenX_Ladder.h | 4 ++-- RenX.Ladder/RenX_LadderDatabase.cpp | 4 ++-- RenX.Ladder/RenX_LadderDatabase.h | 4 ++-- RenX.Listen/RenX_Listen.cpp | 4 ++-- RenX.Listen/RenX_Listen.h | 4 ++-- RenX.Logging/RenX_Logging.cpp | 4 ++-- RenX.Logging/RenX_Logging.h | 4 ++-- RenX.Medals/RenX_Medals.cpp | 4 ++-- RenX.Medals/RenX_Medals.h | 4 ++-- RenX.MinPlayers/RenX_MinPlayers.cpp | 4 ++-- RenX.MinPlayers/RenX_MinPlayers.h | 4 ++-- RenX.ModSystem/RenX_ModSystem.cpp | 4 ++-- RenX.ModSystem/RenX_ModSystem.h | 4 ++-- RenX.NicknameUUID/RenX_NicknameUUID.cpp | 4 ++-- RenX.NicknameUUID/RenX_NicknameUUID.h | 4 ++-- RenX.Plugin.Template/Example.cpp | 2 +- RenX.Plugin.Template/Example.h | 2 +- RenX.SetJoin/RenX_SetJoin.cpp | 4 ++-- RenX.SetJoin/RenX_SetJoin.h | 4 ++-- RenX.Warn/RenX_Warn.cpp | 4 ++-- RenX.Warn/RenX_Warn.h | 4 ++-- SetJoin/SetJoin.cpp | 4 ++-- SetJoin/SetJoin.h | 4 ++-- 86 files changed, 161 insertions(+), 161 deletions(-) diff --git a/Bot/Console_Command.cpp b/Bot/Console_Command.cpp index 1def782..62debfd 100644 --- a/Bot/Console_Command.cpp +++ b/Bot/Console_Command.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Justin James. + * Copyright (C) 2013-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Console_Command.h" diff --git a/Bot/Console_Command.h b/Bot/Console_Command.h index 621b276..aae90ca 100644 --- a/Bot/Console_Command.h +++ b/Bot/Console_Command.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Justin James. + * Copyright (C) 2013-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _CONSOLE_COMMAND_H_HEADER diff --git a/Bot/Generic_Command.cpp b/Bot/Generic_Command.cpp index 4f14c41..3cefd51 100644 --- a/Bot/Generic_Command.cpp +++ b/Bot/Generic_Command.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Generic_Command.h" diff --git a/Bot/Generic_Command.h b/Bot/Generic_Command.h index a7fecc7..0412a30 100644 --- a/Bot/Generic_Command.h +++ b/Bot/Generic_Command.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _GENERIC_COMMAND_H_HEADER diff --git a/Bot/IRC_Bot.cpp b/Bot/IRC_Bot.cpp index b85cf39..1dea9d4 100644 --- a/Bot/IRC_Bot.cpp +++ b/Bot/IRC_Bot.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Justin James. + * Copyright (C) 2013-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ /** diff --git a/Bot/IRC_Bot.h b/Bot/IRC_Bot.h index e56ad11..b7123a4 100644 --- a/Bot/IRC_Bot.h +++ b/Bot/IRC_Bot.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Justin James. + * Copyright (C) 2013-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _IRC_BOT_H_HEADER diff --git a/Bot/IRC_Command.cpp b/Bot/IRC_Command.cpp index b1881cb..4a81d0c 100644 --- a/Bot/IRC_Command.cpp +++ b/Bot/IRC_Command.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Justin James. + * Copyright (C) 2013-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "IRC_Command.h" diff --git a/Bot/IRC_Command.h b/Bot/IRC_Command.h index 40dc38b..3002b13 100644 --- a/Bot/IRC_Command.h +++ b/Bot/IRC_Command.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Justin James. + * Copyright (C) 2013-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _IRC_COMMAND_H_HEADER diff --git a/Bot/Jupiter_Bot.h b/Bot/Jupiter_Bot.h index 604a1f5..3d9c417 100644 --- a/Bot/Jupiter_Bot.h +++ b/Bot/Jupiter_Bot.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Justin James. + * Copyright (C) 2013-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined JUPITER_BOT_API diff --git a/Bot/Main.cpp b/Bot/Main.cpp index 109c0b9..bf03241 100644 --- a/Bot/Main.cpp +++ b/Bot/Main.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Justin James. + * Copyright (C) 2013-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/Bot/ServerManager.cpp b/Bot/ServerManager.cpp index 4972ab6..5e3a5f7 100644 --- a/Bot/ServerManager.cpp +++ b/Bot/ServerManager.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/Functions.h" diff --git a/Bot/ServerManager.h b/Bot/ServerManager.h index ff00c91..5b2b6f9 100644 --- a/Bot/ServerManager.h +++ b/Bot/ServerManager.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014 Justin James. + * Copyright (C) 2014 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _SERVERMANAGER_H_HEADER diff --git a/ChannelRelay/ChannelRelay.cpp b/ChannelRelay/ChannelRelay.cpp index 6504cc6..3721634 100644 --- a/ChannelRelay/ChannelRelay.cpp +++ b/ChannelRelay/ChannelRelay.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/IRC_Client.h" diff --git a/ChannelRelay/ChannelRelay.h b/ChannelRelay/ChannelRelay.h index 7019fbb..a662c11 100644 --- a/ChannelRelay/ChannelRelay.h +++ b/ChannelRelay/ChannelRelay.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _CHANNELRELAY_H_HEADER diff --git a/CoreCommands/CoreCommands.cpp b/CoreCommands/CoreCommands.cpp index e1f48d0..72a1b12 100644 --- a/CoreCommands/CoreCommands.cpp +++ b/CoreCommands/CoreCommands.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/CoreCommands/CoreCommands.h b/CoreCommands/CoreCommands.h index 49e5376..e81aa3b 100644 --- a/CoreCommands/CoreCommands.h +++ b/CoreCommands/CoreCommands.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _CORECOMMANDS_H_HEADER diff --git a/ExtraCommands/ExtraCommands.cpp b/ExtraCommands/ExtraCommands.cpp index ebc917f..d6f6c27 100644 --- a/ExtraCommands/ExtraCommands.cpp +++ b/ExtraCommands/ExtraCommands.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/ExtraCommands/ExtraCommands.h b/ExtraCommands/ExtraCommands.h index 95d6282..dd1fae6 100644 --- a/ExtraCommands/ExtraCommands.h +++ b/ExtraCommands/ExtraCommands.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _FUNCOMMANDS_H_HEADER diff --git a/FunCommands/FunCommands.cpp b/FunCommands/FunCommands.cpp index 75c8313..e1120dc 100644 --- a/FunCommands/FunCommands.cpp +++ b/FunCommands/FunCommands.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/FunCommands/FunCommands.h b/FunCommands/FunCommands.h index dbfe84d..a9acf53 100644 --- a/FunCommands/FunCommands.h +++ b/FunCommands/FunCommands.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _FUNCOMMANDS_H_HEADER diff --git a/Jupiter b/Jupiter index 8cc73c9..6f708bd 160000 --- a/Jupiter +++ b/Jupiter @@ -1 +1 @@ -Subproject commit 8cc73c997a35d8abedd64dcd45b1016c57330000 +Subproject commit 6f708bd73e525d2871ebba2c076f448610b34f74 diff --git a/Plugin.Example/Example.cpp b/Plugin.Example/Example.cpp index fa66aef..27b4090 100644 --- a/Plugin.Example/Example.cpp +++ b/Plugin.Example/Example.cpp @@ -3,7 +3,7 @@ * support, and with no warranty, express or implied, as to its usefulness for * any purpose. * - * Written by Justin James + * Written by Jessica James */ #include "Example.h" diff --git a/Plugin.Example/Example.h b/Plugin.Example/Example.h index 4c81968..9dfc979 100644 --- a/Plugin.Example/Example.h +++ b/Plugin.Example/Example.h @@ -3,7 +3,7 @@ * support, and with no warranty, express or implied, as to its usefulness for * any purpose. * - * Written by Justin James + * Written by Jessica James */ #if !defined _EXAMPLE_H_HEADER diff --git a/Plugin.Template/Example.cpp b/Plugin.Template/Example.cpp index 63c184b..30584ec 100644 --- a/Plugin.Template/Example.cpp +++ b/Plugin.Template/Example.cpp @@ -3,7 +3,7 @@ * support, and with no warranty, express or implied, as to its usefulness for * any purpose. * - * Written by Justin James + * Written by Jessica James */ #include "Example.h" diff --git a/Plugin.Template/Example.h b/Plugin.Template/Example.h index be72a54..e361ecc 100644 --- a/Plugin.Template/Example.h +++ b/Plugin.Template/Example.h @@ -3,7 +3,7 @@ * support, and with no warranty, express or implied, as to its usefulness for * any purpose. * - * Written by Justin James + * Written by Jessica James */ #if !defined _EXAMPLE_H_HEADER diff --git a/PluginManager/PluginManager.cpp b/PluginManager/PluginManager.cpp index 9ce43e0..a9a34f6 100644 --- a/PluginManager/PluginManager.cpp +++ b/PluginManager/PluginManager.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/PluginManager/PluginManager.h b/PluginManager/PluginManager.h index 5f435c5..f4a8269 100644 --- a/PluginManager/PluginManager.h +++ b/PluginManager/PluginManager.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _PLUGINMANAGER_H_HEADER diff --git a/Release/Bot.lib b/Release/Bot.lib index aa7a524fb9425b97d73241a3475b1f7aae035456..411814307d890e9f8987261ec9d0de9bd7804ee3 100644 GIT binary patch delta 1940 zcmZ`)OH5Ny5QPXKQnipG&w$X95=oFkD=4=1PbvNPwX}s|KWIdaM(siuN+6<%x-mj# z)ffXC7ls%hgoQyvx?n+!F)j=%BQD%X3@lBE#(Up=@80)S zja6o2kI{6d2Y3&+WR5GoFTZNM%>bj1gLA#=1Fgl}a=7I7ph+mFS1m3Ou)H z;feX1?AH@QNYTyx_Gxf1c0(ZhpCT1DJWM55))rwe0VXl)?u(oi=VNzo~9HE*pZi*0mAi^u~ z6%l_QNl_e|;)oJ{GJ2Wf({bX%PV^GRFgNBU+{gSy8BVxOv8xorUF_ru_f3p#8`g)e zSMZ=0b!ULJm>y<1HQb0Z52Whv;;cHpW5=MVbnp?aw9Av~>cqdR&nH-Qv0I^f098K) zO9?&jNgK^3zlKthMb@N96G7`DWd3Wig~v?M7Vc{3XCgaO~d=Kk_^NCNUzvf zTKS577GJmR^gWgrX?Qq7G!#d!QCz%U;YG2cPOa!lFEpHn`ZU{hT!N;@vMj}|>fr`0cDys))PD>-jN&>@x t7;b^_HrJwH?1|4pZJs@M_z=g%Wt+*fzZ&@xR*te^V*d3}qH$`p>o2|ZDOdmi delta 1940 zcmZ`)T}YE*6joA1S52Aug{GS<63pqAif--S>HfEGbDPfgW04g_wTrqaQL>=AiIj6C z5qi@_NT`SxVIjNlLL#Dz@G7#4Zj#WOAdsT>{oe0;-|xfP-JU(?oaa2}oOesb(xqbQ zbVEg#(cIhJWd`2EEt}(t?<+4GZZW{<T>i$Y89SY zwD8#cRrc#CA!OE4FAK4Aux8b$a7arD{*=MJG99R`Cs-ijH1uh3FyyUv1&(3`{G-*Q zz$L!lrsTh{5&oLZso*~m^LN-SGQ3sD{oHP)*tVTuM;ya4j00_)z3)fW=1y4bByJ%Fm8 zf#rlA_@s?ylV3wI$s(&$q>3$dgK}}U%@k4eCB?kk8zS60Lj}eavBu$pSW$*yf23Dz zEUkRSK8df}PWmp(i!?kKAsS{!u2NjQUg1TtqE4;oO3&AKLtUEfIFfsqyDA71I+VK}fsy284 diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index 319c65501d3fbc8f639758d82290f52ad99a0321..1085cc2babf88a07c46cbbbe5369ea4bf2d7fc50 100644 GIT binary patch delta 8809 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 delta 8809 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 + * Written by Jessica James */ #include "Jupiter/IRC_Client.h" diff --git a/RenX.Announcements/RenX_Announcements.h b/RenX.Announcements/RenX_Announcements.h index 641675a..590be69 100644 --- a/RenX.Announcements/RenX_Announcements.h +++ b/RenX.Announcements/RenX_Announcements.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_ANNOUNCEMENTS_H_HEADER diff --git a/RenX.Commands/RenX_Commands.cpp b/RenX.Commands/RenX_Commands.cpp index 9b0e13a..7511875 100644 --- a/RenX.Commands/RenX_Commands.cpp +++ b/RenX.Commands/RenX_Commands.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/RenX.Commands/RenX_Commands.h b/RenX.Commands/RenX_Commands.h index 502ccf7..f256708 100644 --- a/RenX.Commands/RenX_Commands.h +++ b/RenX.Commands/RenX_Commands.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_COMMANDS_H_HEADER diff --git a/RenX.Core/RenX.h b/RenX.Core/RenX.h index 4378642..57c16e7 100644 --- a/RenX.Core/RenX.h +++ b/RenX.Core/RenX.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined RENX_API diff --git a/RenX.Core/RenX_BanDatabase.cpp b/RenX.Core/RenX_BanDatabase.cpp index 14c21f3..51634b4 100644 --- a/RenX.Core/RenX_BanDatabase.cpp +++ b/RenX.Core/RenX_BanDatabase.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/RenX.Core/RenX_BanDatabase.h b/RenX.Core/RenX_BanDatabase.h index 895ff0b..4a30dbb 100644 --- a/RenX.Core/RenX_BanDatabase.h +++ b/RenX.Core/RenX_BanDatabase.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_BANDATABASE_H_HEADER diff --git a/RenX.Core/RenX_BuildingInfo.h b/RenX.Core/RenX_BuildingInfo.h index d5a3efd..a95f1ef 100644 --- a/RenX.Core/RenX_BuildingInfo.h +++ b/RenX.Core/RenX_BuildingInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_BUILDINGINFO_H_HEADER diff --git a/RenX.Core/RenX_Core.cpp b/RenX.Core/RenX_Core.cpp index 97ff63a..82f9596 100644 --- a/RenX.Core/RenX_Core.cpp +++ b/RenX.Core/RenX_Core.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/RenX.Core/RenX_Core.h b/RenX.Core/RenX_Core.h index 0f661d0..1c952b9 100644 --- a/RenX.Core/RenX_Core.h +++ b/RenX.Core/RenX_Core.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_CORE_H_HEADER diff --git a/RenX.Core/RenX_Functions.cpp b/RenX.Core/RenX_Functions.cpp index c1feead..ec82402 100644 --- a/RenX.Core/RenX_Functions.cpp +++ b/RenX.Core/RenX_Functions.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/RenX.Core/RenX_Functions.h b/RenX.Core/RenX_Functions.h index c97aa87..9a4954d 100644 --- a/RenX.Core/RenX_Functions.h +++ b/RenX.Core/RenX_Functions.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_FUNCTIONS_H_HEADER diff --git a/RenX.Core/RenX_GameCommand.cpp b/RenX.Core/RenX_GameCommand.cpp index 59fa1e3..0c550e1 100644 --- a/RenX.Core/RenX_GameCommand.cpp +++ b/RenX.Core/RenX_GameCommand.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "RenX_GameCommand.h" diff --git a/RenX.Core/RenX_GameCommand.h b/RenX.Core/RenX_GameCommand.h index 6ddd053..43b7323 100644 --- a/RenX.Core/RenX_GameCommand.h +++ b/RenX.Core/RenX_GameCommand.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_GAMECOMMAND_H_HEADER diff --git a/RenX.Core/RenX_PlayerInfo.h b/RenX.Core/RenX_PlayerInfo.h index ca3aeda..40159e4 100644 --- a/RenX.Core/RenX_PlayerInfo.h +++ b/RenX.Core/RenX_PlayerInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_PLAYERINFO_H_HEADER diff --git a/RenX.Core/RenX_Plugin.cpp b/RenX.Core/RenX_Plugin.cpp index 9501362..8a985a9 100644 --- a/RenX.Core/RenX_Plugin.cpp +++ b/RenX.Core/RenX_Plugin.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "RenX_Plugin.h" diff --git a/RenX.Core/RenX_Plugin.h b/RenX.Core/RenX_Plugin.h index c51f222..2bc4cd3 100644 --- a/RenX.Core/RenX_Plugin.h +++ b/RenX.Core/RenX_Plugin.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_PLUGIN_H_HEADER diff --git a/RenX.Core/RenX_Server.cpp b/RenX.Core/RenX_Server.cpp index 87f8b26..5c179e1 100644 --- a/RenX.Core/RenX_Server.cpp +++ b/RenX.Core/RenX_Server.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/RenX.Core/RenX_Server.h b/RenX.Core/RenX_Server.h index d6b8f9c..2b01451 100644 --- a/RenX.Core/RenX_Server.h +++ b/RenX.Core/RenX_Server.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_SERVER_H_HEADER diff --git a/RenX.Core/RenX_Tags.cpp b/RenX.Core/RenX_Tags.cpp index 15b9999..163b58e 100644 --- a/RenX.Core/RenX_Tags.cpp +++ b/RenX.Core/RenX_Tags.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/Reference_String.h" diff --git a/RenX.Core/RenX_Tags.h b/RenX.Core/RenX_Tags.h index de55c7b..5ca6ff8 100644 --- a/RenX.Core/RenX_Tags.h +++ b/RenX.Core/RenX_Tags.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_TAGS_H_HEADER diff --git a/RenX.DNS/RenX_DNS.cpp b/RenX.DNS/RenX_DNS.cpp index 23b553d..d25fbd0 100644 --- a/RenX.DNS/RenX_DNS.cpp +++ b/RenX.DNS/RenX_DNS.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/RenX.DNS/RenX_DNS.h b/RenX.DNS/RenX_DNS.h index ac6e50b..3560c4a 100644 --- a/RenX.DNS/RenX_DNS.h +++ b/RenX.DNS/RenX_DNS.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_DNS_H_HEADER diff --git a/RenX.ExcessiveHeadshots/ExcessiveHeadshots.cpp b/RenX.ExcessiveHeadshots/ExcessiveHeadshots.cpp index 4c329a3..372504a 100644 --- a/RenX.ExcessiveHeadshots/ExcessiveHeadshots.cpp +++ b/RenX.ExcessiveHeadshots/ExcessiveHeadshots.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/RenX.ExcessiveHeadshots/ExcessiveHeadshots.h b/RenX.ExcessiveHeadshots/ExcessiveHeadshots.h index ae3720b..2a15acd 100644 --- a/RenX.ExcessiveHeadshots/ExcessiveHeadshots.h +++ b/RenX.ExcessiveHeadshots/ExcessiveHeadshots.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _EXCESSIVEHEADSHOTS_H_HEADER diff --git a/RenX.ExtraLogging/RenX_ExtraLogging.cpp b/RenX.ExtraLogging/RenX_ExtraLogging.cpp index 8490606..091a142 100644 --- a/RenX.ExtraLogging/RenX_ExtraLogging.cpp +++ b/RenX.ExtraLogging/RenX_ExtraLogging.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/IRC_Client.h" diff --git a/RenX.ExtraLogging/RenX_ExtraLogging.h b/RenX.ExtraLogging/RenX_ExtraLogging.h index cd0041f..62d60b5 100644 --- a/RenX.ExtraLogging/RenX_ExtraLogging.h +++ b/RenX.ExtraLogging/RenX_ExtraLogging.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_EXTRALOGGING_H_HEADER diff --git a/RenX.Greetings/RenX_Greetings.cpp b/RenX.Greetings/RenX_Greetings.cpp index d518248..b9ea206 100644 --- a/RenX.Greetings/RenX_Greetings.cpp +++ b/RenX.Greetings/RenX_Greetings.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/IRC_Client.h" diff --git a/RenX.Greetings/RenX_Greetings.h b/RenX.Greetings/RenX_Greetings.h index b8ebd3c..682aedd 100644 --- a/RenX.Greetings/RenX_Greetings.h +++ b/RenX.Greetings/RenX_Greetings.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_GREETING_H_HEADER diff --git a/RenX.HybridUUID/RenX_HybridUUID.cpp b/RenX.HybridUUID/RenX_HybridUUID.cpp index bcb2b5b..2ddef40 100644 --- a/RenX.HybridUUID/RenX_HybridUUID.cpp +++ b/RenX.HybridUUID/RenX_HybridUUID.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/String.h" diff --git a/RenX.HybridUUID/RenX_HybridUUID.h b/RenX.HybridUUID/RenX_HybridUUID.h index 871ad1d..9fe0970 100644 --- a/RenX.HybridUUID/RenX_HybridUUID.h +++ b/RenX.HybridUUID/RenX_HybridUUID.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_HYBRIDUUID_H_HEADER diff --git a/RenX.IRCJoin/RenX_IRCJoin.cpp b/RenX.IRCJoin/RenX_IRCJoin.cpp index 5ee62da..cf86c4b 100644 --- a/RenX.IRCJoin/RenX_IRCJoin.cpp +++ b/RenX.IRCJoin/RenX_IRCJoin.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/IRC_Client.h" diff --git a/RenX.IRCJoin/RenX_IRCJoin.h b/RenX.IRCJoin/RenX_IRCJoin.h index 8ce0810..ef11134 100644 --- a/RenX.IRCJoin/RenX_IRCJoin.h +++ b/RenX.IRCJoin/RenX_IRCJoin.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_IRCJOIN_H_HEADER diff --git a/RenX.Ladder/RenX_Ladder.cpp b/RenX.Ladder/RenX_Ladder.cpp index 7dd0257..831366f 100644 --- a/RenX.Ladder/RenX_Ladder.cpp +++ b/RenX.Ladder/RenX_Ladder.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Console_Command.h" diff --git a/RenX.Ladder/RenX_Ladder.h b/RenX.Ladder/RenX_Ladder.h index c32cbd0..d910e36 100644 --- a/RenX.Ladder/RenX_Ladder.h +++ b/RenX.Ladder/RenX_Ladder.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_LADDER_H_HEADER diff --git a/RenX.Ladder/RenX_LadderDatabase.cpp b/RenX.Ladder/RenX_LadderDatabase.cpp index ef875fa..e4aa35a 100644 --- a/RenX.Ladder/RenX_LadderDatabase.cpp +++ b/RenX.Ladder/RenX_LadderDatabase.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "RenX_LadderDatabase.h" diff --git a/RenX.Ladder/RenX_LadderDatabase.h b/RenX.Ladder/RenX_LadderDatabase.h index a748b64..e11c8a8 100644 --- a/RenX.Ladder/RenX_LadderDatabase.h +++ b/RenX.Ladder/RenX_LadderDatabase.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_LADDERDATABASE_H_HEADER diff --git a/RenX.Listen/RenX_Listen.cpp b/RenX.Listen/RenX_Listen.cpp index 83359b4..758d3d6 100644 --- a/RenX.Listen/RenX_Listen.cpp +++ b/RenX.Listen/RenX_Listen.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/IRC_Client.h" diff --git a/RenX.Listen/RenX_Listen.h b/RenX.Listen/RenX_Listen.h index 1194045..4ed7168 100644 --- a/RenX.Listen/RenX_Listen.h +++ b/RenX.Listen/RenX_Listen.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _EXAMPLE_H_HEADER diff --git a/RenX.Logging/RenX_Logging.cpp b/RenX.Logging/RenX_Logging.cpp index e0e3d12..9771968 100644 --- a/RenX.Logging/RenX_Logging.cpp +++ b/RenX.Logging/RenX_Logging.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/INIFile.h" diff --git a/RenX.Logging/RenX_Logging.h b/RenX.Logging/RenX_Logging.h index 664d602..552a16d 100644 --- a/RenX.Logging/RenX_Logging.h +++ b/RenX.Logging/RenX_Logging.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_LOGGING_H_HEADER diff --git a/RenX.Medals/RenX_Medals.cpp b/RenX.Medals/RenX_Medals.cpp index e83a802..e239727 100644 --- a/RenX.Medals/RenX_Medals.cpp +++ b/RenX.Medals/RenX_Medals.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/RenX.Medals/RenX_Medals.h b/RenX.Medals/RenX_Medals.h index 3349363..618a68b 100644 --- a/RenX.Medals/RenX_Medals.h +++ b/RenX.Medals/RenX_Medals.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_MEDALS_H_HEADER diff --git a/RenX.MinPlayers/RenX_MinPlayers.cpp b/RenX.MinPlayers/RenX_MinPlayers.cpp index 2cfc391..27fd1af 100644 --- a/RenX.MinPlayers/RenX_MinPlayers.cpp +++ b/RenX.MinPlayers/RenX_MinPlayers.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/IRC_Client.h" diff --git a/RenX.MinPlayers/RenX_MinPlayers.h b/RenX.MinPlayers/RenX_MinPlayers.h index cfe9381..9f60d89 100644 --- a/RenX.MinPlayers/RenX_MinPlayers.h +++ b/RenX.MinPlayers/RenX_MinPlayers.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_MINPLAYERS_H_HEADER diff --git a/RenX.ModSystem/RenX_ModSystem.cpp b/RenX.ModSystem/RenX_ModSystem.cpp index 1aabea3..77bc836 100644 --- a/RenX.ModSystem/RenX_ModSystem.cpp +++ b/RenX.ModSystem/RenX_ModSystem.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/IRC_Client.h" diff --git a/RenX.ModSystem/RenX_ModSystem.h b/RenX.ModSystem/RenX_ModSystem.h index 82c0deb..db069ec 100644 --- a/RenX.ModSystem/RenX_ModSystem.h +++ b/RenX.ModSystem/RenX_ModSystem.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_MODSYSTEM_H_HEADER diff --git a/RenX.NicknameUUID/RenX_NicknameUUID.cpp b/RenX.NicknameUUID/RenX_NicknameUUID.cpp index 99879a9..b7d9a27 100644 --- a/RenX.NicknameUUID/RenX_NicknameUUID.cpp +++ b/RenX.NicknameUUID/RenX_NicknameUUID.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/String.h" diff --git a/RenX.NicknameUUID/RenX_NicknameUUID.h b/RenX.NicknameUUID/RenX_NicknameUUID.h index 017f320..dc9753c 100644 --- a/RenX.NicknameUUID/RenX_NicknameUUID.h +++ b/RenX.NicknameUUID/RenX_NicknameUUID.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Justin James. + * Copyright (C) 2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_NICKNAMEUUID_H_HEADER diff --git a/RenX.Plugin.Template/Example.cpp b/RenX.Plugin.Template/Example.cpp index 85bc932..359310b 100644 --- a/RenX.Plugin.Template/Example.cpp +++ b/RenX.Plugin.Template/Example.cpp @@ -3,7 +3,7 @@ * support, and with no warranty, express or implied, as to its usefulness for * any purpose. * - * Written by Justin James + * Written by Jessica James */ #include "Example.h" diff --git a/RenX.Plugin.Template/Example.h b/RenX.Plugin.Template/Example.h index c1b34be..e627fd3 100644 --- a/RenX.Plugin.Template/Example.h +++ b/RenX.Plugin.Template/Example.h @@ -3,7 +3,7 @@ * support, and with no warranty, express or implied, as to its usefulness for * any purpose. * - * Written by Justin James + * Written by Jessica James */ #if !defined _EXAMPLE_H_HEADER diff --git a/RenX.SetJoin/RenX_SetJoin.cpp b/RenX.SetJoin/RenX_SetJoin.cpp index 63bff42..526e597 100644 --- a/RenX.SetJoin/RenX_SetJoin.cpp +++ b/RenX.SetJoin/RenX_SetJoin.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "Jupiter/IRC_Client.h" diff --git a/RenX.SetJoin/RenX_SetJoin.h b/RenX.SetJoin/RenX_SetJoin.h index 8ad9f9e..452c508 100644 --- a/RenX.SetJoin/RenX_SetJoin.h +++ b/RenX.SetJoin/RenX_SetJoin.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_SETJOIN_H_HEADER diff --git a/RenX.Warn/RenX_Warn.cpp b/RenX.Warn/RenX_Warn.cpp index ab83872..093eb3e 100644 --- a/RenX.Warn/RenX_Warn.cpp +++ b/RenX.Warn/RenX_Warn.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include "IRC_Bot.h" diff --git a/RenX.Warn/RenX_Warn.h b/RenX.Warn/RenX_Warn.h index 1bf4399..130d13c 100644 --- a/RenX.Warn/RenX_Warn.h +++ b/RenX.Warn/RenX_Warn.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _RENX_WARN_H_HEADER diff --git a/SetJoin/SetJoin.cpp b/SetJoin/SetJoin.cpp index 3397f95..38befb5 100644 --- a/SetJoin/SetJoin.cpp +++ b/SetJoin/SetJoin.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #include diff --git a/SetJoin/SetJoin.h b/SetJoin/SetJoin.h index 715bae4..8cbc9f1 100644 --- a/SetJoin/SetJoin.h +++ b/SetJoin/SetJoin.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Justin James. + * Copyright (C) 2014-2015 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 @@ -13,7 +13,7 @@ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Written by Justin James + * Written by Jessica James */ #if !defined _SETJOIN_H_HEADER