diff --git a/LICENSE b/LICENSE index 4bb38db2..6c99d935 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2023 games647 and contributors +Copyright (c) 2015-2024 games647 and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 266051cd..7de25954 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -4,7 +4,7 @@ The MIT License (MIT) - Copyright (c) 2015-2023 games647 and contributors + Copyright (c) 2015-2024 games647 and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java index 25ddda50..829dcce7 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitScheduler.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitScheduler.java index 59ec6bb2..b0e20488 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitScheduler.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitScheduler.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java index 9d98db04..c1a46275 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java index 4102b05c..2caaaed7 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/InetUtils.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/InetUtils.java index 78600a4f..24cf053c 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/InetUtils.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/InetUtils.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java index 641d39cc..69998ccf 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -74,11 +74,13 @@ public class PremiumPlaceholder extends PlaceholderExpansion { @Override public @NotNull String getAuthor() { + //noinspection deprecation return String.join(", ", plugin.getDescription().getAuthors()); } @Override public @NotNull String getVersion() { + //noinspection deprecation return plugin.getDescription().getVersion(); } } diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java index fbf0c9e8..5f8f9da5 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -63,7 +63,7 @@ public class CrackedCommand extends ToggleCommand { // todo: load async if StoredProfile profile = plugin.getCore().getStorage().loadProfile(sender.getName()); - if (profile.isPremium()) { + if (profile.isOnlinemodePreferred()) { plugin.getCore().sendLocaleMessage("remove-premium", sender); profile.setPremium(false); @@ -95,7 +95,7 @@ public class CrackedCommand extends ToggleCommand { } //existing player is already cracked - if (profile.isSaved() && !profile.isPremium()) { + if (profile.isSaved() && !profile.isOnlinemodePreferred()) { plugin.getCore().sendLocaleMessage("not-premium-other", sender); } else { plugin.getCore().sendLocaleMessage("remove-premium", sender); diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java index 46c2fea6..cbf1ee2a 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -78,7 +78,7 @@ public class PremiumCommand extends ToggleCommand { plugin.getCore().getPendingConfirms().remove(id); //todo: load async StoredProfile profile = plugin.getCore().getStorage().loadProfile(sender.getName()); - if (profile.isPremium()) { + if (profile.isOnlinemodePreferred()) { plugin.getCore().sendLocaleMessage("already-exists", sender); } else { //todo: resolve uuid @@ -109,7 +109,7 @@ public class PremiumCommand extends ToggleCommand { return; } - if (profile.isPremium()) { + if (profile.isOnlinemodePreferred()) { plugin.getCore().sendLocaleMessage("already-exists-other", sender); } else { //todo: resolve uuid diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java index f7549fbd..47aa5cfc 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginAutoLoginEvent.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginAutoLoginEvent.java index c2eceb86..35b16190 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginAutoLoginEvent.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginAutoLoginEvent.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPreLoginEvent.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPreLoginEvent.java index 63973ef7..2ee739db 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPreLoginEvent.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPreLoginEvent.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPremiumToggleEvent.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPremiumToggleEvent.java index 342bf468..1e77e6d8 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPremiumToggleEvent.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPremiumToggleEvent.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/AuthMeHook.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/AuthMeHook.java index d1abf8d6..aa971c43 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/AuthMeHook.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/AuthMeHook.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java index 0837965e..066f2443 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LogItHook.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LogItHook.java index 6f726b1e..a5c85b80 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LogItHook.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LogItHook.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LoginSecurityHook.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LoginSecurityHook.java index 6d31e498..c1ce96a9 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LoginSecurityHook.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LoginSecurityHook.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/UltraAuthHook.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/UltraAuthHook.java index 598b7adc..f7cd74ec 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/UltraAuthHook.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/UltraAuthHook.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/XAuthHook.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/XAuthHook.java index a24245ec..27d44a3e 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/XAuthHook.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/XAuthHook.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java index 8a7b59ec..0c5ed937 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java index b98bc66a..2bacbc5d 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/PaperCacheListener.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/PaperCacheListener.java index 78075a3d..acc9c124 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/PaperCacheListener.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/PaperCacheListener.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java index 81f4993c..0f86a3e4 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java index bff2122a..4c13c386 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java index 904a769f..3d129676 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java index 8f2981b5..3f6bdaf7 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SkinApplyListener.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SkinApplyListener.java index 7f2bf9e3..f3960672 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SkinApplyListener.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SkinApplyListener.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java index 1a25e5cf..e5df8d51 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/packet/ClientPublicKey.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/packet/ClientPublicKey.java index 86c50b38..1ea95d42 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/packet/ClientPublicKey.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/packet/ClientPublicKey.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolLoginSource.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolLoginSource.java index 8624d832..d7f8b494 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolLoginSource.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolLoginSource.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java index 50704871..be7ae1a7 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java index 246c2465..510fa614 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/FloodgateAuthTask.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/FloodgateAuthTask.java index 88d0605a..0e1ec3ed 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/FloodgateAuthTask.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/FloodgateAuthTask.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java index ecc45a2d..db57bcf6 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/FastLoginBukkitTest.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/FastLoginBukkitTest.java index de86dc9a..8a4dec81 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/FastLoginBukkitTest.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/FastLoginBukkitTest.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -41,8 +41,10 @@ class FastLoginBukkitTest { val msg = CommonUtil.translateColorCodes(message); assertEquals(msg, "§x00002a00002b§lText"); + @SuppressWarnings("deprecation") val components = TextComponent.fromLegacyText(msg); val expected = "{\"bold\":true,\"color\":\"#00a00b\",\"text\":\"Text\"}"; + //noinspection deprecation assertEquals(ComponentSerializer.toString(components), expected); } } diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/ReflectionTest.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/ReflectionTest.java index 7803523d..8cd2ed80 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/ReflectionTest.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/ReflectionTest.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHookTest.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHookTest.java index 71aea9f1..9eff9d8f 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHookTest.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHookTest.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/Base64Adapter.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/Base64Adapter.java index 869ff638..7376ef99 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/Base64Adapter.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/Base64Adapter.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java index fed7a85b..4b7a8024 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ResourceLoader.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ResourceLoader.java index 6212d526..792d216c 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ResourceLoader.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ResourceLoader.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SignatureTestData.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SignatureTestData.java index 43e04e90..937c72b0 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SignatureTestData.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SignatureTestData.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTaskTest.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTaskTest.java index 50ad277b..8309aecf 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTaskTest.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTaskTest.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHookTest.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHookTest.java index 3243bc81..a829a4dd 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHookTest.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHookTest.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/pom.xml b/bungee/pom.xml index 2b8f928e..c4a70225 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -4,7 +4,7 @@ The MIT License (MIT) - Copyright (c) 2015-2023 games647 and contributors + Copyright (c) 2015-2024 games647 and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java index cbb2952e..acc3282d 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSource.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSource.java index 7d25282c..e7a4fd23 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSource.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSource.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java index fa14c855..21a813a5 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginAutoLoginEvent.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginAutoLoginEvent.java index c01a4a57..5660b31a 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginAutoLoginEvent.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginAutoLoginEvent.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPreLoginEvent.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPreLoginEvent.java index 7d07b1c4..0ba62cb8 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPreLoginEvent.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPreLoginEvent.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPremiumToggleEvent.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPremiumToggleEvent.java index 1a7f8f6e..eac6b9ce 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPremiumToggleEvent.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPremiumToggleEvent.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/hook/BungeeAuthHook.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/hook/BungeeAuthHook.java index 4161264b..382fc021 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/hook/BungeeAuthHook.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/hook/BungeeAuthHook.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java index 777b9ace..afdd6a7e 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/PluginMessageListener.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/PluginMessageListener.java index ef76f46c..9ea789da 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/PluginMessageListener.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/PluginMessageListener.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java index 30852231..aa1371ea 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java index fc78f3c6..309758dc 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -64,7 +64,7 @@ public class AsyncToggleMessage implements Runnable { private void turnOffPremium() { StoredProfile playerProfile = core.getStorage().loadProfile(targetPlayer); //existing player is already cracked - if (playerProfile.isSaved() && !playerProfile.isPremium()) { + if (playerProfile.isSaved() && !playerProfile.isOnlinemodePreferred()) { sendMessage("not-premium"); return; } @@ -81,7 +81,7 @@ public class AsyncToggleMessage implements Runnable { private void activatePremium() { StoredProfile playerProfile = core.getStorage().loadProfile(targetPlayer); - if (playerProfile.isPremium()) { + if (playerProfile.isOnlinemodePreferred()) { sendMessage("already-exists"); return; } diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/FloodgateAuthTask.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/FloodgateAuthTask.java index 5fc55000..a86341bc 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/FloodgateAuthTask.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/FloodgateAuthTask.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java b/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java index 7c4390a9..a6bc897d 100644 --- a/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java +++ b/bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bungee/src/test/java/com/github/games647/fastlogin/bungee/listener/ConnectListenerTest.java b/bungee/src/test/java/com/github/games647/fastlogin/bungee/listener/ConnectListenerTest.java index 147d0cf7..907646a1 100644 --- a/bungee/src/test/java/com/github/games647/fastlogin/bungee/listener/ConnectListenerTest.java +++ b/bungee/src/test/java/com/github/games647/fastlogin/bungee/listener/ConnectListenerTest.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2015-2023 games647 and contributors + * Copyright (c) 2015-2024 games647 and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/checkstyle.xml b/checkstyle.xml index cca3b330..1163a4d8 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -5,7 +5,7 @@ The MIT License (MIT) - Copyright (c) 2015-2023 games647 and contributors + Copyright (c) 2015-2024 games647 and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -29,35 +29,6 @@ - - -