diff --git a/LICENSE b/LICENSE index d32b6f4..0fbf809 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018-2020 Hugo Dupanloup (Yeregorix) +Copyright (c) 2018-2021 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 a7ce96c..797916c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 15fe18a..8a2a1a1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 1f02c1f..eae8423 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 ab66cc8..71a00d9 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 64f274e..f2dc4a4 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 d96173f..a93dc23 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 b566f06..8b0aaac 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 eb2a78a..685c0f7 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 eb0cffb..e38a4aa 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 9a8c7c2..07ac62c 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 ca78700..492be02 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 87c57da..ead5aee 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 af6098f..da57b4a 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 1df49a7..5d9cffe 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 bd3873e..16a2102 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 be73483..86dcd2d 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 4233768..46cb559 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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/BlockPistonBaseMixin.java b/src/main/java/net/smoofyuniverse/superpiston/mixin/block/BlockPistonBaseMixin.java index 7d7e721..b7176ac 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/mixin/block/BlockPistonBaseMixin.java +++ b/src/main/java/net/smoofyuniverse/superpiston/mixin/block/BlockPistonBaseMixin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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/BlockPistonStructureHelperMixin.java b/src/main/java/net/smoofyuniverse/superpiston/mixin/block/BlockPistonStructureHelperMixin.java index df88469..c4df52a 100644 --- a/src/main/java/net/smoofyuniverse/superpiston/mixin/block/BlockPistonStructureHelperMixin.java +++ b/src/main/java/net/smoofyuniverse/superpiston/mixin/block/BlockPistonStructureHelperMixin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 c0c7536..060e6a5 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 16b9f96..45d0f74 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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 a9cabf8..5c65db2 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-2020 Hugo Dupanloup (Yeregorix) + * Copyright (c) 2018-2021 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