From b0862d2d16c4ba7560d3f24c824d78793ac3d9e0 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Sun, 1 Jan 2023 18:46:33 -0500 Subject: [PATCH] Use Spotless for license formatting --- HEADER.txt | 29 ++++++------ api/HEADER.txt | 9 ++-- api/build.gradle.kts | 4 -- .../plugin/ap/PluginAnnotationProcessor.java | 2 +- .../ap/SerializedPluginDescription.java | 2 +- .../api/command/BrigadierCommand.java | 2 +- .../velocitypowered/api/command/Command.java | 2 +- .../api/command/CommandInvocation.java | 2 +- .../api/command/CommandManager.java | 2 +- .../api/command/CommandMeta.java | 2 +- .../api/command/CommandSource.java | 2 +- .../api/command/InvocableCommand.java | 2 +- .../api/command/RawCommand.java | 2 +- .../api/command/SimpleCommand.java | 2 +- .../api/command/VelocityBrigadierMessage.java | 2 +- .../api/event/AwaitingEventExecutor.java | 2 +- .../api/event/Continuation.java | 2 +- .../api/event/EventHandler.java | 2 +- .../api/event/EventManager.java | 2 +- .../velocitypowered/api/event/EventTask.java | 2 +- .../velocitypowered/api/event/PostOrder.java | 2 +- .../api/event/ResultedEvent.java | 2 +- .../velocitypowered/api/event/Subscribe.java | 2 +- .../api/event/annotation/AwaitingEvent.java | 2 +- .../event/command/CommandExecuteEvent.java | 2 +- .../command/PlayerAvailableCommandsEvent.java | 2 +- .../connection/ConnectionHandshakeEvent.java | 2 +- .../api/event/connection/DisconnectEvent.java | 2 +- .../api/event/connection/LoginEvent.java | 2 +- .../event/connection/PluginMessageEvent.java | 2 +- .../api/event/connection/PostLoginEvent.java | 2 +- .../api/event/connection/PreLoginEvent.java | 2 +- .../permission/PermissionsSetupEvent.java | 2 +- .../event/player/GameProfileRequestEvent.java | 2 +- .../event/player/KickedFromServerEvent.java | 2 +- .../player/PlayerChannelRegisterEvent.java | 2 +- .../api/event/player/PlayerChatEvent.java | 2 +- .../PlayerChooseInitialServerEvent.java | 2 +- .../event/player/PlayerClientBrandEvent.java | 2 +- .../api/event/player/PlayerModInfoEvent.java | 2 +- .../player/PlayerResourcePackStatusEvent.java | 2 +- .../player/PlayerSettingsChangedEvent.java | 2 +- .../event/player/ServerConnectedEvent.java | 2 +- .../player/ServerLoginPluginMessageEvent.java | 2 +- .../event/player/ServerPostConnectEvent.java | 2 +- .../event/player/ServerPreConnectEvent.java | 2 +- .../player/ServerResourcePackSendEvent.java | 2 +- .../api/event/player/TabCompleteEvent.java | 2 +- .../api/event/proxy/ListenerBoundEvent.java | 2 +- .../api/event/proxy/ListenerCloseEvent.java | 2 +- .../api/event/proxy/ProxyInitializeEvent.java | 2 +- .../api/event/proxy/ProxyPingEvent.java | 2 +- .../api/event/proxy/ProxyReloadEvent.java | 2 +- .../api/event/proxy/ProxyShutdownEvent.java | 2 +- .../api/event/query/ProxyQueryEvent.java | 2 +- .../api/network/ListenerType.java | 2 +- .../api/network/ProtocolVersion.java | 2 +- .../api/permission/PermissionFunction.java | 2 +- .../api/permission/PermissionProvider.java | 2 +- .../api/permission/PermissionSubject.java | 2 +- .../api/permission/Tristate.java | 2 +- .../api/plugin/Dependency.java | 2 +- .../api/plugin/InvalidPluginException.java | 2 +- .../velocitypowered/api/plugin/Plugin.java | 2 +- .../api/plugin/PluginContainer.java | 2 +- .../api/plugin/PluginDescription.java | 2 +- .../api/plugin/PluginManager.java | 2 +- .../api/plugin/annotation/DataDirectory.java | 2 +- .../api/plugin/meta/PluginDependency.java | 2 +- .../api/proxy/ConnectionRequestBuilder.java | 2 +- .../api/proxy/ConsoleCommandSource.java | 2 +- .../api/proxy/InboundConnection.java | 2 +- .../api/proxy/LoginPhaseConnection.java | 2 +- .../com/velocitypowered/api/proxy/Player.java | 2 +- .../api/proxy/ProxyServer.java | 2 +- .../api/proxy/ServerConnection.java | 2 +- .../api/proxy/config/ProxyConfig.java | 2 +- .../api/proxy/crypto/IdentifiedKey.java | 2 +- .../api/proxy/crypto/KeyIdentifiable.java | 2 +- .../api/proxy/crypto/KeySigned.java | 2 +- .../api/proxy/crypto/SignedMessage.java | 2 +- .../api/proxy/messages/ChannelIdentifier.java | 2 +- .../proxy/messages/ChannelMessageSink.java | 2 +- .../proxy/messages/ChannelMessageSource.java | 2 +- .../api/proxy/messages/ChannelRegistrar.java | 2 +- .../messages/LegacyChannelIdentifier.java | 2 +- .../messages/MinecraftChannelIdentifier.java | 2 +- .../api/proxy/player/ChatSession.java | 2 +- .../api/proxy/player/PlayerSettings.java | 2 +- .../api/proxy/player/ResourcePackInfo.java | 2 +- .../api/proxy/player/SkinParts.java | 2 +- .../api/proxy/player/TabList.java | 2 +- .../api/proxy/player/TabListEntry.java | 2 +- .../api/proxy/server/QueryResponse.java | 2 +- .../api/proxy/server/RegisteredServer.java | 2 +- .../api/proxy/server/ServerInfo.java | 2 +- .../api/proxy/server/ServerPing.java | 2 +- .../api/scheduler/ScheduledTask.java | 2 +- .../api/scheduler/Scheduler.java | 2 +- .../api/scheduler/TaskStatus.java | 2 +- .../api/util/FastUuidSansHyphens.java | 2 +- .../com/velocitypowered/api/util/Favicon.java | 2 +- .../velocitypowered/api/util/GameProfile.java | 2 +- .../api/util/MessagePosition.java | 2 +- .../com/velocitypowered/api/util/ModInfo.java | 2 +- .../api/util/ProxyVersion.java | 2 +- .../velocitypowered/api/util/UuidUtils.java | 2 +- .../MinecraftChannelIdentifierTest.java | 2 +- .../api/proxy/server/QueryResponseTest.java | 2 +- .../api/proxy/server/ServerPingTest.java | 2 +- .../api/util/UuidUtilsTest.java | 2 +- build.gradle.kts | 5 +-- buildSrc/build.gradle.kts | 15 +++++++ .../script/SetManifestImplVersionPlugin.kt | 2 +- .../script/VelocityCheckstylePlugin.kt | 2 +- .../script/VelocityPublishPlugin.kt | 2 +- .../script/VelocitySpotlessPlugin.kt | 44 +++++++++++++++++++ config/checkstyle/checkstyle.xml | 2 +- native/build.gradle.kts | 4 -- .../velocitypowered/natives/Disposable.java | 2 +- .../com/velocitypowered/natives/Native.java | 2 +- .../natives/NativeSetupException.java | 2 +- .../natives/compression/CompressorUtils.java | 2 +- .../compression/JavaVelocityCompressor.java | 2 +- .../LibdeflateVelocityCompressor.java | 2 +- .../compression/NativeZlibDeflate.java | 2 +- .../compression/NativeZlibInflate.java | 2 +- .../compression/VelocityCompressor.java | 2 +- .../VelocityCompressorFactory.java | 2 +- .../encryption/JavaVelocityCipher.java | 2 +- .../encryption/NativeVelocityCipher.java | 2 +- .../natives/encryption/OpenSslCipherImpl.java | 2 +- .../natives/encryption/VelocityCipher.java | 2 +- .../encryption/VelocityCipherFactory.java | 2 +- .../natives/util/BufferPreference.java | 2 +- .../natives/util/MoreByteBufUtils.java | 2 +- .../natives/util/NativeCodeLoader.java | 2 +- .../natives/util/NativeConstraints.java | 2 +- .../velocitypowered/natives/util/Natives.java | 2 +- .../compression/VelocityCompressorTest.java | 2 +- .../encryption/VelocityCipherTest.java | 2 +- proxy/build.gradle.kts | 4 -- .../com/velocitypowered/proxy/Metrics.java | 2 +- .../velocitypowered/proxy/ProxyOptions.java | 2 +- .../com/velocitypowered/proxy/Velocity.java | 2 +- .../velocitypowered/proxy/VelocityServer.java | 2 +- .../proxy/command/CommandGraphInjector.java | 2 +- .../proxy/command/SuggestionsProvider.java | 2 +- .../proxy/command/VelocityCommandManager.java | 2 +- .../proxy/command/VelocityCommandMeta.java | 2 +- .../proxy/command/VelocityCommands.java | 2 +- .../brigadier/StringArrayArgumentType.java | 2 +- .../brigadier/VelocityArgumentBuilder.java | 2 +- .../VelocityArgumentCommandNode.java | 2 +- .../command/builtin/BuiltinCommandUtil.java | 2 +- .../command/builtin/CommandMessages.java | 2 +- .../proxy/command/builtin/GlistCommand.java | 2 +- .../proxy/command/builtin/ServerCommand.java | 2 +- .../command/builtin/ShutdownCommand.java | 2 +- .../command/builtin/VelocityCommand.java | 2 +- .../invocation/AbstractCommandInvocation.java | 2 +- .../invocation/CommandInvocationFactory.java | 2 +- .../invocation/RawCommandInvocation.java | 2 +- .../invocation/SimpleCommandInvocation.java | 2 +- .../registrar/AbstractCommandRegistrar.java | 2 +- .../registrar/BrigadierCommandRegistrar.java | 2 +- .../command/registrar/CommandRegistrar.java | 2 +- .../registrar/InvocableCommandRegistrar.java | 2 +- .../registrar/RawCommandRegistrar.java | 2 +- .../registrar/SimpleCommandRegistrar.java | 2 +- .../proxy/config/PingPassthroughMode.java | 2 +- .../proxy/config/PlayerInfoForwarding.java | 2 +- .../proxy/config/VelocityConfiguration.java | 2 +- .../proxy/connection/ConnectionType.java | 2 +- .../proxy/connection/ConnectionTypes.java | 2 +- .../proxy/connection/MinecraftConnection.java | 2 +- .../MinecraftConnectionAssociation.java | 2 +- .../connection/MinecraftSessionHandler.java | 2 +- .../proxy/connection/VelocityConstants.java | 2 +- .../backend/BackendConnectionPhase.java | 2 +- .../backend/BackendConnectionPhases.java | 2 +- .../backend/BackendPlaySessionHandler.java | 2 +- .../backend/BungeeCordMessageResponder.java | 2 +- .../backend/LoginSessionHandler.java | 2 +- .../backend/TransitionSessionHandler.java | 2 +- .../backend/VelocityServerConnection.java | 2 +- .../connection/client/AuthSessionHandler.java | 2 +- .../client/ClientConnectionPhase.java | 2 +- .../client/ClientConnectionPhases.java | 2 +- .../client/ClientPlaySessionHandler.java | 2 +- .../client/ClientSettingsWrapper.java | 2 +- .../connection/client/ConnectedPlayer.java | 2 +- .../client/HandshakeSessionHandler.java | 2 +- .../client/InitialConnectSessionHandler.java | 2 +- .../client/InitialInboundConnection.java | 2 +- .../client/InitialLoginSessionHandler.java | 2 +- .../client/LoginInboundConnection.java | 2 +- .../client/StatusSessionHandler.java | 2 +- .../legacy/LegacyForgeConnectionType.java | 2 +- .../forge/legacy/LegacyForgeConstants.java | 2 +- .../LegacyForgeHandshakeBackendPhase.java | 2 +- .../LegacyForgeHandshakeClientPhase.java | 2 +- .../forge/legacy/LegacyForgeUtil.java | 2 +- .../player/VelocityResourcePackInfo.java | 2 +- .../connection/registry/DimensionData.java | 2 +- .../connection/registry/DimensionInfo.java | 2 +- .../registry/DimensionRegistry.java | 2 +- .../connection/util/ConnectionMessages.java | 2 +- .../util/ConnectionRequestResults.java | 2 +- .../connection/util/ConnectionTypeImpl.java | 2 +- .../util/ServerListPingHandler.java | 2 +- .../util/VelocityInboundConnection.java | 2 +- .../proxy/console/VelocityConsole.java | 2 +- .../proxy/crypto/EncryptionUtils.java | 2 +- .../proxy/crypto/IdentifiedKeyImpl.java | 2 +- .../proxy/crypto/SignaturePair.java | 2 +- .../proxy/crypto/SignedChatCommand.java | 2 +- .../proxy/event/CustomHandlerAdapter.java | 2 +- .../proxy/event/EventTypeTracker.java | 2 +- .../proxy/event/UntargetedEventHandler.java | 2 +- .../proxy/event/VelocityEventManager.java | 2 +- .../network/BackendChannelInitializer.java | 2 +- .../BackendChannelInitializerHolder.java | 2 +- .../proxy/network/ConnectionManager.java | 2 +- .../proxy/network/Connections.java | 2 +- .../proxy/network/Endpoint.java | 2 +- .../network/ServerChannelInitializer.java | 2 +- .../ServerChannelInitializerHolder.java | 2 +- .../proxy/network/TransportType.java | 2 +- .../netty/SeparatePoolInetNameResolver.java | 2 +- .../proxy/plugin/PluginClassLoader.java | 2 +- .../proxy/plugin/VelocityPluginManager.java | 2 +- .../proxy/plugin/loader/PluginLoader.java | 2 +- .../loader/VelocityPluginContainer.java | 2 +- .../loader/VelocityPluginDescription.java | 2 +- .../plugin/loader/java/JavaPluginLoader.java | 2 +- .../java/JavaVelocityPluginDescription.java | 2 +- ...avaVelocityPluginDescriptionCandidate.java | 2 +- .../loader/java/VelocityPluginModule.java | 2 +- .../plugin/util/PluginDependencyUtils.java | 2 +- .../proxy/protocol/MinecraftPacket.java | 2 +- .../proxy/protocol/ProtocolUtils.java | 2 +- .../proxy/protocol/StateRegistry.java | 2 +- .../protocol/VelocityConnectionEvent.java | 2 +- .../protocol/netty/AutoReadHolderHandler.java | 2 +- .../protocol/netty/GameSpyQueryHandler.java | 2 +- .../protocol/netty/LegacyPingDecoder.java | 2 +- .../protocol/netty/LegacyPingEncoder.java | 2 +- .../netty/MinecraftCipherDecoder.java | 2 +- .../netty/MinecraftCipherEncoder.java | 2 +- .../netty/MinecraftCompressDecoder.java | 2 +- .../MinecraftCompressorAndLengthEncoder.java | 2 +- .../protocol/netty/MinecraftDecoder.java | 2 +- .../protocol/netty/MinecraftEncoder.java | 2 +- .../netty/MinecraftVarintFrameDecoder.java | 2 +- .../netty/MinecraftVarintLengthEncoder.java | 2 +- .../protocol/netty/VarintByteDecoder.java | 2 +- .../protocol/packet/AvailableCommands.java | 2 +- .../proxy/protocol/packet/BossBar.java | 2 +- .../proxy/protocol/packet/ClientSettings.java | 2 +- .../proxy/protocol/packet/Disconnect.java | 2 +- .../protocol/packet/EncryptionRequest.java | 2 +- .../protocol/packet/EncryptionResponse.java | 2 +- .../proxy/protocol/packet/Handshake.java | 2 +- .../protocol/packet/HeaderAndFooter.java | 2 +- .../proxy/protocol/packet/JoinGame.java | 2 +- .../proxy/protocol/packet/KeepAlive.java | 2 +- .../protocol/packet/LegacyDisconnect.java | 2 +- .../protocol/packet/LegacyHandshake.java | 2 +- .../proxy/protocol/packet/LegacyPing.java | 2 +- .../protocol/packet/LegacyPlayerListItem.java | 2 +- .../protocol/packet/LoginPluginMessage.java | 2 +- .../protocol/packet/LoginPluginResponse.java | 2 +- .../proxy/protocol/packet/PluginMessage.java | 2 +- .../protocol/packet/RemovePlayerInfo.java | 2 +- .../protocol/packet/ResourcePackRequest.java | 2 +- .../protocol/packet/ResourcePackResponse.java | 2 +- .../proxy/protocol/packet/Respawn.java | 2 +- .../proxy/protocol/packet/ServerData.java | 2 +- .../proxy/protocol/packet/ServerLogin.java | 2 +- .../protocol/packet/ServerLoginSuccess.java | 2 +- .../proxy/protocol/packet/SetCompression.java | 2 +- .../proxy/protocol/packet/StatusPing.java | 2 +- .../proxy/protocol/packet/StatusRequest.java | 2 +- .../proxy/protocol/packet/StatusResponse.java | 2 +- .../protocol/packet/TabCompleteRequest.java | 2 +- .../protocol/packet/TabCompleteResponse.java | 2 +- .../protocol/packet/UpsertPlayerInfo.java | 2 +- .../packet/brigadier/ArgumentIdentifier.java | 2 +- .../brigadier/ArgumentPropertyRegistry.java | 2 +- .../brigadier/ArgumentPropertySerializer.java | 2 +- .../ByteArgumentPropertySerializer.java | 2 +- .../DoubleArgumentPropertySerializer.java | 2 +- .../EmptyArgumentPropertySerializer.java | 2 +- .../FloatArgumentPropertySerializer.java | 2 +- .../IntegerArgumentPropertySerializer.java | 2 +- .../LongArgumentPropertySerializer.java | 2 +- .../packet/brigadier/ModArgumentProperty.java | 2 +- .../ModArgumentPropertySerializer.java | 2 +- .../packet/brigadier/PassthroughProperty.java | 2 +- .../packet/brigadier/RegistryKeyArgument.java | 2 +- .../brigadier/RegistryKeyArgumentList.java | 2 +- .../RegistryKeyArgumentSerializer.java | 2 +- .../StringArgumentPropertySerializer.java | 2 +- .../protocol/packet/chat/ChatHandler.java | 2 +- .../proxy/protocol/packet/chat/ChatQueue.java | 2 +- .../protocol/packet/chat/ChatTimeKeeper.java | 2 +- .../proxy/protocol/packet/chat/ChatType.java | 2 +- .../protocol/packet/chat/CommandHandler.java | 2 +- .../packet/chat/LastSeenMessages.java | 2 +- .../packet/chat/PlayerChatCompletion.java | 2 +- .../packet/chat/RemoteChatSession.java | 2 +- .../protocol/packet/chat/SystemChat.java | 2 +- .../chat/builder/ChatBuilderFactory.java | 2 +- .../packet/chat/builder/ChatBuilderV2.java | 2 +- .../packet/chat/keyed/KeyedChatBuilder.java | 2 +- .../packet/chat/keyed/KeyedChatHandler.java | 2 +- .../chat/keyed/KeyedCommandHandler.java | 2 +- .../packet/chat/keyed/KeyedPlayerChat.java | 2 +- .../packet/chat/keyed/KeyedPlayerCommand.java | 2 +- .../packet/chat/legacy/LegacyChat.java | 2 +- .../packet/chat/legacy/LegacyChatBuilder.java | 2 +- .../packet/chat/legacy/LegacyChatHandler.java | 2 +- .../chat/legacy/LegacyCommandHandler.java | 2 +- .../chat/session/SessionChatBuilder.java | 2 +- .../chat/session/SessionChatHandler.java | 2 +- .../chat/session/SessionCommandHandler.java | 2 +- .../chat/session/SessionPlayerChat.java | 2 +- .../chat/session/SessionPlayerCommand.java | 2 +- .../LegacyMinecraftPingVersion.java | 2 +- .../packet/title/GenericTitlePacket.java | 2 +- .../packet/title/LegacyTitlePacket.java | 2 +- .../packet/title/TitleActionbarPacket.java | 2 +- .../packet/title/TitleClearPacket.java | 2 +- .../packet/title/TitleSubtitlePacket.java | 2 +- .../packet/title/TitleTextPacket.java | 2 +- .../packet/title/TitleTimesPacket.java | 2 +- .../proxy/protocol/util/ByteBufDataInput.java | 2 +- .../protocol/util/ByteBufDataOutput.java | 2 +- .../protocol/util/DeferredByteBufHolder.java | 2 +- .../protocol/util/FaviconSerializer.java | 2 +- .../protocol/util/GameProfileSerializer.java | 2 +- .../protocol/util/NettyPreconditions.java | 2 +- .../protocol/util/PluginMessageUtil.java | 2 +- .../VelocityLegacyHoverEventSerializer.java | 2 +- .../proxy/scheduler/VelocityScheduler.java | 2 +- .../proxy/server/PingSessionHandler.java | 2 +- .../proxy/server/ServerMap.java | 2 +- .../server/VelocityRegisteredServer.java | 2 +- .../proxy/tablist/InternalTabList.java | 2 +- .../proxy/tablist/KeyedVelocityTabList.java | 2 +- .../tablist/KeyedVelocityTabListEntry.java | 2 +- .../proxy/tablist/VelocityTabList.java | 2 +- .../proxy/tablist/VelocityTabListEntry.java | 2 +- .../tablist/VelocityTabListEntryLegacy.java | 2 +- .../proxy/tablist/VelocityTabListLegacy.java | 2 +- .../proxy/util/AddressUtil.java | 2 +- .../proxy/util/CharacterUtil.java | 2 +- .../proxy/util/ClosestLocaleMatcher.java | 2 +- .../proxy/util/DurationUtils.java | 2 +- .../proxy/util/InformationUtils.java | 2 +- .../proxy/util/ResourceUtils.java | 2 +- .../proxy/util/VelocityChannelRegistrar.java | 2 +- .../util/bossbar/AdventureBossBarManager.java | 2 +- .../proxy/util/collect/CappedSet.java | 2 +- .../proxy/util/collect/Enum2IntMap.java | 2 +- .../util/collect/IdentityHashStrategy.java | 2 +- .../proxy/util/concurrent/Once.java | 2 +- .../VelocityNettyThreadFactory.java | 2 +- .../util/except/QuietDecoderException.java | 2 +- .../util/except/QuietRuntimeException.java | 2 +- .../util/ratelimit/GuavaCacheRatelimiter.java | 2 +- .../util/ratelimit/NoopCacheRatelimiter.java | 2 +- .../proxy/util/ratelimit/Ratelimiter.java | 2 +- .../proxy/util/ratelimit/Ratelimiters.java | 2 +- .../proxy/command/BrigadierCommandTests.java | 2 +- .../command/CommandGraphInjectorTests.java | 2 +- .../proxy/command/CommandManagerTests.java | 2 +- .../proxy/command/CommandTestSuite.java | 2 +- .../proxy/command/MockCommandSource.java | 2 +- .../proxy/command/RawCommandTests.java | 2 +- .../proxy/command/SimpleCommandTests.java | 2 +- .../command/SuggestionsProviderTests.java | 2 +- .../StringArrayArgumentTypeTests.java | 2 +- .../VelocityArgumentCommandNodeTests.java | 2 +- .../client/HandshakeSessionHandlerTest.java | 2 +- .../proxy/event/EventTaskTest.java | 2 +- .../proxy/event/EventTest.java | 2 +- .../proxy/event/MockEventManager.java | 2 +- .../proxy/event/RegistrationTest.java | 2 +- .../proxy/plugin/MockEventManager.java | 2 +- .../proxy/plugin/MockPluginManager.java | 2 +- .../util/PluginDependencyUtilsTest.java | 2 +- .../proxy/protocol/PacketRegistryTest.java | 2 +- .../proxy/protocol/ProtocolUtilsTest.java | 2 +- .../protocol/util/PluginMessageUtilTest.java | 2 +- .../scheduler/VelocitySchedulerTest.java | 2 +- .../proxy/testutil/FakePluginManager.java | 2 +- .../proxy/util/CharacterUtilTest.java | 2 +- .../proxy/util/EncryptionUtilsTest.java | 2 +- .../proxy/util/ServerMapTest.java | 2 +- .../util/VelocityChannelRegistrarTest.java | 2 +- .../proxy/util/collect/CappedSetTest.java | 2 +- .../proxy/util/concurrent/OnceTest.java | 2 +- .../ratelimit/GuavaCacheRatelimiterTest.java | 2 +- 405 files changed, 480 insertions(+), 428 deletions(-) create mode 100644 buildSrc/src/main/kotlin/com/velocitypowered/script/VelocitySpotlessPlugin.kt diff --git a/HEADER.txt b/HEADER.txt index 9f7cf8e97..ff275d8f1 100644 --- a/HEADER.txt +++ b/HEADER.txt @@ -1,14 +1,17 @@ -Copyright (C) 2018 Velocity Contributors +/* + * Copyright (C) $YEAR Velocity Contributors + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . \ No newline at end of file diff --git a/api/HEADER.txt b/api/HEADER.txt index 15aa7e2b4..c24302ede 100644 --- a/api/HEADER.txt +++ b/api/HEADER.txt @@ -1,4 +1,7 @@ -Copyright (C) 2018 Velocity Contributors +/* + * Copyright (C) $YEAR Velocity Contributors + * + * The Velocity API is licensed under the terms of the MIT License. For more details, + * reference the LICENSE file in the api top-level directory. + */ -The Velocity API is licensed under the terms of the MIT License. For more details, -reference the LICENSE file in the api top-level directory. \ No newline at end of file diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 51f2ce905..1f95dbcf1 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -3,10 +3,6 @@ plugins { `maven-publish` } -license { - header(project.file("HEADER.txt")) -} - java { withJavadocJar() withSourcesJar() diff --git a/api/src/ap/java/com/velocitypowered/api/plugin/ap/PluginAnnotationProcessor.java b/api/src/ap/java/com/velocitypowered/api/plugin/ap/PluginAnnotationProcessor.java index 07e55e100..c1788da5c 100644 --- a/api/src/ap/java/com/velocitypowered/api/plugin/ap/PluginAnnotationProcessor.java +++ b/api/src/ap/java/com/velocitypowered/api/plugin/ap/PluginAnnotationProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/ap/java/com/velocitypowered/api/plugin/ap/SerializedPluginDescription.java b/api/src/ap/java/com/velocitypowered/api/plugin/ap/SerializedPluginDescription.java index 27800b42e..da0a1ae4b 100644 --- a/api/src/ap/java/com/velocitypowered/api/plugin/ap/SerializedPluginDescription.java +++ b/api/src/ap/java/com/velocitypowered/api/plugin/ap/SerializedPluginDescription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/BrigadierCommand.java b/api/src/main/java/com/velocitypowered/api/command/BrigadierCommand.java index 67af56634..a8331c5b9 100644 --- a/api/src/main/java/com/velocitypowered/api/command/BrigadierCommand.java +++ b/api/src/main/java/com/velocitypowered/api/command/BrigadierCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/Command.java b/api/src/main/java/com/velocitypowered/api/command/Command.java index 5fa42c81c..e2b7f9256 100644 --- a/api/src/main/java/com/velocitypowered/api/command/Command.java +++ b/api/src/main/java/com/velocitypowered/api/command/Command.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/CommandInvocation.java b/api/src/main/java/com/velocitypowered/api/command/CommandInvocation.java index 6f3382edb..ac510a37a 100644 --- a/api/src/main/java/com/velocitypowered/api/command/CommandInvocation.java +++ b/api/src/main/java/com/velocitypowered/api/command/CommandInvocation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/CommandManager.java b/api/src/main/java/com/velocitypowered/api/command/CommandManager.java index 7bb71bdbe..5ece4e7d6 100644 --- a/api/src/main/java/com/velocitypowered/api/command/CommandManager.java +++ b/api/src/main/java/com/velocitypowered/api/command/CommandManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/CommandMeta.java b/api/src/main/java/com/velocitypowered/api/command/CommandMeta.java index c35a1418e..b2612c4b6 100644 --- a/api/src/main/java/com/velocitypowered/api/command/CommandMeta.java +++ b/api/src/main/java/com/velocitypowered/api/command/CommandMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/CommandSource.java b/api/src/main/java/com/velocitypowered/api/command/CommandSource.java index 90ad32581..de5b5b137 100644 --- a/api/src/main/java/com/velocitypowered/api/command/CommandSource.java +++ b/api/src/main/java/com/velocitypowered/api/command/CommandSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/InvocableCommand.java b/api/src/main/java/com/velocitypowered/api/command/InvocableCommand.java index b5301ae3b..37afa0710 100644 --- a/api/src/main/java/com/velocitypowered/api/command/InvocableCommand.java +++ b/api/src/main/java/com/velocitypowered/api/command/InvocableCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/RawCommand.java b/api/src/main/java/com/velocitypowered/api/command/RawCommand.java index 9cd78d220..05da7c6e4 100644 --- a/api/src/main/java/com/velocitypowered/api/command/RawCommand.java +++ b/api/src/main/java/com/velocitypowered/api/command/RawCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2020 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/SimpleCommand.java b/api/src/main/java/com/velocitypowered/api/command/SimpleCommand.java index c51e33963..0fb3a7ff8 100644 --- a/api/src/main/java/com/velocitypowered/api/command/SimpleCommand.java +++ b/api/src/main/java/com/velocitypowered/api/command/SimpleCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/command/VelocityBrigadierMessage.java b/api/src/main/java/com/velocitypowered/api/command/VelocityBrigadierMessage.java index 3e9e3dde5..0ae69591e 100644 --- a/api/src/main/java/com/velocitypowered/api/command/VelocityBrigadierMessage.java +++ b/api/src/main/java/com/velocitypowered/api/command/VelocityBrigadierMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/AwaitingEventExecutor.java b/api/src/main/java/com/velocitypowered/api/event/AwaitingEventExecutor.java index da1510c3d..5f207fdb9 100644 --- a/api/src/main/java/com/velocitypowered/api/event/AwaitingEventExecutor.java +++ b/api/src/main/java/com/velocitypowered/api/event/AwaitingEventExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/Continuation.java b/api/src/main/java/com/velocitypowered/api/event/Continuation.java index d8f2fa974..30672ef60 100644 --- a/api/src/main/java/com/velocitypowered/api/event/Continuation.java +++ b/api/src/main/java/com/velocitypowered/api/event/Continuation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/EventHandler.java b/api/src/main/java/com/velocitypowered/api/event/EventHandler.java index ddbcf5d3b..3f0a1aa0c 100644 --- a/api/src/main/java/com/velocitypowered/api/event/EventHandler.java +++ b/api/src/main/java/com/velocitypowered/api/event/EventHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/EventManager.java b/api/src/main/java/com/velocitypowered/api/event/EventManager.java index 6bc15f7e0..63cae6f32 100644 --- a/api/src/main/java/com/velocitypowered/api/event/EventManager.java +++ b/api/src/main/java/com/velocitypowered/api/event/EventManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/EventTask.java b/api/src/main/java/com/velocitypowered/api/event/EventTask.java index 312a703d4..0908f0bbb 100644 --- a/api/src/main/java/com/velocitypowered/api/event/EventTask.java +++ b/api/src/main/java/com/velocitypowered/api/event/EventTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/PostOrder.java b/api/src/main/java/com/velocitypowered/api/event/PostOrder.java index 755632cce..dde8a4379 100644 --- a/api/src/main/java/com/velocitypowered/api/event/PostOrder.java +++ b/api/src/main/java/com/velocitypowered/api/event/PostOrder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/ResultedEvent.java b/api/src/main/java/com/velocitypowered/api/event/ResultedEvent.java index b22932a64..0aafd0583 100644 --- a/api/src/main/java/com/velocitypowered/api/event/ResultedEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/ResultedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/Subscribe.java b/api/src/main/java/com/velocitypowered/api/event/Subscribe.java index 53b8df18a..bee71a3cb 100644 --- a/api/src/main/java/com/velocitypowered/api/event/Subscribe.java +++ b/api/src/main/java/com/velocitypowered/api/event/Subscribe.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/annotation/AwaitingEvent.java b/api/src/main/java/com/velocitypowered/api/event/annotation/AwaitingEvent.java index f4bb0bbe8..3fd72cdc6 100644 --- a/api/src/main/java/com/velocitypowered/api/event/annotation/AwaitingEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/annotation/AwaitingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java b/api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java index 3446195be..29288265b 100644 --- a/api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/command/CommandExecuteEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/command/PlayerAvailableCommandsEvent.java b/api/src/main/java/com/velocitypowered/api/event/command/PlayerAvailableCommandsEvent.java index a2759ed76..3f9b0298d 100644 --- a/api/src/main/java/com/velocitypowered/api/event/command/PlayerAvailableCommandsEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/command/PlayerAvailableCommandsEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/connection/ConnectionHandshakeEvent.java b/api/src/main/java/com/velocitypowered/api/event/connection/ConnectionHandshakeEvent.java index a9e594cec..14baac413 100644 --- a/api/src/main/java/com/velocitypowered/api/event/connection/ConnectionHandshakeEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/connection/ConnectionHandshakeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/connection/DisconnectEvent.java b/api/src/main/java/com/velocitypowered/api/event/connection/DisconnectEvent.java index a1a7d02de..bec7b7456 100644 --- a/api/src/main/java/com/velocitypowered/api/event/connection/DisconnectEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/connection/DisconnectEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/connection/LoginEvent.java b/api/src/main/java/com/velocitypowered/api/event/connection/LoginEvent.java index 4bd116034..494088972 100644 --- a/api/src/main/java/com/velocitypowered/api/event/connection/LoginEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/connection/LoginEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/connection/PluginMessageEvent.java b/api/src/main/java/com/velocitypowered/api/event/connection/PluginMessageEvent.java index 27fff9ac7..668c9fc1d 100644 --- a/api/src/main/java/com/velocitypowered/api/event/connection/PluginMessageEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/connection/PluginMessageEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/connection/PostLoginEvent.java b/api/src/main/java/com/velocitypowered/api/event/connection/PostLoginEvent.java index f5ac9d77d..26b8e0567 100644 --- a/api/src/main/java/com/velocitypowered/api/event/connection/PostLoginEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/connection/PostLoginEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/connection/PreLoginEvent.java b/api/src/main/java/com/velocitypowered/api/event/connection/PreLoginEvent.java index 448528dd0..ae3812d27 100644 --- a/api/src/main/java/com/velocitypowered/api/event/connection/PreLoginEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/connection/PreLoginEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/permission/PermissionsSetupEvent.java b/api/src/main/java/com/velocitypowered/api/event/permission/PermissionsSetupEvent.java index b314326f2..7c2d47bec 100644 --- a/api/src/main/java/com/velocitypowered/api/event/permission/PermissionsSetupEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/permission/PermissionsSetupEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/GameProfileRequestEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/GameProfileRequestEvent.java index 73a2ad0bd..bb682255d 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/GameProfileRequestEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/GameProfileRequestEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/KickedFromServerEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/KickedFromServerEvent.java index 357f1f0a5..a3dc567a6 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/KickedFromServerEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/KickedFromServerEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChannelRegisterEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChannelRegisterEvent.java index f6a14c4f2..f82615855 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChannelRegisterEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChannelRegisterEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java index 4270cd076..786173972 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChooseInitialServerEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChooseInitialServerEvent.java index f2c14c869..73d41ecdc 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChooseInitialServerEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChooseInitialServerEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/PlayerClientBrandEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/PlayerClientBrandEvent.java index 854486f4a..268d5b6a1 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/PlayerClientBrandEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/PlayerClientBrandEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/PlayerModInfoEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/PlayerModInfoEvent.java index 0c451fcc4..eb0b41336 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/PlayerModInfoEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/PlayerModInfoEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/PlayerResourcePackStatusEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/PlayerResourcePackStatusEvent.java index 13a4476a1..8e5d6887f 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/PlayerResourcePackStatusEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/PlayerResourcePackStatusEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/PlayerSettingsChangedEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/PlayerSettingsChangedEvent.java index ead4e18f2..cd1bd01c2 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/PlayerSettingsChangedEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/PlayerSettingsChangedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/ServerConnectedEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/ServerConnectedEvent.java index a39fe3368..ac4452a0a 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/ServerConnectedEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/ServerConnectedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/ServerLoginPluginMessageEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/ServerLoginPluginMessageEvent.java index 873cc0c8c..9597e02af 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/ServerLoginPluginMessageEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/ServerLoginPluginMessageEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/ServerPostConnectEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/ServerPostConnectEvent.java index d67f0c7de..1be395440 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/ServerPostConnectEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/ServerPostConnectEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/ServerPreConnectEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/ServerPreConnectEvent.java index 38e8de5ce..671a7adcd 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/ServerPreConnectEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/ServerPreConnectEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/ServerResourcePackSendEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/ServerResourcePackSendEvent.java index b1204ebf7..5c1e925c0 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/ServerResourcePackSendEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/ServerResourcePackSendEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/player/TabCompleteEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/TabCompleteEvent.java index 39a2635cb..7a8e3f76d 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/TabCompleteEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/TabCompleteEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/proxy/ListenerBoundEvent.java b/api/src/main/java/com/velocitypowered/api/event/proxy/ListenerBoundEvent.java index 464b85f12..662e403db 100644 --- a/api/src/main/java/com/velocitypowered/api/event/proxy/ListenerBoundEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/proxy/ListenerBoundEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/proxy/ListenerCloseEvent.java b/api/src/main/java/com/velocitypowered/api/event/proxy/ListenerCloseEvent.java index 9cfe28d77..c2551a359 100644 --- a/api/src/main/java/com/velocitypowered/api/event/proxy/ListenerCloseEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/proxy/ListenerCloseEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyInitializeEvent.java b/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyInitializeEvent.java index ebde60b4c..d01ce190d 100644 --- a/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyInitializeEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyInitializeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyPingEvent.java b/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyPingEvent.java index d8b89b2be..0e04acfee 100644 --- a/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyPingEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyPingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyReloadEvent.java b/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyReloadEvent.java index dbbb709f5..b32d09176 100644 --- a/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyReloadEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyReloadEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyShutdownEvent.java b/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyShutdownEvent.java index 929686987..4a927249d 100644 --- a/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyShutdownEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/proxy/ProxyShutdownEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/event/query/ProxyQueryEvent.java b/api/src/main/java/com/velocitypowered/api/event/query/ProxyQueryEvent.java index efdd644af..a7145db8b 100644 --- a/api/src/main/java/com/velocitypowered/api/event/query/ProxyQueryEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/query/ProxyQueryEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/network/ListenerType.java b/api/src/main/java/com/velocitypowered/api/network/ListenerType.java index e0c901307..43ff329cb 100644 --- a/api/src/main/java/com/velocitypowered/api/network/ListenerType.java +++ b/api/src/main/java/com/velocitypowered/api/network/ListenerType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/network/ProtocolVersion.java b/api/src/main/java/com/velocitypowered/api/network/ProtocolVersion.java index 454167ffa..502657c3d 100644 --- a/api/src/main/java/com/velocitypowered/api/network/ProtocolVersion.java +++ b/api/src/main/java/com/velocitypowered/api/network/ProtocolVersion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/permission/PermissionFunction.java b/api/src/main/java/com/velocitypowered/api/permission/PermissionFunction.java index 7e9f2c857..aa4c9b65f 100644 --- a/api/src/main/java/com/velocitypowered/api/permission/PermissionFunction.java +++ b/api/src/main/java/com/velocitypowered/api/permission/PermissionFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/permission/PermissionProvider.java b/api/src/main/java/com/velocitypowered/api/permission/PermissionProvider.java index 18f3b7f44..f7a9251f5 100644 --- a/api/src/main/java/com/velocitypowered/api/permission/PermissionProvider.java +++ b/api/src/main/java/com/velocitypowered/api/permission/PermissionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/permission/PermissionSubject.java b/api/src/main/java/com/velocitypowered/api/permission/PermissionSubject.java index d2e02d2d6..14d88a980 100644 --- a/api/src/main/java/com/velocitypowered/api/permission/PermissionSubject.java +++ b/api/src/main/java/com/velocitypowered/api/permission/PermissionSubject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/permission/Tristate.java b/api/src/main/java/com/velocitypowered/api/permission/Tristate.java index c414d8d73..189cc2789 100644 --- a/api/src/main/java/com/velocitypowered/api/permission/Tristate.java +++ b/api/src/main/java/com/velocitypowered/api/permission/Tristate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/plugin/Dependency.java b/api/src/main/java/com/velocitypowered/api/plugin/Dependency.java index 03412ec16..dfe1908f0 100644 --- a/api/src/main/java/com/velocitypowered/api/plugin/Dependency.java +++ b/api/src/main/java/com/velocitypowered/api/plugin/Dependency.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/plugin/InvalidPluginException.java b/api/src/main/java/com/velocitypowered/api/plugin/InvalidPluginException.java index c8a38beeb..1882d2640 100644 --- a/api/src/main/java/com/velocitypowered/api/plugin/InvalidPluginException.java +++ b/api/src/main/java/com/velocitypowered/api/plugin/InvalidPluginException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/plugin/Plugin.java b/api/src/main/java/com/velocitypowered/api/plugin/Plugin.java index 04e3d511d..523648e67 100644 --- a/api/src/main/java/com/velocitypowered/api/plugin/Plugin.java +++ b/api/src/main/java/com/velocitypowered/api/plugin/Plugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/plugin/PluginContainer.java b/api/src/main/java/com/velocitypowered/api/plugin/PluginContainer.java index 1f6a61b33..6521b652a 100644 --- a/api/src/main/java/com/velocitypowered/api/plugin/PluginContainer.java +++ b/api/src/main/java/com/velocitypowered/api/plugin/PluginContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/plugin/PluginDescription.java b/api/src/main/java/com/velocitypowered/api/plugin/PluginDescription.java index 5d8af646f..540b54ea5 100644 --- a/api/src/main/java/com/velocitypowered/api/plugin/PluginDescription.java +++ b/api/src/main/java/com/velocitypowered/api/plugin/PluginDescription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/plugin/PluginManager.java b/api/src/main/java/com/velocitypowered/api/plugin/PluginManager.java index a88fd9b34..1cd2375bf 100644 --- a/api/src/main/java/com/velocitypowered/api/plugin/PluginManager.java +++ b/api/src/main/java/com/velocitypowered/api/plugin/PluginManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/plugin/annotation/DataDirectory.java b/api/src/main/java/com/velocitypowered/api/plugin/annotation/DataDirectory.java index 5349204f2..a568ee6c3 100644 --- a/api/src/main/java/com/velocitypowered/api/plugin/annotation/DataDirectory.java +++ b/api/src/main/java/com/velocitypowered/api/plugin/annotation/DataDirectory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/plugin/meta/PluginDependency.java b/api/src/main/java/com/velocitypowered/api/plugin/meta/PluginDependency.java index 31ef60dd9..5b5acccd0 100644 --- a/api/src/main/java/com/velocitypowered/api/plugin/meta/PluginDependency.java +++ b/api/src/main/java/com/velocitypowered/api/plugin/meta/PluginDependency.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/ConnectionRequestBuilder.java b/api/src/main/java/com/velocitypowered/api/proxy/ConnectionRequestBuilder.java index 13238cec9..18e319810 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/ConnectionRequestBuilder.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/ConnectionRequestBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/ConsoleCommandSource.java b/api/src/main/java/com/velocitypowered/api/proxy/ConsoleCommandSource.java index 191b56de7..244a8a867 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/ConsoleCommandSource.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/ConsoleCommandSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/InboundConnection.java b/api/src/main/java/com/velocitypowered/api/proxy/InboundConnection.java index f15037241..e92c38bc7 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/InboundConnection.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/InboundConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/LoginPhaseConnection.java b/api/src/main/java/com/velocitypowered/api/proxy/LoginPhaseConnection.java index cef076898..24df0298f 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/LoginPhaseConnection.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/LoginPhaseConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/Player.java b/api/src/main/java/com/velocitypowered/api/proxy/Player.java index 916d39281..05559a088 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/Player.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/Player.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/ProxyServer.java b/api/src/main/java/com/velocitypowered/api/proxy/ProxyServer.java index b4dd605a8..8f4ec2f65 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/ProxyServer.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/ProxyServer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/ServerConnection.java b/api/src/main/java/com/velocitypowered/api/proxy/ServerConnection.java index e08418b24..c408e8305 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/ServerConnection.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/ServerConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/config/ProxyConfig.java b/api/src/main/java/com/velocitypowered/api/proxy/config/ProxyConfig.java index 360d2ba54..831e55af2 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/config/ProxyConfig.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/config/ProxyConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/crypto/IdentifiedKey.java b/api/src/main/java/com/velocitypowered/api/proxy/crypto/IdentifiedKey.java index 0fc20a380..adf5b07ee 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/crypto/IdentifiedKey.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/crypto/IdentifiedKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/crypto/KeyIdentifiable.java b/api/src/main/java/com/velocitypowered/api/proxy/crypto/KeyIdentifiable.java index bd62be905..80c14b189 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/crypto/KeyIdentifiable.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/crypto/KeyIdentifiable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/crypto/KeySigned.java b/api/src/main/java/com/velocitypowered/api/proxy/crypto/KeySigned.java index aa096acc3..8ad64c181 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/crypto/KeySigned.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/crypto/KeySigned.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/crypto/SignedMessage.java b/api/src/main/java/com/velocitypowered/api/proxy/crypto/SignedMessage.java index afdaab730..6d833e27b 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/crypto/SignedMessage.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/crypto/SignedMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelIdentifier.java b/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelIdentifier.java index f8d329db7..8a21c6fb3 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelIdentifier.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelMessageSink.java b/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelMessageSink.java index 2f8264220..b310f13bc 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelMessageSink.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelMessageSink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelMessageSource.java b/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelMessageSource.java index cf96af30b..01aa60885 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelMessageSource.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelMessageSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelRegistrar.java b/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelRegistrar.java index 197628a23..20ca1fb03 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelRegistrar.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/messages/ChannelRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/messages/LegacyChannelIdentifier.java b/api/src/main/java/com/velocitypowered/api/proxy/messages/LegacyChannelIdentifier.java index 76f991837..9da9a7b4a 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/messages/LegacyChannelIdentifier.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/messages/LegacyChannelIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/messages/MinecraftChannelIdentifier.java b/api/src/main/java/com/velocitypowered/api/proxy/messages/MinecraftChannelIdentifier.java index 8d4a500e2..98967cfd3 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/messages/MinecraftChannelIdentifier.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/messages/MinecraftChannelIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/player/ChatSession.java b/api/src/main/java/com/velocitypowered/api/proxy/player/ChatSession.java index 85f579aee..9c090b78e 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/player/ChatSession.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/player/ChatSession.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/player/PlayerSettings.java b/api/src/main/java/com/velocitypowered/api/proxy/player/PlayerSettings.java index 9d2638211..4745eea17 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/player/PlayerSettings.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/player/PlayerSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/player/ResourcePackInfo.java b/api/src/main/java/com/velocitypowered/api/proxy/player/ResourcePackInfo.java index 3bd69bf56..c0023310c 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/player/ResourcePackInfo.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/player/ResourcePackInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/player/SkinParts.java b/api/src/main/java/com/velocitypowered/api/proxy/player/SkinParts.java index a2fc2f8d2..1a5030feb 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/player/SkinParts.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/player/SkinParts.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/player/TabList.java b/api/src/main/java/com/velocitypowered/api/proxy/player/TabList.java index cd9430212..bae82a6ef 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/player/TabList.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/player/TabList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/player/TabListEntry.java b/api/src/main/java/com/velocitypowered/api/proxy/player/TabListEntry.java index d343989d3..401d6a8da 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/player/TabListEntry.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/player/TabListEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/server/QueryResponse.java b/api/src/main/java/com/velocitypowered/api/proxy/server/QueryResponse.java index c357d2191..6c794bf4c 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/server/QueryResponse.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/server/QueryResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/server/RegisteredServer.java b/api/src/main/java/com/velocitypowered/api/proxy/server/RegisteredServer.java index 06cd06348..f2def1386 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/server/RegisteredServer.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/server/RegisteredServer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/server/ServerInfo.java b/api/src/main/java/com/velocitypowered/api/proxy/server/ServerInfo.java index 85dc04665..fd686297e 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/server/ServerInfo.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/server/ServerInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/proxy/server/ServerPing.java b/api/src/main/java/com/velocitypowered/api/proxy/server/ServerPing.java index 612d6215e..a7d9518f0 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/server/ServerPing.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/server/ServerPing.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/scheduler/ScheduledTask.java b/api/src/main/java/com/velocitypowered/api/scheduler/ScheduledTask.java index b0ac46877..d565ce1bb 100644 --- a/api/src/main/java/com/velocitypowered/api/scheduler/ScheduledTask.java +++ b/api/src/main/java/com/velocitypowered/api/scheduler/ScheduledTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/scheduler/Scheduler.java b/api/src/main/java/com/velocitypowered/api/scheduler/Scheduler.java index 6ef8525e3..c7666b038 100644 --- a/api/src/main/java/com/velocitypowered/api/scheduler/Scheduler.java +++ b/api/src/main/java/com/velocitypowered/api/scheduler/Scheduler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/scheduler/TaskStatus.java b/api/src/main/java/com/velocitypowered/api/scheduler/TaskStatus.java index fd239adff..268898716 100644 --- a/api/src/main/java/com/velocitypowered/api/scheduler/TaskStatus.java +++ b/api/src/main/java/com/velocitypowered/api/scheduler/TaskStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/util/FastUuidSansHyphens.java b/api/src/main/java/com/velocitypowered/api/util/FastUuidSansHyphens.java index b644228f5..75c237876 100644 --- a/api/src/main/java/com/velocitypowered/api/util/FastUuidSansHyphens.java +++ b/api/src/main/java/com/velocitypowered/api/util/FastUuidSansHyphens.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/util/Favicon.java b/api/src/main/java/com/velocitypowered/api/util/Favicon.java index 569237a49..4b2e74193 100644 --- a/api/src/main/java/com/velocitypowered/api/util/Favicon.java +++ b/api/src/main/java/com/velocitypowered/api/util/Favicon.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/util/GameProfile.java b/api/src/main/java/com/velocitypowered/api/util/GameProfile.java index 769e79478..27c421380 100644 --- a/api/src/main/java/com/velocitypowered/api/util/GameProfile.java +++ b/api/src/main/java/com/velocitypowered/api/util/GameProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/util/MessagePosition.java b/api/src/main/java/com/velocitypowered/api/util/MessagePosition.java index 90fd82ba0..415894b75 100644 --- a/api/src/main/java/com/velocitypowered/api/util/MessagePosition.java +++ b/api/src/main/java/com/velocitypowered/api/util/MessagePosition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/util/ModInfo.java b/api/src/main/java/com/velocitypowered/api/util/ModInfo.java index f30789d8a..8a51f3221 100644 --- a/api/src/main/java/com/velocitypowered/api/util/ModInfo.java +++ b/api/src/main/java/com/velocitypowered/api/util/ModInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/util/ProxyVersion.java b/api/src/main/java/com/velocitypowered/api/util/ProxyVersion.java index 22f0e571f..abc3a14aa 100644 --- a/api/src/main/java/com/velocitypowered/api/util/ProxyVersion.java +++ b/api/src/main/java/com/velocitypowered/api/util/ProxyVersion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/main/java/com/velocitypowered/api/util/UuidUtils.java b/api/src/main/java/com/velocitypowered/api/util/UuidUtils.java index ac0de4fa5..db9ad7a58 100644 --- a/api/src/main/java/com/velocitypowered/api/util/UuidUtils.java +++ b/api/src/main/java/com/velocitypowered/api/util/UuidUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/test/java/com/velocitypowered/api/proxy/messages/MinecraftChannelIdentifierTest.java b/api/src/test/java/com/velocitypowered/api/proxy/messages/MinecraftChannelIdentifierTest.java index 17e6e499c..4c8919f3a 100644 --- a/api/src/test/java/com/velocitypowered/api/proxy/messages/MinecraftChannelIdentifierTest.java +++ b/api/src/test/java/com/velocitypowered/api/proxy/messages/MinecraftChannelIdentifierTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/test/java/com/velocitypowered/api/proxy/server/QueryResponseTest.java b/api/src/test/java/com/velocitypowered/api/proxy/server/QueryResponseTest.java index 955c4fe1a..ee78c55a1 100644 --- a/api/src/test/java/com/velocitypowered/api/proxy/server/QueryResponseTest.java +++ b/api/src/test/java/com/velocitypowered/api/proxy/server/QueryResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/test/java/com/velocitypowered/api/proxy/server/ServerPingTest.java b/api/src/test/java/com/velocitypowered/api/proxy/server/ServerPingTest.java index 9b016ca37..f06ee5e0b 100644 --- a/api/src/test/java/com/velocitypowered/api/proxy/server/ServerPingTest.java +++ b/api/src/test/java/com/velocitypowered/api/proxy/server/ServerPingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/api/src/test/java/com/velocitypowered/api/util/UuidUtilsTest.java b/api/src/test/java/com/velocitypowered/api/util/UuidUtilsTest.java index 6f467e7ca..e30d98e4d 100644 --- a/api/src/test/java/com/velocitypowered/api/util/UuidUtilsTest.java +++ b/api/src/test/java/com/velocitypowered/api/util/UuidUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * The Velocity API is licensed under the terms of the MIT License. For more details, * reference the LICENSE file in the api top-level directory. diff --git a/build.gradle.kts b/build.gradle.kts index fe73eb42e..4d2fd7876 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,10 +1,9 @@ import com.velocitypowered.script.VelocityCheckstylePlugin import com.velocitypowered.script.VelocityPublishPlugin -import org.cadixdev.gradle.licenser.Licenser +import com.velocitypowered.script.VelocitySpotlessPlugin plugins { `java-library` - id("org.cadixdev.licenser") version "0.6.1" } val junitVersion: String by project.extra @@ -14,10 +13,10 @@ subprojects { version = "3.2.0-SNAPSHOT" apply() - apply() apply() apply() + apply() java { toolchain { diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index e9d1a75ba..50f06b205 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -2,6 +2,7 @@ plugins { `kotlin-dsl` checkstyle id("net.kyori.indra.publishing") version "2.0.6" + id("com.diffplug.spotless") version "6.12.0" } repositories { @@ -9,6 +10,10 @@ repositories { maven("https://plugins.gradle.org/m2") } +dependencies { + implementation("com.diffplug.spotless:spotless-plugin-gradle:6.12.0") +} + gradlePlugin { plugins { register("set-manifest-impl-version") { @@ -19,9 +24,19 @@ gradlePlugin { id = "velocity-checkstyle" implementationClass = "com.velocitypowered.script.VelocityCheckstylePlugin" } + register("velocity-spotless") { + id = "velocity-spotless" + implementationClass = "com.velocitypowered.script.VelocitySpotlessPlugin" + } register("velocity-publish") { id = "velocity-publish" implementationClass = "com.velocitypowered.script.VelocityPublishPlugin" } } } + +spotless { + kotlin { + licenseHeaderFile(project.rootProject.file("../HEADER.txt")) + } +} \ No newline at end of file diff --git a/buildSrc/src/main/kotlin/com/velocitypowered/script/SetManifestImplVersionPlugin.kt b/buildSrc/src/main/kotlin/com/velocitypowered/script/SetManifestImplVersionPlugin.kt index 9c089d1cf..5be27e608 100644 --- a/buildSrc/src/main/kotlin/com/velocitypowered/script/SetManifestImplVersionPlugin.kt +++ b/buildSrc/src/main/kotlin/com/velocitypowered/script/SetManifestImplVersionPlugin.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocityCheckstylePlugin.kt b/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocityCheckstylePlugin.kt index 85142e9d0..73d5e7bcd 100644 --- a/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocityCheckstylePlugin.kt +++ b/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocityCheckstylePlugin.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocityPublishPlugin.kt b/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocityPublishPlugin.kt index 33a167694..5692450a4 100644 --- a/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocityPublishPlugin.kt +++ b/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocityPublishPlugin.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocitySpotlessPlugin.kt b/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocitySpotlessPlugin.kt new file mode 100644 index 000000000..0a337f27a --- /dev/null +++ b/buildSrc/src/main/kotlin/com/velocitypowered/script/VelocitySpotlessPlugin.kt @@ -0,0 +1,44 @@ +/* + * Copyright (C) 2023 Velocity Contributors + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +package com.velocitypowered.script + +import com.diffplug.gradle.spotless.SpotlessExtension +import com.diffplug.gradle.spotless.SpotlessPlugin +import org.gradle.api.Plugin +import org.gradle.api.Project +import org.gradle.kotlin.dsl.apply +import org.gradle.kotlin.dsl.configure +import java.io.File + +class VelocitySpotlessPlugin : Plugin { + override fun apply(target: Project) = target.configure() + + private fun Project.configure() { + apply() + + extensions.configure { + java { + if (project.name == "velocity-api") { + licenseHeaderFile(project.file("HEADER.txt")) + } else { + licenseHeaderFile(project.rootProject.file("HEADER.txt")) + } + } + } + } +} \ No newline at end of file diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index fd81776dc..cfae88ed6 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -135,7 +135,7 @@ diff --git a/native/build.gradle.kts b/native/build.gradle.kts index ca5ed5e27..eb381692d 100644 --- a/native/build.gradle.kts +++ b/native/build.gradle.kts @@ -3,10 +3,6 @@ plugins { `maven-publish` } -license { - header(project.rootProject.file("HEADER.txt")) -} - val guavaVersion: String by project.extra val nettyVersion: String by project.extra val checkerFrameworkVersion: String by project.extra diff --git a/native/src/main/java/com/velocitypowered/natives/Disposable.java b/native/src/main/java/com/velocitypowered/natives/Disposable.java index dc203112d..e05a9df14 100644 --- a/native/src/main/java/com/velocitypowered/natives/Disposable.java +++ b/native/src/main/java/com/velocitypowered/natives/Disposable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/Native.java b/native/src/main/java/com/velocitypowered/natives/Native.java index 5acc53fe3..c2478dabf 100644 --- a/native/src/main/java/com/velocitypowered/natives/Native.java +++ b/native/src/main/java/com/velocitypowered/natives/Native.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/NativeSetupException.java b/native/src/main/java/com/velocitypowered/natives/NativeSetupException.java index 074bf63a2..49b80b243 100644 --- a/native/src/main/java/com/velocitypowered/natives/NativeSetupException.java +++ b/native/src/main/java/com/velocitypowered/natives/NativeSetupException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/compression/CompressorUtils.java b/native/src/main/java/com/velocitypowered/natives/compression/CompressorUtils.java index 7d93c1001..8230ba204 100644 --- a/native/src/main/java/com/velocitypowered/natives/compression/CompressorUtils.java +++ b/native/src/main/java/com/velocitypowered/natives/compression/CompressorUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/compression/JavaVelocityCompressor.java b/native/src/main/java/com/velocitypowered/natives/compression/JavaVelocityCompressor.java index 4b63bd93e..7182b352f 100644 --- a/native/src/main/java/com/velocitypowered/natives/compression/JavaVelocityCompressor.java +++ b/native/src/main/java/com/velocitypowered/natives/compression/JavaVelocityCompressor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/compression/LibdeflateVelocityCompressor.java b/native/src/main/java/com/velocitypowered/natives/compression/LibdeflateVelocityCompressor.java index 8af692ec2..82e03a25b 100644 --- a/native/src/main/java/com/velocitypowered/natives/compression/LibdeflateVelocityCompressor.java +++ b/native/src/main/java/com/velocitypowered/natives/compression/LibdeflateVelocityCompressor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/compression/NativeZlibDeflate.java b/native/src/main/java/com/velocitypowered/natives/compression/NativeZlibDeflate.java index e08922d00..d1ffd281f 100644 --- a/native/src/main/java/com/velocitypowered/natives/compression/NativeZlibDeflate.java +++ b/native/src/main/java/com/velocitypowered/natives/compression/NativeZlibDeflate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/compression/NativeZlibInflate.java b/native/src/main/java/com/velocitypowered/natives/compression/NativeZlibInflate.java index df793bbaf..2ad7bc41e 100644 --- a/native/src/main/java/com/velocitypowered/natives/compression/NativeZlibInflate.java +++ b/native/src/main/java/com/velocitypowered/natives/compression/NativeZlibInflate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/compression/VelocityCompressor.java b/native/src/main/java/com/velocitypowered/natives/compression/VelocityCompressor.java index 602eb884c..393104983 100644 --- a/native/src/main/java/com/velocitypowered/natives/compression/VelocityCompressor.java +++ b/native/src/main/java/com/velocitypowered/natives/compression/VelocityCompressor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/compression/VelocityCompressorFactory.java b/native/src/main/java/com/velocitypowered/natives/compression/VelocityCompressorFactory.java index b296a975a..5c42fd415 100644 --- a/native/src/main/java/com/velocitypowered/natives/compression/VelocityCompressorFactory.java +++ b/native/src/main/java/com/velocitypowered/natives/compression/VelocityCompressorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/encryption/JavaVelocityCipher.java b/native/src/main/java/com/velocitypowered/natives/encryption/JavaVelocityCipher.java index 3fb14cb57..58a7da580 100644 --- a/native/src/main/java/com/velocitypowered/natives/encryption/JavaVelocityCipher.java +++ b/native/src/main/java/com/velocitypowered/natives/encryption/JavaVelocityCipher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/encryption/NativeVelocityCipher.java b/native/src/main/java/com/velocitypowered/natives/encryption/NativeVelocityCipher.java index 5cb7f02ab..9b376d992 100644 --- a/native/src/main/java/com/velocitypowered/natives/encryption/NativeVelocityCipher.java +++ b/native/src/main/java/com/velocitypowered/natives/encryption/NativeVelocityCipher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/encryption/OpenSslCipherImpl.java b/native/src/main/java/com/velocitypowered/natives/encryption/OpenSslCipherImpl.java index ecca455b0..c309cd505 100644 --- a/native/src/main/java/com/velocitypowered/natives/encryption/OpenSslCipherImpl.java +++ b/native/src/main/java/com/velocitypowered/natives/encryption/OpenSslCipherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/encryption/VelocityCipher.java b/native/src/main/java/com/velocitypowered/natives/encryption/VelocityCipher.java index 66614ddc0..e03a06a6b 100644 --- a/native/src/main/java/com/velocitypowered/natives/encryption/VelocityCipher.java +++ b/native/src/main/java/com/velocitypowered/natives/encryption/VelocityCipher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/encryption/VelocityCipherFactory.java b/native/src/main/java/com/velocitypowered/natives/encryption/VelocityCipherFactory.java index dfe4523a5..8c184c4e0 100644 --- a/native/src/main/java/com/velocitypowered/natives/encryption/VelocityCipherFactory.java +++ b/native/src/main/java/com/velocitypowered/natives/encryption/VelocityCipherFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/util/BufferPreference.java b/native/src/main/java/com/velocitypowered/natives/util/BufferPreference.java index b21aa1373..96393013d 100644 --- a/native/src/main/java/com/velocitypowered/natives/util/BufferPreference.java +++ b/native/src/main/java/com/velocitypowered/natives/util/BufferPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/util/MoreByteBufUtils.java b/native/src/main/java/com/velocitypowered/natives/util/MoreByteBufUtils.java index cbea295b0..fbad62bf9 100644 --- a/native/src/main/java/com/velocitypowered/natives/util/MoreByteBufUtils.java +++ b/native/src/main/java/com/velocitypowered/natives/util/MoreByteBufUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/util/NativeCodeLoader.java b/native/src/main/java/com/velocitypowered/natives/util/NativeCodeLoader.java index 2e6cec76e..04e2b2cf8 100644 --- a/native/src/main/java/com/velocitypowered/natives/util/NativeCodeLoader.java +++ b/native/src/main/java/com/velocitypowered/natives/util/NativeCodeLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/util/NativeConstraints.java b/native/src/main/java/com/velocitypowered/natives/util/NativeConstraints.java index a5e0fa49a..f707ab248 100644 --- a/native/src/main/java/com/velocitypowered/natives/util/NativeConstraints.java +++ b/native/src/main/java/com/velocitypowered/natives/util/NativeConstraints.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/main/java/com/velocitypowered/natives/util/Natives.java b/native/src/main/java/com/velocitypowered/natives/util/Natives.java index fac9a06fc..d33ce985d 100644 --- a/native/src/main/java/com/velocitypowered/natives/util/Natives.java +++ b/native/src/main/java/com/velocitypowered/natives/util/Natives.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/test/java/com/velocitypowered/natives/compression/VelocityCompressorTest.java b/native/src/test/java/com/velocitypowered/natives/compression/VelocityCompressorTest.java index 519ff52d6..a370b9183 100644 --- a/native/src/test/java/com/velocitypowered/natives/compression/VelocityCompressorTest.java +++ b/native/src/test/java/com/velocitypowered/natives/compression/VelocityCompressorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/native/src/test/java/com/velocitypowered/natives/encryption/VelocityCipherTest.java b/native/src/test/java/com/velocitypowered/natives/encryption/VelocityCipherTest.java index 6143d8d10..2e1d89466 100644 --- a/native/src/test/java/com/velocitypowered/natives/encryption/VelocityCipherTest.java +++ b/native/src/test/java/com/velocitypowered/natives/encryption/VelocityCipherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/build.gradle.kts b/proxy/build.gradle.kts index d46b9b86d..2091d69d7 100644 --- a/proxy/build.gradle.kts +++ b/proxy/build.gradle.kts @@ -6,10 +6,6 @@ plugins { id("com.github.johnrengelman.shadow") version "7.1.0" } -license { - header(project.rootProject.file("HEADER.txt")) -} - application { mainClass.set("com.velocitypowered.proxy.Velocity") } diff --git a/proxy/src/main/java/com/velocitypowered/proxy/Metrics.java b/proxy/src/main/java/com/velocitypowered/proxy/Metrics.java index ab6fd25da..89f63b56f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/Metrics.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/Metrics.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/ProxyOptions.java b/proxy/src/main/java/com/velocitypowered/proxy/ProxyOptions.java index e409e01a9..30c29b6b9 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/ProxyOptions.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/ProxyOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/Velocity.java b/proxy/src/main/java/com/velocitypowered/proxy/Velocity.java index 9486a839a..779879eeb 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/Velocity.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/Velocity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java b/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java index e3b077d07..74dd5a538 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/CommandGraphInjector.java b/proxy/src/main/java/com/velocitypowered/proxy/command/CommandGraphInjector.java index d6bdce149..16e3119a6 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/CommandGraphInjector.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/CommandGraphInjector.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/SuggestionsProvider.java b/proxy/src/main/java/com/velocitypowered/proxy/command/SuggestionsProvider.java index 9db3cfe03..93088cf62 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/SuggestionsProvider.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/SuggestionsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandManager.java b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandManager.java index f3b463e2d..8e3e20f27 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandManager.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandMeta.java b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandMeta.java index 4b4efe6d1..39b243999 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandMeta.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommandMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommands.java b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommands.java index 70c668c1f..2f10ed25b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommands.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommands.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/StringArrayArgumentType.java b/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/StringArrayArgumentType.java index 3e3028b67..4b19bb062 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/StringArrayArgumentType.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/StringArrayArgumentType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentBuilder.java b/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentBuilder.java index e63426ab6..6badf80af 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentBuilder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentCommandNode.java b/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentCommandNode.java index 55e9d6c5a..9faa29294 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentCommandNode.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentCommandNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/BuiltinCommandUtil.java b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/BuiltinCommandUtil.java index 60edb8806..9f28e4fba 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/BuiltinCommandUtil.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/BuiltinCommandUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/CommandMessages.java b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/CommandMessages.java index 8748768ae..52da4b405 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/CommandMessages.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/CommandMessages.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/GlistCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/GlistCommand.java index 4234479f5..5d2f19fea 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/GlistCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/GlistCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/ServerCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/ServerCommand.java index 541e00b79..3527828af 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/ServerCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/ServerCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/ShutdownCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/ShutdownCommand.java index 3084fad9c..cb9e44f81 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/ShutdownCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/ShutdownCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java index 17a377710..a62c96c3b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/AbstractCommandInvocation.java b/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/AbstractCommandInvocation.java index 43fff5b07..d88c980cf 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/AbstractCommandInvocation.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/AbstractCommandInvocation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/CommandInvocationFactory.java b/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/CommandInvocationFactory.java index e66b1507d..ad6430b16 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/CommandInvocationFactory.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/CommandInvocationFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/RawCommandInvocation.java b/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/RawCommandInvocation.java index 78d7aba5e..f026f7c8a 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/RawCommandInvocation.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/RawCommandInvocation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/SimpleCommandInvocation.java b/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/SimpleCommandInvocation.java index 2bf4d78d3..7e7912875 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/SimpleCommandInvocation.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/invocation/SimpleCommandInvocation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/AbstractCommandRegistrar.java b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/AbstractCommandRegistrar.java index a6fb4ffc6..6f4fd2b22 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/AbstractCommandRegistrar.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/AbstractCommandRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/BrigadierCommandRegistrar.java b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/BrigadierCommandRegistrar.java index 432065f3f..bc8d02de4 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/BrigadierCommandRegistrar.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/BrigadierCommandRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/CommandRegistrar.java b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/CommandRegistrar.java index 11e0fc2f2..4ea49501f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/CommandRegistrar.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/CommandRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/InvocableCommandRegistrar.java b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/InvocableCommandRegistrar.java index 91c5f16e4..a526fe3de 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/InvocableCommandRegistrar.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/InvocableCommandRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/RawCommandRegistrar.java b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/RawCommandRegistrar.java index 4101dc519..ad5a6cebd 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/RawCommandRegistrar.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/RawCommandRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/SimpleCommandRegistrar.java b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/SimpleCommandRegistrar.java index 8fb749ed3..67fd5f1f2 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/SimpleCommandRegistrar.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/registrar/SimpleCommandRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/config/PingPassthroughMode.java b/proxy/src/main/java/com/velocitypowered/proxy/config/PingPassthroughMode.java index 45ae3bcac..718e57f18 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/config/PingPassthroughMode.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/config/PingPassthroughMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/config/PlayerInfoForwarding.java b/proxy/src/main/java/com/velocitypowered/proxy/config/PlayerInfoForwarding.java index 9b472f5f9..58ee44a78 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/config/PlayerInfoForwarding.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/config/PlayerInfoForwarding.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java b/proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java index e7af63225..effe6915c 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/ConnectionType.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/ConnectionType.java index ec6c99313..5675d1f57 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/ConnectionType.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/ConnectionType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/ConnectionTypes.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/ConnectionTypes.java index 11cb6f476..238882441 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/ConnectionTypes.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/ConnectionTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftConnection.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftConnection.java index a560d77f2..9145ff133 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftConnection.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftConnectionAssociation.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftConnectionAssociation.java index 363916b11..dec04c7eb 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftConnectionAssociation.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftConnectionAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftSessionHandler.java index 83207f84b..ef4c362f4 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftSessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/MinecraftSessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/VelocityConstants.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/VelocityConstants.java index 873f3642d..a32fb6005 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/VelocityConstants.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/VelocityConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendConnectionPhase.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendConnectionPhase.java index bc3c01950..b7bbed430 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendConnectionPhase.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendConnectionPhase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendConnectionPhases.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendConnectionPhases.java index 13fc35630..4e39a155e 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendConnectionPhases.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendConnectionPhases.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendPlaySessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendPlaySessionHandler.java index dd98b931c..3adf6ba25 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendPlaySessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BackendPlaySessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BungeeCordMessageResponder.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BungeeCordMessageResponder.java index 131fa73ca..fa42efa51 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BungeeCordMessageResponder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BungeeCordMessageResponder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java index 70213e720..90a9a1300 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/TransitionSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/TransitionSessionHandler.java index 0856ec84f..2d8008d24 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/TransitionSessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/TransitionSessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/VelocityServerConnection.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/VelocityServerConnection.java index a7663f2aa..4bafcd8ea 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/VelocityServerConnection.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/VelocityServerConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/AuthSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/AuthSessionHandler.java index fae7ee475..d48ea8693 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/AuthSessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/AuthSessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientConnectionPhase.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientConnectionPhase.java index 425d185b9..0a7fc086c 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientConnectionPhase.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientConnectionPhase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientConnectionPhases.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientConnectionPhases.java index 7c4147900..fd1b6680c 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientConnectionPhases.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientConnectionPhases.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientPlaySessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientPlaySessionHandler.java index 8a1be9530..5bc9362c9 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientPlaySessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientPlaySessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientSettingsWrapper.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientSettingsWrapper.java index 646acb32a..61bed2730 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientSettingsWrapper.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientSettingsWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ConnectedPlayer.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ConnectedPlayer.java index a9ad6c911..61a2b5565 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ConnectedPlayer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/ConnectedPlayer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/HandshakeSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/HandshakeSessionHandler.java index 9405bf0dd..729d1f3c3 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/HandshakeSessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/HandshakeSessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialConnectSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialConnectSessionHandler.java index e208701c8..a094be1ac 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialConnectSessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialConnectSessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialInboundConnection.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialInboundConnection.java index 32d89d528..ecb1cc428 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialInboundConnection.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialInboundConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialLoginSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialLoginSessionHandler.java index 36f8ef4a7..01bef5f92 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialLoginSessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/InitialLoginSessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/LoginInboundConnection.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/LoginInboundConnection.java index 1eb066f7a..7a90268fa 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/LoginInboundConnection.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/LoginInboundConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/StatusSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/StatusSessionHandler.java index 8b9a55044..ada570079 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/client/StatusSessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/client/StatusSessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeConnectionType.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeConnectionType.java index 5e063b285..45d19844e 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeConnectionType.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeConnectionType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeConstants.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeConstants.java index 9a83cc223..a4a03ddfd 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeConstants.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeHandshakeBackendPhase.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeHandshakeBackendPhase.java index dfb7f10f0..e4f1b3c24 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeHandshakeBackendPhase.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeHandshakeBackendPhase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeHandshakeClientPhase.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeHandshakeClientPhase.java index 6e8fcf907..5d7542170 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeHandshakeClientPhase.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeHandshakeClientPhase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeUtil.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeUtil.java index 8b0bd4b9a..502c829db 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeUtil.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/forge/legacy/LegacyForgeUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/player/VelocityResourcePackInfo.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/player/VelocityResourcePackInfo.java index df60e0bca..134aee180 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/player/VelocityResourcePackInfo.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/player/VelocityResourcePackInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionData.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionData.java index 007b58a6a..1a484abc0 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionData.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionInfo.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionInfo.java index 0f7e261ed..6dec08eeb 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionInfo.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionRegistry.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionRegistry.java index a9d1e8f36..29a6b8f97 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionRegistry.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/registry/DimensionRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionMessages.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionMessages.java index 7bf315b7a..2ee3c9b6e 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionMessages.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionMessages.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionRequestResults.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionRequestResults.java index 40df1006b..7ef1601e1 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionRequestResults.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionRequestResults.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionTypeImpl.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionTypeImpl.java index 944b3f37a..9e421c537 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionTypeImpl.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ConnectionTypeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ServerListPingHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ServerListPingHandler.java index 6ed0ad69f..610010c13 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ServerListPingHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/ServerListPingHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/VelocityInboundConnection.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/VelocityInboundConnection.java index a24a97ed7..31a886399 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/connection/util/VelocityInboundConnection.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/util/VelocityInboundConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/console/VelocityConsole.java b/proxy/src/main/java/com/velocitypowered/proxy/console/VelocityConsole.java index aa24fe5a8..08bc04c07 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/console/VelocityConsole.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/console/VelocityConsole.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/crypto/EncryptionUtils.java b/proxy/src/main/java/com/velocitypowered/proxy/crypto/EncryptionUtils.java index 7d4ea6e5d..283c8d49b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/crypto/EncryptionUtils.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/crypto/EncryptionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/crypto/IdentifiedKeyImpl.java b/proxy/src/main/java/com/velocitypowered/proxy/crypto/IdentifiedKeyImpl.java index 983c17122..56a6f9425 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/crypto/IdentifiedKeyImpl.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/crypto/IdentifiedKeyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/crypto/SignaturePair.java b/proxy/src/main/java/com/velocitypowered/proxy/crypto/SignaturePair.java index 6e249275c..b4fb09602 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/crypto/SignaturePair.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/crypto/SignaturePair.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/crypto/SignedChatCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/crypto/SignedChatCommand.java index dc89c448a..eb3b11667 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/crypto/SignedChatCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/crypto/SignedChatCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/event/CustomHandlerAdapter.java b/proxy/src/main/java/com/velocitypowered/proxy/event/CustomHandlerAdapter.java index 7215b8308..8b9df6dde 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/event/CustomHandlerAdapter.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/event/CustomHandlerAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/event/EventTypeTracker.java b/proxy/src/main/java/com/velocitypowered/proxy/event/EventTypeTracker.java index 526ebd5d2..94d94fa8a 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/event/EventTypeTracker.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/event/EventTypeTracker.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/event/UntargetedEventHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/event/UntargetedEventHandler.java index 406e53c49..f19924e20 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/event/UntargetedEventHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/event/UntargetedEventHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/event/VelocityEventManager.java b/proxy/src/main/java/com/velocitypowered/proxy/event/VelocityEventManager.java index 7f2d6016b..3c576262f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/event/VelocityEventManager.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/event/VelocityEventManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/network/BackendChannelInitializer.java b/proxy/src/main/java/com/velocitypowered/proxy/network/BackendChannelInitializer.java index 5f13c7bce..1e6f387b3 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/network/BackendChannelInitializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/network/BackendChannelInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/network/BackendChannelInitializerHolder.java b/proxy/src/main/java/com/velocitypowered/proxy/network/BackendChannelInitializerHolder.java index 4933e0f77..fbe9123f3 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/network/BackendChannelInitializerHolder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/network/BackendChannelInitializerHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/network/ConnectionManager.java b/proxy/src/main/java/com/velocitypowered/proxy/network/ConnectionManager.java index 6173c649c..c5668db2a 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/network/ConnectionManager.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/network/ConnectionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/network/Connections.java b/proxy/src/main/java/com/velocitypowered/proxy/network/Connections.java index 75e6ee97b..dff8d2236 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/network/Connections.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/network/Connections.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/network/Endpoint.java b/proxy/src/main/java/com/velocitypowered/proxy/network/Endpoint.java index dbfd81280..935d1b209 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/network/Endpoint.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/network/Endpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/network/ServerChannelInitializer.java b/proxy/src/main/java/com/velocitypowered/proxy/network/ServerChannelInitializer.java index 85fe89c09..62f38ebd7 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/network/ServerChannelInitializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/network/ServerChannelInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/network/ServerChannelInitializerHolder.java b/proxy/src/main/java/com/velocitypowered/proxy/network/ServerChannelInitializerHolder.java index e7729ed25..6ea2439ea 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/network/ServerChannelInitializerHolder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/network/ServerChannelInitializerHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/network/TransportType.java b/proxy/src/main/java/com/velocitypowered/proxy/network/TransportType.java index b741f0d61..a7c65fef5 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/network/TransportType.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/network/TransportType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/network/netty/SeparatePoolInetNameResolver.java b/proxy/src/main/java/com/velocitypowered/proxy/network/netty/SeparatePoolInetNameResolver.java index f5377749e..624d89286 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/network/netty/SeparatePoolInetNameResolver.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/network/netty/SeparatePoolInetNameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/PluginClassLoader.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/PluginClassLoader.java index 4864db856..3b0a4f231 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/PluginClassLoader.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/PluginClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/VelocityPluginManager.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/VelocityPluginManager.java index fd9b73abd..a862a2b53 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/VelocityPluginManager.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/VelocityPluginManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/PluginLoader.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/PluginLoader.java index 41fddb9f5..f388641a7 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/PluginLoader.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/PluginLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/VelocityPluginContainer.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/VelocityPluginContainer.java index db479b423..6774597fe 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/VelocityPluginContainer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/VelocityPluginContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/VelocityPluginDescription.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/VelocityPluginDescription.java index 17e3c0fb6..cde909efd 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/VelocityPluginDescription.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/VelocityPluginDescription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaPluginLoader.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaPluginLoader.java index 42aff0c92..5674794ef 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaPluginLoader.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaPluginLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaVelocityPluginDescription.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaVelocityPluginDescription.java index 0fae80b08..dfc7c89c1 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaVelocityPluginDescription.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaVelocityPluginDescription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaVelocityPluginDescriptionCandidate.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaVelocityPluginDescriptionCandidate.java index 4e4aa306a..fb7d9dea5 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaVelocityPluginDescriptionCandidate.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/JavaVelocityPluginDescriptionCandidate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/VelocityPluginModule.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/VelocityPluginModule.java index 46521c762..c702b4944 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/VelocityPluginModule.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/loader/java/VelocityPluginModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/plugin/util/PluginDependencyUtils.java b/proxy/src/main/java/com/velocitypowered/proxy/plugin/util/PluginDependencyUtils.java index ec1740a54..ed2395faa 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/plugin/util/PluginDependencyUtils.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/plugin/util/PluginDependencyUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/MinecraftPacket.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/MinecraftPacket.java index e760070e0..e54ee7707 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/MinecraftPacket.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/MinecraftPacket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/ProtocolUtils.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/ProtocolUtils.java index f18d9c70a..97b40def7 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/ProtocolUtils.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/ProtocolUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/StateRegistry.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/StateRegistry.java index 7c4c6497f..10b51b9fb 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/StateRegistry.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/StateRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/VelocityConnectionEvent.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/VelocityConnectionEvent.java index 6d4fe06bb..423f41dc4 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/VelocityConnectionEvent.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/VelocityConnectionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/AutoReadHolderHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/AutoReadHolderHandler.java index c0ecef52b..2e5ea323d 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/AutoReadHolderHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/AutoReadHolderHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/GameSpyQueryHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/GameSpyQueryHandler.java index e545f332b..957c5af02 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/GameSpyQueryHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/GameSpyQueryHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/LegacyPingDecoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/LegacyPingDecoder.java index 25fbdd79f..ada637368 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/LegacyPingDecoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/LegacyPingDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/LegacyPingEncoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/LegacyPingEncoder.java index 8ac10aa8d..ad06fa5a2 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/LegacyPingEncoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/LegacyPingEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCipherDecoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCipherDecoder.java index 52c6bb303..229b8a8de 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCipherDecoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCipherDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCipherEncoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCipherEncoder.java index 6e2e91aa1..b7adc12d9 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCipherEncoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCipherEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCompressDecoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCompressDecoder.java index 6944d6dd8..a19baab70 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCompressDecoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCompressDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCompressorAndLengthEncoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCompressorAndLengthEncoder.java index bdd5ef42a..90952a729 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCompressorAndLengthEncoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCompressorAndLengthEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftDecoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftDecoder.java index 81fbee08b..b60fbbbc3 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftDecoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftEncoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftEncoder.java index 159b9aa4d..313b7858d 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftEncoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftVarintFrameDecoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftVarintFrameDecoder.java index e1f5a077a..94baa2ffe 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftVarintFrameDecoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftVarintFrameDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftVarintLengthEncoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftVarintLengthEncoder.java index cf33e9ed8..ecbcc8b84 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftVarintLengthEncoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftVarintLengthEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/VarintByteDecoder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/VarintByteDecoder.java index a67371bea..06cec7350 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/VarintByteDecoder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/VarintByteDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/AvailableCommands.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/AvailableCommands.java index 84d41fd76..6c842c3a5 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/AvailableCommands.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/AvailableCommands.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/BossBar.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/BossBar.java index 4ba18272f..91f4bacff 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/BossBar.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/BossBar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ClientSettings.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ClientSettings.java index c193e682b..5c267d195 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ClientSettings.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ClientSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Disconnect.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Disconnect.java index 82528e708..cdc9d0d75 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Disconnect.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Disconnect.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/EncryptionRequest.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/EncryptionRequest.java index ff0cc5943..f54769f1e 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/EncryptionRequest.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/EncryptionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/EncryptionResponse.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/EncryptionResponse.java index 3c6670793..2fc9523c8 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/EncryptionResponse.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/EncryptionResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Handshake.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Handshake.java index d2b425a72..fd23c2f30 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Handshake.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Handshake.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/HeaderAndFooter.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/HeaderAndFooter.java index 67c795ffc..43e1ac7e8 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/HeaderAndFooter.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/HeaderAndFooter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/JoinGame.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/JoinGame.java index a4ea56419..5cf689cb0 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/JoinGame.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/JoinGame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/KeepAlive.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/KeepAlive.java index c2db00b92..3f4d47dce 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/KeepAlive.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/KeepAlive.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyDisconnect.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyDisconnect.java index 99578f00d..f3033b021 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyDisconnect.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyDisconnect.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyHandshake.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyHandshake.java index 00f37b2ec..ee66f8d3e 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyHandshake.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyHandshake.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPing.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPing.java index e404ed55a..8439bbb1e 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPing.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPing.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItem.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItem.java index 0269a78df..721d54b66 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItem.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LoginPluginMessage.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LoginPluginMessage.java index 0b57ca72e..b5a2ac0a3 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LoginPluginMessage.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LoginPluginMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LoginPluginResponse.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LoginPluginResponse.java index 343446d5e..c4ecc8b6b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LoginPluginResponse.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LoginPluginResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/PluginMessage.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/PluginMessage.java index 9faaae04c..431585712 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/PluginMessage.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/PluginMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/RemovePlayerInfo.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/RemovePlayerInfo.java index a55f6c779..a9859fcc5 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/RemovePlayerInfo.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/RemovePlayerInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ResourcePackRequest.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ResourcePackRequest.java index d17505560..641407f9f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ResourcePackRequest.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ResourcePackRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ResourcePackResponse.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ResourcePackResponse.java index 53a9afffa..3b7c93608 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ResourcePackResponse.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ResourcePackResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Respawn.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Respawn.java index 26acd6535..d75de12b2 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Respawn.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Respawn.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerData.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerData.java index bae3f29cf..ebd7fb05f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerData.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerLogin.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerLogin.java index 5323cdc04..33febbe94 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerLogin.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerLogin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerLoginSuccess.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerLoginSuccess.java index c7789ee35..35142b944 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerLoginSuccess.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerLoginSuccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/SetCompression.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/SetCompression.java index 8a225de99..41a23a2bd 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/SetCompression.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/SetCompression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusPing.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusPing.java index 94eb593fc..a86db61d8 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusPing.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusPing.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusRequest.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusRequest.java index d9fc74ec3..448246623 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusRequest.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusResponse.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusResponse.java index 303ec6fa9..0df0df4a5 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusResponse.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/StatusResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/TabCompleteRequest.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/TabCompleteRequest.java index 90e415cb3..1a1a71355 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/TabCompleteRequest.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/TabCompleteRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/TabCompleteResponse.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/TabCompleteResponse.java index 97e489764..835c39a00 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/TabCompleteResponse.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/TabCompleteResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/UpsertPlayerInfo.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/UpsertPlayerInfo.java index 84054ba27..a63eb6941 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/UpsertPlayerInfo.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/UpsertPlayerInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentIdentifier.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentIdentifier.java index 452605fc9..b26401b7f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentIdentifier.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentPropertyRegistry.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentPropertyRegistry.java index 66517de78..89235a9f2 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentPropertyRegistry.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentPropertyRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentPropertySerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentPropertySerializer.java index fdb330f3f..25dcfd76c 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentPropertySerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ArgumentPropertySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ByteArgumentPropertySerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ByteArgumentPropertySerializer.java index 7385b7cf1..e70bfe33a 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ByteArgumentPropertySerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ByteArgumentPropertySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/DoubleArgumentPropertySerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/DoubleArgumentPropertySerializer.java index e20b929f6..0cebad719 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/DoubleArgumentPropertySerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/DoubleArgumentPropertySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/EmptyArgumentPropertySerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/EmptyArgumentPropertySerializer.java index 5d985eff6..32bc3eff3 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/EmptyArgumentPropertySerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/EmptyArgumentPropertySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/FloatArgumentPropertySerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/FloatArgumentPropertySerializer.java index 293a57a04..af8996d54 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/FloatArgumentPropertySerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/FloatArgumentPropertySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/IntegerArgumentPropertySerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/IntegerArgumentPropertySerializer.java index e28180da4..32e87188b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/IntegerArgumentPropertySerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/IntegerArgumentPropertySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/LongArgumentPropertySerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/LongArgumentPropertySerializer.java index 95183ef96..2f42731e8 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/LongArgumentPropertySerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/LongArgumentPropertySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ModArgumentProperty.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ModArgumentProperty.java index bdec4bbc1..15416f861 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ModArgumentProperty.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ModArgumentProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ModArgumentPropertySerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ModArgumentPropertySerializer.java index 46c5f1287..385172022 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ModArgumentPropertySerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/ModArgumentPropertySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/PassthroughProperty.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/PassthroughProperty.java index f7fc13e40..74f34ec6e 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/PassthroughProperty.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/PassthroughProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgument.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgument.java index 1e6e56580..6d55b246f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgument.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgument.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgumentList.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgumentList.java index dd5abd1e4..fbd0b623b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgumentList.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgumentList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgumentSerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgumentSerializer.java index a82c12b00..6ada6157b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgumentSerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/RegistryKeyArgumentSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/StringArgumentPropertySerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/StringArgumentPropertySerializer.java index 83abb9e9b..75f5ecc86 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/StringArgumentPropertySerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/brigadier/StringArgumentPropertySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatHandler.java index 386de6f4b..0cd2f44af 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatQueue.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatQueue.java index c37a0b6a7..53a50600b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatQueue.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatQueue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatTimeKeeper.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatTimeKeeper.java index e62161784..94fc53567 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatTimeKeeper.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatTimeKeeper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatType.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatType.java index f51e3b7b6..66e4e9884 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatType.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ChatType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/CommandHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/CommandHandler.java index e8af00a0a..c778eecd0 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/CommandHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/CommandHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/LastSeenMessages.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/LastSeenMessages.java index a61d19d7d..fa3113af2 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/LastSeenMessages.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/LastSeenMessages.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/PlayerChatCompletion.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/PlayerChatCompletion.java index 5fd4f831c..3779f468f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/PlayerChatCompletion.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/PlayerChatCompletion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/RemoteChatSession.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/RemoteChatSession.java index 4536079bf..9dd5950a9 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/RemoteChatSession.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/RemoteChatSession.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/SystemChat.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/SystemChat.java index 1cbfd5524..48b19450f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/SystemChat.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/SystemChat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/builder/ChatBuilderFactory.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/builder/ChatBuilderFactory.java index ff782df02..2d1d78981 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/builder/ChatBuilderFactory.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/builder/ChatBuilderFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/builder/ChatBuilderV2.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/builder/ChatBuilderV2.java index 8eff4eb5a..e9e24c2a0 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/builder/ChatBuilderV2.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/builder/ChatBuilderV2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedChatBuilder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedChatBuilder.java index 717f97911..830862cab 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedChatBuilder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedChatBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedChatHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedChatHandler.java index 5afb246b9..5cd7bdf4c 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedChatHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedChatHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedCommandHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedCommandHandler.java index 669c1be63..8aa1051aa 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedCommandHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedCommandHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedPlayerChat.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedPlayerChat.java index 2c428bd34..d57627056 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedPlayerChat.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedPlayerChat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedPlayerCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedPlayerCommand.java index 666fb7a95..d45f93daf 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedPlayerCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/keyed/KeyedPlayerCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChat.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChat.java index e2f8e9ea2..dfb659669 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChat.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChatBuilder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChatBuilder.java index 8f13f3798..32a5baabf 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChatBuilder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChatBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChatHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChatHandler.java index 0749939cc..12fc60f9f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChatHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyChatHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyCommandHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyCommandHandler.java index 27e40b587..37368f60b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyCommandHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/legacy/LegacyCommandHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionChatBuilder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionChatBuilder.java index 80bce9e13..74bd945f8 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionChatBuilder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionChatBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionChatHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionChatHandler.java index 406e2e906..6beaf1439 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionChatHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionChatHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionCommandHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionCommandHandler.java index 3d9082b6f..782c78357 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionCommandHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionCommandHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionPlayerChat.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionPlayerChat.java index a1a62557e..3f59f29c2 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionPlayerChat.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionPlayerChat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionPlayerCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionPlayerCommand.java index bdf7463c0..5954530e9 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionPlayerCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/session/SessionPlayerCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2022-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/legacyping/LegacyMinecraftPingVersion.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/legacyping/LegacyMinecraftPingVersion.java index 40ce92df5..d5ef296a4 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/legacyping/LegacyMinecraftPingVersion.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/legacyping/LegacyMinecraftPingVersion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/GenericTitlePacket.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/GenericTitlePacket.java index d4d0fca68..c939a5b38 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/GenericTitlePacket.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/GenericTitlePacket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/LegacyTitlePacket.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/LegacyTitlePacket.java index 1d0350945..ae4bebeeb 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/LegacyTitlePacket.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/LegacyTitlePacket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleActionbarPacket.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleActionbarPacket.java index e875ae3cd..a9f01245a 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleActionbarPacket.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleActionbarPacket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleClearPacket.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleClearPacket.java index 626abb517..1b3489691 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleClearPacket.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleClearPacket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleSubtitlePacket.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleSubtitlePacket.java index 1640862f7..d92a44d53 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleSubtitlePacket.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleSubtitlePacket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleTextPacket.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleTextPacket.java index 135eb27e4..8ad9b4b8b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleTextPacket.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleTextPacket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleTimesPacket.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleTimesPacket.java index 7450caccd..8764a12fa 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleTimesPacket.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/TitleTimesPacket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/ByteBufDataInput.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/ByteBufDataInput.java index 667d1a0c5..09e44ab46 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/ByteBufDataInput.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/ByteBufDataInput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/ByteBufDataOutput.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/ByteBufDataOutput.java index e7ff5d621..43537bf44 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/ByteBufDataOutput.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/ByteBufDataOutput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/DeferredByteBufHolder.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/DeferredByteBufHolder.java index b6655bc23..368ac503d 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/DeferredByteBufHolder.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/DeferredByteBufHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/FaviconSerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/FaviconSerializer.java index da41f2d58..31840f74b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/FaviconSerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/FaviconSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/GameProfileSerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/GameProfileSerializer.java index 63aae16bc..06e75d0e6 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/GameProfileSerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/GameProfileSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/NettyPreconditions.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/NettyPreconditions.java index 42ba250ac..91eb854dd 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/NettyPreconditions.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/NettyPreconditions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/PluginMessageUtil.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/PluginMessageUtil.java index 101d73b4a..4cf31391b 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/PluginMessageUtil.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/PluginMessageUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/VelocityLegacyHoverEventSerializer.java b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/VelocityLegacyHoverEventSerializer.java index a43ca1c85..24a8b39f5 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/VelocityLegacyHoverEventSerializer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/protocol/util/VelocityLegacyHoverEventSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/scheduler/VelocityScheduler.java b/proxy/src/main/java/com/velocitypowered/proxy/scheduler/VelocityScheduler.java index 18dbf2cf8..4e79d3c21 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/scheduler/VelocityScheduler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/scheduler/VelocityScheduler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/server/PingSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/server/PingSessionHandler.java index 493bf1c14..7bafc99b7 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/server/PingSessionHandler.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/server/PingSessionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/server/ServerMap.java b/proxy/src/main/java/com/velocitypowered/proxy/server/ServerMap.java index e16751095..d3fc5431f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/server/ServerMap.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/server/ServerMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/server/VelocityRegisteredServer.java b/proxy/src/main/java/com/velocitypowered/proxy/server/VelocityRegisteredServer.java index bd74ae50b..dc671414d 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/server/VelocityRegisteredServer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/server/VelocityRegisteredServer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/tablist/InternalTabList.java b/proxy/src/main/java/com/velocitypowered/proxy/tablist/InternalTabList.java index c01b5619e..f3add2290 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/tablist/InternalTabList.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/tablist/InternalTabList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/tablist/KeyedVelocityTabList.java b/proxy/src/main/java/com/velocitypowered/proxy/tablist/KeyedVelocityTabList.java index ced8fc147..9ff64e59a 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/tablist/KeyedVelocityTabList.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/tablist/KeyedVelocityTabList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/tablist/KeyedVelocityTabListEntry.java b/proxy/src/main/java/com/velocitypowered/proxy/tablist/KeyedVelocityTabListEntry.java index 3db2482d6..dd1753434 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/tablist/KeyedVelocityTabListEntry.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/tablist/KeyedVelocityTabListEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabList.java b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabList.java index 28d407ca1..71992206f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabList.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListEntry.java b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListEntry.java index c39643d97..e3347caba 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListEntry.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListEntryLegacy.java b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListEntryLegacy.java index b94feb13b..cd5e58db1 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListEntryLegacy.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListEntryLegacy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java index a4bcba824..d23ac4cb5 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/AddressUtil.java b/proxy/src/main/java/com/velocitypowered/proxy/util/AddressUtil.java index b53f338ac..42c5228e8 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/AddressUtil.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/AddressUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/CharacterUtil.java b/proxy/src/main/java/com/velocitypowered/proxy/util/CharacterUtil.java index e1341eb3d..2193860a3 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/CharacterUtil.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/CharacterUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/ClosestLocaleMatcher.java b/proxy/src/main/java/com/velocitypowered/proxy/util/ClosestLocaleMatcher.java index faf194b50..08af32d55 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/ClosestLocaleMatcher.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/ClosestLocaleMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/DurationUtils.java b/proxy/src/main/java/com/velocitypowered/proxy/util/DurationUtils.java index fe7fca5e8..4ca5ce777 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/DurationUtils.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/DurationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/InformationUtils.java b/proxy/src/main/java/com/velocitypowered/proxy/util/InformationUtils.java index 50a8ef749..d8cdb7c3d 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/InformationUtils.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/InformationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/ResourceUtils.java b/proxy/src/main/java/com/velocitypowered/proxy/util/ResourceUtils.java index 06a921c1f..84b579a73 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/ResourceUtils.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/ResourceUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/VelocityChannelRegistrar.java b/proxy/src/main/java/com/velocitypowered/proxy/util/VelocityChannelRegistrar.java index 9f4200a04..2aaf4ec51 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/VelocityChannelRegistrar.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/VelocityChannelRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/bossbar/AdventureBossBarManager.java b/proxy/src/main/java/com/velocitypowered/proxy/util/bossbar/AdventureBossBarManager.java index 2968de8f7..db3560ae0 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/bossbar/AdventureBossBarManager.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/bossbar/AdventureBossBarManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/collect/CappedSet.java b/proxy/src/main/java/com/velocitypowered/proxy/util/collect/CappedSet.java index f401ab590..692910d57 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/collect/CappedSet.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/collect/CappedSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/collect/Enum2IntMap.java b/proxy/src/main/java/com/velocitypowered/proxy/util/collect/Enum2IntMap.java index 3cf55f7a8..0c4707235 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/collect/Enum2IntMap.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/collect/Enum2IntMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/collect/IdentityHashStrategy.java b/proxy/src/main/java/com/velocitypowered/proxy/util/collect/IdentityHashStrategy.java index 9276f2c79..4d522c643 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/collect/IdentityHashStrategy.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/collect/IdentityHashStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/concurrent/Once.java b/proxy/src/main/java/com/velocitypowered/proxy/util/concurrent/Once.java index b28b6ce29..791aa8eba 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/concurrent/Once.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/concurrent/Once.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/concurrent/VelocityNettyThreadFactory.java b/proxy/src/main/java/com/velocitypowered/proxy/util/concurrent/VelocityNettyThreadFactory.java index 4f582854c..f9cdb469f 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/concurrent/VelocityNettyThreadFactory.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/concurrent/VelocityNettyThreadFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/except/QuietDecoderException.java b/proxy/src/main/java/com/velocitypowered/proxy/util/except/QuietDecoderException.java index f5a034550..d190ae062 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/except/QuietDecoderException.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/except/QuietDecoderException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/except/QuietRuntimeException.java b/proxy/src/main/java/com/velocitypowered/proxy/util/except/QuietRuntimeException.java index b682b2f18..37616f737 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/except/QuietRuntimeException.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/except/QuietRuntimeException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/GuavaCacheRatelimiter.java b/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/GuavaCacheRatelimiter.java index 0c1976be1..853d1921c 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/GuavaCacheRatelimiter.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/GuavaCacheRatelimiter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/NoopCacheRatelimiter.java b/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/NoopCacheRatelimiter.java index caf602862..f420986d8 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/NoopCacheRatelimiter.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/NoopCacheRatelimiter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/Ratelimiter.java b/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/Ratelimiter.java index 45c5446be..973276d45 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/Ratelimiter.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/Ratelimiter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/Ratelimiters.java b/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/Ratelimiters.java index 9f09dcf7a..3f664166c 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/Ratelimiters.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/util/ratelimit/Ratelimiters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/BrigadierCommandTests.java b/proxy/src/test/java/com/velocitypowered/proxy/command/BrigadierCommandTests.java index 1b93ac5e2..9db03ff94 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/BrigadierCommandTests.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/BrigadierCommandTests.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/CommandGraphInjectorTests.java b/proxy/src/test/java/com/velocitypowered/proxy/command/CommandGraphInjectorTests.java index 4bd8f4d38..3eaba3232 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/CommandGraphInjectorTests.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/CommandGraphInjectorTests.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/CommandManagerTests.java b/proxy/src/test/java/com/velocitypowered/proxy/command/CommandManagerTests.java index 89b6f0711..407b0b4b9 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/CommandManagerTests.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/CommandManagerTests.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/CommandTestSuite.java b/proxy/src/test/java/com/velocitypowered/proxy/command/CommandTestSuite.java index 5e0a11960..9bd202fa4 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/CommandTestSuite.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/CommandTestSuite.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/MockCommandSource.java b/proxy/src/test/java/com/velocitypowered/proxy/command/MockCommandSource.java index 0f07ddafe..6fc48ffc0 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/MockCommandSource.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/MockCommandSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/RawCommandTests.java b/proxy/src/test/java/com/velocitypowered/proxy/command/RawCommandTests.java index ce617184c..04ca8a98e 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/RawCommandTests.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/RawCommandTests.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/SimpleCommandTests.java b/proxy/src/test/java/com/velocitypowered/proxy/command/SimpleCommandTests.java index ee356d58a..39496c118 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/SimpleCommandTests.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/SimpleCommandTests.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/SuggestionsProviderTests.java b/proxy/src/test/java/com/velocitypowered/proxy/command/SuggestionsProviderTests.java index 338919d8e..9fe863354 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/SuggestionsProviderTests.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/SuggestionsProviderTests.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/brigadier/StringArrayArgumentTypeTests.java b/proxy/src/test/java/com/velocitypowered/proxy/command/brigadier/StringArrayArgumentTypeTests.java index 42e56be80..4a9251eaf 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/brigadier/StringArrayArgumentTypeTests.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/brigadier/StringArrayArgumentTypeTests.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentCommandNodeTests.java b/proxy/src/test/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentCommandNodeTests.java index a3e7f25a9..fb5f57e39 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentCommandNodeTests.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/command/brigadier/VelocityArgumentCommandNodeTests.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/connection/client/HandshakeSessionHandlerTest.java b/proxy/src/test/java/com/velocitypowered/proxy/connection/client/HandshakeSessionHandlerTest.java index 4a8af8228..73ab24364 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/connection/client/HandshakeSessionHandlerTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/connection/client/HandshakeSessionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/event/EventTaskTest.java b/proxy/src/test/java/com/velocitypowered/proxy/event/EventTaskTest.java index a6f28badf..9b13d2e4e 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/event/EventTaskTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/event/EventTaskTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/event/EventTest.java b/proxy/src/test/java/com/velocitypowered/proxy/event/EventTest.java index 9f3ed8cf9..e05df200f 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/event/EventTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/event/EventTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/event/MockEventManager.java b/proxy/src/test/java/com/velocitypowered/proxy/event/MockEventManager.java index 8616e7252..ca993a43a 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/event/MockEventManager.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/event/MockEventManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/event/RegistrationTest.java b/proxy/src/test/java/com/velocitypowered/proxy/event/RegistrationTest.java index 828e429ef..48833558b 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/event/RegistrationTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/event/RegistrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/plugin/MockEventManager.java b/proxy/src/test/java/com/velocitypowered/proxy/plugin/MockEventManager.java index b895e5a59..cafb118ae 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/plugin/MockEventManager.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/plugin/MockEventManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/plugin/MockPluginManager.java b/proxy/src/test/java/com/velocitypowered/proxy/plugin/MockPluginManager.java index 515fdd5e2..ca58839a6 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/plugin/MockPluginManager.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/plugin/MockPluginManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/plugin/util/PluginDependencyUtilsTest.java b/proxy/src/test/java/com/velocitypowered/proxy/plugin/util/PluginDependencyUtilsTest.java index aff2ae73f..3716f85ef 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/plugin/util/PluginDependencyUtilsTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/plugin/util/PluginDependencyUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/protocol/PacketRegistryTest.java b/proxy/src/test/java/com/velocitypowered/proxy/protocol/PacketRegistryTest.java index 5c23ddb0c..81a18e72c 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/protocol/PacketRegistryTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/protocol/PacketRegistryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/protocol/ProtocolUtilsTest.java b/proxy/src/test/java/com/velocitypowered/proxy/protocol/ProtocolUtilsTest.java index 16018c5e7..f120fedb1 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/protocol/ProtocolUtilsTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/protocol/ProtocolUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2021-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/protocol/util/PluginMessageUtilTest.java b/proxy/src/test/java/com/velocitypowered/proxy/protocol/util/PluginMessageUtilTest.java index ef40511dc..5c5860066 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/protocol/util/PluginMessageUtilTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/protocol/util/PluginMessageUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/scheduler/VelocitySchedulerTest.java b/proxy/src/test/java/com/velocitypowered/proxy/scheduler/VelocitySchedulerTest.java index 45229d6dc..df9ac1d31 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/scheduler/VelocitySchedulerTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/scheduler/VelocitySchedulerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/testutil/FakePluginManager.java b/proxy/src/test/java/com/velocitypowered/proxy/testutil/FakePluginManager.java index f5694393d..cb15f98fd 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/testutil/FakePluginManager.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/testutil/FakePluginManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/util/CharacterUtilTest.java b/proxy/src/test/java/com/velocitypowered/proxy/util/CharacterUtilTest.java index 0b5616166..ace7e46d8 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/util/CharacterUtilTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/util/CharacterUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/util/EncryptionUtilsTest.java b/proxy/src/test/java/com/velocitypowered/proxy/util/EncryptionUtilsTest.java index fb2f1dde2..eca35a95d 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/util/EncryptionUtilsTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/util/EncryptionUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2022 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/util/ServerMapTest.java b/proxy/src/test/java/com/velocitypowered/proxy/util/ServerMapTest.java index ad1206702..c5c6ac3d1 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/util/ServerMapTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/util/ServerMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/util/VelocityChannelRegistrarTest.java b/proxy/src/test/java/com/velocitypowered/proxy/util/VelocityChannelRegistrarTest.java index 2e92217c6..504df681f 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/util/VelocityChannelRegistrarTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/util/VelocityChannelRegistrarTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/util/collect/CappedSetTest.java b/proxy/src/test/java/com/velocitypowered/proxy/util/collect/CappedSetTest.java index 73943be90..2e118b4ac 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/util/collect/CappedSetTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/util/collect/CappedSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2019-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/util/concurrent/OnceTest.java b/proxy/src/test/java/com/velocitypowered/proxy/util/concurrent/OnceTest.java index 795f34f8c..fb6bf5a65 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/util/concurrent/OnceTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/util/concurrent/OnceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2020-2023 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/proxy/src/test/java/com/velocitypowered/proxy/util/ratelimit/GuavaCacheRatelimiterTest.java b/proxy/src/test/java/com/velocitypowered/proxy/util/ratelimit/GuavaCacheRatelimiterTest.java index 39f50e7f2..f7ad84da1 100644 --- a/proxy/src/test/java/com/velocitypowered/proxy/util/ratelimit/GuavaCacheRatelimiterTest.java +++ b/proxy/src/test/java/com/velocitypowered/proxy/util/ratelimit/GuavaCacheRatelimiterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Velocity Contributors + * Copyright (C) 2018-2021 Velocity Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by