diff --git a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/Component.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/Component.java index 8683bb2d..d5a0a146 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/Component.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/Component.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentAccess.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentAccess.java index d786caeb..dd9ede0d 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentAccess.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentAccess.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentContainer.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentContainer.java index 10220cf4..cf8a7eef 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentContainer.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentContainer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentFactory.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentFactory.java index 5dc64db2..96d73e78 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentFactory.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentFactory.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentKey.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentKey.java index 350af9f3..4fbd6be6 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentKey.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentKey.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentProvider.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentProvider.java index 6bb9cd9e..352cb5f0 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentProvider.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentProvider.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentRegistry.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentRegistry.java index 7cf94a8e..6f6bc0f9 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentRegistry.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentRegistry.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentRegistryV3.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentRegistryV3.java index 585c6696..25921f9f 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentRegistryV3.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentRegistryV3.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentV3.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentV3.java index f007b929..8e1364d3 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentV3.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ComponentV3.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/CopyableComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/CopyableComponent.java index 1bae1208..c8efae4d 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/CopyableComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/CopyableComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/StaticComponentInitializer.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/StaticComponentInitializer.java index 1896ae30..a34f0351 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/StaticComponentInitializer.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/StaticComponentInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/TransientComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/TransientComponent.java index f17046e2..d01271aa 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/TransientComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/TransientComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ClientLoadAwareComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ClientLoadAwareComponent.java index a2d1b28f..c6e47968 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ClientLoadAwareComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ClientLoadAwareComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ClientUnloadAwareComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ClientUnloadAwareComponent.java index 8b785b01..e72bbd0d 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ClientUnloadAwareComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ClientUnloadAwareComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ServerLoadAwareComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ServerLoadAwareComponent.java index 7687d76c..5468728b 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ServerLoadAwareComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ServerLoadAwareComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ServerUnloadAwareComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ServerUnloadAwareComponent.java index 99121f02..971df864 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ServerUnloadAwareComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/ServerUnloadAwareComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/package-info.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/package-info.java index 6374bc3b..39ea2db5 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/package-info.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/load/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/package-info.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/package-info.java index b5d856a9..61d2b269 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/package-info.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/AutoSyncedComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/AutoSyncedComponent.java index f2155535..57e49a0d 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/AutoSyncedComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/AutoSyncedComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/ComponentPacketWriter.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/ComponentPacketWriter.java index 13705f8c..71a0eb26 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/ComponentPacketWriter.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/ComponentPacketWriter.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/PlayerSyncPredicate.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/PlayerSyncPredicate.java index b20193f0..d595f4cd 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/PlayerSyncPredicate.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/sync/PlayerSyncPredicate.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/ClientTickingComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/ClientTickingComponent.java index 4752061f..46cf3406 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/ClientTickingComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/ClientTickingComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/CommonTickingComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/CommonTickingComponent.java index 1e75ef35..87d77d51 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/CommonTickingComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/CommonTickingComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/ServerTickingComponent.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/ServerTickingComponent.java index f6ca3b4d..acc72b1c 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/ServerTickingComponent.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/tick/ServerTickingComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/MethodsReturnNonnullByDefault.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/MethodsReturnNonnullByDefault.java index ba0f11be..df394a4d 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/MethodsReturnNonnullByDefault.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/MethodsReturnNonnullByDefault.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/NbtSerializable.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/NbtSerializable.java index 039cea06..e6c7c8f1 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/NbtSerializable.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/NbtSerializable.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/package-info.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/package-info.java index 2fa866bd..cfba86c1 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/package-info.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/util/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/AbstractComponentContainer.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/AbstractComponentContainer.java index 73be3bb0..cef4ca4c 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/AbstractComponentContainer.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/AbstractComponentContainer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentRegistrationInitializer.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentRegistrationInitializer.java index 41c93636..8b062d40 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentRegistrationInitializer.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentRegistrationInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentRegistryImpl.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentRegistryImpl.java index c1d685af..ce19f26a 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentRegistryImpl.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentRegistryImpl.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentsInternals.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentsInternals.java index 7bcc011a..a523975c 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentsInternals.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentsInternals.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/GenericContainerBuilder.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/GenericContainerBuilder.java index de0e68c8..333d677b 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/GenericContainerBuilder.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/GenericContainerBuilder.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/LazyDispatcher.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/LazyDispatcher.java index bece5259..c01b659b 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/LazyDispatcher.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/LazyDispatcher.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/QualifiedComponentFactory.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/QualifiedComponentFactory.java index 2d777276..b344683b 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/QualifiedComponentFactory.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/QualifiedComponentFactory.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/AsmGeneratedCallback.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/AsmGeneratedCallback.java index edda7669..d177affe 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/AsmGeneratedCallback.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/AsmGeneratedCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CalledByAsm.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CalledByAsm.java index 4b7356b6..ae483453 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CalledByAsm.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CalledByAsm.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaAsmHelper.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaAsmHelper.java index be157769..0d05b6ff 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaAsmHelper.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaAsmHelper.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaBootstrap.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaBootstrap.java index 7d90d9a8..e17b7d1e 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaBootstrap.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaBootstrap.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaClassLoader.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaClassLoader.java index 8d8aa3c9..64c04f7d 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaClassLoader.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/CcaClassLoader.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/StaticComponentLoadingException.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/StaticComponentLoadingException.java index 29a4d440..6c613590 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/StaticComponentLoadingException.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/StaticComponentLoadingException.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/StaticComponentPluginBase.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/StaticComponentPluginBase.java index de7c49c2..3f106289 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/StaticComponentPluginBase.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/StaticComponentPluginBase.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/package-info.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/package-info.java index 8a302e19..cd8a986f 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/package-info.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/asm/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/package-info.java b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/package-info.java index 6711b983..1187683c 100644 --- a/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/package-info.java +++ b/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/CcaTesting.java b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/CcaTesting.java index 31f8852f..b546d7ce 100644 --- a/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/CcaTesting.java +++ b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/CcaTesting.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/ComponentRegistryImplTest.java b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/ComponentRegistryImplTest.java index 5d9fbeb1..3c298b65 100644 --- a/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/ComponentRegistryImplTest.java +++ b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/ComponentRegistryImplTest.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/QualifiedComponentFactoryTest.java b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/QualifiedComponentFactoryTest.java index 83b2a780..70674436 100644 --- a/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/QualifiedComponentFactoryTest.java +++ b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/internal/base/QualifiedComponentFactoryTest.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/BaseVita.java b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/BaseVita.java index 49f639ff..174002b3 100644 --- a/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/BaseVita.java +++ b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/BaseVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/CardinalGameTest.java b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/CardinalGameTest.java index d605ffa7..93795326 100644 --- a/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/CardinalGameTest.java +++ b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/CardinalGameTest.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/LoadAwareTestComponent.java b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/LoadAwareTestComponent.java index b9c68a3e..5ec578ef 100644 --- a/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/LoadAwareTestComponent.java +++ b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/LoadAwareTestComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/SyncedVita.java b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/SyncedVita.java index 35f8fb4f..2bfc624f 100644 --- a/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/SyncedVita.java +++ b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/SyncedVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/TickingTestComponent.java b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/TickingTestComponent.java index f82ea3a9..e425e942 100644 --- a/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/TickingTestComponent.java +++ b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/TickingTestComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/Vita.java b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/Vita.java index eb551d0a..c9ef0849 100644 --- a/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/Vita.java +++ b/cardinal-components-base/src/testmod/java/dev/onyxstudios/cca/test/base/Vita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponentFactoryRegistry.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponentFactoryRegistry.java index b6bb926a..79c5f15f 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponentFactoryRegistry.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponentFactoryRegistry.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponentInitializer.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponentInitializer.java index 2d9a6996..58baea6f 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponentInitializer.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponentInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponents.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponents.java index 3a60c30d..7419e7b4 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponents.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockComponents.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockEntitySyncAroundCallback.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockEntitySyncAroundCallback.java index 4ebf258c..b4a561f3 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockEntitySyncAroundCallback.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockEntitySyncAroundCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockEntitySyncCallback.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockEntitySyncCallback.java index 428eb4d9..750b1300 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockEntitySyncCallback.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/BlockEntitySyncCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/package-info.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/package-info.java index 6db25a43..ac853825 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/package-info.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SidedContainerCompound.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SidedContainerCompound.java index e4702d57..fd7a3009 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SidedContainerCompound.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SidedContainerCompound.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SidedProviderCompound.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SidedProviderCompound.java index e8e9b334..1b09d7d9 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SidedProviderCompound.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SidedProviderCompound.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SuppliedSidedContainerCompound.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SuppliedSidedContainerCompound.java index e94f82e2..a97c50c4 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SuppliedSidedContainerCompound.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/SuppliedSidedContainerCompound.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/package-info.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/package-info.java index a06ef45f..c828e10c 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/package-info.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/CardinalComponentsBlock.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/CardinalComponentsBlock.java index fbe2403f..7e831f51 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/CardinalComponentsBlock.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/CardinalComponentsBlock.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/CcaBlockClient.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/CcaBlockClient.java index 2c0e03b3..514444c0 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/CcaBlockClient.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/CcaBlockClient.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/CardinalBlockInternals.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/CardinalBlockInternals.java index d5f4272e..60b7d928 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/CardinalBlockInternals.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/CardinalBlockInternals.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/StaticBlockComponentPlugin.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/StaticBlockComponentPlugin.java index f277a972..34125e4f 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/StaticBlockComponentPlugin.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/StaticBlockComponentPlugin.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/package-info.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/package-info.java index 7abe0170..6130ee18 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/package-info.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/internal/block/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockDataObject.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockDataObject.java index e7fc5d32..d4d836b9 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockDataObject.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockDataObject.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockEntity.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockEntity.java index 5447de25..e8ccee4b 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockEntity.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockEntity.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockStateArgument.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockStateArgument.java index 30df7c20..6b5a03ec 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockStateArgument.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinBlockStateArgument.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinChunkHolder.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinChunkHolder.java index 39643ec7..31af456d 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinChunkHolder.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinChunkHolder.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinFallingBlockEntity.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinFallingBlockEntity.java index 04354d2f..3b139ed8 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinFallingBlockEntity.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinFallingBlockEntity.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinServerPlayerEntity.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinServerPlayerEntity.java index 3af78af5..bd76f5c0 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinServerPlayerEntity.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinServerPlayerEntity.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinThreadedAnvilChunkStorage.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinThreadedAnvilChunkStorage.java index fa760255..42cab82d 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinThreadedAnvilChunkStorage.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinThreadedAnvilChunkStorage.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinWorldChunk.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinWorldChunk.java index cf4a91e5..5e697910 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinWorldChunk.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/MixinWorldChunk.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/package-info.java b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/package-info.java index eb07e1e9..71d38a63 100644 --- a/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/package-info.java +++ b/cardinal-components-block/src/main/java/dev/onyxstudios/cca/mixin/block/common/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/BlockVita.java b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/BlockVita.java index 99e9f2e8..56e18af6 100644 --- a/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/BlockVita.java +++ b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/BlockVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/CcaBlockTestMod.java b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/CcaBlockTestMod.java index 7af2a6bf..52a14523 100644 --- a/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/CcaBlockTestMod.java +++ b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/CcaBlockTestMod.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/CcaBlockTestSuite.java b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/CcaBlockTestSuite.java index 172d7c39..89850c10 100644 --- a/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/CcaBlockTestSuite.java +++ b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/CcaBlockTestSuite.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/GlobalTickingComponent.java b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/GlobalTickingComponent.java index 43b6b53b..009f784f 100644 --- a/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/GlobalTickingComponent.java +++ b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/GlobalTickingComponent.java @@ -1,3 +1,25 @@ +/* + * Cardinal-Components-API + * Copyright (C) 2019-2025 OnyxStudios + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE + * OR OTHER DEALINGS IN THE SOFTWARE. + */ package dev.onyxstudios.cca.test.block; import dev.onyxstudios.cca.api.v3.component.Component; diff --git a/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/VitaCompound.java b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/VitaCompound.java index 26ccdd97..25fd7722 100644 --- a/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/VitaCompound.java +++ b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/VitaCompound.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/package-info.java b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/package-info.java index 67d34785..53a4ddfb 100644 --- a/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/package-info.java +++ b/cardinal-components-block/src/testmod/java/dev/onyxstudios/cca/test/block/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkComponentFactoryRegistry.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkComponentFactoryRegistry.java index 0c544d47..79249eee 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkComponentFactoryRegistry.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkComponentFactoryRegistry.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkComponentInitializer.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkComponentInitializer.java index b9ec45a4..bbb9750f 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkComponentInitializer.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkComponentInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkSyncCallback.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkSyncCallback.java index 05ff78b7..425b1bca 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkSyncCallback.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/ChunkSyncCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/package-info.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/package-info.java index 1bd3676f..7c3ed025 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/package-info.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/api/v3/chunk/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/CardinalComponentsChunk.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/CardinalComponentsChunk.java index c6614444..fe8be95e 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/CardinalComponentsChunk.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/CardinalComponentsChunk.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/CcaChunkClient.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/CcaChunkClient.java index 6461df2f..42066fee 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/CcaChunkClient.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/CcaChunkClient.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/StaticChunkComponentPlugin.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/StaticChunkComponentPlugin.java index eac8b5b1..62ce92c1 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/StaticChunkComponentPlugin.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/StaticChunkComponentPlugin.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/package-info.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/package-info.java index e32c2709..847dfc01 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/package-info.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/internal/chunk/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunk.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunk.java index f92dcedb..f5e3be5b 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunk.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunk.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunkHolder.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunkHolder.java index 838d4790..3a64a9d2 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunkHolder.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunkHolder.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunkSerializer.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunkSerializer.java index d0534176..69e97f5d 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunkSerializer.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinChunkSerializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinEmptyChunk.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinEmptyChunk.java index d1db7639..ac26374b 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinEmptyChunk.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinEmptyChunk.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinServerWorld.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinServerWorld.java index f93b88c4..3a0cfe2b 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinServerWorld.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinServerWorld.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinThreadedAnvilChunkStorage.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinThreadedAnvilChunkStorage.java index 4d00ad59..3838179e 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinThreadedAnvilChunkStorage.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinThreadedAnvilChunkStorage.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinWorldChunk.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinWorldChunk.java index 6f4c1cb0..a87bd002 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinWorldChunk.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinWorldChunk.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinWrapperProtoChunk.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinWrapperProtoChunk.java index 2a327af3..82472196 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinWrapperProtoChunk.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/MixinWrapperProtoChunk.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/package-info.java b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/package-info.java index c4ec7bd0..48d48d88 100644 --- a/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/package-info.java +++ b/cardinal-components-chunk/src/main/java/dev/onyxstudios/cca/mixin/chunk/common/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/CcaChunkTestMod.java b/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/CcaChunkTestMod.java index 9e7cef0d..a00a1052 100644 --- a/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/CcaChunkTestMod.java +++ b/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/CcaChunkTestMod.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/CcaChunkTestSuite.java b/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/CcaChunkTestSuite.java index 57ce5727..7a297bcd 100644 --- a/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/CcaChunkTestSuite.java +++ b/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/CcaChunkTestSuite.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/ChunkVita.java b/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/ChunkVita.java index 1ffcf594..a70c16da 100644 --- a/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/ChunkVita.java +++ b/cardinal-components-chunk/src/testmod/java/dev/onyxstudios/cca/test/chunk/ChunkVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/EntityComponentFactoryRegistry.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/EntityComponentFactoryRegistry.java index 9f9a660c..ec6d26e5 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/EntityComponentFactoryRegistry.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/EntityComponentFactoryRegistry.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/EntityComponentInitializer.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/EntityComponentInitializer.java index eebc4fa4..22ae59a4 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/EntityComponentInitializer.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/EntityComponentInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerComponent.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerComponent.java index 9f963094..d805a1d9 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerComponent.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerCopyCallback.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerCopyCallback.java index 4ae2b8d0..93dca6a7 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerCopyCallback.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerCopyCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerSyncCallback.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerSyncCallback.java index 1f3452cc..4680de5d 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerSyncCallback.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/PlayerSyncCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/RespawnCopyStrategy.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/RespawnCopyStrategy.java index d5916af4..b0f9844e 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/RespawnCopyStrategy.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/RespawnCopyStrategy.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/TrackingStartCallback.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/TrackingStartCallback.java index 6a452c52..47b6528f 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/TrackingStartCallback.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/TrackingStartCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/package-info.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/package-info.java index f3047fd9..eee111c0 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/package-info.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/api/v3/entity/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CardinalComponentsEntity.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CardinalComponentsEntity.java index 3becccc4..c0609afb 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CardinalComponentsEntity.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CardinalComponentsEntity.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CardinalEntityInternals.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CardinalEntityInternals.java index 82b3d0e2..cdbb79e7 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CardinalEntityInternals.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CardinalEntityInternals.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CcaEntityClient.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CcaEntityClient.java index 2f04c85d..4e4f6222 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CcaEntityClient.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/CcaEntityClient.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/StaticEntityComponentPlugin.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/StaticEntityComponentPlugin.java index 6789772b..8692ef2c 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/StaticEntityComponentPlugin.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/StaticEntityComponentPlugin.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/SwitchablePlayerEntity.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/SwitchablePlayerEntity.java index 866f4b5c..9b8d06bc 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/SwitchablePlayerEntity.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/SwitchablePlayerEntity.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/package-info.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/package-info.java index de8ecc0d..eeac2374 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/package-info.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/internal/entity/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/client/MixinClientWorld.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/client/MixinClientWorld.java index beeb2f10..039b8016 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/client/MixinClientWorld.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/client/MixinClientWorld.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/BucketableMixin.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/BucketableMixin.java index 9862d671..7092ab34 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/BucketableMixin.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/BucketableMixin.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinEntity.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinEntity.java index 9db530e9..f9b3d78b 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinEntity.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinEntity.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinEntityTrackerEntry.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinEntityTrackerEntry.java index 89fadb64..fe00afe3 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinEntityTrackerEntry.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinEntityTrackerEntry.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinPlayerManager.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinPlayerManager.java index 685b54ae..e9d95ecd 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinPlayerManager.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinPlayerManager.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinServerPlayerEntity.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinServerPlayerEntity.java index 459a47f2..276b0291 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinServerPlayerEntity.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinServerPlayerEntity.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinServerWorld.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinServerWorld.java index 959464f0..111eafb0 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinServerWorld.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/MixinServerWorld.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/package-info.java b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/package-info.java index 44099829..2da854b4 100644 --- a/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/package-info.java +++ b/cardinal-components-entity/src/main/java/dev/onyxstudios/cca/mixin/entity/common/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/CcaEntityTestMod.java b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/CcaEntityTestMod.java index 91a0e045..7dd87ac1 100644 --- a/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/CcaEntityTestMod.java +++ b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/CcaEntityTestMod.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/CcaEntityTestSuite.java b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/CcaEntityTestSuite.java index 9d1cedd9..955aaf62 100644 --- a/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/CcaEntityTestSuite.java +++ b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/CcaEntityTestSuite.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/EntityVita.java b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/EntityVita.java index f6130038..512435b7 100644 --- a/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/EntityVita.java +++ b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/EntityVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/PlayerVita.java b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/PlayerVita.java index 341a5723..7b72dae3 100644 --- a/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/PlayerVita.java +++ b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/PlayerVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/TestEntity.java b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/TestEntity.java index fe011093..30dfe91d 100644 --- a/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/TestEntity.java +++ b/cardinal-components-entity/src/testmod/java/dev/onyxstudios/cca/test/entity/TestEntity.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/CcaNbtType.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/CcaNbtType.java index c52a61ea..01fa67b8 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/CcaNbtType.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/CcaNbtType.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponent.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponent.java index 0e358268..f2b7e8ac 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponent.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponent.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponentFactoryRegistry.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponentFactoryRegistry.java index 7f9b0e50..74ecfc74 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponentFactoryRegistry.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponentFactoryRegistry.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponentInitializer.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponentInitializer.java index 131f5b8f..f1fceeac 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponentInitializer.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemComponentInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemTagInvalidationListener.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemTagInvalidationListener.java index 1ea786df..6a3e4baf 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemTagInvalidationListener.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/ItemTagInvalidationListener.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/package-info.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/package-info.java index 891e3b8c..a818b7d9 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/package-info.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/api/v3/item/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/ItemCaller.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/ItemCaller.java index fbe771fa..66f588d6 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/ItemCaller.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/ItemCaller.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/StaticItemComponentPlugin.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/StaticItemComponentPlugin.java index 83556f81..a8134b99 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/StaticItemComponentPlugin.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/StaticItemComponentPlugin.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/package-info.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/package-info.java index 0a16ece0..06f8b10d 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/package-info.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/internal/item/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/MixinItem.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/MixinItem.java index 28ed6e35..05306ae9 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/MixinItem.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/MixinItem.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/MixinItemStack.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/MixinItemStack.java index 90c38e9c..fd367e7b 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/MixinItemStack.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/MixinItemStack.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/package-info.java b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/package-info.java index 1d6bca79..bb3663db 100644 --- a/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/package-info.java +++ b/cardinal-components-item/src/main/java/dev/onyxstudios/cca/mixin/item/common/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponentFactoryRegistry.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponentFactoryRegistry.java index 63de10a6..da438855 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponentFactoryRegistry.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponentFactoryRegistry.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponentInitializer.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponentInitializer.java index 9875b9b2..3796b876 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponentInitializer.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponentInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponents.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponents.java index d90fed6a..c30fb6bb 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponents.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/LevelComponents.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/package-info.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/package-info.java index 377494ad..9b269710 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/package-info.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/api/v3/level/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/CardinalComponentsLevel.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/CardinalComponentsLevel.java index 90c36b91..783a1fb8 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/CardinalComponentsLevel.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/CardinalComponentsLevel.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/CcaLevelClient.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/CcaLevelClient.java index b0b4aa7f..afcf2264 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/CcaLevelClient.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/CcaLevelClient.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/StaticLevelComponentPlugin.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/StaticLevelComponentPlugin.java index 45c22d80..29b38bb3 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/StaticLevelComponentPlugin.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/StaticLevelComponentPlugin.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/package-info.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/package-info.java index 12ef6bd2..90a10481 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/package-info.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/internal/level/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/client/MixinClientWorldProperties.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/client/MixinClientWorldProperties.java index 73b6fa9b..82f81ef5 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/client/MixinClientWorldProperties.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/client/MixinClientWorldProperties.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/client/package-info.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/client/package-info.java index 3c53349c..a179c92d 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/client/package-info.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/client/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinLevelProperties.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinLevelProperties.java index a8a3ee85..819f03ff 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinLevelProperties.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinLevelProperties.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinMinecraftServer.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinMinecraftServer.java index f79eccb5..68604577 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinMinecraftServer.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinMinecraftServer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinUnmodifiableLevelProperties.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinUnmodifiableLevelProperties.java index 22bfe733..866c2a2f 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinUnmodifiableLevelProperties.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinUnmodifiableLevelProperties.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinWorldProperties.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinWorldProperties.java index 7c049d85..7ac3d77b 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinWorldProperties.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/MixinWorldProperties.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/package-info.java b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/package-info.java index 4f2e8eb1..8d117a07 100644 --- a/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/package-info.java +++ b/cardinal-components-level/src/main/java/dev/onyxstudios/cca/mixin/level/common/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/CcaLevelTestMod.java b/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/CcaLevelTestMod.java index d0697095..36a4ebf2 100644 --- a/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/CcaLevelTestMod.java +++ b/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/CcaLevelTestMod.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/CcaLevelTestSuite.java b/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/CcaLevelTestSuite.java index 181976cd..0d0253f5 100644 --- a/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/CcaLevelTestSuite.java +++ b/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/CcaLevelTestSuite.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/LevelVita.java b/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/LevelVita.java index 6f49f96a..9a9cb114 100644 --- a/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/LevelVita.java +++ b/cardinal-components-level/src/testmod/java/dev/onyxstudios/cca/test/level/LevelVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentFactoryRegistry.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentFactoryRegistry.java index 8a11c3da..d11cc90e 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentFactoryRegistry.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentFactoryRegistry.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentFactoryV2.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentFactoryV2.java index 01e47bd3..ca6da118 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentFactoryV2.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentFactoryV2.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentInitializer.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentInitializer.java index 48d64c2c..c97cf1e5 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentInitializer.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardComponentInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardSyncCallback.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardSyncCallback.java index 07c02db7..53531fbb 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardSyncCallback.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/ScoreboardSyncCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamAddCallback.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamAddCallback.java index 4b38f792..116f257c 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamAddCallback.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamAddCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamComponentFactory.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamComponentFactory.java index 0b740389..3451e0c0 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamComponentFactory.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamComponentFactory.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamComponentFactoryV2.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamComponentFactoryV2.java index 37dc8f1b..6853c8e7 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamComponentFactoryV2.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/TeamComponentFactoryV2.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/package-info.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/package-info.java index bedfe1a4..cb0c1ef8 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/package-info.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/api/v3/scoreboard/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/CardinalComponentsScoreboard.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/CardinalComponentsScoreboard.java index 39f91006..15eb3eef 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/CardinalComponentsScoreboard.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/CardinalComponentsScoreboard.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/CcaScoreboardClient.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/CcaScoreboardClient.java index ea6aa31d..ce5a6d55 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/CcaScoreboardClient.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/CcaScoreboardClient.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/ScoreboardComponentContainerFactory.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/ScoreboardComponentContainerFactory.java index 3f018c43..798a6686 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/ScoreboardComponentContainerFactory.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/ScoreboardComponentContainerFactory.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/StaticScoreboardComponentPlugin.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/StaticScoreboardComponentPlugin.java index c432943f..790ef54c 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/StaticScoreboardComponentPlugin.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/StaticScoreboardComponentPlugin.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/TeamComponentContainerFactory.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/TeamComponentContainerFactory.java index b47bb9bf..f5c66862 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/TeamComponentContainerFactory.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/TeamComponentContainerFactory.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/package-info.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/package-info.java index 2440d11b..02e2943d 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/package-info.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/internal/scoreboard/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinMinecraftServer.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinMinecraftServer.java index d36127f1..d0bb4581 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinMinecraftServer.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinMinecraftServer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinPersistentState.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinPersistentState.java index a43d3437..977000c1 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinPersistentState.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinPersistentState.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinPlayerManager.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinPlayerManager.java index 697431ce..a4cbe63f 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinPlayerManager.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinPlayerManager.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinScoreboard.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinScoreboard.java index 0737e4d5..29ab19fe 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinScoreboard.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinScoreboard.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinScoreboardState.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinScoreboardState.java index a31089ff..9b1db5b7 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinScoreboardState.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinScoreboardState.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinServerScoreboard.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinServerScoreboard.java index d6ec790d..7d7f3bde 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinServerScoreboard.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinServerScoreboard.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinTeam.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinTeam.java index a41ff6c4..8f446ab6 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinTeam.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/MixinTeam.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/ServerScoreboardAccessor.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/ServerScoreboardAccessor.java index f0434e69..da9716c0 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/ServerScoreboardAccessor.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/ServerScoreboardAccessor.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/TeamAccessor.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/TeamAccessor.java index b2db0740..f4a24457 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/TeamAccessor.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/TeamAccessor.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/package-info.java b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/package-info.java index 8a5f1863..2345d3b2 100644 --- a/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/package-info.java +++ b/cardinal-components-scoreboard/src/main/java/dev/onyxstudios/cca/mixin/scoreboard/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/testmod/java/dev/onyxstudios/cca/test/scoreboard/CcaScoreboardTestMod.java b/cardinal-components-scoreboard/src/testmod/java/dev/onyxstudios/cca/test/scoreboard/CcaScoreboardTestMod.java index f91d2051..e271ff08 100644 --- a/cardinal-components-scoreboard/src/testmod/java/dev/onyxstudios/cca/test/scoreboard/CcaScoreboardTestMod.java +++ b/cardinal-components-scoreboard/src/testmod/java/dev/onyxstudios/cca/test/scoreboard/CcaScoreboardTestMod.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-scoreboard/src/testmod/java/dev/onyxstudios/cca/test/scoreboard/CcaScoreboardTestSuite.java b/cardinal-components-scoreboard/src/testmod/java/dev/onyxstudios/cca/test/scoreboard/CcaScoreboardTestSuite.java index 21a7a12f..9c692f7d 100644 --- a/cardinal-components-scoreboard/src/testmod/java/dev/onyxstudios/cca/test/scoreboard/CcaScoreboardTestSuite.java +++ b/cardinal-components-scoreboard/src/testmod/java/dev/onyxstudios/cca/test/scoreboard/CcaScoreboardTestSuite.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldComponentFactoryRegistry.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldComponentFactoryRegistry.java index 10cc7c21..0265b71a 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldComponentFactoryRegistry.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldComponentFactoryRegistry.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldComponentInitializer.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldComponentInitializer.java index 7549dbc0..cd80cec4 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldComponentInitializer.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldComponentInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldSyncCallback.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldSyncCallback.java index d2d80cf6..97e4bfec 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldSyncCallback.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/WorldSyncCallback.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/package-info.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/package-info.java index fdd1b70f..7d6084b5 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/package-info.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/api/v3/world/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/CardinalComponentsWorld.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/CardinalComponentsWorld.java index 89b20528..3a33eade 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/CardinalComponentsWorld.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/CardinalComponentsWorld.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/CcaWorldClient.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/CcaWorldClient.java index 2d7dd1e8..95b19519 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/CcaWorldClient.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/CcaWorldClient.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/ComponentPersistentState.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/ComponentPersistentState.java index fd69ed48..468ccae4 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/ComponentPersistentState.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/ComponentPersistentState.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/StaticWorldComponentPlugin.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/StaticWorldComponentPlugin.java index 6d820b51..57c2128b 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/StaticWorldComponentPlugin.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/StaticWorldComponentPlugin.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/package-info.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/package-info.java index 120f679f..31f2348e 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/package-info.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/internal/world/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/client/MixinClientWorld.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/client/MixinClientWorld.java index 0e1fb477..be669a8c 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/client/MixinClientWorld.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/client/MixinClientWorld.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinPlayerManager.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinPlayerManager.java index e291103b..8e9180ce 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinPlayerManager.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinPlayerManager.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinServerWorld.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinServerWorld.java index d0fe8b71..32bd9a2c 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinServerWorld.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinServerWorld.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinWorld.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinWorld.java index 1adb27f0..7eb7b78f 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinWorld.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/MixinWorld.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/package-info.java b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/package-info.java index 40854c31..b0d0f4af 100644 --- a/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/package-info.java +++ b/cardinal-components-world/src/main/java/dev/onyxstudios/cca/mixin/world/common/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/AmbientVita.java b/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/AmbientVita.java index afc5149f..e1d06a2b 100644 --- a/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/AmbientVita.java +++ b/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/AmbientVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/CcaWorldTestMod.java b/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/CcaWorldTestMod.java index 2ec114e3..ae28c341 100644 --- a/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/CcaWorldTestMod.java +++ b/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/CcaWorldTestMod.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/CcaWorldTestSuite.java b/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/CcaWorldTestSuite.java index 18b22fe1..15630215 100644 --- a/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/CcaWorldTestSuite.java +++ b/cardinal-components-world/src/testmod/java/dev/onyxstudios/cca/test/world/CcaWorldTestSuite.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/CCATestClient.java b/src/testmod/java/dev/onyxstudios/componenttest/content/CCATestClient.java index 066b9a54..4dce6444 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/CCATestClient.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/CCATestClient.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/CardinalComponentsTest.java b/src/testmod/java/dev/onyxstudios/componenttest/content/CardinalComponentsTest.java index ae039936..ba70d4e5 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/CardinalComponentsTest.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/CardinalComponentsTest.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/TestComponents.java b/src/testmod/java/dev/onyxstudios/componenttest/content/TestComponents.java index acdfa496..b16dc88f 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/TestComponents.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/TestComponents.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/TestStaticComponentInitializer.java b/src/testmod/java/dev/onyxstudios/componenttest/content/TestStaticComponentInitializer.java index 8fb1045e..b9630f24 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/TestStaticComponentInitializer.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/TestStaticComponentInitializer.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/VitaCommand.java b/src/testmod/java/dev/onyxstudios/componenttest/content/VitaCommand.java index 44325c02..c28a3f46 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/VitaCommand.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/VitaCommand.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityCondenser.java b/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityCondenser.java index b909a917..bbca3ba5 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityCondenser.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityCondenser.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityStickItem.java b/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityStickItem.java index 5865f244..ba53bf02 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityStickItem.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityStickItem.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityZombieEntity.java b/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityZombieEntity.java index 740f417c..3bc51a69 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityZombieEntity.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/VitalityZombieEntity.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/package-info.java b/src/testmod/java/dev/onyxstudios/componenttest/content/package-info.java index 68f93183..c6343237 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/package-info.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/vita/ItemVita.java b/src/testmod/java/dev/onyxstudios/componenttest/content/vita/ItemVita.java index 74584b14..60eaa719 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/vita/ItemVita.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/vita/ItemVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/vita/TeamVita.java b/src/testmod/java/dev/onyxstudios/componenttest/content/vita/TeamVita.java index 0014b0fd..537dde23 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/vita/TeamVita.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/vita/TeamVita.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/content/vita/package-info.java b/src/testmod/java/dev/onyxstudios/componenttest/content/vita/package-info.java index de0142ed..b96878d1 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/content/vita/package-info.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/content/vita/package-info.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * 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/src/testmod/java/dev/onyxstudios/componenttest/tests/CcaTestSuite.java b/src/testmod/java/dev/onyxstudios/componenttest/tests/CcaTestSuite.java index ee51f98d..d7cd37bc 100644 --- a/src/testmod/java/dev/onyxstudios/componenttest/tests/CcaTestSuite.java +++ b/src/testmod/java/dev/onyxstudios/componenttest/tests/CcaTestSuite.java @@ -1,6 +1,6 @@ /* * Cardinal-Components-API - * Copyright (C) 2019-2024 OnyxStudios + * Copyright (C) 2019-2025 OnyxStudios * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal