From 318245c31584fb0ba6fdbf837512444c94e8500e Mon Sep 17 00:00:00 2001 From: Vankka Date: Thu, 13 Jan 2022 19:05:36 +0200 Subject: [PATCH] Update copyright year --- .../java/com/discordsrv/api/processor/SubscribeProcessor.java | 2 +- api/src/main/java/com/discordsrv/api/DiscordSRVApi.java | 2 +- api/src/main/java/com/discordsrv/api/DiscordSRVApiProvider.java | 2 +- api/src/main/java/com/discordsrv/api/channel/GameChannel.java | 2 +- api/src/main/java/com/discordsrv/api/color/Color.java | 2 +- .../java/com/discordsrv/api/component/EnhancedTextBuilder.java | 2 +- .../java/com/discordsrv/api/component/MinecraftComponent.java | 2 +- .../com/discordsrv/api/component/MinecraftComponentAdapter.java | 2 +- .../com/discordsrv/api/component/MinecraftComponentFactory.java | 2 +- .../main/java/com/discordsrv/api/discord/api/DiscordAPI.java | 2 +- .../com/discordsrv/api/discord/api/ThreadChannelLookup.java | 2 +- .../java/com/discordsrv/api/discord/api/entity/DiscordUser.java | 2 +- .../java/com/discordsrv/api/discord/api/entity/Mentionable.java | 2 +- .../java/com/discordsrv/api/discord/api/entity/Snowflake.java | 2 +- .../api/discord/api/entity/channel/DiscordDMChannel.java | 2 +- .../api/discord/api/entity/channel/DiscordGuildChannel.java | 2 +- .../discord/api/entity/channel/DiscordGuildMessageChannel.java | 2 +- .../api/discord/api/entity/channel/DiscordMessageChannel.java | 2 +- .../api/discord/api/entity/channel/DiscordNewsChannel.java | 2 +- .../api/discord/api/entity/channel/DiscordTextChannel.java | 2 +- .../api/discord/api/entity/channel/DiscordThreadChannel.java | 2 +- .../discordsrv/api/discord/api/entity/guild/DiscordGuild.java | 2 +- .../api/discord/api/entity/guild/DiscordGuildMember.java | 2 +- .../discordsrv/api/discord/api/entity/guild/DiscordRole.java | 2 +- .../api/discord/api/entity/message/AllowedMention.java | 2 +- .../api/discord/api/entity/message/DiscordMessageEmbed.java | 2 +- .../api/discord/api/entity/message/ReceivedDiscordMessage.java | 2 +- .../api/entity/message/ReceivedDiscordMessageCluster.java | 2 +- .../api/discord/api/entity/message/SendableDiscordMessage.java | 2 +- .../api/entity/message/impl/SendableDiscordMessageImpl.java | 2 +- .../discord/api/exception/EntityNoLongerAvailableException.java | 2 +- .../discordsrv/api/discord/api/exception/NotReadyException.java | 2 +- .../api/discord/api/exception/RestErrorResponseException.java | 2 +- .../discordsrv/api/discord/api/util/DiscordFormattingUtil.java | 2 +- .../api/discord/connection/DiscordConnectionDetails.java | 2 +- .../api/discord/events/AbstractDiscordMessageEvent.java | 2 +- .../api/discord/events/DiscordMessageDeleteEvent.java | 2 +- .../api/discord/events/DiscordMessageReceiveEvent.java | 2 +- .../api/discord/events/DiscordMessageUpdateEvent.java | 2 +- api/src/main/java/com/discordsrv/api/event/bus/EventBus.java | 2 +- .../main/java/com/discordsrv/api/event/bus/EventListener.java | 2 +- .../main/java/com/discordsrv/api/event/bus/EventPriority.java | 2 +- api/src/main/java/com/discordsrv/api/event/bus/Subscribe.java | 2 +- .../com/discordsrv/api/event/bus/internal/EventStateHolder.java | 2 +- .../main/java/com/discordsrv/api/event/events/Cancellable.java | 2 +- api/src/main/java/com/discordsrv/api/event/events/Event.java | 2 +- .../main/java/com/discordsrv/api/event/events/PlayerEvent.java | 2 +- .../main/java/com/discordsrv/api/event/events/Processable.java | 2 +- .../api/event/events/channel/GameChannelLookupEvent.java | 2 +- .../api/event/events/lifecycle/DiscordSRVReadyEvent.java | 2 +- .../api/event/events/lifecycle/DiscordSRVReloadEvent.java | 2 +- .../api/event/events/lifecycle/DiscordSRVShuttingDownEvent.java | 2 +- .../forward/discord/DiscordChatMessageForwardedEvent.java | 2 +- .../message/forward/game/AbstractGameMessageForwardedEvent.java | 2 +- .../events/message/forward/game/DeathMessageForwardedEvent.java | 2 +- .../message/forward/game/GameChatMessageForwardedEvent.java | 2 +- .../events/message/forward/game/JoinMessageForwardedEvent.java | 2 +- .../events/message/forward/game/LeaveMessageForwardedEvent.java | 2 +- .../message/forward/game/ServerSwitchMessageForwardedEvent.java | 2 +- .../receive/discord/DiscordChatMessageProcessingEvent.java | 2 +- .../message/receive/game/AbstractGameMessageReceiveEvent.java | 2 +- .../events/message/receive/game/DeathMessageReceiveEvent.java | 2 +- .../message/receive/game/GameChatMessageReceiveEvent.java | 2 +- .../events/message/receive/game/JoinMessageReceiveEvent.java | 2 +- .../events/message/receive/game/LeaveMessageReceiveEvent.java | 2 +- .../message/receive/game/ServerSwitchMessageReceiveEvent.java | 2 +- .../api/event/events/placeholder/PlaceholderLookupEvent.java | 2 +- .../main/java/com/discordsrv/api/placeholder/FormattedText.java | 2 +- .../com/discordsrv/api/placeholder/PlaceholderLookupResult.java | 2 +- .../java/com/discordsrv/api/placeholder/PlaceholderService.java | 2 +- .../com/discordsrv/api/placeholder/annotation/Placeholder.java | 2 +- .../api/placeholder/annotation/PlaceholderRemainder.java | 2 +- .../api/placeholder/mapper/PlaceholderResultMapper.java | 2 +- .../com/discordsrv/api/placeholder/mapper/ResultMappers.java | 2 +- .../java/com/discordsrv/api/placeholder/util/Placeholders.java | 2 +- .../main/java/com/discordsrv/api/player/DiscordSRVPlayer.java | 2 +- .../main/java/com/discordsrv/api/player/IPlayerProvider.java | 2 +- .../com/discordsrv/api/placeholder/util/PlaceholdersTest.java | 2 +- build.gradle | 2 +- .../com/discordsrv/bukkit/loader/DiscordSRVBukkitLoader.java | 2 +- .../src/main/java/com/discordsrv/bukkit/BukkitDiscordSRV.java | 2 +- .../java/com/discordsrv/bukkit/DiscordSRVBukkitBootstrap.java | 2 +- .../discordsrv/bukkit/component/util/PaperComponentUtil.java | 2 +- .../bukkit/config/connection/BukkitConnectionConfig.java | 2 +- .../java/com/discordsrv/bukkit/config/main/BukkitConfig.java | 2 +- .../discordsrv/bukkit/config/manager/BukkitConfigManager.java | 2 +- .../bukkit/config/manager/BukkitConnectionConfigManager.java | 2 +- .../main/java/com/discordsrv/bukkit/console/BukkitConsole.java | 2 +- .../java/com/discordsrv/bukkit/listener/BukkitChatListener.java | 2 +- .../com/discordsrv/bukkit/listener/BukkitDeathListener.java | 2 +- .../discordsrv/bukkit/listener/BukkitStatusMessageListener.java | 2 +- .../java/com/discordsrv/bukkit/player/BukkitOfflinePlayer.java | 2 +- .../main/java/com/discordsrv/bukkit/player/BukkitPlayer.java | 2 +- .../java/com/discordsrv/bukkit/player/BukkitPlayerProvider.java | 2 +- .../java/com/discordsrv/bukkit/scheduler/BukkitScheduler.java | 2 +- .../com/discordsrv/bungee/loader/DiscordSRVBungeeLoader.java | 2 +- .../src/main/java/com/discordsrv/bungee/BungeeDiscordSRV.java | 2 +- .../java/com/discordsrv/bungee/DiscordSRVBungeeBootstrap.java | 2 +- .../main/java/com/discordsrv/bungee/component/package-info.java | 2 +- .../discordsrv/bungee/component/util/BungeeComponentUtil.java | 2 +- .../main/java/com/discordsrv/bungee/console/BungeeConsole.java | 2 +- .../main/java/com/discordsrv/bungee/player/BungeePlayer.java | 2 +- .../java/com/discordsrv/bungee/player/BungeePlayerProvider.java | 2 +- .../main/java/com/discordsrv/common/logging/LogAppender.java | 2 +- .../src/main/java/com/discordsrv/common/logging/LogLevel.java | 2 +- .../common/logging/adapter/DependencyLoggerAdapter.java | 2 +- .../src/main/java/org/slf4j/impl/DiscordSRVLoggerFactory.java | 2 +- common/api/src/main/java/org/slf4j/impl/StaticLoggerBinder.java | 2 +- common/api/src/main/java/org/slf4j/impl/StaticMDCBinder.java | 2 +- common/api/src/main/java/org/slf4j/impl/StaticMarkerBinder.java | 2 +- .../src/main/java/com/discordsrv/proxy/ProxyDiscordSRV.java | 2 +- .../proxy/config/channels/ServerSwitchMessageConfig.java | 2 +- .../proxy/config/channels/base/ProxyBaseChannelConfig.java | 2 +- .../proxy/config/channels/base/ProxyChannelConfig.java | 2 +- .../com/discordsrv/proxy/config/manager/ProxyConfigManager.java | 2 +- .../src/main/java/com/discordsrv/proxy/config/package-info.java | 2 +- .../com/discordsrv/proxy/modules/ServerSwitchMessageModule.java | 2 +- .../java/com/discordsrv/common/server/ServerDiscordSRV.java | 2 +- .../common/server/config/channels/DeathMessageConfig.java | 2 +- .../server/config/channels/base/ServerBaseChannelConfig.java | 2 +- .../common/server/config/channels/base/ServerChannelConfig.java | 2 +- .../common/server/config/manager/ServerConfigManager.java | 2 +- .../discordsrv/common/server/modules/DeathMessageModule.java | 2 +- .../discordsrv/common/server/player/ServerPlayerProvider.java | 2 +- .../com/discordsrv/common/server/scheduler/ServerScheduler.java | 2 +- .../slf4j-hack/src/main/java/com/discordsrv/x/slf4j/Logger.java | 2 +- .../src/main/java/com/discordsrv/common/AbstractDiscordSRV.java | 2 +- common/src/main/java/com/discordsrv/common/DiscordSRV.java | 2 +- .../java/com/discordsrv/common/api/util/ApiInstanceUtil.java | 2 +- .../java/com/discordsrv/common/channel/ChannelConfigHelper.java | 2 +- .../com/discordsrv/common/channel/ChannelUpdaterModule.java | 2 +- .../com/discordsrv/common/channel/DefaultGlobalChannel.java | 2 +- .../discordsrv/common/channel/GlobalChannelLookupModule.java | 2 +- .../discordsrv/common/command/game/sender/ICommandSender.java | 2 +- .../java/com/discordsrv/common/component/ComponentFactory.java | 2 +- .../discordsrv/common/component/EnhancedTextBuilderImpl.java | 2 +- .../com/discordsrv/common/component/MinecraftComponentImpl.java | 2 +- .../common/component/renderer/DiscordSRVMinecraftRenderer.java | 2 +- .../com/discordsrv/common/component/util/ComponentUtil.java | 2 +- common/src/main/java/com/discordsrv/common/config/Config.java | 2 +- .../com/discordsrv/common/config/annotation/DefaultOnly.java | 2 +- .../java/com/discordsrv/common/config/annotation/Order.java | 2 +- .../com/discordsrv/common/config/annotation/Untranslated.java | 2 +- .../discordsrv/common/config/connection/ConnectionConfig.java | 2 +- .../config/fielddiscoverer/OrderedFieldDiscovererProxy.java | 2 +- .../com/discordsrv/common/config/main/ChannelUpdaterConfig.java | 2 +- .../java/com/discordsrv/common/config/main/DiscordIgnores.java | 2 +- .../main/java/com/discordsrv/common/config/main/MainConfig.java | 2 +- .../config/main/channels/DiscordToMinecraftChatConfig.java | 2 +- .../common/config/main/channels/JoinMessageConfig.java | 2 +- .../common/config/main/channels/LeaveMessageConfig.java | 2 +- .../config/main/channels/MinecraftToDiscordChatConfig.java | 2 +- .../discordsrv/common/config/main/channels/MirroringConfig.java | 2 +- .../common/config/main/channels/base/BaseChannelConfig.java | 2 +- .../common/config/main/channels/base/ChannelConfig.java | 2 +- .../common/config/main/channels/base/IChannelConfig.java | 2 +- .../common/config/main/channels/base/ThreadConfig.java | 2 +- .../common/config/manager/ConnectionConfigManager.java | 2 +- .../com/discordsrv/common/config/manager/MainConfigManager.java | 2 +- .../common/config/manager/loader/ConfigLoaderProvider.java | 2 +- .../common/config/manager/loader/HoconConfigLoaderProvider.java | 2 +- .../common/config/manager/loader/YamlConfigLoaderProvider.java | 2 +- .../discordsrv/common/config/manager/manager/ConfigManager.java | 2 +- .../common/config/manager/manager/ConfigurateConfigManager.java | 2 +- .../common/config/manager/manager/TranslatedConfigManager.java | 2 +- .../discordsrv/common/config/serializer/ColorSerializer.java | 2 +- .../common/config/serializer/DiscordMessageEmbedSerializer.java | 2 +- .../discordsrv/common/config/serializer/PatternSerializer.java | 2 +- .../config/serializer/SendableDiscordMessageSerializer.java | 2 +- common/src/main/java/com/discordsrv/common/console/Console.java | 2 +- .../java/com/discordsrv/common/dependency/DependencyLoader.java | 2 +- .../discordsrv/common/dependency/InitialDependencyLoader.java | 2 +- .../discordsrv/common/discord/api/DiscordAPIEventModule.java | 2 +- .../java/com/discordsrv/common/discord/api/DiscordAPIImpl.java | 2 +- .../discordsrv/common/discord/api/entity/DiscordUserImpl.java | 2 +- .../common/discord/api/entity/channel/DiscordDMChannelImpl.java | 2 +- .../api/entity/channel/DiscordGuildMessageChannelImpl.java | 2 +- .../discord/api/entity/channel/DiscordMessageChannelImpl.java | 2 +- .../discord/api/entity/channel/DiscordNewsChannelImpl.java | 2 +- .../discord/api/entity/channel/DiscordTextChannelImpl.java | 2 +- .../discord/api/entity/channel/DiscordThreadChannelImpl.java | 2 +- .../common/discord/api/entity/guild/DiscordGuildImpl.java | 2 +- .../common/discord/api/entity/guild/DiscordGuildMemberImpl.java | 2 +- .../common/discord/api/entity/guild/DiscordRoleImpl.java | 2 +- .../api/entity/message/ReceivedDiscordMessageClusterImpl.java | 2 +- .../discord/api/entity/message/ReceivedDiscordMessageImpl.java | 2 +- .../api/entity/message/util/SendableDiscordMessageUtil.java | 2 +- .../common/discord/connection/DiscordConnectionManager.java | 2 +- .../common/discord/connection/jda/JDAConnectionManager.java | 2 +- .../common/discord/connection/jda/JDAEventManager.java | 2 +- .../common/discord/details/DiscordConnectionDetailsImpl.java | 2 +- .../main/java/com/discordsrv/common/event/bus/EventBusImpl.java | 2 +- .../java/com/discordsrv/common/event/bus/EventListenerImpl.java | 2 +- .../main/java/com/discordsrv/common/event/util/EventUtil.java | 2 +- .../java/com/discordsrv/common/exception/ConfigException.java | 2 +- .../common/exception/InvalidListenerMethodException.java | 2 +- .../com/discordsrv/common/exception/util/ExceptionUtil.java | 2 +- .../java/com/discordsrv/common/function/CheckedFunction.java | 2 +- .../java/com/discordsrv/common/function/CheckedRunnable.java | 2 +- .../java/com/discordsrv/common/function/CheckedSupplier.java | 2 +- .../src/main/java/com/discordsrv/common/function/OrDefault.java | 2 +- .../com/discordsrv/common/integration/LuckPermsIntegration.java | 2 +- common/src/main/java/com/discordsrv/common/logging/Logger.java | 2 +- .../java/com/discordsrv/common/logging/backend/LogFilter.java | 2 +- .../com/discordsrv/common/logging/backend/LoggingBackend.java | 2 +- .../common/logging/dependency/DependencyLoggingHandler.java | 2 +- .../java/com/discordsrv/common/logging/impl/JavaLoggerImpl.java | 2 +- .../com/discordsrv/common/logging/impl/Log4JLoggerImpl.java | 2 +- .../com/discordsrv/common/logging/impl/SLF4JLoggerImpl.java | 2 +- .../messageforwarding/discord/DiscordChatMessageModule.java | 2 +- .../discord/DiscordMessageMirroringModule.java | 2 +- .../messageforwarding/game/AbstractGameMessageModule.java | 2 +- .../common/messageforwarding/game/JoinMessageModule.java | 2 +- .../common/messageforwarding/game/LeaveMessageModule.java | 2 +- .../messageforwarding/game/MinecraftToDiscordChatModule.java | 2 +- .../discordsrv/common/module/ModuleInitializationFunction.java | 2 +- .../main/java/com/discordsrv/common/module/ModuleManager.java | 2 +- .../java/com/discordsrv/common/module/type/AbstractModule.java | 2 +- .../src/main/java/com/discordsrv/common/module/type/Module.java | 2 +- .../discordsrv/common/module/type/PermissionDataProvider.java | 2 +- .../com/discordsrv/common/module/type/PluginIntegration.java | 2 +- .../common/placeholder/ComponentResultStringifier.java | 2 +- .../discordsrv/common/placeholder/PlaceholderServiceImpl.java | 2 +- .../common/placeholder/context/GlobalTextHandlingContext.java | 2 +- .../placeholder/provider/AnnotationPlaceholderProvider.java | 2 +- .../common/placeholder/provider/PlaceholderProvider.java | 2 +- .../common/placeholder/provider/util/PlaceholderMethodUtil.java | 2 +- .../main/java/com/discordsrv/common/player/IOfflinePlayer.java | 2 +- common/src/main/java/com/discordsrv/common/player/IPlayer.java | 2 +- .../common/player/provider/AbstractPlayerProvider.java | 2 +- .../com/discordsrv/common/player/provider/PlayerProvider.java | 2 +- .../main/java/com/discordsrv/common/scheduler/Scheduler.java | 2 +- .../java/com/discordsrv/common/scheduler/StandardScheduler.java | 2 +- .../common/scheduler/threadfactory/CountingFactory.java | 2 +- .../threadfactory/CountingForkJoinWorkerThreadFactory.java | 2 +- .../common/scheduler/threadfactory/CountingThreadFactory.java | 2 +- .../src/main/java/com/discordsrv/common/time/util/Timeout.java | 2 +- common/src/test/java/com/discordsrv/common/MockDiscordSRV.java | 2 +- .../test/java/com/discordsrv/common/event/bus/EventBusTest.java | 2 +- .../discordsrv/common/placeholder/PlaceholderServiceTest.java | 2 +- .../main/java/com/discordsrv/config/DiscordSRVTranslation.java | 2 +- i18n/src/main/java/com/discordsrv/config/MockDiscordSRV.java | 2 +- .../com/discordsrv/config/TranslationConfigManagerProxy.java | 2 +- .../java/com/discordsrv/sponge/bootstrap/ISpongeBootstrap.java | 2 +- .../com/discordsrv/sponge/loader/DiscordSRVSpongeLoader.java | 2 +- .../java/com/discordsrv/sponge/DiscordSRVSpongeBootstrap.java | 2 +- .../src/main/java/com/discordsrv/sponge/SpongeDiscordSRV.java | 2 +- .../main/java/com/discordsrv/sponge/console/SpongeConsole.java | 2 +- .../java/com/discordsrv/sponge/player/SpongeOfflinePlayer.java | 2 +- .../main/java/com/discordsrv/sponge/player/SpongePlayer.java | 2 +- .../java/com/discordsrv/sponge/player/SpongePlayerProvider.java | 2 +- .../java/com/discordsrv/sponge/scheduler/SpongeScheduler.java | 2 +- .../com/discordsrv/velocity/DiscordSRVVelocityBootstrap.java | 2 +- .../main/java/com/discordsrv/velocity/VelocityDiscordSRV.java | 2 +- .../java/com/discordsrv/velocity/console/VelocityConsole.java | 2 +- .../java/com/discordsrv/velocity/player/VelocityPlayer.java | 2 +- .../com/discordsrv/velocity/player/VelocityPlayerProvider.java | 2 +- 257 files changed, 257 insertions(+), 257 deletions(-) diff --git a/api/src/ap/java/com/discordsrv/api/processor/SubscribeProcessor.java b/api/src/ap/java/com/discordsrv/api/processor/SubscribeProcessor.java index ef65ac44..3ae170cd 100644 --- a/api/src/ap/java/com/discordsrv/api/processor/SubscribeProcessor.java +++ b/api/src/ap/java/com/discordsrv/api/processor/SubscribeProcessor.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/DiscordSRVApi.java b/api/src/main/java/com/discordsrv/api/DiscordSRVApi.java index 92c3bb7c..43255cc1 100644 --- a/api/src/main/java/com/discordsrv/api/DiscordSRVApi.java +++ b/api/src/main/java/com/discordsrv/api/DiscordSRVApi.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/DiscordSRVApiProvider.java b/api/src/main/java/com/discordsrv/api/DiscordSRVApiProvider.java index cf5a00ba..9aab0ec3 100644 --- a/api/src/main/java/com/discordsrv/api/DiscordSRVApiProvider.java +++ b/api/src/main/java/com/discordsrv/api/DiscordSRVApiProvider.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/channel/GameChannel.java b/api/src/main/java/com/discordsrv/api/channel/GameChannel.java index d68eabab..a1c89e45 100644 --- a/api/src/main/java/com/discordsrv/api/channel/GameChannel.java +++ b/api/src/main/java/com/discordsrv/api/channel/GameChannel.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/color/Color.java b/api/src/main/java/com/discordsrv/api/color/Color.java index 3ff0979d..39586f03 100644 --- a/api/src/main/java/com/discordsrv/api/color/Color.java +++ b/api/src/main/java/com/discordsrv/api/color/Color.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/component/EnhancedTextBuilder.java b/api/src/main/java/com/discordsrv/api/component/EnhancedTextBuilder.java index 7842a21a..e015f5bb 100644 --- a/api/src/main/java/com/discordsrv/api/component/EnhancedTextBuilder.java +++ b/api/src/main/java/com/discordsrv/api/component/EnhancedTextBuilder.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/component/MinecraftComponent.java b/api/src/main/java/com/discordsrv/api/component/MinecraftComponent.java index 24987944..bd79cea1 100644 --- a/api/src/main/java/com/discordsrv/api/component/MinecraftComponent.java +++ b/api/src/main/java/com/discordsrv/api/component/MinecraftComponent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/component/MinecraftComponentAdapter.java b/api/src/main/java/com/discordsrv/api/component/MinecraftComponentAdapter.java index 894fea7c..e28af54a 100644 --- a/api/src/main/java/com/discordsrv/api/component/MinecraftComponentAdapter.java +++ b/api/src/main/java/com/discordsrv/api/component/MinecraftComponentAdapter.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/component/MinecraftComponentFactory.java b/api/src/main/java/com/discordsrv/api/component/MinecraftComponentFactory.java index 5d69a5e5..105439c7 100644 --- a/api/src/main/java/com/discordsrv/api/component/MinecraftComponentFactory.java +++ b/api/src/main/java/com/discordsrv/api/component/MinecraftComponentFactory.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/DiscordAPI.java b/api/src/main/java/com/discordsrv/api/discord/api/DiscordAPI.java index 347cb6bb..569711b5 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/DiscordAPI.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/DiscordAPI.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/ThreadChannelLookup.java b/api/src/main/java/com/discordsrv/api/discord/api/ThreadChannelLookup.java index 40516a10..d9b43682 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/ThreadChannelLookup.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/ThreadChannelLookup.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/DiscordUser.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/DiscordUser.java index bc28a8f5..021cc562 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/DiscordUser.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/DiscordUser.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/Mentionable.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/Mentionable.java index ebd0f1d9..a38e005b 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/Mentionable.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/Mentionable.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/Snowflake.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/Snowflake.java index 79cef9bb..e0f95059 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/Snowflake.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/Snowflake.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordDMChannel.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordDMChannel.java index 06b3a84b..1892f7e9 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordDMChannel.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordDMChannel.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordGuildChannel.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordGuildChannel.java index 4305de12..594671e2 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordGuildChannel.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordGuildChannel.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordGuildMessageChannel.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordGuildMessageChannel.java index 86f9a603..f6fab0a0 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordGuildMessageChannel.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordGuildMessageChannel.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordMessageChannel.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordMessageChannel.java index 47e0cebe..f4ff539a 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordMessageChannel.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordMessageChannel.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordNewsChannel.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordNewsChannel.java index c1fcf369..d93d74e8 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordNewsChannel.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordNewsChannel.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordTextChannel.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordTextChannel.java index c7ecaabb..95138049 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordTextChannel.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordTextChannel.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordThreadChannel.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordThreadChannel.java index 9fbaca14..054b852c 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordThreadChannel.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/channel/DiscordThreadChannel.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordGuild.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordGuild.java index bcebad44..aa2224cb 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordGuild.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordGuild.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordGuildMember.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordGuildMember.java index 3ad08cac..f470b5b5 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordGuildMember.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordGuildMember.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordRole.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordRole.java index 2971fce1..8e346801 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordRole.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/guild/DiscordRole.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/AllowedMention.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/AllowedMention.java index 37366d40..04752927 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/AllowedMention.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/AllowedMention.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/DiscordMessageEmbed.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/DiscordMessageEmbed.java index 202b2a31..aaddb75e 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/DiscordMessageEmbed.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/DiscordMessageEmbed.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/ReceivedDiscordMessage.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/ReceivedDiscordMessage.java index d3ca6a32..68415b23 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/ReceivedDiscordMessage.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/ReceivedDiscordMessage.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/ReceivedDiscordMessageCluster.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/ReceivedDiscordMessageCluster.java index 784d250c..3588c310 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/ReceivedDiscordMessageCluster.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/ReceivedDiscordMessageCluster.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/SendableDiscordMessage.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/SendableDiscordMessage.java index 8aa563b0..7027e8ad 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/SendableDiscordMessage.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/SendableDiscordMessage.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/impl/SendableDiscordMessageImpl.java b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/impl/SendableDiscordMessageImpl.java index 216be860..3207ba23 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/entity/message/impl/SendableDiscordMessageImpl.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/entity/message/impl/SendableDiscordMessageImpl.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/exception/EntityNoLongerAvailableException.java b/api/src/main/java/com/discordsrv/api/discord/api/exception/EntityNoLongerAvailableException.java index 5f82a026..f5cf44e6 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/exception/EntityNoLongerAvailableException.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/exception/EntityNoLongerAvailableException.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/exception/NotReadyException.java b/api/src/main/java/com/discordsrv/api/discord/api/exception/NotReadyException.java index 026120b3..96012062 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/exception/NotReadyException.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/exception/NotReadyException.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/exception/RestErrorResponseException.java b/api/src/main/java/com/discordsrv/api/discord/api/exception/RestErrorResponseException.java index 00d90a4b..91cddaaa 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/exception/RestErrorResponseException.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/exception/RestErrorResponseException.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/api/util/DiscordFormattingUtil.java b/api/src/main/java/com/discordsrv/api/discord/api/util/DiscordFormattingUtil.java index c4b96add..377f0f4c 100644 --- a/api/src/main/java/com/discordsrv/api/discord/api/util/DiscordFormattingUtil.java +++ b/api/src/main/java/com/discordsrv/api/discord/api/util/DiscordFormattingUtil.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/connection/DiscordConnectionDetails.java b/api/src/main/java/com/discordsrv/api/discord/connection/DiscordConnectionDetails.java index ceac9ae7..3dfeb69d 100644 --- a/api/src/main/java/com/discordsrv/api/discord/connection/DiscordConnectionDetails.java +++ b/api/src/main/java/com/discordsrv/api/discord/connection/DiscordConnectionDetails.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/events/AbstractDiscordMessageEvent.java b/api/src/main/java/com/discordsrv/api/discord/events/AbstractDiscordMessageEvent.java index 4abd3794..95ce46e1 100644 --- a/api/src/main/java/com/discordsrv/api/discord/events/AbstractDiscordMessageEvent.java +++ b/api/src/main/java/com/discordsrv/api/discord/events/AbstractDiscordMessageEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageDeleteEvent.java b/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageDeleteEvent.java index 8ac5f532..9ed086f7 100644 --- a/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageDeleteEvent.java +++ b/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageDeleteEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageReceiveEvent.java b/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageReceiveEvent.java index db5be911..7727862d 100644 --- a/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageReceiveEvent.java +++ b/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageReceiveEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageUpdateEvent.java b/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageUpdateEvent.java index 1f110988..f737f1ea 100644 --- a/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageUpdateEvent.java +++ b/api/src/main/java/com/discordsrv/api/discord/events/DiscordMessageUpdateEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/bus/EventBus.java b/api/src/main/java/com/discordsrv/api/event/bus/EventBus.java index 55e0ba08..6f027005 100644 --- a/api/src/main/java/com/discordsrv/api/event/bus/EventBus.java +++ b/api/src/main/java/com/discordsrv/api/event/bus/EventBus.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/bus/EventListener.java b/api/src/main/java/com/discordsrv/api/event/bus/EventListener.java index a3a2fc2d..1a0e8511 100644 --- a/api/src/main/java/com/discordsrv/api/event/bus/EventListener.java +++ b/api/src/main/java/com/discordsrv/api/event/bus/EventListener.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/bus/EventPriority.java b/api/src/main/java/com/discordsrv/api/event/bus/EventPriority.java index 6e6def69..6da152aa 100644 --- a/api/src/main/java/com/discordsrv/api/event/bus/EventPriority.java +++ b/api/src/main/java/com/discordsrv/api/event/bus/EventPriority.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/bus/Subscribe.java b/api/src/main/java/com/discordsrv/api/event/bus/Subscribe.java index ea13493a..c9581b6f 100644 --- a/api/src/main/java/com/discordsrv/api/event/bus/Subscribe.java +++ b/api/src/main/java/com/discordsrv/api/event/bus/Subscribe.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/bus/internal/EventStateHolder.java b/api/src/main/java/com/discordsrv/api/event/bus/internal/EventStateHolder.java index 656db59b..56827030 100644 --- a/api/src/main/java/com/discordsrv/api/event/bus/internal/EventStateHolder.java +++ b/api/src/main/java/com/discordsrv/api/event/bus/internal/EventStateHolder.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/Cancellable.java b/api/src/main/java/com/discordsrv/api/event/events/Cancellable.java index 4f2cd422..d44f9b56 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/Cancellable.java +++ b/api/src/main/java/com/discordsrv/api/event/events/Cancellable.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/Event.java b/api/src/main/java/com/discordsrv/api/event/events/Event.java index 73f43529..2c3a7672 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/Event.java +++ b/api/src/main/java/com/discordsrv/api/event/events/Event.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/PlayerEvent.java b/api/src/main/java/com/discordsrv/api/event/events/PlayerEvent.java index 773e5de7..8c57b0bb 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/PlayerEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/PlayerEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/Processable.java b/api/src/main/java/com/discordsrv/api/event/events/Processable.java index 96b00dce..49273e8a 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/Processable.java +++ b/api/src/main/java/com/discordsrv/api/event/events/Processable.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/channel/GameChannelLookupEvent.java b/api/src/main/java/com/discordsrv/api/event/events/channel/GameChannelLookupEvent.java index 5440a848..db72c719 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/channel/GameChannelLookupEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/channel/GameChannelLookupEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVReadyEvent.java b/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVReadyEvent.java index 56818fd5..4d78445c 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVReadyEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVReadyEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVReloadEvent.java b/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVReloadEvent.java index c77cc18b..45a87dd8 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVReloadEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVReloadEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVShuttingDownEvent.java b/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVShuttingDownEvent.java index 97dc5f67..b2617cae 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVShuttingDownEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/lifecycle/DiscordSRVShuttingDownEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/forward/discord/DiscordChatMessageForwardedEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/forward/discord/DiscordChatMessageForwardedEvent.java index 3e1b714c..cac6224b 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/forward/discord/DiscordChatMessageForwardedEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/forward/discord/DiscordChatMessageForwardedEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/AbstractGameMessageForwardedEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/AbstractGameMessageForwardedEvent.java index 1b3f0e5c..5b994994 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/AbstractGameMessageForwardedEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/AbstractGameMessageForwardedEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/DeathMessageForwardedEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/DeathMessageForwardedEvent.java index e7be4001..3b994717 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/DeathMessageForwardedEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/DeathMessageForwardedEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/GameChatMessageForwardedEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/GameChatMessageForwardedEvent.java index 4046e74b..0757c20e 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/GameChatMessageForwardedEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/GameChatMessageForwardedEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/JoinMessageForwardedEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/JoinMessageForwardedEvent.java index 16f0d542..dc9c5e66 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/JoinMessageForwardedEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/JoinMessageForwardedEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/LeaveMessageForwardedEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/LeaveMessageForwardedEvent.java index 0125ea63..06924056 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/LeaveMessageForwardedEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/LeaveMessageForwardedEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/ServerSwitchMessageForwardedEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/ServerSwitchMessageForwardedEvent.java index 900449e1..be47170f 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/ServerSwitchMessageForwardedEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/forward/game/ServerSwitchMessageForwardedEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/receive/discord/DiscordChatMessageProcessingEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/receive/discord/DiscordChatMessageProcessingEvent.java index 09d1c46b..dbd13854 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/receive/discord/DiscordChatMessageProcessingEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/receive/discord/DiscordChatMessageProcessingEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/AbstractGameMessageReceiveEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/AbstractGameMessageReceiveEvent.java index 22498989..02ec3920 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/AbstractGameMessageReceiveEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/AbstractGameMessageReceiveEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/DeathMessageReceiveEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/DeathMessageReceiveEvent.java index cc367cda..9af820d6 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/DeathMessageReceiveEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/DeathMessageReceiveEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/GameChatMessageReceiveEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/GameChatMessageReceiveEvent.java index 243effc4..eb59b3b6 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/GameChatMessageReceiveEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/GameChatMessageReceiveEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/JoinMessageReceiveEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/JoinMessageReceiveEvent.java index 7020b2b6..e411e457 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/JoinMessageReceiveEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/JoinMessageReceiveEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/LeaveMessageReceiveEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/LeaveMessageReceiveEvent.java index b789c63b..dc707257 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/LeaveMessageReceiveEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/LeaveMessageReceiveEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/ServerSwitchMessageReceiveEvent.java b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/ServerSwitchMessageReceiveEvent.java index ed80519d..ab07c4c6 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/ServerSwitchMessageReceiveEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/message/receive/game/ServerSwitchMessageReceiveEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/event/events/placeholder/PlaceholderLookupEvent.java b/api/src/main/java/com/discordsrv/api/event/events/placeholder/PlaceholderLookupEvent.java index 69418a7e..616e22f1 100644 --- a/api/src/main/java/com/discordsrv/api/event/events/placeholder/PlaceholderLookupEvent.java +++ b/api/src/main/java/com/discordsrv/api/event/events/placeholder/PlaceholderLookupEvent.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/placeholder/FormattedText.java b/api/src/main/java/com/discordsrv/api/placeholder/FormattedText.java index 85aa3c80..d9b74c29 100644 --- a/api/src/main/java/com/discordsrv/api/placeholder/FormattedText.java +++ b/api/src/main/java/com/discordsrv/api/placeholder/FormattedText.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/placeholder/PlaceholderLookupResult.java b/api/src/main/java/com/discordsrv/api/placeholder/PlaceholderLookupResult.java index 04b11e88..4b008a9f 100644 --- a/api/src/main/java/com/discordsrv/api/placeholder/PlaceholderLookupResult.java +++ b/api/src/main/java/com/discordsrv/api/placeholder/PlaceholderLookupResult.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/placeholder/PlaceholderService.java b/api/src/main/java/com/discordsrv/api/placeholder/PlaceholderService.java index 6d6557b2..894308b3 100644 --- a/api/src/main/java/com/discordsrv/api/placeholder/PlaceholderService.java +++ b/api/src/main/java/com/discordsrv/api/placeholder/PlaceholderService.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/placeholder/annotation/Placeholder.java b/api/src/main/java/com/discordsrv/api/placeholder/annotation/Placeholder.java index aab3cbb6..d44842d4 100644 --- a/api/src/main/java/com/discordsrv/api/placeholder/annotation/Placeholder.java +++ b/api/src/main/java/com/discordsrv/api/placeholder/annotation/Placeholder.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/placeholder/annotation/PlaceholderRemainder.java b/api/src/main/java/com/discordsrv/api/placeholder/annotation/PlaceholderRemainder.java index 60b6d53a..f8b492f8 100644 --- a/api/src/main/java/com/discordsrv/api/placeholder/annotation/PlaceholderRemainder.java +++ b/api/src/main/java/com/discordsrv/api/placeholder/annotation/PlaceholderRemainder.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/placeholder/mapper/PlaceholderResultMapper.java b/api/src/main/java/com/discordsrv/api/placeholder/mapper/PlaceholderResultMapper.java index 689f269f..b6caf9d7 100644 --- a/api/src/main/java/com/discordsrv/api/placeholder/mapper/PlaceholderResultMapper.java +++ b/api/src/main/java/com/discordsrv/api/placeholder/mapper/PlaceholderResultMapper.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/placeholder/mapper/ResultMappers.java b/api/src/main/java/com/discordsrv/api/placeholder/mapper/ResultMappers.java index 0e9bcac7..efacb381 100644 --- a/api/src/main/java/com/discordsrv/api/placeholder/mapper/ResultMappers.java +++ b/api/src/main/java/com/discordsrv/api/placeholder/mapper/ResultMappers.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/placeholder/util/Placeholders.java b/api/src/main/java/com/discordsrv/api/placeholder/util/Placeholders.java index 8c64d5c0..dae9ebf0 100644 --- a/api/src/main/java/com/discordsrv/api/placeholder/util/Placeholders.java +++ b/api/src/main/java/com/discordsrv/api/placeholder/util/Placeholders.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/player/DiscordSRVPlayer.java b/api/src/main/java/com/discordsrv/api/player/DiscordSRVPlayer.java index 2a95a4e6..f5abc039 100644 --- a/api/src/main/java/com/discordsrv/api/player/DiscordSRVPlayer.java +++ b/api/src/main/java/com/discordsrv/api/player/DiscordSRVPlayer.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/discordsrv/api/player/IPlayerProvider.java b/api/src/main/java/com/discordsrv/api/player/IPlayerProvider.java index b53f6d47..98bdd1d1 100644 --- a/api/src/main/java/com/discordsrv/api/player/IPlayerProvider.java +++ b/api/src/main/java/com/discordsrv/api/player/IPlayerProvider.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/test/java/com/discordsrv/api/placeholder/util/PlaceholdersTest.java b/api/src/test/java/com/discordsrv/api/placeholder/util/PlaceholdersTest.java index edc47281..0554dc46 100644 --- a/api/src/test/java/com/discordsrv/api/placeholder/util/PlaceholdersTest.java +++ b/api/src/test/java/com/discordsrv/api/placeholder/util/PlaceholdersTest.java @@ -1,6 +1,6 @@ /* * This file is part of the DiscordSRV API, licensed under the MIT License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/build.gradle b/build.gradle index 61868602..902a781a 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ allprojects { header = rootProject.file('buildscript/license/LICENSE_HEADER') properties { var inception = '2016' - var currentYear = String.valueOf(Calendar.getInstance().get(Calendar.YEAR)-1) + var currentYear = String.valueOf(Calendar.getInstance().get(Calendar.YEAR)) year = inception == currentYear ? currentYear : inception + '-' + currentYear } diff --git a/bukkit/loader/src/main/java/com/discordsrv/bukkit/loader/DiscordSRVBukkitLoader.java b/bukkit/loader/src/main/java/com/discordsrv/bukkit/loader/DiscordSRVBukkitLoader.java index e66cb183..dc28a0f3 100644 --- a/bukkit/loader/src/main/java/com/discordsrv/bukkit/loader/DiscordSRVBukkitLoader.java +++ b/bukkit/loader/src/main/java/com/discordsrv/bukkit/loader/DiscordSRVBukkitLoader.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/BukkitDiscordSRV.java b/bukkit/src/main/java/com/discordsrv/bukkit/BukkitDiscordSRV.java index 59b4bc2b..af9984f1 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/BukkitDiscordSRV.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/BukkitDiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/DiscordSRVBukkitBootstrap.java b/bukkit/src/main/java/com/discordsrv/bukkit/DiscordSRVBukkitBootstrap.java index 59442410..03e1b347 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/DiscordSRVBukkitBootstrap.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/DiscordSRVBukkitBootstrap.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/component/util/PaperComponentUtil.java b/bukkit/src/main/java/com/discordsrv/bukkit/component/util/PaperComponentUtil.java index d4a51419..16a15736 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/component/util/PaperComponentUtil.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/component/util/PaperComponentUtil.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/config/connection/BukkitConnectionConfig.java b/bukkit/src/main/java/com/discordsrv/bukkit/config/connection/BukkitConnectionConfig.java index 4ef9bab5..53d160e1 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/config/connection/BukkitConnectionConfig.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/config/connection/BukkitConnectionConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/config/main/BukkitConfig.java b/bukkit/src/main/java/com/discordsrv/bukkit/config/main/BukkitConfig.java index a04fcadf..49804822 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/config/main/BukkitConfig.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/config/main/BukkitConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/config/manager/BukkitConfigManager.java b/bukkit/src/main/java/com/discordsrv/bukkit/config/manager/BukkitConfigManager.java index 9587d071..9d46c2eb 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/config/manager/BukkitConfigManager.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/config/manager/BukkitConfigManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/config/manager/BukkitConnectionConfigManager.java b/bukkit/src/main/java/com/discordsrv/bukkit/config/manager/BukkitConnectionConfigManager.java index 651f80c5..ac8e4bb4 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/config/manager/BukkitConnectionConfigManager.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/config/manager/BukkitConnectionConfigManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/console/BukkitConsole.java b/bukkit/src/main/java/com/discordsrv/bukkit/console/BukkitConsole.java index ccdda638..e776ec55 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/console/BukkitConsole.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/console/BukkitConsole.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitChatListener.java b/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitChatListener.java index adb7c6b8..5856c54b 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitChatListener.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitChatListener.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitDeathListener.java b/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitDeathListener.java index 94ac7608..f7be71b2 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitDeathListener.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitDeathListener.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitStatusMessageListener.java b/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitStatusMessageListener.java index ae744765..f72e91d8 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitStatusMessageListener.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/listener/BukkitStatusMessageListener.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitOfflinePlayer.java b/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitOfflinePlayer.java index 8ae9453f..8b4896be 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitOfflinePlayer.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitOfflinePlayer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitPlayer.java b/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitPlayer.java index c4f37c97..3d846d2a 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitPlayer.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitPlayer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitPlayerProvider.java b/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitPlayerProvider.java index d3280187..c1158b45 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitPlayerProvider.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/player/BukkitPlayerProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bukkit/src/main/java/com/discordsrv/bukkit/scheduler/BukkitScheduler.java b/bukkit/src/main/java/com/discordsrv/bukkit/scheduler/BukkitScheduler.java index 3c29d0f5..fa1465c8 100644 --- a/bukkit/src/main/java/com/discordsrv/bukkit/scheduler/BukkitScheduler.java +++ b/bukkit/src/main/java/com/discordsrv/bukkit/scheduler/BukkitScheduler.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bungee/loader/src/main/java/com/discordsrv/bungee/loader/DiscordSRVBungeeLoader.java b/bungee/loader/src/main/java/com/discordsrv/bungee/loader/DiscordSRVBungeeLoader.java index a88a2800..de703473 100644 --- a/bungee/loader/src/main/java/com/discordsrv/bungee/loader/DiscordSRVBungeeLoader.java +++ b/bungee/loader/src/main/java/com/discordsrv/bungee/loader/DiscordSRVBungeeLoader.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bungee/src/main/java/com/discordsrv/bungee/BungeeDiscordSRV.java b/bungee/src/main/java/com/discordsrv/bungee/BungeeDiscordSRV.java index 628798f3..c11c7a69 100644 --- a/bungee/src/main/java/com/discordsrv/bungee/BungeeDiscordSRV.java +++ b/bungee/src/main/java/com/discordsrv/bungee/BungeeDiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bungee/src/main/java/com/discordsrv/bungee/DiscordSRVBungeeBootstrap.java b/bungee/src/main/java/com/discordsrv/bungee/DiscordSRVBungeeBootstrap.java index ac8adc21..50230dc4 100644 --- a/bungee/src/main/java/com/discordsrv/bungee/DiscordSRVBungeeBootstrap.java +++ b/bungee/src/main/java/com/discordsrv/bungee/DiscordSRVBungeeBootstrap.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bungee/src/main/java/com/discordsrv/bungee/component/package-info.java b/bungee/src/main/java/com/discordsrv/bungee/component/package-info.java index 56d8ad5c..35f5765e 100644 --- a/bungee/src/main/java/com/discordsrv/bungee/component/package-info.java +++ b/bungee/src/main/java/com/discordsrv/bungee/component/package-info.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bungee/src/main/java/com/discordsrv/bungee/component/util/BungeeComponentUtil.java b/bungee/src/main/java/com/discordsrv/bungee/component/util/BungeeComponentUtil.java index 4ece7531..9a557a8a 100644 --- a/bungee/src/main/java/com/discordsrv/bungee/component/util/BungeeComponentUtil.java +++ b/bungee/src/main/java/com/discordsrv/bungee/component/util/BungeeComponentUtil.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bungee/src/main/java/com/discordsrv/bungee/console/BungeeConsole.java b/bungee/src/main/java/com/discordsrv/bungee/console/BungeeConsole.java index 2c4feee7..86bac7b2 100644 --- a/bungee/src/main/java/com/discordsrv/bungee/console/BungeeConsole.java +++ b/bungee/src/main/java/com/discordsrv/bungee/console/BungeeConsole.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bungee/src/main/java/com/discordsrv/bungee/player/BungeePlayer.java b/bungee/src/main/java/com/discordsrv/bungee/player/BungeePlayer.java index e849b8ca..90885030 100644 --- a/bungee/src/main/java/com/discordsrv/bungee/player/BungeePlayer.java +++ b/bungee/src/main/java/com/discordsrv/bungee/player/BungeePlayer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bungee/src/main/java/com/discordsrv/bungee/player/BungeePlayerProvider.java b/bungee/src/main/java/com/discordsrv/bungee/player/BungeePlayerProvider.java index 6cdd197e..42d4a12d 100644 --- a/bungee/src/main/java/com/discordsrv/bungee/player/BungeePlayerProvider.java +++ b/bungee/src/main/java/com/discordsrv/bungee/player/BungeePlayerProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/api/src/main/java/com/discordsrv/common/logging/LogAppender.java b/common/api/src/main/java/com/discordsrv/common/logging/LogAppender.java index ba25d169..6833d843 100644 --- a/common/api/src/main/java/com/discordsrv/common/logging/LogAppender.java +++ b/common/api/src/main/java/com/discordsrv/common/logging/LogAppender.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/api/src/main/java/com/discordsrv/common/logging/LogLevel.java b/common/api/src/main/java/com/discordsrv/common/logging/LogLevel.java index 959d57bc..3647447f 100644 --- a/common/api/src/main/java/com/discordsrv/common/logging/LogLevel.java +++ b/common/api/src/main/java/com/discordsrv/common/logging/LogLevel.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/api/src/main/java/com/discordsrv/common/logging/adapter/DependencyLoggerAdapter.java b/common/api/src/main/java/com/discordsrv/common/logging/adapter/DependencyLoggerAdapter.java index ae0a00cf..6f942d83 100644 --- a/common/api/src/main/java/com/discordsrv/common/logging/adapter/DependencyLoggerAdapter.java +++ b/common/api/src/main/java/com/discordsrv/common/logging/adapter/DependencyLoggerAdapter.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/api/src/main/java/org/slf4j/impl/DiscordSRVLoggerFactory.java b/common/api/src/main/java/org/slf4j/impl/DiscordSRVLoggerFactory.java index 79364bac..4ad2480d 100644 --- a/common/api/src/main/java/org/slf4j/impl/DiscordSRVLoggerFactory.java +++ b/common/api/src/main/java/org/slf4j/impl/DiscordSRVLoggerFactory.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/api/src/main/java/org/slf4j/impl/StaticLoggerBinder.java b/common/api/src/main/java/org/slf4j/impl/StaticLoggerBinder.java index 86548d58..4ff27235 100644 --- a/common/api/src/main/java/org/slf4j/impl/StaticLoggerBinder.java +++ b/common/api/src/main/java/org/slf4j/impl/StaticLoggerBinder.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/api/src/main/java/org/slf4j/impl/StaticMDCBinder.java b/common/api/src/main/java/org/slf4j/impl/StaticMDCBinder.java index 298660e2..0cbeed44 100644 --- a/common/api/src/main/java/org/slf4j/impl/StaticMDCBinder.java +++ b/common/api/src/main/java/org/slf4j/impl/StaticMDCBinder.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/api/src/main/java/org/slf4j/impl/StaticMarkerBinder.java b/common/api/src/main/java/org/slf4j/impl/StaticMarkerBinder.java index 797205d7..264d1785 100644 --- a/common/api/src/main/java/org/slf4j/impl/StaticMarkerBinder.java +++ b/common/api/src/main/java/org/slf4j/impl/StaticMarkerBinder.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/proxy/src/main/java/com/discordsrv/proxy/ProxyDiscordSRV.java b/common/proxy/src/main/java/com/discordsrv/proxy/ProxyDiscordSRV.java index fcbaf434..e3def1da 100644 --- a/common/proxy/src/main/java/com/discordsrv/proxy/ProxyDiscordSRV.java +++ b/common/proxy/src/main/java/com/discordsrv/proxy/ProxyDiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/ServerSwitchMessageConfig.java b/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/ServerSwitchMessageConfig.java index f65738e6..f46c3864 100644 --- a/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/ServerSwitchMessageConfig.java +++ b/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/ServerSwitchMessageConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/base/ProxyBaseChannelConfig.java b/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/base/ProxyBaseChannelConfig.java index 2c20fe45..33017fe5 100644 --- a/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/base/ProxyBaseChannelConfig.java +++ b/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/base/ProxyBaseChannelConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/base/ProxyChannelConfig.java b/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/base/ProxyChannelConfig.java index 6594ecef..9a6cf751 100644 --- a/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/base/ProxyChannelConfig.java +++ b/common/proxy/src/main/java/com/discordsrv/proxy/config/channels/base/ProxyChannelConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/proxy/src/main/java/com/discordsrv/proxy/config/manager/ProxyConfigManager.java b/common/proxy/src/main/java/com/discordsrv/proxy/config/manager/ProxyConfigManager.java index 77bdf50b..6e06d9b4 100644 --- a/common/proxy/src/main/java/com/discordsrv/proxy/config/manager/ProxyConfigManager.java +++ b/common/proxy/src/main/java/com/discordsrv/proxy/config/manager/ProxyConfigManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/proxy/src/main/java/com/discordsrv/proxy/config/package-info.java b/common/proxy/src/main/java/com/discordsrv/proxy/config/package-info.java index c4bbb8fd..5e2d7615 100644 --- a/common/proxy/src/main/java/com/discordsrv/proxy/config/package-info.java +++ b/common/proxy/src/main/java/com/discordsrv/proxy/config/package-info.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/proxy/src/main/java/com/discordsrv/proxy/modules/ServerSwitchMessageModule.java b/common/proxy/src/main/java/com/discordsrv/proxy/modules/ServerSwitchMessageModule.java index 2c837cf0..3a21b2c2 100644 --- a/common/proxy/src/main/java/com/discordsrv/proxy/modules/ServerSwitchMessageModule.java +++ b/common/proxy/src/main/java/com/discordsrv/proxy/modules/ServerSwitchMessageModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/server/src/main/java/com/discordsrv/common/server/ServerDiscordSRV.java b/common/server/src/main/java/com/discordsrv/common/server/ServerDiscordSRV.java index c6b6a1c1..9c6a7a9d 100644 --- a/common/server/src/main/java/com/discordsrv/common/server/ServerDiscordSRV.java +++ b/common/server/src/main/java/com/discordsrv/common/server/ServerDiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/server/src/main/java/com/discordsrv/common/server/config/channels/DeathMessageConfig.java b/common/server/src/main/java/com/discordsrv/common/server/config/channels/DeathMessageConfig.java index 356a834b..7c357df9 100644 --- a/common/server/src/main/java/com/discordsrv/common/server/config/channels/DeathMessageConfig.java +++ b/common/server/src/main/java/com/discordsrv/common/server/config/channels/DeathMessageConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/server/src/main/java/com/discordsrv/common/server/config/channels/base/ServerBaseChannelConfig.java b/common/server/src/main/java/com/discordsrv/common/server/config/channels/base/ServerBaseChannelConfig.java index 419a68a3..c1c2bfd5 100644 --- a/common/server/src/main/java/com/discordsrv/common/server/config/channels/base/ServerBaseChannelConfig.java +++ b/common/server/src/main/java/com/discordsrv/common/server/config/channels/base/ServerBaseChannelConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/server/src/main/java/com/discordsrv/common/server/config/channels/base/ServerChannelConfig.java b/common/server/src/main/java/com/discordsrv/common/server/config/channels/base/ServerChannelConfig.java index 0c8620e9..5ef40726 100644 --- a/common/server/src/main/java/com/discordsrv/common/server/config/channels/base/ServerChannelConfig.java +++ b/common/server/src/main/java/com/discordsrv/common/server/config/channels/base/ServerChannelConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/server/src/main/java/com/discordsrv/common/server/config/manager/ServerConfigManager.java b/common/server/src/main/java/com/discordsrv/common/server/config/manager/ServerConfigManager.java index 8367d43d..492c08cf 100644 --- a/common/server/src/main/java/com/discordsrv/common/server/config/manager/ServerConfigManager.java +++ b/common/server/src/main/java/com/discordsrv/common/server/config/manager/ServerConfigManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/server/src/main/java/com/discordsrv/common/server/modules/DeathMessageModule.java b/common/server/src/main/java/com/discordsrv/common/server/modules/DeathMessageModule.java index f6e4efd5..5ac1cd00 100644 --- a/common/server/src/main/java/com/discordsrv/common/server/modules/DeathMessageModule.java +++ b/common/server/src/main/java/com/discordsrv/common/server/modules/DeathMessageModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/server/src/main/java/com/discordsrv/common/server/player/ServerPlayerProvider.java b/common/server/src/main/java/com/discordsrv/common/server/player/ServerPlayerProvider.java index fe8db5ff..96ba4f9c 100644 --- a/common/server/src/main/java/com/discordsrv/common/server/player/ServerPlayerProvider.java +++ b/common/server/src/main/java/com/discordsrv/common/server/player/ServerPlayerProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/server/src/main/java/com/discordsrv/common/server/scheduler/ServerScheduler.java b/common/server/src/main/java/com/discordsrv/common/server/scheduler/ServerScheduler.java index d82f0898..9270f86f 100644 --- a/common/server/src/main/java/com/discordsrv/common/server/scheduler/ServerScheduler.java +++ b/common/server/src/main/java/com/discordsrv/common/server/scheduler/ServerScheduler.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/slf4j-hack/src/main/java/com/discordsrv/x/slf4j/Logger.java b/common/slf4j-hack/src/main/java/com/discordsrv/x/slf4j/Logger.java index aeb69759..6fe5af77 100644 --- a/common/slf4j-hack/src/main/java/com/discordsrv/x/slf4j/Logger.java +++ b/common/slf4j-hack/src/main/java/com/discordsrv/x/slf4j/Logger.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/AbstractDiscordSRV.java b/common/src/main/java/com/discordsrv/common/AbstractDiscordSRV.java index 7e49f4d0..856dba25 100644 --- a/common/src/main/java/com/discordsrv/common/AbstractDiscordSRV.java +++ b/common/src/main/java/com/discordsrv/common/AbstractDiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/DiscordSRV.java b/common/src/main/java/com/discordsrv/common/DiscordSRV.java index 32ef8ad5..031d729b 100644 --- a/common/src/main/java/com/discordsrv/common/DiscordSRV.java +++ b/common/src/main/java/com/discordsrv/common/DiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/api/util/ApiInstanceUtil.java b/common/src/main/java/com/discordsrv/common/api/util/ApiInstanceUtil.java index b8011531..a5e4702d 100644 --- a/common/src/main/java/com/discordsrv/common/api/util/ApiInstanceUtil.java +++ b/common/src/main/java/com/discordsrv/common/api/util/ApiInstanceUtil.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/channel/ChannelConfigHelper.java b/common/src/main/java/com/discordsrv/common/channel/ChannelConfigHelper.java index 982d0655..c3c55d90 100644 --- a/common/src/main/java/com/discordsrv/common/channel/ChannelConfigHelper.java +++ b/common/src/main/java/com/discordsrv/common/channel/ChannelConfigHelper.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/channel/ChannelUpdaterModule.java b/common/src/main/java/com/discordsrv/common/channel/ChannelUpdaterModule.java index 23fd7b4f..e3981d96 100644 --- a/common/src/main/java/com/discordsrv/common/channel/ChannelUpdaterModule.java +++ b/common/src/main/java/com/discordsrv/common/channel/ChannelUpdaterModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/channel/DefaultGlobalChannel.java b/common/src/main/java/com/discordsrv/common/channel/DefaultGlobalChannel.java index b6bc4a4b..73d45f35 100644 --- a/common/src/main/java/com/discordsrv/common/channel/DefaultGlobalChannel.java +++ b/common/src/main/java/com/discordsrv/common/channel/DefaultGlobalChannel.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/channel/GlobalChannelLookupModule.java b/common/src/main/java/com/discordsrv/common/channel/GlobalChannelLookupModule.java index a1373361..988810de 100644 --- a/common/src/main/java/com/discordsrv/common/channel/GlobalChannelLookupModule.java +++ b/common/src/main/java/com/discordsrv/common/channel/GlobalChannelLookupModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/command/game/sender/ICommandSender.java b/common/src/main/java/com/discordsrv/common/command/game/sender/ICommandSender.java index ab78f7c1..dd839bbf 100644 --- a/common/src/main/java/com/discordsrv/common/command/game/sender/ICommandSender.java +++ b/common/src/main/java/com/discordsrv/common/command/game/sender/ICommandSender.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/component/ComponentFactory.java b/common/src/main/java/com/discordsrv/common/component/ComponentFactory.java index 9c00749e..eccb4bb5 100644 --- a/common/src/main/java/com/discordsrv/common/component/ComponentFactory.java +++ b/common/src/main/java/com/discordsrv/common/component/ComponentFactory.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/component/EnhancedTextBuilderImpl.java b/common/src/main/java/com/discordsrv/common/component/EnhancedTextBuilderImpl.java index 96d4c7b1..4f5de9d7 100644 --- a/common/src/main/java/com/discordsrv/common/component/EnhancedTextBuilderImpl.java +++ b/common/src/main/java/com/discordsrv/common/component/EnhancedTextBuilderImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/component/MinecraftComponentImpl.java b/common/src/main/java/com/discordsrv/common/component/MinecraftComponentImpl.java index ad8e3b8d..3a6c6674 100644 --- a/common/src/main/java/com/discordsrv/common/component/MinecraftComponentImpl.java +++ b/common/src/main/java/com/discordsrv/common/component/MinecraftComponentImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/component/renderer/DiscordSRVMinecraftRenderer.java b/common/src/main/java/com/discordsrv/common/component/renderer/DiscordSRVMinecraftRenderer.java index a43f4a75..2b35f14b 100644 --- a/common/src/main/java/com/discordsrv/common/component/renderer/DiscordSRVMinecraftRenderer.java +++ b/common/src/main/java/com/discordsrv/common/component/renderer/DiscordSRVMinecraftRenderer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/component/util/ComponentUtil.java b/common/src/main/java/com/discordsrv/common/component/util/ComponentUtil.java index 7c7909b2..525cc310 100644 --- a/common/src/main/java/com/discordsrv/common/component/util/ComponentUtil.java +++ b/common/src/main/java/com/discordsrv/common/component/util/ComponentUtil.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/Config.java b/common/src/main/java/com/discordsrv/common/config/Config.java index fd40672f..3533541f 100644 --- a/common/src/main/java/com/discordsrv/common/config/Config.java +++ b/common/src/main/java/com/discordsrv/common/config/Config.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/annotation/DefaultOnly.java b/common/src/main/java/com/discordsrv/common/config/annotation/DefaultOnly.java index ea99b0d3..9d617954 100644 --- a/common/src/main/java/com/discordsrv/common/config/annotation/DefaultOnly.java +++ b/common/src/main/java/com/discordsrv/common/config/annotation/DefaultOnly.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/annotation/Order.java b/common/src/main/java/com/discordsrv/common/config/annotation/Order.java index 2f5c84bd..392beed3 100644 --- a/common/src/main/java/com/discordsrv/common/config/annotation/Order.java +++ b/common/src/main/java/com/discordsrv/common/config/annotation/Order.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/annotation/Untranslated.java b/common/src/main/java/com/discordsrv/common/config/annotation/Untranslated.java index 429898cd..9f849ded 100644 --- a/common/src/main/java/com/discordsrv/common/config/annotation/Untranslated.java +++ b/common/src/main/java/com/discordsrv/common/config/annotation/Untranslated.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/connection/ConnectionConfig.java b/common/src/main/java/com/discordsrv/common/config/connection/ConnectionConfig.java index 4cd83965..e185c615 100644 --- a/common/src/main/java/com/discordsrv/common/config/connection/ConnectionConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/connection/ConnectionConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/fielddiscoverer/OrderedFieldDiscovererProxy.java b/common/src/main/java/com/discordsrv/common/config/fielddiscoverer/OrderedFieldDiscovererProxy.java index cc6e9b27..ff0ab881 100644 --- a/common/src/main/java/com/discordsrv/common/config/fielddiscoverer/OrderedFieldDiscovererProxy.java +++ b/common/src/main/java/com/discordsrv/common/config/fielddiscoverer/OrderedFieldDiscovererProxy.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/ChannelUpdaterConfig.java b/common/src/main/java/com/discordsrv/common/config/main/ChannelUpdaterConfig.java index 9f7149fd..8089af14 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/ChannelUpdaterConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/ChannelUpdaterConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/DiscordIgnores.java b/common/src/main/java/com/discordsrv/common/config/main/DiscordIgnores.java index 88b7472a..0ff847ed 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/DiscordIgnores.java +++ b/common/src/main/java/com/discordsrv/common/config/main/DiscordIgnores.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/MainConfig.java b/common/src/main/java/com/discordsrv/common/config/main/MainConfig.java index 8fbf9286..8351ef3b 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/MainConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/MainConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/channels/DiscordToMinecraftChatConfig.java b/common/src/main/java/com/discordsrv/common/config/main/channels/DiscordToMinecraftChatConfig.java index 4f0280b0..3b7b4d65 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/channels/DiscordToMinecraftChatConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/channels/DiscordToMinecraftChatConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/channels/JoinMessageConfig.java b/common/src/main/java/com/discordsrv/common/config/main/channels/JoinMessageConfig.java index fef74e5c..41899fc3 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/channels/JoinMessageConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/channels/JoinMessageConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/channels/LeaveMessageConfig.java b/common/src/main/java/com/discordsrv/common/config/main/channels/LeaveMessageConfig.java index f12169a2..52bc86bd 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/channels/LeaveMessageConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/channels/LeaveMessageConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/channels/MinecraftToDiscordChatConfig.java b/common/src/main/java/com/discordsrv/common/config/main/channels/MinecraftToDiscordChatConfig.java index a9cb4653..0c45eb3b 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/channels/MinecraftToDiscordChatConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/channels/MinecraftToDiscordChatConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/channels/MirroringConfig.java b/common/src/main/java/com/discordsrv/common/config/main/channels/MirroringConfig.java index f64a4114..025b66bd 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/channels/MirroringConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/channels/MirroringConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/channels/base/BaseChannelConfig.java b/common/src/main/java/com/discordsrv/common/config/main/channels/base/BaseChannelConfig.java index 14dc64e6..d13f369f 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/channels/base/BaseChannelConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/channels/base/BaseChannelConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/channels/base/ChannelConfig.java b/common/src/main/java/com/discordsrv/common/config/main/channels/base/ChannelConfig.java index 6bae808b..60279c0a 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/channels/base/ChannelConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/channels/base/ChannelConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/channels/base/IChannelConfig.java b/common/src/main/java/com/discordsrv/common/config/main/channels/base/IChannelConfig.java index 7f6053c0..7ba9b69c 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/channels/base/IChannelConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/channels/base/IChannelConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/main/channels/base/ThreadConfig.java b/common/src/main/java/com/discordsrv/common/config/main/channels/base/ThreadConfig.java index f215f732..187eda10 100644 --- a/common/src/main/java/com/discordsrv/common/config/main/channels/base/ThreadConfig.java +++ b/common/src/main/java/com/discordsrv/common/config/main/channels/base/ThreadConfig.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/manager/ConnectionConfigManager.java b/common/src/main/java/com/discordsrv/common/config/manager/ConnectionConfigManager.java index 6f11c670..4265c58f 100644 --- a/common/src/main/java/com/discordsrv/common/config/manager/ConnectionConfigManager.java +++ b/common/src/main/java/com/discordsrv/common/config/manager/ConnectionConfigManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/manager/MainConfigManager.java b/common/src/main/java/com/discordsrv/common/config/manager/MainConfigManager.java index 8f7d8604..b743cf2d 100644 --- a/common/src/main/java/com/discordsrv/common/config/manager/MainConfigManager.java +++ b/common/src/main/java/com/discordsrv/common/config/manager/MainConfigManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/manager/loader/ConfigLoaderProvider.java b/common/src/main/java/com/discordsrv/common/config/manager/loader/ConfigLoaderProvider.java index 9f765bf6..ced5b3b7 100644 --- a/common/src/main/java/com/discordsrv/common/config/manager/loader/ConfigLoaderProvider.java +++ b/common/src/main/java/com/discordsrv/common/config/manager/loader/ConfigLoaderProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/manager/loader/HoconConfigLoaderProvider.java b/common/src/main/java/com/discordsrv/common/config/manager/loader/HoconConfigLoaderProvider.java index d91a8171..d4d95403 100644 --- a/common/src/main/java/com/discordsrv/common/config/manager/loader/HoconConfigLoaderProvider.java +++ b/common/src/main/java/com/discordsrv/common/config/manager/loader/HoconConfigLoaderProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/manager/loader/YamlConfigLoaderProvider.java b/common/src/main/java/com/discordsrv/common/config/manager/loader/YamlConfigLoaderProvider.java index b01d39f9..ebc781b4 100644 --- a/common/src/main/java/com/discordsrv/common/config/manager/loader/YamlConfigLoaderProvider.java +++ b/common/src/main/java/com/discordsrv/common/config/manager/loader/YamlConfigLoaderProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/manager/manager/ConfigManager.java b/common/src/main/java/com/discordsrv/common/config/manager/manager/ConfigManager.java index 150e0481..11291f26 100644 --- a/common/src/main/java/com/discordsrv/common/config/manager/manager/ConfigManager.java +++ b/common/src/main/java/com/discordsrv/common/config/manager/manager/ConfigManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/manager/manager/ConfigurateConfigManager.java b/common/src/main/java/com/discordsrv/common/config/manager/manager/ConfigurateConfigManager.java index b507cbe6..24040fcd 100644 --- a/common/src/main/java/com/discordsrv/common/config/manager/manager/ConfigurateConfigManager.java +++ b/common/src/main/java/com/discordsrv/common/config/manager/manager/ConfigurateConfigManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/manager/manager/TranslatedConfigManager.java b/common/src/main/java/com/discordsrv/common/config/manager/manager/TranslatedConfigManager.java index 2135f6aa..d22fa20f 100644 --- a/common/src/main/java/com/discordsrv/common/config/manager/manager/TranslatedConfigManager.java +++ b/common/src/main/java/com/discordsrv/common/config/manager/manager/TranslatedConfigManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/serializer/ColorSerializer.java b/common/src/main/java/com/discordsrv/common/config/serializer/ColorSerializer.java index d94f8356..0e8bf171 100644 --- a/common/src/main/java/com/discordsrv/common/config/serializer/ColorSerializer.java +++ b/common/src/main/java/com/discordsrv/common/config/serializer/ColorSerializer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/serializer/DiscordMessageEmbedSerializer.java b/common/src/main/java/com/discordsrv/common/config/serializer/DiscordMessageEmbedSerializer.java index 5561c1d4..c25ab5d7 100644 --- a/common/src/main/java/com/discordsrv/common/config/serializer/DiscordMessageEmbedSerializer.java +++ b/common/src/main/java/com/discordsrv/common/config/serializer/DiscordMessageEmbedSerializer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/serializer/PatternSerializer.java b/common/src/main/java/com/discordsrv/common/config/serializer/PatternSerializer.java index 67a5acc0..d649fc41 100644 --- a/common/src/main/java/com/discordsrv/common/config/serializer/PatternSerializer.java +++ b/common/src/main/java/com/discordsrv/common/config/serializer/PatternSerializer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/config/serializer/SendableDiscordMessageSerializer.java b/common/src/main/java/com/discordsrv/common/config/serializer/SendableDiscordMessageSerializer.java index bb185209..23240794 100644 --- a/common/src/main/java/com/discordsrv/common/config/serializer/SendableDiscordMessageSerializer.java +++ b/common/src/main/java/com/discordsrv/common/config/serializer/SendableDiscordMessageSerializer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/console/Console.java b/common/src/main/java/com/discordsrv/common/console/Console.java index 7115f430..efaa052f 100644 --- a/common/src/main/java/com/discordsrv/common/console/Console.java +++ b/common/src/main/java/com/discordsrv/common/console/Console.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/dependency/DependencyLoader.java b/common/src/main/java/com/discordsrv/common/dependency/DependencyLoader.java index c935db09..442c8c8d 100644 --- a/common/src/main/java/com/discordsrv/common/dependency/DependencyLoader.java +++ b/common/src/main/java/com/discordsrv/common/dependency/DependencyLoader.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/dependency/InitialDependencyLoader.java b/common/src/main/java/com/discordsrv/common/dependency/InitialDependencyLoader.java index 382d5e78..a97b9f12 100644 --- a/common/src/main/java/com/discordsrv/common/dependency/InitialDependencyLoader.java +++ b/common/src/main/java/com/discordsrv/common/dependency/InitialDependencyLoader.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/DiscordAPIEventModule.java b/common/src/main/java/com/discordsrv/common/discord/api/DiscordAPIEventModule.java index eaa37ecc..393e6ddd 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/DiscordAPIEventModule.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/DiscordAPIEventModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/DiscordAPIImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/DiscordAPIImpl.java index 085b3eff..4c9cbf7c 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/DiscordAPIImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/DiscordAPIImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/DiscordUserImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/DiscordUserImpl.java index 037e003d..a37b5b86 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/DiscordUserImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/DiscordUserImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordDMChannelImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordDMChannelImpl.java index f58f8abd..c8ffda96 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordDMChannelImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordDMChannelImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordGuildMessageChannelImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordGuildMessageChannelImpl.java index 37389a1f..e7730ee9 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordGuildMessageChannelImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordGuildMessageChannelImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordMessageChannelImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordMessageChannelImpl.java index eafcf9a7..25561305 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordMessageChannelImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordMessageChannelImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordNewsChannelImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordNewsChannelImpl.java index a0196793..b74a3bcb 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordNewsChannelImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordNewsChannelImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordTextChannelImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordTextChannelImpl.java index 13000e25..470dc281 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordTextChannelImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordTextChannelImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordThreadChannelImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordThreadChannelImpl.java index 62db07ae..6bc2be82 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordThreadChannelImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/channel/DiscordThreadChannelImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordGuildImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordGuildImpl.java index 9f061266..44dd1c88 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordGuildImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordGuildImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordGuildMemberImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordGuildMemberImpl.java index 9c96c40e..26b8610e 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordGuildMemberImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordGuildMemberImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordRoleImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordRoleImpl.java index a381fa22..b377215b 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordRoleImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/guild/DiscordRoleImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/message/ReceivedDiscordMessageClusterImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/message/ReceivedDiscordMessageClusterImpl.java index dcf8aaac..46f04e87 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/message/ReceivedDiscordMessageClusterImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/message/ReceivedDiscordMessageClusterImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/message/ReceivedDiscordMessageImpl.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/message/ReceivedDiscordMessageImpl.java index 1f038916..80c37d74 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/message/ReceivedDiscordMessageImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/message/ReceivedDiscordMessageImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/api/entity/message/util/SendableDiscordMessageUtil.java b/common/src/main/java/com/discordsrv/common/discord/api/entity/message/util/SendableDiscordMessageUtil.java index f1ae704c..d2909c94 100644 --- a/common/src/main/java/com/discordsrv/common/discord/api/entity/message/util/SendableDiscordMessageUtil.java +++ b/common/src/main/java/com/discordsrv/common/discord/api/entity/message/util/SendableDiscordMessageUtil.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/connection/DiscordConnectionManager.java b/common/src/main/java/com/discordsrv/common/discord/connection/DiscordConnectionManager.java index 5a9c2fac..b2d5ce24 100644 --- a/common/src/main/java/com/discordsrv/common/discord/connection/DiscordConnectionManager.java +++ b/common/src/main/java/com/discordsrv/common/discord/connection/DiscordConnectionManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/connection/jda/JDAConnectionManager.java b/common/src/main/java/com/discordsrv/common/discord/connection/jda/JDAConnectionManager.java index dab7c00b..55a149e5 100644 --- a/common/src/main/java/com/discordsrv/common/discord/connection/jda/JDAConnectionManager.java +++ b/common/src/main/java/com/discordsrv/common/discord/connection/jda/JDAConnectionManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/connection/jda/JDAEventManager.java b/common/src/main/java/com/discordsrv/common/discord/connection/jda/JDAEventManager.java index 8a95631e..49a0ae20 100644 --- a/common/src/main/java/com/discordsrv/common/discord/connection/jda/JDAEventManager.java +++ b/common/src/main/java/com/discordsrv/common/discord/connection/jda/JDAEventManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/discord/details/DiscordConnectionDetailsImpl.java b/common/src/main/java/com/discordsrv/common/discord/details/DiscordConnectionDetailsImpl.java index 757c0fb4..cad6235d 100644 --- a/common/src/main/java/com/discordsrv/common/discord/details/DiscordConnectionDetailsImpl.java +++ b/common/src/main/java/com/discordsrv/common/discord/details/DiscordConnectionDetailsImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/event/bus/EventBusImpl.java b/common/src/main/java/com/discordsrv/common/event/bus/EventBusImpl.java index e69bbf69..aa43b032 100644 --- a/common/src/main/java/com/discordsrv/common/event/bus/EventBusImpl.java +++ b/common/src/main/java/com/discordsrv/common/event/bus/EventBusImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/event/bus/EventListenerImpl.java b/common/src/main/java/com/discordsrv/common/event/bus/EventListenerImpl.java index 6cf3e6ca..c3695b77 100644 --- a/common/src/main/java/com/discordsrv/common/event/bus/EventListenerImpl.java +++ b/common/src/main/java/com/discordsrv/common/event/bus/EventListenerImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/event/util/EventUtil.java b/common/src/main/java/com/discordsrv/common/event/util/EventUtil.java index 028a14a6..ca550007 100644 --- a/common/src/main/java/com/discordsrv/common/event/util/EventUtil.java +++ b/common/src/main/java/com/discordsrv/common/event/util/EventUtil.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/exception/ConfigException.java b/common/src/main/java/com/discordsrv/common/exception/ConfigException.java index 6ef67423..16923f42 100644 --- a/common/src/main/java/com/discordsrv/common/exception/ConfigException.java +++ b/common/src/main/java/com/discordsrv/common/exception/ConfigException.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/exception/InvalidListenerMethodException.java b/common/src/main/java/com/discordsrv/common/exception/InvalidListenerMethodException.java index 55c4bd2a..8cdbf7a3 100644 --- a/common/src/main/java/com/discordsrv/common/exception/InvalidListenerMethodException.java +++ b/common/src/main/java/com/discordsrv/common/exception/InvalidListenerMethodException.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/exception/util/ExceptionUtil.java b/common/src/main/java/com/discordsrv/common/exception/util/ExceptionUtil.java index eda25977..e31b690a 100644 --- a/common/src/main/java/com/discordsrv/common/exception/util/ExceptionUtil.java +++ b/common/src/main/java/com/discordsrv/common/exception/util/ExceptionUtil.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/function/CheckedFunction.java b/common/src/main/java/com/discordsrv/common/function/CheckedFunction.java index addc94c4..2ee1d878 100644 --- a/common/src/main/java/com/discordsrv/common/function/CheckedFunction.java +++ b/common/src/main/java/com/discordsrv/common/function/CheckedFunction.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/function/CheckedRunnable.java b/common/src/main/java/com/discordsrv/common/function/CheckedRunnable.java index 1a47c9eb..d39ba4d4 100644 --- a/common/src/main/java/com/discordsrv/common/function/CheckedRunnable.java +++ b/common/src/main/java/com/discordsrv/common/function/CheckedRunnable.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/function/CheckedSupplier.java b/common/src/main/java/com/discordsrv/common/function/CheckedSupplier.java index 8b5ecf4a..22319b72 100644 --- a/common/src/main/java/com/discordsrv/common/function/CheckedSupplier.java +++ b/common/src/main/java/com/discordsrv/common/function/CheckedSupplier.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/function/OrDefault.java b/common/src/main/java/com/discordsrv/common/function/OrDefault.java index d643f193..fff27bae 100644 --- a/common/src/main/java/com/discordsrv/common/function/OrDefault.java +++ b/common/src/main/java/com/discordsrv/common/function/OrDefault.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/integration/LuckPermsIntegration.java b/common/src/main/java/com/discordsrv/common/integration/LuckPermsIntegration.java index 98ee06fb..e32980a0 100644 --- a/common/src/main/java/com/discordsrv/common/integration/LuckPermsIntegration.java +++ b/common/src/main/java/com/discordsrv/common/integration/LuckPermsIntegration.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/logging/Logger.java b/common/src/main/java/com/discordsrv/common/logging/Logger.java index aad54594..8edc278a 100644 --- a/common/src/main/java/com/discordsrv/common/logging/Logger.java +++ b/common/src/main/java/com/discordsrv/common/logging/Logger.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/logging/backend/LogFilter.java b/common/src/main/java/com/discordsrv/common/logging/backend/LogFilter.java index ef2d94c8..33534b5f 100644 --- a/common/src/main/java/com/discordsrv/common/logging/backend/LogFilter.java +++ b/common/src/main/java/com/discordsrv/common/logging/backend/LogFilter.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/logging/backend/LoggingBackend.java b/common/src/main/java/com/discordsrv/common/logging/backend/LoggingBackend.java index ea615671..7db49c3a 100644 --- a/common/src/main/java/com/discordsrv/common/logging/backend/LoggingBackend.java +++ b/common/src/main/java/com/discordsrv/common/logging/backend/LoggingBackend.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/logging/dependency/DependencyLoggingHandler.java b/common/src/main/java/com/discordsrv/common/logging/dependency/DependencyLoggingHandler.java index 9c5eca45..3e8ecd6f 100644 --- a/common/src/main/java/com/discordsrv/common/logging/dependency/DependencyLoggingHandler.java +++ b/common/src/main/java/com/discordsrv/common/logging/dependency/DependencyLoggingHandler.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/logging/impl/JavaLoggerImpl.java b/common/src/main/java/com/discordsrv/common/logging/impl/JavaLoggerImpl.java index 1a633ed3..f331fae0 100644 --- a/common/src/main/java/com/discordsrv/common/logging/impl/JavaLoggerImpl.java +++ b/common/src/main/java/com/discordsrv/common/logging/impl/JavaLoggerImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/logging/impl/Log4JLoggerImpl.java b/common/src/main/java/com/discordsrv/common/logging/impl/Log4JLoggerImpl.java index 2ea28447..3d6134b1 100644 --- a/common/src/main/java/com/discordsrv/common/logging/impl/Log4JLoggerImpl.java +++ b/common/src/main/java/com/discordsrv/common/logging/impl/Log4JLoggerImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/logging/impl/SLF4JLoggerImpl.java b/common/src/main/java/com/discordsrv/common/logging/impl/SLF4JLoggerImpl.java index 9c11dcbc..2cd00853 100644 --- a/common/src/main/java/com/discordsrv/common/logging/impl/SLF4JLoggerImpl.java +++ b/common/src/main/java/com/discordsrv/common/logging/impl/SLF4JLoggerImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/messageforwarding/discord/DiscordChatMessageModule.java b/common/src/main/java/com/discordsrv/common/messageforwarding/discord/DiscordChatMessageModule.java index 05a25155..11612a18 100644 --- a/common/src/main/java/com/discordsrv/common/messageforwarding/discord/DiscordChatMessageModule.java +++ b/common/src/main/java/com/discordsrv/common/messageforwarding/discord/DiscordChatMessageModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/messageforwarding/discord/DiscordMessageMirroringModule.java b/common/src/main/java/com/discordsrv/common/messageforwarding/discord/DiscordMessageMirroringModule.java index 8efecdb2..15fa952a 100644 --- a/common/src/main/java/com/discordsrv/common/messageforwarding/discord/DiscordMessageMirroringModule.java +++ b/common/src/main/java/com/discordsrv/common/messageforwarding/discord/DiscordMessageMirroringModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/messageforwarding/game/AbstractGameMessageModule.java b/common/src/main/java/com/discordsrv/common/messageforwarding/game/AbstractGameMessageModule.java index feeee5e4..94aab0b1 100644 --- a/common/src/main/java/com/discordsrv/common/messageforwarding/game/AbstractGameMessageModule.java +++ b/common/src/main/java/com/discordsrv/common/messageforwarding/game/AbstractGameMessageModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/messageforwarding/game/JoinMessageModule.java b/common/src/main/java/com/discordsrv/common/messageforwarding/game/JoinMessageModule.java index 595099d9..0d450317 100644 --- a/common/src/main/java/com/discordsrv/common/messageforwarding/game/JoinMessageModule.java +++ b/common/src/main/java/com/discordsrv/common/messageforwarding/game/JoinMessageModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/messageforwarding/game/LeaveMessageModule.java b/common/src/main/java/com/discordsrv/common/messageforwarding/game/LeaveMessageModule.java index 52ccbd64..287c8637 100644 --- a/common/src/main/java/com/discordsrv/common/messageforwarding/game/LeaveMessageModule.java +++ b/common/src/main/java/com/discordsrv/common/messageforwarding/game/LeaveMessageModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/messageforwarding/game/MinecraftToDiscordChatModule.java b/common/src/main/java/com/discordsrv/common/messageforwarding/game/MinecraftToDiscordChatModule.java index c13beb14..3fa12128 100644 --- a/common/src/main/java/com/discordsrv/common/messageforwarding/game/MinecraftToDiscordChatModule.java +++ b/common/src/main/java/com/discordsrv/common/messageforwarding/game/MinecraftToDiscordChatModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/module/ModuleInitializationFunction.java b/common/src/main/java/com/discordsrv/common/module/ModuleInitializationFunction.java index f51b64e1..aa385eda 100644 --- a/common/src/main/java/com/discordsrv/common/module/ModuleInitializationFunction.java +++ b/common/src/main/java/com/discordsrv/common/module/ModuleInitializationFunction.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/module/ModuleManager.java b/common/src/main/java/com/discordsrv/common/module/ModuleManager.java index b29dcb3e..a506d953 100644 --- a/common/src/main/java/com/discordsrv/common/module/ModuleManager.java +++ b/common/src/main/java/com/discordsrv/common/module/ModuleManager.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/module/type/AbstractModule.java b/common/src/main/java/com/discordsrv/common/module/type/AbstractModule.java index c6aa31c1..b07ea05c 100644 --- a/common/src/main/java/com/discordsrv/common/module/type/AbstractModule.java +++ b/common/src/main/java/com/discordsrv/common/module/type/AbstractModule.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/module/type/Module.java b/common/src/main/java/com/discordsrv/common/module/type/Module.java index e6441e4c..79a18df4 100644 --- a/common/src/main/java/com/discordsrv/common/module/type/Module.java +++ b/common/src/main/java/com/discordsrv/common/module/type/Module.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/module/type/PermissionDataProvider.java b/common/src/main/java/com/discordsrv/common/module/type/PermissionDataProvider.java index f9cac11d..4990841a 100644 --- a/common/src/main/java/com/discordsrv/common/module/type/PermissionDataProvider.java +++ b/common/src/main/java/com/discordsrv/common/module/type/PermissionDataProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/module/type/PluginIntegration.java b/common/src/main/java/com/discordsrv/common/module/type/PluginIntegration.java index 9d5b1df6..46e01b36 100644 --- a/common/src/main/java/com/discordsrv/common/module/type/PluginIntegration.java +++ b/common/src/main/java/com/discordsrv/common/module/type/PluginIntegration.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/placeholder/ComponentResultStringifier.java b/common/src/main/java/com/discordsrv/common/placeholder/ComponentResultStringifier.java index 2d9bd9bc..8c9a8e46 100644 --- a/common/src/main/java/com/discordsrv/common/placeholder/ComponentResultStringifier.java +++ b/common/src/main/java/com/discordsrv/common/placeholder/ComponentResultStringifier.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/placeholder/PlaceholderServiceImpl.java b/common/src/main/java/com/discordsrv/common/placeholder/PlaceholderServiceImpl.java index 41a3d557..daeecd71 100644 --- a/common/src/main/java/com/discordsrv/common/placeholder/PlaceholderServiceImpl.java +++ b/common/src/main/java/com/discordsrv/common/placeholder/PlaceholderServiceImpl.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/placeholder/context/GlobalTextHandlingContext.java b/common/src/main/java/com/discordsrv/common/placeholder/context/GlobalTextHandlingContext.java index 5ab82c76..d30fde68 100644 --- a/common/src/main/java/com/discordsrv/common/placeholder/context/GlobalTextHandlingContext.java +++ b/common/src/main/java/com/discordsrv/common/placeholder/context/GlobalTextHandlingContext.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/placeholder/provider/AnnotationPlaceholderProvider.java b/common/src/main/java/com/discordsrv/common/placeholder/provider/AnnotationPlaceholderProvider.java index 7598aee3..7b1b2928 100644 --- a/common/src/main/java/com/discordsrv/common/placeholder/provider/AnnotationPlaceholderProvider.java +++ b/common/src/main/java/com/discordsrv/common/placeholder/provider/AnnotationPlaceholderProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/placeholder/provider/PlaceholderProvider.java b/common/src/main/java/com/discordsrv/common/placeholder/provider/PlaceholderProvider.java index d5644052..d2eb8afc 100644 --- a/common/src/main/java/com/discordsrv/common/placeholder/provider/PlaceholderProvider.java +++ b/common/src/main/java/com/discordsrv/common/placeholder/provider/PlaceholderProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/placeholder/provider/util/PlaceholderMethodUtil.java b/common/src/main/java/com/discordsrv/common/placeholder/provider/util/PlaceholderMethodUtil.java index 9f4a62b1..564d36a1 100644 --- a/common/src/main/java/com/discordsrv/common/placeholder/provider/util/PlaceholderMethodUtil.java +++ b/common/src/main/java/com/discordsrv/common/placeholder/provider/util/PlaceholderMethodUtil.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/player/IOfflinePlayer.java b/common/src/main/java/com/discordsrv/common/player/IOfflinePlayer.java index 8a072500..f008eae4 100644 --- a/common/src/main/java/com/discordsrv/common/player/IOfflinePlayer.java +++ b/common/src/main/java/com/discordsrv/common/player/IOfflinePlayer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/player/IPlayer.java b/common/src/main/java/com/discordsrv/common/player/IPlayer.java index 4ecbbd72..d2e03bdd 100644 --- a/common/src/main/java/com/discordsrv/common/player/IPlayer.java +++ b/common/src/main/java/com/discordsrv/common/player/IPlayer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/player/provider/AbstractPlayerProvider.java b/common/src/main/java/com/discordsrv/common/player/provider/AbstractPlayerProvider.java index 6e935256..53bbb7c2 100644 --- a/common/src/main/java/com/discordsrv/common/player/provider/AbstractPlayerProvider.java +++ b/common/src/main/java/com/discordsrv/common/player/provider/AbstractPlayerProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/player/provider/PlayerProvider.java b/common/src/main/java/com/discordsrv/common/player/provider/PlayerProvider.java index d5f1ec79..e57cbe40 100644 --- a/common/src/main/java/com/discordsrv/common/player/provider/PlayerProvider.java +++ b/common/src/main/java/com/discordsrv/common/player/provider/PlayerProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/scheduler/Scheduler.java b/common/src/main/java/com/discordsrv/common/scheduler/Scheduler.java index 14b4f5a6..8e81784c 100644 --- a/common/src/main/java/com/discordsrv/common/scheduler/Scheduler.java +++ b/common/src/main/java/com/discordsrv/common/scheduler/Scheduler.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/scheduler/StandardScheduler.java b/common/src/main/java/com/discordsrv/common/scheduler/StandardScheduler.java index 8116bb81..237090a3 100644 --- a/common/src/main/java/com/discordsrv/common/scheduler/StandardScheduler.java +++ b/common/src/main/java/com/discordsrv/common/scheduler/StandardScheduler.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingFactory.java b/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingFactory.java index bbce6d6c..aa87374d 100644 --- a/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingFactory.java +++ b/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingFactory.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingForkJoinWorkerThreadFactory.java b/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingForkJoinWorkerThreadFactory.java index 1fa6373f..348db6b9 100644 --- a/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingForkJoinWorkerThreadFactory.java +++ b/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingForkJoinWorkerThreadFactory.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingThreadFactory.java b/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingThreadFactory.java index bd338c83..f26dce72 100644 --- a/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingThreadFactory.java +++ b/common/src/main/java/com/discordsrv/common/scheduler/threadfactory/CountingThreadFactory.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/com/discordsrv/common/time/util/Timeout.java b/common/src/main/java/com/discordsrv/common/time/util/Timeout.java index 75a52561..4ca58ab7 100644 --- a/common/src/main/java/com/discordsrv/common/time/util/Timeout.java +++ b/common/src/main/java/com/discordsrv/common/time/util/Timeout.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/test/java/com/discordsrv/common/MockDiscordSRV.java b/common/src/test/java/com/discordsrv/common/MockDiscordSRV.java index 83bde787..1d8b6c8d 100644 --- a/common/src/test/java/com/discordsrv/common/MockDiscordSRV.java +++ b/common/src/test/java/com/discordsrv/common/MockDiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/test/java/com/discordsrv/common/event/bus/EventBusTest.java b/common/src/test/java/com/discordsrv/common/event/bus/EventBusTest.java index 70f94d7c..590cd963 100644 --- a/common/src/test/java/com/discordsrv/common/event/bus/EventBusTest.java +++ b/common/src/test/java/com/discordsrv/common/event/bus/EventBusTest.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/test/java/com/discordsrv/common/placeholder/PlaceholderServiceTest.java b/common/src/test/java/com/discordsrv/common/placeholder/PlaceholderServiceTest.java index c44adab0..99cbadc9 100644 --- a/common/src/test/java/com/discordsrv/common/placeholder/PlaceholderServiceTest.java +++ b/common/src/test/java/com/discordsrv/common/placeholder/PlaceholderServiceTest.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/i18n/src/main/java/com/discordsrv/config/DiscordSRVTranslation.java b/i18n/src/main/java/com/discordsrv/config/DiscordSRVTranslation.java index d9e5f46e..7eec2588 100644 --- a/i18n/src/main/java/com/discordsrv/config/DiscordSRVTranslation.java +++ b/i18n/src/main/java/com/discordsrv/config/DiscordSRVTranslation.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/i18n/src/main/java/com/discordsrv/config/MockDiscordSRV.java b/i18n/src/main/java/com/discordsrv/config/MockDiscordSRV.java index 97f5049e..72ae7bcd 100644 --- a/i18n/src/main/java/com/discordsrv/config/MockDiscordSRV.java +++ b/i18n/src/main/java/com/discordsrv/config/MockDiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/i18n/src/main/java/com/discordsrv/config/TranslationConfigManagerProxy.java b/i18n/src/main/java/com/discordsrv/config/TranslationConfigManagerProxy.java index d16f9f23..59ed8336 100644 --- a/i18n/src/main/java/com/discordsrv/config/TranslationConfigManagerProxy.java +++ b/i18n/src/main/java/com/discordsrv/config/TranslationConfigManagerProxy.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sponge/loader/src/main/java/com/discordsrv/sponge/bootstrap/ISpongeBootstrap.java b/sponge/loader/src/main/java/com/discordsrv/sponge/bootstrap/ISpongeBootstrap.java index 4a68754c..32b25926 100644 --- a/sponge/loader/src/main/java/com/discordsrv/sponge/bootstrap/ISpongeBootstrap.java +++ b/sponge/loader/src/main/java/com/discordsrv/sponge/bootstrap/ISpongeBootstrap.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sponge/loader/src/main/java/com/discordsrv/sponge/loader/DiscordSRVSpongeLoader.java b/sponge/loader/src/main/java/com/discordsrv/sponge/loader/DiscordSRVSpongeLoader.java index df9f1c6b..fe55c0dd 100644 --- a/sponge/loader/src/main/java/com/discordsrv/sponge/loader/DiscordSRVSpongeLoader.java +++ b/sponge/loader/src/main/java/com/discordsrv/sponge/loader/DiscordSRVSpongeLoader.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sponge/src/main/java/com/discordsrv/sponge/DiscordSRVSpongeBootstrap.java b/sponge/src/main/java/com/discordsrv/sponge/DiscordSRVSpongeBootstrap.java index e8537f15..88fa6c2a 100644 --- a/sponge/src/main/java/com/discordsrv/sponge/DiscordSRVSpongeBootstrap.java +++ b/sponge/src/main/java/com/discordsrv/sponge/DiscordSRVSpongeBootstrap.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sponge/src/main/java/com/discordsrv/sponge/SpongeDiscordSRV.java b/sponge/src/main/java/com/discordsrv/sponge/SpongeDiscordSRV.java index b910d229..631329df 100644 --- a/sponge/src/main/java/com/discordsrv/sponge/SpongeDiscordSRV.java +++ b/sponge/src/main/java/com/discordsrv/sponge/SpongeDiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sponge/src/main/java/com/discordsrv/sponge/console/SpongeConsole.java b/sponge/src/main/java/com/discordsrv/sponge/console/SpongeConsole.java index 78bfe1d0..6afb22ee 100644 --- a/sponge/src/main/java/com/discordsrv/sponge/console/SpongeConsole.java +++ b/sponge/src/main/java/com/discordsrv/sponge/console/SpongeConsole.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sponge/src/main/java/com/discordsrv/sponge/player/SpongeOfflinePlayer.java b/sponge/src/main/java/com/discordsrv/sponge/player/SpongeOfflinePlayer.java index d965846b..2099dd37 100644 --- a/sponge/src/main/java/com/discordsrv/sponge/player/SpongeOfflinePlayer.java +++ b/sponge/src/main/java/com/discordsrv/sponge/player/SpongeOfflinePlayer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sponge/src/main/java/com/discordsrv/sponge/player/SpongePlayer.java b/sponge/src/main/java/com/discordsrv/sponge/player/SpongePlayer.java index 8bf8c3f1..94cba7a3 100644 --- a/sponge/src/main/java/com/discordsrv/sponge/player/SpongePlayer.java +++ b/sponge/src/main/java/com/discordsrv/sponge/player/SpongePlayer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sponge/src/main/java/com/discordsrv/sponge/player/SpongePlayerProvider.java b/sponge/src/main/java/com/discordsrv/sponge/player/SpongePlayerProvider.java index da099b9d..37dce439 100644 --- a/sponge/src/main/java/com/discordsrv/sponge/player/SpongePlayerProvider.java +++ b/sponge/src/main/java/com/discordsrv/sponge/player/SpongePlayerProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sponge/src/main/java/com/discordsrv/sponge/scheduler/SpongeScheduler.java b/sponge/src/main/java/com/discordsrv/sponge/scheduler/SpongeScheduler.java index a79241ee..d4b4577f 100644 --- a/sponge/src/main/java/com/discordsrv/sponge/scheduler/SpongeScheduler.java +++ b/sponge/src/main/java/com/discordsrv/sponge/scheduler/SpongeScheduler.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/velocity/src/main/java/com/discordsrv/velocity/DiscordSRVVelocityBootstrap.java b/velocity/src/main/java/com/discordsrv/velocity/DiscordSRVVelocityBootstrap.java index 4257666d..04ded16f 100644 --- a/velocity/src/main/java/com/discordsrv/velocity/DiscordSRVVelocityBootstrap.java +++ b/velocity/src/main/java/com/discordsrv/velocity/DiscordSRVVelocityBootstrap.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/velocity/src/main/java/com/discordsrv/velocity/VelocityDiscordSRV.java b/velocity/src/main/java/com/discordsrv/velocity/VelocityDiscordSRV.java index 870f0d95..ea2aba25 100644 --- a/velocity/src/main/java/com/discordsrv/velocity/VelocityDiscordSRV.java +++ b/velocity/src/main/java/com/discordsrv/velocity/VelocityDiscordSRV.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/velocity/src/main/java/com/discordsrv/velocity/console/VelocityConsole.java b/velocity/src/main/java/com/discordsrv/velocity/console/VelocityConsole.java index 1a4c33dd..c74bc503 100644 --- a/velocity/src/main/java/com/discordsrv/velocity/console/VelocityConsole.java +++ b/velocity/src/main/java/com/discordsrv/velocity/console/VelocityConsole.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/velocity/src/main/java/com/discordsrv/velocity/player/VelocityPlayer.java b/velocity/src/main/java/com/discordsrv/velocity/player/VelocityPlayer.java index c20aaf69..1a87f9b2 100644 --- a/velocity/src/main/java/com/discordsrv/velocity/player/VelocityPlayer.java +++ b/velocity/src/main/java/com/discordsrv/velocity/player/VelocityPlayer.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/velocity/src/main/java/com/discordsrv/velocity/player/VelocityPlayerProvider.java b/velocity/src/main/java/com/discordsrv/velocity/player/VelocityPlayerProvider.java index 1aefcf6c..f3c93b63 100644 --- a/velocity/src/main/java/com/discordsrv/velocity/player/VelocityPlayerProvider.java +++ b/velocity/src/main/java/com/discordsrv/velocity/player/VelocityPlayerProvider.java @@ -1,6 +1,6 @@ /* * This file is part of DiscordSRV, licensed under the GPLv3 License - * Copyright (c) 2016-2021 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * Copyright (c) 2016-2022 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by