diff --git a/src/main/java/biomesoplenty/api/biome/BOPBiome.java b/src/main/java/biomesoplenty/api/biome/BOPBiome.java index db5e46186..5998621a8 100644 --- a/src/main/java/biomesoplenty/api/biome/BOPBiome.java +++ b/src/main/java/biomesoplenty/api/biome/BOPBiome.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/biome/BOPBiomes.java b/src/main/java/biomesoplenty/api/biome/BOPBiomes.java index 0c684fa11..02114e82b 100644 --- a/src/main/java/biomesoplenty/api/biome/BOPBiomes.java +++ b/src/main/java/biomesoplenty/api/biome/BOPBiomes.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/biome/BiomeOwner.java b/src/main/java/biomesoplenty/api/biome/BiomeOwner.java index 0b0f3b21d..83d2a60cb 100644 --- a/src/main/java/biomesoplenty/api/biome/BiomeOwner.java +++ b/src/main/java/biomesoplenty/api/biome/BiomeOwner.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/biome/IExtendedBiome.java b/src/main/java/biomesoplenty/api/biome/IExtendedBiome.java index 09995f65c..8ad8b5e78 100644 --- a/src/main/java/biomesoplenty/api/biome/IExtendedBiome.java +++ b/src/main/java/biomesoplenty/api/biome/IExtendedBiome.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/biome/generation/BOPGeneratorBase.java b/src/main/java/biomesoplenty/api/biome/generation/BOPGeneratorBase.java index 89421e0ba..87e1ca2b8 100644 --- a/src/main/java/biomesoplenty/api/biome/generation/BOPGeneratorBase.java +++ b/src/main/java/biomesoplenty/api/biome/generation/BOPGeneratorBase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/biome/generation/GenerationManager.java b/src/main/java/biomesoplenty/api/biome/generation/GenerationManager.java index 138cd054d..37b3020d7 100644 --- a/src/main/java/biomesoplenty/api/biome/generation/GenerationManager.java +++ b/src/main/java/biomesoplenty/api/biome/generation/GenerationManager.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/biome/generation/GeneratorRegistry.java b/src/main/java/biomesoplenty/api/biome/generation/GeneratorRegistry.java index 6761c7131..c42132980 100644 --- a/src/main/java/biomesoplenty/api/biome/generation/GeneratorRegistry.java +++ b/src/main/java/biomesoplenty/api/biome/generation/GeneratorRegistry.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/biome/generation/GeneratorStage.java b/src/main/java/biomesoplenty/api/biome/generation/GeneratorStage.java index 84a30f6c9..e1c86b578 100644 --- a/src/main/java/biomesoplenty/api/biome/generation/GeneratorStage.java +++ b/src/main/java/biomesoplenty/api/biome/generation/GeneratorStage.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/biome/generation/GeneratorWeighted.java b/src/main/java/biomesoplenty/api/biome/generation/GeneratorWeighted.java index 053a823e2..7833f69ce 100644 --- a/src/main/java/biomesoplenty/api/biome/generation/GeneratorWeighted.java +++ b/src/main/java/biomesoplenty/api/biome/generation/GeneratorWeighted.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/biome/generation/IGenerator.java b/src/main/java/biomesoplenty/api/biome/generation/IGenerator.java index 37d4727a4..872a5bc5f 100644 --- a/src/main/java/biomesoplenty/api/biome/generation/IGenerator.java +++ b/src/main/java/biomesoplenty/api/biome/generation/IGenerator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/block/BOPBlocks.java b/src/main/java/biomesoplenty/api/block/BOPBlocks.java index 26aa7ea7a..9ba1a2bbb 100644 --- a/src/main/java/biomesoplenty/api/block/BOPBlocks.java +++ b/src/main/java/biomesoplenty/api/block/BOPBlocks.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/block/BlockQueries.java b/src/main/java/biomesoplenty/api/block/BlockQueries.java index 58b0c708c..7bc3005b0 100644 --- a/src/main/java/biomesoplenty/api/block/BlockQueries.java +++ b/src/main/java/biomesoplenty/api/block/BlockQueries.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/block/IBOPBlock.java b/src/main/java/biomesoplenty/api/block/IBOPBlock.java index b035c4628..ec3b5f3f7 100644 --- a/src/main/java/biomesoplenty/api/block/IBOPBlock.java +++ b/src/main/java/biomesoplenty/api/block/IBOPBlock.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/block/ISustainsPlantType.java b/src/main/java/biomesoplenty/api/block/ISustainsPlantType.java index 1d77fd59e..d0d2bb0b2 100644 --- a/src/main/java/biomesoplenty/api/block/ISustainsPlantType.java +++ b/src/main/java/biomesoplenty/api/block/ISustainsPlantType.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/item/BOPItemHelper.java b/src/main/java/biomesoplenty/api/item/BOPItemHelper.java index 68bd0f0d6..cfd0d5ff6 100644 --- a/src/main/java/biomesoplenty/api/item/BOPItemHelper.java +++ b/src/main/java/biomesoplenty/api/item/BOPItemHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/item/BOPItems.java b/src/main/java/biomesoplenty/api/item/BOPItems.java index 0f98109f5..d0d2357d9 100644 --- a/src/main/java/biomesoplenty/api/item/BOPItems.java +++ b/src/main/java/biomesoplenty/api/item/BOPItems.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/api/potion/BOPPotions.java b/src/main/java/biomesoplenty/api/potion/BOPPotions.java index 6938fa17f..c764e65ec 100644 --- a/src/main/java/biomesoplenty/api/potion/BOPPotions.java +++ b/src/main/java/biomesoplenty/api/potion/BOPPotions.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/gui/GuiBOPPageBiomes.java b/src/main/java/biomesoplenty/client/gui/GuiBOPPageBiomes.java index e23ad0e14..d26e51dd4 100644 --- a/src/main/java/biomesoplenty/client/gui/GuiBOPPageBiomes.java +++ b/src/main/java/biomesoplenty/client/gui/GuiBOPPageBiomes.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/gui/GuiBOPPageDelegate.java b/src/main/java/biomesoplenty/client/gui/GuiBOPPageDelegate.java index 4823f0c48..ad3511487 100644 --- a/src/main/java/biomesoplenty/client/gui/GuiBOPPageDelegate.java +++ b/src/main/java/biomesoplenty/client/gui/GuiBOPPageDelegate.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/gui/GuiBOPPageList.java b/src/main/java/biomesoplenty/client/gui/GuiBOPPageList.java index 8e6557f1b..3c086a373 100644 --- a/src/main/java/biomesoplenty/client/gui/GuiBOPPageList.java +++ b/src/main/java/biomesoplenty/client/gui/GuiBOPPageList.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/gui/GuiBOPPageTable.java b/src/main/java/biomesoplenty/client/gui/GuiBOPPageTable.java index 06671a675..496bf29d8 100644 --- a/src/main/java/biomesoplenty/client/gui/GuiBOPPageTable.java +++ b/src/main/java/biomesoplenty/client/gui/GuiBOPPageTable.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/handler/ModelBakeHandler.java b/src/main/java/biomesoplenty/client/handler/ModelBakeHandler.java index 82145ff5e..ebeff7486 100644 --- a/src/main/java/biomesoplenty/client/handler/ModelBakeHandler.java +++ b/src/main/java/biomesoplenty/client/handler/ModelBakeHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/model/ModelBiomeFinder.java b/src/main/java/biomesoplenty/client/model/ModelBiomeFinder.java index 52c0b796a..cade5b3af 100644 --- a/src/main/java/biomesoplenty/client/model/ModelBiomeFinder.java +++ b/src/main/java/biomesoplenty/client/model/ModelBiomeFinder.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/particle/EntityDandelionFX.java b/src/main/java/biomesoplenty/client/particle/EntityDandelionFX.java index c4df91fb6..a2b32afa1 100644 --- a/src/main/java/biomesoplenty/client/particle/EntityDandelionFX.java +++ b/src/main/java/biomesoplenty/client/particle/EntityDandelionFX.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/particle/EntityPixieTrailFX.java b/src/main/java/biomesoplenty/client/particle/EntityPixieTrailFX.java index bfd45c2a9..a541eecf2 100644 --- a/src/main/java/biomesoplenty/client/particle/EntityPixieTrailFX.java +++ b/src/main/java/biomesoplenty/client/particle/EntityPixieTrailFX.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/particle/EntityTrailFX.java b/src/main/java/biomesoplenty/client/particle/EntityTrailFX.java index abc3dea75..74559f282 100644 --- a/src/main/java/biomesoplenty/client/particle/EntityTrailFX.java +++ b/src/main/java/biomesoplenty/client/particle/EntityTrailFX.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/texture/TextureAnimationFrame.java b/src/main/java/biomesoplenty/client/texture/TextureAnimationFrame.java index d24df3a80..058c36f56 100644 --- a/src/main/java/biomesoplenty/client/texture/TextureAnimationFrame.java +++ b/src/main/java/biomesoplenty/client/texture/TextureAnimationFrame.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/util/ModelUtils.java b/src/main/java/biomesoplenty/client/util/ModelUtils.java index fb6f1a77f..dd4718c90 100644 --- a/src/main/java/biomesoplenty/client/util/ModelUtils.java +++ b/src/main/java/biomesoplenty/client/util/ModelUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/client/util/TextureUtils.java b/src/main/java/biomesoplenty/client/util/TextureUtils.java index 7203ba266..fdc42e13e 100644 --- a/src/main/java/biomesoplenty/client/util/TextureUtils.java +++ b/src/main/java/biomesoplenty/client/util/TextureUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenAlps.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenAlps.java index 82539c7d1..461a12b37 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenAlps.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenAlps.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenArctic.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenArctic.java index f684545e8..e9f9f5de0 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenArctic.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenArctic.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBambooForest.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBambooForest.java index 8ca681f99..be18c3c8e 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBambooForest.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBambooForest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBayou.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBayou.java index c0a0af011..c60c0aade 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBayou.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBayou.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBog.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBog.java index bef4e5366..b0d43e48c 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBog.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenBog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenChaparral.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenChaparral.java index 104fd9d95..88bfa0e72 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenChaparral.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenChaparral.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCherryBlossomGrove.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCherryBlossomGrove.java index d58ddf8ec..2bbfe484b 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCherryBlossomGrove.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCherryBlossomGrove.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenColdDesert.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenColdDesert.java index 71b49a95a..f046eab04 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenColdDesert.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenColdDesert.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCrag.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCrag.java index 0998b7a8d..9a200434d 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCrag.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenCrag.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDeadForest.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDeadForest.java index 72c7e468d..bc8576607 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDeadForest.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDeadForest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDeadSwamp.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDeadSwamp.java index 7085a8aa7..425ce9790 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDeadSwamp.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDeadSwamp.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDenseForest.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDenseForest.java index bbe60c681..3294c29e0 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDenseForest.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDenseForest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDummyTemplate.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDummyTemplate.java index cc6372223..10009fef9 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDummyTemplate.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenDummyTemplate.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenEucalyptusForest.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenEucalyptusForest.java index 513e468a7..7d5a3e83a 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenEucalyptusForest.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenEucalyptusForest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFen.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFen.java index aaa78ad16..efaf78f15 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFen.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFen.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFlowerField.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFlowerField.java index 101e83cda..5e6ba327e 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFlowerField.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFlowerField.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFrostForest.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFrostForest.java index e6ee215ac..33c27b5b9 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFrostForest.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFrostForest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFungiForest.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFungiForest.java index 0d315f76a..3957f121e 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFungiForest.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenFungiForest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGarden.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGarden.java index c466c7a2a..24a28039d 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGarden.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGarden.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGlacier.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGlacier.java index 1ef2ae9e8..3e77fba22 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGlacier.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGlacier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGrassland.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGrassland.java index fffb8da31..db58f60ab 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGrassland.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGrassland.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGrove.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGrove.java index ff027baaf..a79eb5cb1 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGrove.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenGrove.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenHeathland.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenHeathland.java index ceecc697d..2ced1b0f0 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenHeathland.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenHeathland.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenHighland.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenHighland.java index 5d6ae669c..5e15cadc3 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenHighland.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenHighland.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenJadeCliffs.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenJadeCliffs.java index e7b0ae162..a76628a7f 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenJadeCliffs.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenJadeCliffs.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenLavenderFields.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenLavenderFields.java index f76d6ae0f..b44f048cd 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenLavenderFields.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenLavenderFields.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMarsh.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMarsh.java index 2fd7ffdfa..eb94e53aa 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMarsh.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMarsh.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMoor.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMoor.java index 7206b6523..7e414637d 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMoor.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMoor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMountain.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMountain.java index a1ef2d237..0d2df1b83 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMountain.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenMountain.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenOriginValley.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenOriginValley.java index 707b8dfd1..7ae8cab00 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenOriginValley.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenOriginValley.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenOutback.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenOutback.java index 97758b88b..469bdd8c0 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenOutback.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenOutback.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenShrubland.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenShrubland.java index a815e7c27..f8644c673 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenShrubland.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenShrubland.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenSteppe.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenSteppe.java index dc60082ba..0f4a00fb0 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenSteppe.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenSteppe.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenThicket.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenThicket.java index e57a26c88..fa29d0d01 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenThicket.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenThicket.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenTundra.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenTundra.java index 83816d750..fb570826b 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenTundra.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenTundra.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenWoodland.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenWoodland.java index 8c4ae0014..2951b3e2a 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenWoodland.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenWoodland.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenXericShrubland.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenXericShrubland.java index 79596c206..eca381163 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenXericShrubland.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenXericShrubland.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPAsh.java b/src/main/java/biomesoplenty/common/block/BlockBOPAsh.java index e69ec2334..0c49f07e1 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPAsh.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPAsh.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPBamboo.java b/src/main/java/biomesoplenty/common/block/BlockBOPBamboo.java index 4f88151f5..92ecbf4bf 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPBamboo.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPBamboo.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPBiomeBlock.java b/src/main/java/biomesoplenty/common/block/BlockBOPBiomeBlock.java index 67a670db3..d7bd718e9 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPBiomeBlock.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPBiomeBlock.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPBones.java b/src/main/java/biomesoplenty/common/block/BlockBOPBones.java index 3f6444fc0..1107a7045 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPBones.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPBones.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPCoral.java b/src/main/java/biomesoplenty/common/block/BlockBOPCoral.java index c6b02a15a..308e27482 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPCoral.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPCoral.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPCrystal.java b/src/main/java/biomesoplenty/common/block/BlockBOPCrystal.java index 60e529638..f77a33a3f 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPCrystal.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPCrystal.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPDecoration.java b/src/main/java/biomesoplenty/common/block/BlockBOPDecoration.java index 4567c8c1f..b8e5becc1 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPDecoration.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPDecoration.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPDirt.java b/src/main/java/biomesoplenty/common/block/BlockBOPDirt.java index fc7f8eba7..abf8c0fc0 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPDirt.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPDirt.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPDoor.java b/src/main/java/biomesoplenty/common/block/BlockBOPDoor.java index 1dd64e040..9e53a4377 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPDoor.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPDoor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPDoubleDecoration.java b/src/main/java/biomesoplenty/common/block/BlockBOPDoubleDecoration.java index f5c96eb64..965d00b2c 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPDoubleDecoration.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPDoubleDecoration.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPDoubleOtherSlab.java b/src/main/java/biomesoplenty/common/block/BlockBOPDoubleOtherSlab.java index c9de11a67..98a4bfb87 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPDoubleOtherSlab.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPDoubleOtherSlab.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPDoublePlant.java b/src/main/java/biomesoplenty/common/block/BlockBOPDoublePlant.java index 8bcbf38d5..a6fa714f4 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPDoublePlant.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPDoublePlant.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPDoubleWoodSlab.java b/src/main/java/biomesoplenty/common/block/BlockBOPDoubleWoodSlab.java index 4ce70a793..d15c33460 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPDoubleWoodSlab.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPDoubleWoodSlab.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPFence.java b/src/main/java/biomesoplenty/common/block/BlockBOPFence.java index a1f5d3b47..db0f1091f 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPFence.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPFence.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPFenceGate.java b/src/main/java/biomesoplenty/common/block/BlockBOPFenceGate.java index c74d7f814..539a51d07 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPFenceGate.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPFenceGate.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPFlesh.java b/src/main/java/biomesoplenty/common/block/BlockBOPFlesh.java index bad0e193b..facd00713 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPFlesh.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPFlesh.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPFlower.java b/src/main/java/biomesoplenty/common/block/BlockBOPFlower.java index 0206beab3..abad6c6eb 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPFlower.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPFlower.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPFruit.java b/src/main/java/biomesoplenty/common/block/BlockBOPFruit.java index 623441c12..183fefbe3 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPFruit.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPFruit.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPGem.java b/src/main/java/biomesoplenty/common/block/BlockBOPGem.java index 7436a04ec..79c62bc1a 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPGem.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPGem.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPGemOre.java b/src/main/java/biomesoplenty/common/block/BlockBOPGemOre.java index 3195a1775..e725ac4f1 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPGemOre.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPGemOre.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPGeneric.java b/src/main/java/biomesoplenty/common/block/BlockBOPGeneric.java index da8572cf8..2d2e89cfb 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPGeneric.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPGeneric.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPGrass.java b/src/main/java/biomesoplenty/common/block/BlockBOPGrass.java index 6eabb6e3a..dbe423afb 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPGrass.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPGrass.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPHalfOtherSlab.java b/src/main/java/biomesoplenty/common/block/BlockBOPHalfOtherSlab.java index d3d70bcd5..018222c05 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPHalfOtherSlab.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPHalfOtherSlab.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPHalfWoodSlab.java b/src/main/java/biomesoplenty/common/block/BlockBOPHalfWoodSlab.java index 6958b74e7..6e884b24e 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPHalfWoodSlab.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPHalfWoodSlab.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPHive.java b/src/main/java/biomesoplenty/common/block/BlockBOPHive.java index 88377f660..39524ba2f 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPHive.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPHive.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPHoney.java b/src/main/java/biomesoplenty/common/block/BlockBOPHoney.java index 4455d0cf7..23e0c32c4 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPHoney.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPHoney.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPLeaves.java b/src/main/java/biomesoplenty/common/block/BlockBOPLeaves.java index 805a0768b..9f246cf20 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPLeaves.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPLeaves.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPLilypad.java b/src/main/java/biomesoplenty/common/block/BlockBOPLilypad.java index 2a6f645fe..a5e90e4b9 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPLilypad.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPLilypad.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPLog.java b/src/main/java/biomesoplenty/common/block/BlockBOPLog.java index 40cf411f6..8fd842fee 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPLog.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPLog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPMud.java b/src/main/java/biomesoplenty/common/block/BlockBOPMud.java index 0a2d21b46..96adeffa9 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPMud.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPMud.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPMushroom.java b/src/main/java/biomesoplenty/common/block/BlockBOPMushroom.java index 5b7195de3..8e4892022 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPMushroom.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPMushroom.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPPlanks.java b/src/main/java/biomesoplenty/common/block/BlockBOPPlanks.java index 0804fc6bc..6ab77a254 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPPlanks.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPPlanks.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPPlant.java b/src/main/java/biomesoplenty/common/block/BlockBOPPlant.java index ec6416825..c4d416157 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPPlant.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPPlant.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPSand.java b/src/main/java/biomesoplenty/common/block/BlockBOPSand.java index ba0a7d806..b78dea6c3 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPSand.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPSand.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPSapling.java b/src/main/java/biomesoplenty/common/block/BlockBOPSapling.java index 710b12d2f..9d9d4863d 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPSapling.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPSapling.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPSeaweed.java b/src/main/java/biomesoplenty/common/block/BlockBOPSeaweed.java index 986ed121b..8b2ac385c 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPSeaweed.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPSeaweed.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPStone.java b/src/main/java/biomesoplenty/common/block/BlockBOPStone.java index 1979bc3b3..235e17f23 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPStone.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPStone.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPStoneFormations.java b/src/main/java/biomesoplenty/common/block/BlockBOPStoneFormations.java index 4a1a7742c..63a85ed0b 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPStoneFormations.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPStoneFormations.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPTurnip.java b/src/main/java/biomesoplenty/common/block/BlockBOPTurnip.java index df84b9b9c..4fcd2567f 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPTurnip.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPTurnip.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPVine.java b/src/main/java/biomesoplenty/common/block/BlockBOPVine.java index 0acae9a6f..42cff4301 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPVine.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPVine.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/block/BlockBOPWoodStairs.java b/src/main/java/biomesoplenty/common/block/BlockBOPWoodStairs.java index 418c29039..7ad7b4f6d 100644 --- a/src/main/java/biomesoplenty/common/block/BlockBOPWoodStairs.java +++ b/src/main/java/biomesoplenty/common/block/BlockBOPWoodStairs.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/command/BOPCommand.java b/src/main/java/biomesoplenty/common/command/BOPCommand.java index 2af416cb9..c07c95db4 100644 --- a/src/main/java/biomesoplenty/common/command/BOPCommand.java +++ b/src/main/java/biomesoplenty/common/command/BOPCommand.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/config/GameplayConfigurationHandler.java b/src/main/java/biomesoplenty/common/config/GameplayConfigurationHandler.java index 143f6f85b..f7ba9ce42 100644 --- a/src/main/java/biomesoplenty/common/config/GameplayConfigurationHandler.java +++ b/src/main/java/biomesoplenty/common/config/GameplayConfigurationHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016, the Biomes O' Plenty Team + * Copyright 2016-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/config/MiscConfigurationHandler.java b/src/main/java/biomesoplenty/common/config/MiscConfigurationHandler.java index d53b9fbde..b68693818 100644 --- a/src/main/java/biomesoplenty/common/config/MiscConfigurationHandler.java +++ b/src/main/java/biomesoplenty/common/config/MiscConfigurationHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/crafting/BiomeEssenceRecipe.java b/src/main/java/biomesoplenty/common/crafting/BiomeEssenceRecipe.java index 4bcc774b0..25953252d 100644 --- a/src/main/java/biomesoplenty/common/crafting/BiomeEssenceRecipe.java +++ b/src/main/java/biomesoplenty/common/crafting/BiomeEssenceRecipe.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/entities/EntityPixie.java b/src/main/java/biomesoplenty/common/entities/EntityPixie.java index cdca661fc..5120810b3 100644 --- a/src/main/java/biomesoplenty/common/entities/EntityPixie.java +++ b/src/main/java/biomesoplenty/common/entities/EntityPixie.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/entities/EntityWasp.java b/src/main/java/biomesoplenty/common/entities/EntityWasp.java index 329136a4a..d1f6bf93f 100644 --- a/src/main/java/biomesoplenty/common/entities/EntityWasp.java +++ b/src/main/java/biomesoplenty/common/entities/EntityWasp.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/entities/ModelWasp.java b/src/main/java/biomesoplenty/common/entities/ModelWasp.java index 1037f033e..b186079d4 100644 --- a/src/main/java/biomesoplenty/common/entities/ModelWasp.java +++ b/src/main/java/biomesoplenty/common/entities/ModelWasp.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/entities/RenderWasp.java b/src/main/java/biomesoplenty/common/entities/RenderWasp.java index 3dc63dcb4..48ce59d14 100644 --- a/src/main/java/biomesoplenty/common/entities/RenderWasp.java +++ b/src/main/java/biomesoplenty/common/entities/RenderWasp.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/entities/projectiles/EntityDart.java b/src/main/java/biomesoplenty/common/entities/projectiles/EntityDart.java index 84cbcf4f9..8f80b4e0a 100644 --- a/src/main/java/biomesoplenty/common/entities/projectiles/EntityDart.java +++ b/src/main/java/biomesoplenty/common/entities/projectiles/EntityDart.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/entities/projectiles/RenderDart.java b/src/main/java/biomesoplenty/common/entities/projectiles/RenderDart.java index 1ddf54d7f..9fc60070e 100644 --- a/src/main/java/biomesoplenty/common/entities/projectiles/RenderDart.java +++ b/src/main/java/biomesoplenty/common/entities/projectiles/RenderDart.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/enums/BOPFlowers.java b/src/main/java/biomesoplenty/common/enums/BOPFlowers.java index 35275bad3..67d134c48 100644 --- a/src/main/java/biomesoplenty/common/enums/BOPFlowers.java +++ b/src/main/java/biomesoplenty/common/enums/BOPFlowers.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/enums/BOPGems.java b/src/main/java/biomesoplenty/common/enums/BOPGems.java index 7c02a6dd4..256c80e17 100644 --- a/src/main/java/biomesoplenty/common/enums/BOPGems.java +++ b/src/main/java/biomesoplenty/common/enums/BOPGems.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/enums/BOPPlants.java b/src/main/java/biomesoplenty/common/enums/BOPPlants.java index 4afc35889..82afe4f69 100644 --- a/src/main/java/biomesoplenty/common/enums/BOPPlants.java +++ b/src/main/java/biomesoplenty/common/enums/BOPPlants.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/enums/BOPTrees.java b/src/main/java/biomesoplenty/common/enums/BOPTrees.java index 7cfde1721..cb15b805e 100644 --- a/src/main/java/biomesoplenty/common/enums/BOPTrees.java +++ b/src/main/java/biomesoplenty/common/enums/BOPTrees.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/enums/BOPWoods.java b/src/main/java/biomesoplenty/common/enums/BOPWoods.java index 63f4eef83..849b7f62a 100644 --- a/src/main/java/biomesoplenty/common/enums/BOPWoods.java +++ b/src/main/java/biomesoplenty/common/enums/BOPWoods.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/fluids/BloodFluid.java b/src/main/java/biomesoplenty/common/fluids/BloodFluid.java index 3bf85c449..21f8d0112 100644 --- a/src/main/java/biomesoplenty/common/fluids/BloodFluid.java +++ b/src/main/java/biomesoplenty/common/fluids/BloodFluid.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/fluids/HoneyFluid.java b/src/main/java/biomesoplenty/common/fluids/HoneyFluid.java index b82e454f1..590c1cf28 100644 --- a/src/main/java/biomesoplenty/common/fluids/HoneyFluid.java +++ b/src/main/java/biomesoplenty/common/fluids/HoneyFluid.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/fluids/PoisonFluid.java b/src/main/java/biomesoplenty/common/fluids/PoisonFluid.java index 79c74e2b6..ddd0a5b8c 100644 --- a/src/main/java/biomesoplenty/common/fluids/PoisonFluid.java +++ b/src/main/java/biomesoplenty/common/fluids/PoisonFluid.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/fluids/blocks/BlockBloodFluid.java b/src/main/java/biomesoplenty/common/fluids/blocks/BlockBloodFluid.java index b0a7347c9..93f74bc70 100644 --- a/src/main/java/biomesoplenty/common/fluids/blocks/BlockBloodFluid.java +++ b/src/main/java/biomesoplenty/common/fluids/blocks/BlockBloodFluid.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/fluids/blocks/BlockHoneyFluid.java b/src/main/java/biomesoplenty/common/fluids/blocks/BlockHoneyFluid.java index 173e438aa..b7ed6521e 100644 --- a/src/main/java/biomesoplenty/common/fluids/blocks/BlockHoneyFluid.java +++ b/src/main/java/biomesoplenty/common/fluids/blocks/BlockHoneyFluid.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/fluids/blocks/BlockPoisonFluid.java b/src/main/java/biomesoplenty/common/fluids/blocks/BlockPoisonFluid.java index 3b575580c..e3a824a99 100644 --- a/src/main/java/biomesoplenty/common/fluids/blocks/BlockPoisonFluid.java +++ b/src/main/java/biomesoplenty/common/fluids/blocks/BlockPoisonFluid.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/handler/BucketEventHandler.java b/src/main/java/biomesoplenty/common/handler/BucketEventHandler.java index 7a6403138..79b9dcd71 100644 --- a/src/main/java/biomesoplenty/common/handler/BucketEventHandler.java +++ b/src/main/java/biomesoplenty/common/handler/BucketEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/handler/DyeEventHandler.java b/src/main/java/biomesoplenty/common/handler/DyeEventHandler.java index 1cfc1146d..3ae5d5e3d 100644 --- a/src/main/java/biomesoplenty/common/handler/DyeEventHandler.java +++ b/src/main/java/biomesoplenty/common/handler/DyeEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/handler/FurnaceFuelHandler.java b/src/main/java/biomesoplenty/common/handler/FurnaceFuelHandler.java index 1d32a98a3..63be94f98 100644 --- a/src/main/java/biomesoplenty/common/handler/FurnaceFuelHandler.java +++ b/src/main/java/biomesoplenty/common/handler/FurnaceFuelHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/handler/GuiEventHandler.java b/src/main/java/biomesoplenty/common/handler/GuiEventHandler.java index 0175ba457..f53e43409 100644 --- a/src/main/java/biomesoplenty/common/handler/GuiEventHandler.java +++ b/src/main/java/biomesoplenty/common/handler/GuiEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/handler/TrailsEventHandler.java b/src/main/java/biomesoplenty/common/handler/TrailsEventHandler.java index 7e67c69b8..f9f4532e0 100644 --- a/src/main/java/biomesoplenty/common/handler/TrailsEventHandler.java +++ b/src/main/java/biomesoplenty/common/handler/TrailsEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/handler/decoration/DecorateBiomeEventHandler.java b/src/main/java/biomesoplenty/common/handler/decoration/DecorateBiomeEventHandler.java index 7f9f67471..0de7d63cf 100644 --- a/src/main/java/biomesoplenty/common/handler/decoration/DecorateBiomeEventHandler.java +++ b/src/main/java/biomesoplenty/common/handler/decoration/DecorateBiomeEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014-2015, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/handler/potion/PotionParalysisEventHandler.java b/src/main/java/biomesoplenty/common/handler/potion/PotionParalysisEventHandler.java index 707d3e0f7..df86d9f52 100644 --- a/src/main/java/biomesoplenty/common/handler/potion/PotionParalysisEventHandler.java +++ b/src/main/java/biomesoplenty/common/handler/potion/PotionParalysisEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/handler/potion/PotionPossessionEventHandler.java b/src/main/java/biomesoplenty/common/handler/potion/PotionPossessionEventHandler.java index d239654c1..56ab44435 100644 --- a/src/main/java/biomesoplenty/common/handler/potion/PotionPossessionEventHandler.java +++ b/src/main/java/biomesoplenty/common/handler/potion/PotionPossessionEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModBiomes.java b/src/main/java/biomesoplenty/common/init/ModBiomes.java index 1901a2367..66ffdbbf9 100644 --- a/src/main/java/biomesoplenty/common/init/ModBiomes.java +++ b/src/main/java/biomesoplenty/common/init/ModBiomes.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModBlockQueries.java b/src/main/java/biomesoplenty/common/init/ModBlockQueries.java index 6100e67b3..7fe80ad77 100644 --- a/src/main/java/biomesoplenty/common/init/ModBlockQueries.java +++ b/src/main/java/biomesoplenty/common/init/ModBlockQueries.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModBlocks.java b/src/main/java/biomesoplenty/common/init/ModBlocks.java index 1cb15ed8d..2e05ddb74 100644 --- a/src/main/java/biomesoplenty/common/init/ModBlocks.java +++ b/src/main/java/biomesoplenty/common/init/ModBlocks.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModConfiguration.java b/src/main/java/biomesoplenty/common/init/ModConfiguration.java index eae39acc5..22f0591ef 100644 --- a/src/main/java/biomesoplenty/common/init/ModConfiguration.java +++ b/src/main/java/biomesoplenty/common/init/ModConfiguration.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModCrafting.java b/src/main/java/biomesoplenty/common/init/ModCrafting.java index 86a32de33..5b072d670 100644 --- a/src/main/java/biomesoplenty/common/init/ModCrafting.java +++ b/src/main/java/biomesoplenty/common/init/ModCrafting.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModEntities.java b/src/main/java/biomesoplenty/common/init/ModEntities.java index 0a5f2baa3..e02c0bbd2 100644 --- a/src/main/java/biomesoplenty/common/init/ModEntities.java +++ b/src/main/java/biomesoplenty/common/init/ModEntities.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModGenerators.java b/src/main/java/biomesoplenty/common/init/ModGenerators.java index 34c4f6a82..ee015ec2b 100644 --- a/src/main/java/biomesoplenty/common/init/ModGenerators.java +++ b/src/main/java/biomesoplenty/common/init/ModGenerators.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModHandlers.java b/src/main/java/biomesoplenty/common/init/ModHandlers.java index 4ee1247b6..1fddfd2ae 100644 --- a/src/main/java/biomesoplenty/common/init/ModHandlers.java +++ b/src/main/java/biomesoplenty/common/init/ModHandlers.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModItems.java b/src/main/java/biomesoplenty/common/init/ModItems.java index 43a0f34fd..f04c29034 100644 --- a/src/main/java/biomesoplenty/common/init/ModItems.java +++ b/src/main/java/biomesoplenty/common/init/ModItems.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/init/ModPotions.java b/src/main/java/biomesoplenty/common/init/ModPotions.java index 7e96c222f..f8c522fa6 100644 --- a/src/main/java/biomesoplenty/common/init/ModPotions.java +++ b/src/main/java/biomesoplenty/common/init/ModPotions.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemAmbrosia.java b/src/main/java/biomesoplenty/common/item/ItemAmbrosia.java index 065b50ef1..bc76ff471 100644 --- a/src/main/java/biomesoplenty/common/item/ItemAmbrosia.java +++ b/src/main/java/biomesoplenty/common/item/ItemAmbrosia.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBOPBlock.java b/src/main/java/biomesoplenty/common/item/ItemBOPBlock.java index 75e2e1c58..7315c0acc 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBOPBlock.java +++ b/src/main/java/biomesoplenty/common/item/ItemBOPBlock.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBOPFlower.java b/src/main/java/biomesoplenty/common/item/ItemBOPFlower.java index 1f0119aaa..d0333d5dc 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBOPFlower.java +++ b/src/main/java/biomesoplenty/common/item/ItemBOPFlower.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBOPFood.java b/src/main/java/biomesoplenty/common/item/ItemBOPFood.java index 4440c1fe6..6a2945c66 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBOPFood.java +++ b/src/main/java/biomesoplenty/common/item/ItemBOPFood.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBOPLilypad.java b/src/main/java/biomesoplenty/common/item/ItemBOPLilypad.java index 21592056f..daacf6b4b 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBOPLilypad.java +++ b/src/main/java/biomesoplenty/common/item/ItemBOPLilypad.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBOPPlant.java b/src/main/java/biomesoplenty/common/item/ItemBOPPlant.java index d6ba04fae..fedef00a1 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBOPPlant.java +++ b/src/main/java/biomesoplenty/common/item/ItemBOPPlant.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBOPRecord.java b/src/main/java/biomesoplenty/common/item/ItemBOPRecord.java index c524bf02e..839418563 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBOPRecord.java +++ b/src/main/java/biomesoplenty/common/item/ItemBOPRecord.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBOPSapling.java b/src/main/java/biomesoplenty/common/item/ItemBOPSapling.java index ac2b7e0b5..d21f9f940 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBOPSapling.java +++ b/src/main/java/biomesoplenty/common/item/ItemBOPSapling.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBOPScythe.java b/src/main/java/biomesoplenty/common/item/ItemBOPScythe.java index edbedc820..67fcea818 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBOPScythe.java +++ b/src/main/java/biomesoplenty/common/item/ItemBOPScythe.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBOPSpawnEgg.java b/src/main/java/biomesoplenty/common/item/ItemBOPSpawnEgg.java index 787140b93..293967cd2 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBOPSpawnEgg.java +++ b/src/main/java/biomesoplenty/common/item/ItemBOPSpawnEgg.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBiomeEssence.java b/src/main/java/biomesoplenty/common/item/ItemBiomeEssence.java index 9aab47e23..b5818203b 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBiomeEssence.java +++ b/src/main/java/biomesoplenty/common/item/ItemBiomeEssence.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemBiomeFinder.java b/src/main/java/biomesoplenty/common/item/ItemBiomeFinder.java index 4667329b6..27c4e0223 100644 --- a/src/main/java/biomesoplenty/common/item/ItemBiomeFinder.java +++ b/src/main/java/biomesoplenty/common/item/ItemBiomeFinder.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemDart.java b/src/main/java/biomesoplenty/common/item/ItemDart.java index 767ff57a1..0eb22a218 100644 --- a/src/main/java/biomesoplenty/common/item/ItemDart.java +++ b/src/main/java/biomesoplenty/common/item/ItemDart.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemDartBlower.java b/src/main/java/biomesoplenty/common/item/ItemDartBlower.java index 0917048a0..761995c9a 100644 --- a/src/main/java/biomesoplenty/common/item/ItemDartBlower.java +++ b/src/main/java/biomesoplenty/common/item/ItemDartBlower.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemEnderporter.java b/src/main/java/biomesoplenty/common/item/ItemEnderporter.java index 9dd8298fa..ea610a9e6 100644 --- a/src/main/java/biomesoplenty/common/item/ItemEnderporter.java +++ b/src/main/java/biomesoplenty/common/item/ItemEnderporter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemGem.java b/src/main/java/biomesoplenty/common/item/ItemGem.java index 25988b071..fc9c1e543 100644 --- a/src/main/java/biomesoplenty/common/item/ItemGem.java +++ b/src/main/java/biomesoplenty/common/item/ItemGem.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemJarEmpty.java b/src/main/java/biomesoplenty/common/item/ItemJarEmpty.java index 770aa7390..80a719796 100644 --- a/src/main/java/biomesoplenty/common/item/ItemJarEmpty.java +++ b/src/main/java/biomesoplenty/common/item/ItemJarEmpty.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemJarFilled.java b/src/main/java/biomesoplenty/common/item/ItemJarFilled.java index f960ef77e..52446abb2 100644 --- a/src/main/java/biomesoplenty/common/item/ItemJarFilled.java +++ b/src/main/java/biomesoplenty/common/item/ItemJarFilled.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/item/ItemMudball.java b/src/main/java/biomesoplenty/common/item/ItemMudball.java index 6046d0dc1..79979a44e 100644 --- a/src/main/java/biomesoplenty/common/item/ItemMudball.java +++ b/src/main/java/biomesoplenty/common/item/ItemMudball.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/potion/PotionParalysis.java b/src/main/java/biomesoplenty/common/potion/PotionParalysis.java index a0f089700..1a5bb5b2d 100644 --- a/src/main/java/biomesoplenty/common/potion/PotionParalysis.java +++ b/src/main/java/biomesoplenty/common/potion/PotionParalysis.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/potion/PotionPossession.java b/src/main/java/biomesoplenty/common/potion/PotionPossession.java index 86038b278..f0a5d4432 100644 --- a/src/main/java/biomesoplenty/common/potion/PotionPossession.java +++ b/src/main/java/biomesoplenty/common/potion/PotionPossession.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/remote/TrailManager.java b/src/main/java/biomesoplenty/common/remote/TrailManager.java index a97951aee..6191bea12 100644 --- a/src/main/java/biomesoplenty/common/remote/TrailManager.java +++ b/src/main/java/biomesoplenty/common/remote/TrailManager.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/util/BOPReflectionHelper.java b/src/main/java/biomesoplenty/common/util/BOPReflectionHelper.java index 89391acfb..7c5446e93 100644 --- a/src/main/java/biomesoplenty/common/util/BOPReflectionHelper.java +++ b/src/main/java/biomesoplenty/common/util/BOPReflectionHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/util/biome/BiomeUtils.java b/src/main/java/biomesoplenty/common/util/biome/BiomeUtils.java index 36fb07608..07516fb0f 100644 --- a/src/main/java/biomesoplenty/common/util/biome/BiomeUtils.java +++ b/src/main/java/biomesoplenty/common/util/biome/BiomeUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/util/biome/GeneratorUtils.java b/src/main/java/biomesoplenty/common/util/biome/GeneratorUtils.java index e86292d4f..3da1d183a 100644 --- a/src/main/java/biomesoplenty/common/util/biome/GeneratorUtils.java +++ b/src/main/java/biomesoplenty/common/util/biome/GeneratorUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/util/block/BlockQuery.java b/src/main/java/biomesoplenty/common/util/block/BlockQuery.java index 42fcbdea7..df162165f 100644 --- a/src/main/java/biomesoplenty/common/util/block/BlockQuery.java +++ b/src/main/java/biomesoplenty/common/util/block/BlockQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/util/block/BlockStateUtils.java b/src/main/java/biomesoplenty/common/util/block/BlockStateUtils.java index 3c2fa2436..3c2267cc5 100644 --- a/src/main/java/biomesoplenty/common/util/block/BlockStateUtils.java +++ b/src/main/java/biomesoplenty/common/util/block/BlockStateUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/util/block/VariantPagingHelper.java b/src/main/java/biomesoplenty/common/util/block/VariantPagingHelper.java index 66e4672fe..17b323e82 100644 --- a/src/main/java/biomesoplenty/common/util/block/VariantPagingHelper.java +++ b/src/main/java/biomesoplenty/common/util/block/VariantPagingHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/util/config/BOPConfig.java b/src/main/java/biomesoplenty/common/util/config/BOPConfig.java index 3535e76e2..e6d7bee24 100644 --- a/src/main/java/biomesoplenty/common/util/config/BOPConfig.java +++ b/src/main/java/biomesoplenty/common/util/config/BOPConfig.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/util/inventory/CreativeTabBOP.java b/src/main/java/biomesoplenty/common/util/inventory/CreativeTabBOP.java index 88f44357c..e462e6ceb 100644 --- a/src/main/java/biomesoplenty/common/util/inventory/CreativeTabBOP.java +++ b/src/main/java/biomesoplenty/common/util/inventory/CreativeTabBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/BOPWorldSettings.java b/src/main/java/biomesoplenty/common/world/BOPWorldSettings.java index f77625b00..b0c31b51d 100644 --- a/src/main/java/biomesoplenty/common/world/BOPWorldSettings.java +++ b/src/main/java/biomesoplenty/common/world/BOPWorldSettings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/ChunkProviderGenerateBOP.java b/src/main/java/biomesoplenty/common/world/ChunkProviderGenerateBOP.java index bcddcc40d..5b02853c7 100644 --- a/src/main/java/biomesoplenty/common/world/ChunkProviderGenerateBOP.java +++ b/src/main/java/biomesoplenty/common/world/ChunkProviderGenerateBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/NoiseGeneratorBOP.java b/src/main/java/biomesoplenty/common/world/NoiseGeneratorBOP.java index 937b16d3a..a24d2b7fb 100644 --- a/src/main/java/biomesoplenty/common/world/NoiseGeneratorBOP.java +++ b/src/main/java/biomesoplenty/common/world/NoiseGeneratorBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/NoiseGeneratorBOPByte.java b/src/main/java/biomesoplenty/common/world/NoiseGeneratorBOPByte.java index 2dcf82578..29b6afc17 100644 --- a/src/main/java/biomesoplenty/common/world/NoiseGeneratorBOPByte.java +++ b/src/main/java/biomesoplenty/common/world/NoiseGeneratorBOPByte.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/NoiseGeneratorOctavesBOP.java b/src/main/java/biomesoplenty/common/world/NoiseGeneratorOctavesBOP.java index 589a822f3..a0ca6ad86 100644 --- a/src/main/java/biomesoplenty/common/world/NoiseGeneratorOctavesBOP.java +++ b/src/main/java/biomesoplenty/common/world/NoiseGeneratorOctavesBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/TerrainSettings.java b/src/main/java/biomesoplenty/common/world/TerrainSettings.java index e29f4f0fc..bcbc9a9a0 100644 --- a/src/main/java/biomesoplenty/common/world/TerrainSettings.java +++ b/src/main/java/biomesoplenty/common/world/TerrainSettings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/WorldChunkManagerBOP.java b/src/main/java/biomesoplenty/common/world/WorldChunkManagerBOP.java index a1e602b95..1e6f6e1ac 100644 --- a/src/main/java/biomesoplenty/common/world/WorldChunkManagerBOP.java +++ b/src/main/java/biomesoplenty/common/world/WorldChunkManagerBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/WorldTypeBOP.java b/src/main/java/biomesoplenty/common/world/WorldTypeBOP.java index 161fb3edc..64d4ffdf3 100644 --- a/src/main/java/biomesoplenty/common/world/WorldTypeBOP.java +++ b/src/main/java/biomesoplenty/common/world/WorldTypeBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorBigFlower.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorBigFlower.java index fd861062c..382bc97e3 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorBigFlower.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorBigFlower.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorBigMushroom.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorBigMushroom.java index e734e8399..8d4a5c569 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorBigMushroom.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorBigMushroom.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorBlobs.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorBlobs.java index af919ee33..b659b62ba 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorBlobs.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorBlobs.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorColumns.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorColumns.java index 8ff8034b6..d9b317f08 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorColumns.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorColumns.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorDoubleFlora.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorDoubleFlora.java index 14b1b81f3..c10b09223 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorDoubleFlora.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorDoubleFlora.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorFlora.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorFlora.java index f8f5b1504..7f139ad74 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorFlora.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorFlora.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorGrass.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorGrass.java index d7d3ebd91..07e735cf2 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorGrass.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorGrass.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorLakes.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorLakes.java index 96f4cf553..7ef67877a 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorLakes.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorLakes.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorLogs.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorLogs.java index 7df35c80d..6fd606131 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorLogs.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorLogs.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorMixedLily.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorMixedLily.java index bc8439ca8..96842aa63 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorMixedLily.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorMixedLily.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorOreBase.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorOreBase.java index 08371bb5a..ec1c57dd0 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorOreBase.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorOreBase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorOreCluster.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorOreCluster.java index aa3e6ec6e..ba453ad8f 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorOreCluster.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorOreCluster.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorOreSingle.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorOreSingle.java index 1f5ec1871..f991eb821 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorOreSingle.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorOreSingle.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorReplacing.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorReplacing.java index 9c21cfb70..21e6548e5 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorReplacing.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorReplacing.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorSplatter.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorSplatter.java index dda2e12f1..639da5e7a 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorSplatter.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorSplatter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorSplotches.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorSplotches.java index 9a564eff7..6c978e6b8 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorSplotches.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorSplotches.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/GeneratorWaterside.java b/src/main/java/biomesoplenty/common/world/feature/GeneratorWaterside.java index 9452ec665..251a8a0e9 100644 --- a/src/main/java/biomesoplenty/common/world/feature/GeneratorWaterside.java +++ b/src/main/java/biomesoplenty/common/world/feature/GeneratorWaterside.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBasicTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBasicTree.java index ecec8eb21..5648297ef 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBasicTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBasicTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBayouTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBayouTree.java index ad36d887a..75b0304e5 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBayouTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBayouTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBigTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBigTree.java index f6bceb83d..25e8933d0 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBigTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBigTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBulbTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBulbTree.java index fa49f03c3..411088670 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBulbTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBulbTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBush.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBush.java index ecb26d460..a5afa0657 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBush.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorBush.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorHugeTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorHugeTree.java index 09fd4ec53..63cc5f8d0 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorHugeTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorHugeTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorMegaJungleTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorMegaJungleTree.java index 08e16b943..9b6eb36db 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorMegaJungleTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorMegaJungleTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorPineTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorPineTree.java index d02069957..32b3a7870 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorPineTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorPineTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorProfileTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorProfileTree.java index 3c46849bd..37b1f6bf4 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorProfileTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorProfileTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTaigaTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTaigaTree.java index aea11b1d5..30fa03cd0 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTaigaTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTaigaTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTreeBase.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTreeBase.java index 3f53deca3..78b662bc2 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTreeBase.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTreeBase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTwigletTree.java b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTwigletTree.java index 5e18e00c5..7f4a0d8fd 100644 --- a/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTwigletTree.java +++ b/src/main/java/biomesoplenty/common/world/feature/tree/GeneratorTwigletTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/BOPGenLayer.java b/src/main/java/biomesoplenty/common/world/layer/BOPGenLayer.java index 3581ca58d..32305f7d8 100644 --- a/src/main/java/biomesoplenty/common/world/layer/BOPGenLayer.java +++ b/src/main/java/biomesoplenty/common/world/layer/BOPGenLayer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerAllSame.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerAllSame.java index 3bae36b93..3d9a53adc 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerAllSame.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerAllSame.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerArchipelago.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerArchipelago.java index f37a7e47d..34adcc209 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerArchipelago.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerArchipelago.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeBOP.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeBOP.java index 3bdacffd5..9ff058fff 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeBOP.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeEdgeBOP.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeEdgeBOP.java index cb2d69296..f0175b294 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeEdgeBOP.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeEdgeBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeIslands.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeIslands.java index 8d277fe63..38af0007a 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeIslands.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeIslands.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerIslandBOP.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerIslandBOP.java index 2c7e4c94e..2aaf7a57c 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerIslandBOP.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerIslandBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerRaggedEdges.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerRaggedEdges.java index 2b746536c..6aa75577a 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerRaggedEdges.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerRaggedEdges.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerRainfallRandom.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerRainfallRandom.java index 8e9c8ed48..284962fc2 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerRainfallRandom.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerRainfallRandom.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerRiverMixBOP.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerRiverMixBOP.java index 4cb673699..70ce95058 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerRiverMixBOP.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerRiverMixBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerSubBiomesBOP.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerSubBiomesBOP.java index 803637646..c10a9ed20 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerSubBiomesBOP.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerSubBiomesBOP.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerTemperatureLatitude.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerTemperatureLatitude.java index 874518ec3..eef1d5320 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerTemperatureLatitude.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerTemperatureLatitude.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerTemperatureRandom.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerTemperatureRandom.java index a3e5bfe8e..7b3d82f60 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerTemperatureRandom.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerTemperatureRandom.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015, the Biomes O' Plenty Team + * Copyright 2015-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/core/BiomesOPlenty.java b/src/main/java/biomesoplenty/core/BiomesOPlenty.java index 6d06ff8e0..2ddc2a4a7 100644 --- a/src/main/java/biomesoplenty/core/BiomesOPlenty.java +++ b/src/main/java/biomesoplenty/core/BiomesOPlenty.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/core/ClientProxy.java b/src/main/java/biomesoplenty/core/ClientProxy.java index 2836d0391..f6a0e378e 100644 --- a/src/main/java/biomesoplenty/core/ClientProxy.java +++ b/src/main/java/biomesoplenty/core/ClientProxy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. * diff --git a/src/main/java/biomesoplenty/core/CommonProxy.java b/src/main/java/biomesoplenty/core/CommonProxy.java index 9d81b1106..596d645bd 100644 --- a/src/main/java/biomesoplenty/core/CommonProxy.java +++ b/src/main/java/biomesoplenty/core/CommonProxy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014, the Biomes O' Plenty Team + * Copyright 2014-2016, the Biomes O' Plenty Team * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. *