diff --git a/.idea/copyright/profile_settings.xml b/.idea/copyright/profiles_settings.xml similarity index 52% rename from .idea/copyright/profile_settings.xml rename to .idea/copyright/profiles_settings.xml index 29b7b50..ad49a3f 100644 --- a/.idea/copyright/profile_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,8 +1,5 @@ - - - - + diff --git a/.idea/copyright/viarewind_ls_gpl.xml b/.idea/copyright/viarewind_ls_gpl.xml index 75c3242..eaa3443 100644 --- a/.idea/copyright/viarewind_ls_gpl.xml +++ b/.idea/copyright/viarewind_ls_gpl.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/BukkitPlugin.java b/src/main/java/com/viaversion/viarewind/legacysupport/BukkitPlugin.java index 9e975c3..a88e2f1 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/BukkitPlugin.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/BukkitPlugin.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/injector/BoundingBoxFixer.java b/src/main/java/com/viaversion/viarewind/legacysupport/injector/BoundingBoxFixer.java index 8606d9e..3b8098a 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/injector/BoundingBoxFixer.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/injector/BoundingBoxFixer.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/injector/NMSReflection.java b/src/main/java/com/viaversion/viarewind/legacysupport/injector/NMSReflection.java index 6b6a70c..1eee743 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/injector/NMSReflection.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/injector/NMSReflection.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/listener/AreaEffectCloudListener.java b/src/main/java/com/viaversion/viarewind/legacysupport/listener/AreaEffectCloudListener.java index 7863738..4a7ed72 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/listener/AreaEffectCloudListener.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/listener/AreaEffectCloudListener.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/listener/BounceListener.java b/src/main/java/com/viaversion/viarewind/legacysupport/listener/BounceListener.java index d0519f2..3ac9a02 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/listener/BounceListener.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/listener/BounceListener.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/listener/BrewingListener.java b/src/main/java/com/viaversion/viarewind/legacysupport/listener/BrewingListener.java index 2632557..78b53c3 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/listener/BrewingListener.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/listener/BrewingListener.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/listener/ElytraListener.java b/src/main/java/com/viaversion/viarewind/legacysupport/listener/ElytraListener.java index 3fd5572..9b9366b 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/listener/ElytraListener.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/listener/ElytraListener.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/listener/EnchantingListener.java b/src/main/java/com/viaversion/viarewind/legacysupport/listener/EnchantingListener.java index 5802333..29788eb 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/listener/EnchantingListener.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/listener/EnchantingListener.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/listener/SoundListener.java b/src/main/java/com/viaversion/viarewind/legacysupport/listener/SoundListener.java index 6480a84..ad4298c 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/listener/SoundListener.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/listener/SoundListener.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/reflection/MethodSignature.java b/src/main/java/com/viaversion/viarewind/legacysupport/reflection/MethodSignature.java index acb1681..6bd57b4 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/reflection/MethodSignature.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/reflection/MethodSignature.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/reflection/ReflectionAPI.java b/src/main/java/com/viaversion/viarewind/legacysupport/reflection/ReflectionAPI.java index 96a8d21..8218efb 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/reflection/ReflectionAPI.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/reflection/ReflectionAPI.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/viaversion/viarewind/legacysupport/versioninfo/VersionInformer.java b/src/main/java/com/viaversion/viarewind/legacysupport/versioninfo/VersionInformer.java index 2ade3be..6012907 100644 --- a/src/main/java/com/viaversion/viarewind/legacysupport/versioninfo/VersionInformer.java +++ b/src/main/java/com/viaversion/viarewind/legacysupport/versioninfo/VersionInformer.java @@ -1,6 +1,6 @@ /* * This file is part of ViaRewind-Legacy-Support - https://github.com/ViaVersion/ViaRewind-Legacy-Support - * Copyright (C) 2016-2023 ViaVersion and contributors + * Copyright (C) 2018-2024 ViaVersion and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by