diff --git a/.idea/copyright/NPCLib.xml b/.idea/copyright/NPCLib.xml index b40c546..dc1164b 100644 --- a/.idea/copyright/NPCLib.xml +++ b/.idea/copyright/NPCLib.xml @@ -1,7 +1,7 @@ diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 17cbe53..6acdd1c 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/DefaultPosition.java b/api/src/main/java/com/github/juliarn/npclib/api/DefaultPosition.java index 263187e..006b8cc 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/DefaultPosition.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/DefaultPosition.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/Npc.java b/api/src/main/java/com/github/juliarn/npclib/api/Npc.java index d4db0a3..332b9ea 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/Npc.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/Npc.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/NpcActionController.java b/api/src/main/java/com/github/juliarn/npclib/api/NpcActionController.java index c37e962..22482f1 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/NpcActionController.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/NpcActionController.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/NpcTracker.java b/api/src/main/java/com/github/juliarn/npclib/api/NpcTracker.java index 7e9b906..fb18096 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/NpcTracker.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/NpcTracker.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/Platform.java b/api/src/main/java/com/github/juliarn/npclib/api/Platform.java index c682c0d..cb34b3f 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/Platform.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/Platform.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/PlatformTaskManager.java b/api/src/main/java/com/github/juliarn/npclib/api/PlatformTaskManager.java index c0fa55b..991f66d 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/PlatformTaskManager.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/PlatformTaskManager.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/PlatformVersionAccessor.java b/api/src/main/java/com/github/juliarn/npclib/api/PlatformVersionAccessor.java index 88a8678..adbf4ec 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/PlatformVersionAccessor.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/PlatformVersionAccessor.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/PlatformWorldAccessor.java b/api/src/main/java/com/github/juliarn/npclib/api/PlatformWorldAccessor.java index 143ce65..349a47f 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/PlatformWorldAccessor.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/PlatformWorldAccessor.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/Position.java b/api/src/main/java/com/github/juliarn/npclib/api/Position.java index 894bbf5..846782f 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/Position.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/Position.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/event/AttackNpcEvent.java b/api/src/main/java/com/github/juliarn/npclib/api/event/AttackNpcEvent.java index c8c8542..93c8431 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/event/AttackNpcEvent.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/event/AttackNpcEvent.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/event/HideNpcEvent.java b/api/src/main/java/com/github/juliarn/npclib/api/event/HideNpcEvent.java index f0a02d8..7e38c37 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/event/HideNpcEvent.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/event/HideNpcEvent.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/event/InteractNpcEvent.java b/api/src/main/java/com/github/juliarn/npclib/api/event/InteractNpcEvent.java index 50a7ff0..c41ac8c 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/event/InteractNpcEvent.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/event/InteractNpcEvent.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/event/NpcEvent.java b/api/src/main/java/com/github/juliarn/npclib/api/event/NpcEvent.java index 901cb31..6043ddd 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/event/NpcEvent.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/event/NpcEvent.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/event/PlayerNpcEvent.java b/api/src/main/java/com/github/juliarn/npclib/api/event/PlayerNpcEvent.java index becb3ca..8916605 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/event/PlayerNpcEvent.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/event/PlayerNpcEvent.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/event/ShowNpcEvent.java b/api/src/main/java/com/github/juliarn/npclib/api/event/ShowNpcEvent.java index cd62cbe..bf63067 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/event/ShowNpcEvent.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/event/ShowNpcEvent.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/flag/DefaultNpcFlag.java b/api/src/main/java/com/github/juliarn/npclib/api/flag/DefaultNpcFlag.java index 41b11eb..d84ed16 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/flag/DefaultNpcFlag.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/flag/DefaultNpcFlag.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlag.java b/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlag.java index 7fbc14d..c79e409 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlag.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlag.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedBuilder.java b/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedBuilder.java index 7c20e76..52c5e7c 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedBuilder.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedBuilder.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedObject.java b/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedObject.java index e4e178e..70db7b8 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedObject.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedObject.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/log/JulPlatformLogger.java b/api/src/main/java/com/github/juliarn/npclib/api/log/JulPlatformLogger.java index 72ce063..2f86288 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/log/JulPlatformLogger.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/log/JulPlatformLogger.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/log/NopPlatformLogger.java b/api/src/main/java/com/github/juliarn/npclib/api/log/NopPlatformLogger.java index 69e53ea..fc9e967 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/log/NopPlatformLogger.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/log/NopPlatformLogger.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/log/PlatformLogger.java b/api/src/main/java/com/github/juliarn/npclib/api/log/PlatformLogger.java index 00eb877..f9ace53 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/log/PlatformLogger.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/log/PlatformLogger.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultCachedProfileResolver.java b/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultCachedProfileResolver.java index c6be7be..a8314ff 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultCachedProfileResolver.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultCachedProfileResolver.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultProfileProperty.java b/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultProfileProperty.java index 2220add..6ba3511 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultProfileProperty.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultProfileProperty.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultResolvedProfile.java b/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultResolvedProfile.java index 48eff99..d9a953c 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultResolvedProfile.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultResolvedProfile.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultUnresolvedProfile.java b/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultUnresolvedProfile.java index 772b285..0ce9280 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultUnresolvedProfile.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultUnresolvedProfile.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/profile/MojangProfileResolver.java b/api/src/main/java/com/github/juliarn/npclib/api/profile/MojangProfileResolver.java index 70fc603..e2e9e81 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/profile/MojangProfileResolver.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/profile/MojangProfileResolver.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/profile/Profile.java b/api/src/main/java/com/github/juliarn/npclib/api/profile/Profile.java index d042b4e..0bd781c 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/profile/Profile.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/profile/Profile.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileProperty.java b/api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileProperty.java index 607def6..9a88051 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileProperty.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileProperty.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileResolver.java b/api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileResolver.java index eea1975..bdc0c2f 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileResolver.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileResolver.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/DefaultNpcSpecificOutboundPacket.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/DefaultNpcSpecificOutboundPacket.java index 7a7bb18..7c116cd 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/DefaultNpcSpecificOutboundPacket.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/DefaultNpcSpecificOutboundPacket.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/NpcSpecificOutboundPacket.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/NpcSpecificOutboundPacket.java index 7ab1ae3..0543ac2 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/NpcSpecificOutboundPacket.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/NpcSpecificOutboundPacket.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/OutboundPacket.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/OutboundPacket.java index 7a23127..83f6895 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/OutboundPacket.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/OutboundPacket.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/PlatformPacketAdapter.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/PlatformPacketAdapter.java index fca2831..6f51b7a 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/PlatformPacketAdapter.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/PlatformPacketAdapter.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/Component.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/Component.java index 2ac0612..fae72f7 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/Component.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/Component.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/DefaultComponent.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/DefaultComponent.java index bd6a110..9eb557e 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/DefaultComponent.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/DefaultComponent.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityAnimation.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityAnimation.java index 6fdd5f8..e3ac495 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityAnimation.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityAnimation.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityPose.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityPose.java index 4b9daf0..d5491fb 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityPose.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityPose.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityStatus.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityStatus.java index 73d797f..c338d2a 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityStatus.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityStatus.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/ItemSlot.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/ItemSlot.java index baa6fb4..dd020a2 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/ItemSlot.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/ItemSlot.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/PlayerInfoAction.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/PlayerInfoAction.java index 2fe8d01..c15bceb 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/PlayerInfoAction.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/PlayerInfoAction.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadata.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadata.java index 977515c..c8bbf4a 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadata.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadata.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadataFactory.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadataFactory.java index d82c9e5..93d51e3 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadataFactory.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadataFactory.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadataFactoryBuilder.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadataFactoryBuilder.java index b893b71..4291488 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadataFactoryBuilder.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadataFactoryBuilder.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/EntityMetadata.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/EntityMetadata.java index 3fa7f27..1cd2fb1 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/EntityMetadata.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/EntityMetadata.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/EntityMetadataFactory.java b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/EntityMetadataFactory.java index 81e4ccb..b2b08ab 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/EntityMetadataFactory.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/EntityMetadataFactory.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcProfileResolver.java b/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcProfileResolver.java index 6ac8302..e5fe0d9 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcProfileResolver.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcProfileResolver.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcSettings.java b/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcSettings.java index 57e1ad9..efeb7fe 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcSettings.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcSettings.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcTrackingRule.java b/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcTrackingRule.java index f65b6ed..6e736bc 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcTrackingRule.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/settings/NpcTrackingRule.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/com/github/juliarn/npclib/api/util/Util.java b/api/src/main/java/com/github/juliarn/npclib/api/util/Util.java index 325c51c..9b08177 100644 --- a/api/src/main/java/com/github/juliarn/npclib/api/util/Util.java +++ b/api/src/main/java/com/github/juliarn/npclib/api/util/Util.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/build.gradle.kts b/build.gradle.kts index d1a6bc5..d0e4109 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/build.gradle.kts b/bukkit/build.gradle.kts index 0151d95..3f985c1 100644 --- a/bukkit/build.gradle.kts +++ b/bukkit/build.gradle.kts @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitActionController.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitActionController.java index 95cc3da..04dd678 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitActionController.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitActionController.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitPlatform.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitPlatform.java index e5dd313..1c737c8 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitPlatform.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitPlatform.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitPlatformTaskManager.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitPlatformTaskManager.java index 717d760..18bba27 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitPlatformTaskManager.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitPlatformTaskManager.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitProfileResolver.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitProfileResolver.java index cbb7d47..6e7b408 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitProfileResolver.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitProfileResolver.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitVersionAccessor.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitVersionAccessor.java index e94c995..a0a74c4 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitVersionAccessor.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitVersionAccessor.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitWorldAccessor.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitWorldAccessor.java index 98c92b8..8a3958a 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitWorldAccessor.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/BukkitWorldAccessor.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/BukkitProtocolAdapter.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/BukkitProtocolAdapter.java index 52cba9e..5ba7b0d 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/BukkitProtocolAdapter.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/BukkitProtocolAdapter.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/PacketEventsPacketAdapter.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/PacketEventsPacketAdapter.java index 855e5a4..f76013b 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/PacketEventsPacketAdapter.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/PacketEventsPacketAdapter.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/ProtocolLibPacketAdapter.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/ProtocolLibPacketAdapter.java index 788f97d..394ed21 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/ProtocolLibPacketAdapter.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/ProtocolLibPacketAdapter.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/ProtocolUtil.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/ProtocolUtil.java index 974a856..d3fe95b 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/ProtocolUtil.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/protocol/ProtocolUtil.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/util/BukkitPlatformUtil.java b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/util/BukkitPlatformUtil.java index 408e361..cf0fe0a 100644 --- a/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/util/BukkitPlatformUtil.java +++ b/bukkit/src/main/java/com/github/juliarn/npclib/bukkit/util/BukkitPlatformUtil.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2022 Julian M., Pasqual K. and contributors + * Copyright (c) 2022-2023 Julian M., Pasqual K. and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/checkstyle.xml b/checkstyle.xml index 59edda2..51038bc 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -2,7 +2,7 @@