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 006b8cc..103d074 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) 2023 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/api/src/main/java/com/github/juliarn/npclib/api/Npc.java b/api/src/main/java/com/github/juliarn/npclib/api/Npc.java index 332b9ea..2013262 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) 2023 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/api/src/main/java/com/github/juliarn/npclib/api/NpcActionController.java b/api/src/main/java/com/github/juliarn/npclib/api/NpcActionController.java index 22482f1..a7ad21d 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) 2023 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/api/src/main/java/com/github/juliarn/npclib/api/NpcTracker.java b/api/src/main/java/com/github/juliarn/npclib/api/NpcTracker.java index fb18096..250e99e 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) 2023 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/api/src/main/java/com/github/juliarn/npclib/api/Platform.java b/api/src/main/java/com/github/juliarn/npclib/api/Platform.java index cb34b3f..49132ce 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) 2023 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/api/src/main/java/com/github/juliarn/npclib/api/PlatformTaskManager.java b/api/src/main/java/com/github/juliarn/npclib/api/PlatformTaskManager.java index 991f66d..eefea4d 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) 2023 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/api/src/main/java/com/github/juliarn/npclib/api/PlatformVersionAccessor.java b/api/src/main/java/com/github/juliarn/npclib/api/PlatformVersionAccessor.java index adbf4ec..2128ad5 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) 2023 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/api/src/main/java/com/github/juliarn/npclib/api/PlatformWorldAccessor.java b/api/src/main/java/com/github/juliarn/npclib/api/PlatformWorldAccessor.java index 349a47f..7db0746 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) 2023 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/api/src/main/java/com/github/juliarn/npclib/api/Position.java b/api/src/main/java/com/github/juliarn/npclib/api/Position.java index 846782f..306a82e 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) 2023 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/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 93c8431..20ade56 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) 2023 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/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 7e38c37..19eab38 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) 2023 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/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 c41ac8c..710faa7 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) 2023 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/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 6043ddd..5f19706 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) 2023 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/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 8916605..80c4725 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) 2023 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/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 bf63067..0d1fa69 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) 2023 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/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 d84ed16..aad106a 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) 2023 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/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 c79e409..223b8a1 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) 2023 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/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 52c5e7c..cf0f568 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) 2023 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/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 70db7b8..e5fc22d 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) 2023 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/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 2f86288..f859c1a 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) 2023 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/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 fc9e967..654ba9d 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) 2023 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/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 f9ace53..ede8c32 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) 2023 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/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 a8314ff..aca8e69 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) 2023 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/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 6ba3511..0b2d862 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) 2023 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/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 d9a953c..a722d31 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) 2023 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/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 0ce9280..60871f3 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) 2023 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/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 e2e9e81..a65da3b 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) 2023 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/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 0bd781c..528b75c 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) 2023 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/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 9a88051..f782500 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) 2023 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/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 bdc0c2f..1f4b9b8 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) 2023 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/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 7c116cd..73913d7 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) 2023 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/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 0543ac2..4218adc 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) 2023 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/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 83f6895..5b4110b 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) 2023 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/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 6f51b7a..5871d9e 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) 2023 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/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 fae72f7..81bb401 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) 2023 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/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 9eb557e..919b7fb 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) 2023 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/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 e3ac495..9698cf6 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) 2023 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/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 d5491fb..b2f40c8 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) 2023 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/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 c338d2a..e68651f 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) 2023 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/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 dd020a2..aed3dce 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) 2023 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/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 c15bceb..46866d4 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) 2023 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/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 c8bbf4a..ccb035e 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) 2023 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/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 93d51e3..72bc583 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) 2023 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/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 4291488..c1dbce4 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) 2023 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/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 1cd2fb1..2c34a49 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) 2023 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/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 b2b08ab..c4b5465 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) 2023 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/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 e5fe0d9..a631259 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) 2023 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/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 efeb7fe..b8bbc15 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) 2023 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/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 6e736bc..e64676a 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) 2023 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/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 9b08177..f8418c9 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) 2023 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/ext/labymod/src/main/java/com/github/juliarn/npclib/ext/labymod/BufferUtil.java b/ext/labymod/src/main/java/com/github/juliarn/npclib/ext/labymod/BufferUtil.java index 66a86ad..23c4128 100644 --- a/ext/labymod/src/main/java/com/github/juliarn/npclib/ext/labymod/BufferUtil.java +++ b/ext/labymod/src/main/java/com/github/juliarn/npclib/ext/labymod/BufferUtil.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2023 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/ext/labymod/src/main/java/com/github/juliarn/npclib/ext/labymod/LabyModExtension.java b/ext/labymod/src/main/java/com/github/juliarn/npclib/ext/labymod/LabyModExtension.java index 5aa2476..2cb588b 100644 --- a/ext/labymod/src/main/java/com/github/juliarn/npclib/ext/labymod/LabyModExtension.java +++ b/ext/labymod/src/main/java/com/github/juliarn/npclib/ext/labymod/LabyModExtension.java @@ -1,7 +1,7 @@ /* * This file is part of npc-lib, licensed under the MIT License (MIT). * - * Copyright (c) 2023 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