diff --git a/LICENSE b/LICENSE index 0fbf809..a4a3cc2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) +Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/build.gradle b/build.gradle index ae77bc1..2b11f38 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/settings.gradle b/settings.gradle index 8a2a1a1..234057c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/SuperPiston.java b/src/main/java/net/smoofyuniverse/superpiston/SuperPiston.java index 10bc3ac..b6d71fe 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/SuperPiston.java +++ b/src/main/java/net/smoofyuniverse/superpiston/SuperPiston.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/SuperPistonTimings.java b/src/main/java/net/smoofyuniverse/superpiston/SuperPistonTimings.java index 92aaf3f..da03098 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/SuperPistonTimings.java +++ b/src/main/java/net/smoofyuniverse/superpiston/SuperPistonTimings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/api/event/PistonStructureCalculationEvent.java b/src/main/java/net/smoofyuniverse/superpiston/api/event/PistonStructureCalculationEvent.java index b0c257c..b2a2320 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/api/event/PistonStructureCalculationEvent.java +++ b/src/main/java/net/smoofyuniverse/superpiston/api/event/PistonStructureCalculationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/api/structure/PistonStructure.java b/src/main/java/net/smoofyuniverse/superpiston/api/structure/PistonStructure.java index 15a959f..a1c5da4 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/api/structure/PistonStructure.java +++ b/src/main/java/net/smoofyuniverse/superpiston/api/structure/PistonStructure.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/api/structure/calculator/DefaultStructureCalculator.java b/src/main/java/net/smoofyuniverse/superpiston/api/structure/calculator/DefaultStructureCalculator.java index 148fc77..80b83ee 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/api/structure/calculator/DefaultStructureCalculator.java +++ b/src/main/java/net/smoofyuniverse/superpiston/api/structure/calculator/DefaultStructureCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/api/structure/calculator/PistonStructureCalculator.java b/src/main/java/net/smoofyuniverse/superpiston/api/structure/calculator/PistonStructureCalculator.java index 685c0f7..3c2566a 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/api/structure/calculator/PistonStructureCalculator.java +++ b/src/main/java/net/smoofyuniverse/superpiston/api/structure/calculator/PistonStructureCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/config/world/WorldConfig.java b/src/main/java/net/smoofyuniverse/superpiston/config/world/WorldConfig.java index 5ab6e48..72fd94c 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/config/world/WorldConfig.java +++ b/src/main/java/net/smoofyuniverse/superpiston/config/world/WorldConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/event/PistonListener.java b/src/main/java/net/smoofyuniverse/superpiston/event/PistonListener.java index fb6e3ae..f79907a 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/event/PistonListener.java +++ b/src/main/java/net/smoofyuniverse/superpiston/event/PistonListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/impl/BlockUtil.java b/src/main/java/net/smoofyuniverse/superpiston/impl/BlockUtil.java index 735d6be..15d692e 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/impl/BlockUtil.java +++ b/src/main/java/net/smoofyuniverse/superpiston/impl/BlockUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/impl/ReactionUtil.java b/src/main/java/net/smoofyuniverse/superpiston/impl/ReactionUtil.java index 393623d..0008259 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/impl/ReactionUtil.java +++ b/src/main/java/net/smoofyuniverse/superpiston/impl/ReactionUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/impl/calculator/SuperPistonStructureCalculator.java b/src/main/java/net/smoofyuniverse/superpiston/impl/calculator/SuperPistonStructureCalculator.java index d808fe0..d6a9ee7 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/impl/calculator/SuperPistonStructureCalculator.java +++ b/src/main/java/net/smoofyuniverse/superpiston/impl/calculator/SuperPistonStructureCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/impl/event/AbstractStructureCalculationEvent.java b/src/main/java/net/smoofyuniverse/superpiston/impl/event/AbstractStructureCalculationEvent.java index 4876f8f..119a2e6 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/impl/event/AbstractStructureCalculationEvent.java +++ b/src/main/java/net/smoofyuniverse/superpiston/impl/event/AbstractStructureCalculationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/impl/event/PostStructureCalculationEvent.java b/src/main/java/net/smoofyuniverse/superpiston/impl/event/PostStructureCalculationEvent.java index 1f6fc86..72372b0 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/impl/event/PostStructureCalculationEvent.java +++ b/src/main/java/net/smoofyuniverse/superpiston/impl/event/PostStructureCalculationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/impl/event/PreStructureCalculationEvent.java b/src/main/java/net/smoofyuniverse/superpiston/impl/event/PreStructureCalculationEvent.java index ded63c1..85ab3fe 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/impl/event/PreStructureCalculationEvent.java +++ b/src/main/java/net/smoofyuniverse/superpiston/impl/event/PreStructureCalculationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/impl/internal/InternalServer.java b/src/main/java/net/smoofyuniverse/superpiston/impl/internal/InternalServer.java index 46cb559..95a0389 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/impl/internal/InternalServer.java +++ b/src/main/java/net/smoofyuniverse/superpiston/impl/internal/InternalServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/mixin/block/PistonBaseBlockMixin.java b/src/main/java/net/smoofyuniverse/superpiston/mixin/block/PistonBaseBlockMixin.java index d960eca..d70ef44 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/mixin/block/PistonBaseBlockMixin.java +++ b/src/main/java/net/smoofyuniverse/superpiston/mixin/block/PistonBaseBlockMixin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/mixin/block/PistonStructureResolverMixin.java b/src/main/java/net/smoofyuniverse/superpiston/mixin/block/PistonStructureResolverMixin.java index ac527fb..c3a040d 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/mixin/block/PistonStructureResolverMixin.java +++ b/src/main/java/net/smoofyuniverse/superpiston/mixin/block/PistonStructureResolverMixin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/mixin/server/MinecraftServerMixin.java b/src/main/java/net/smoofyuniverse/superpiston/mixin/server/MinecraftServerMixin.java index 060e6a5..e7d6f94 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/mixin/server/MinecraftServerMixin.java +++ b/src/main/java/net/smoofyuniverse/superpiston/mixin/server/MinecraftServerMixin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/util/IOUtil.java b/src/main/java/net/smoofyuniverse/superpiston/util/IOUtil.java index f1f6b69..a9e1c4a 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/util/IOUtil.java +++ b/src/main/java/net/smoofyuniverse/superpiston/util/IOUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/util/MathUtil.java b/src/main/java/net/smoofyuniverse/superpiston/util/MathUtil.java index 5c65db2..d6f6d3e 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/util/MathUtil.java +++ b/src/main/java/net/smoofyuniverse/superpiston/util/MathUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby 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/main/java/net/smoofyuniverse/superpiston/util/RegistryUtil.java b/src/main/java/net/smoofyuniverse/superpiston/util/RegistryUtil.java index 22400ed..896b781 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/util/RegistryUtil.java +++ b/src/main/java/net/smoofyuniverse/superpiston/util/RegistryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2022 Hugo Dupanloup (Yeregorix) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal