Browse Source

Update buildscripts and license headers

Signed-off-by: Max <maxh2709@gmail.com>
Max 3 years ago
parent
commit
c8470cc109
100 changed files with 100 additions and 100 deletions
  1. 1 1
      build.gradle
  2. 1 1
      common/src/main/java/me/shedaniel/architectury/Architectury.java
  3. 1 1
      common/src/main/java/me/shedaniel/architectury/ExpectPlatform.java
  4. 1 1
      common/src/main/java/me/shedaniel/architectury/ForgeEvent.java
  5. 1 1
      common/src/main/java/me/shedaniel/architectury/ForgeEventCancellable.java
  6. 1 1
      common/src/main/java/me/shedaniel/architectury/PlatformMethods.java
  7. 1 1
      common/src/main/java/me/shedaniel/architectury/core/AbstractRecipeSerializer.java
  8. 1 1
      common/src/main/java/me/shedaniel/architectury/core/RegistryEntry.java
  9. 1 1
      common/src/main/java/me/shedaniel/architectury/event/Actor.java
  10. 1 1
      common/src/main/java/me/shedaniel/architectury/event/CompoundEventResult.java
  11. 1 1
      common/src/main/java/me/shedaniel/architectury/event/Event.java
  12. 1 1
      common/src/main/java/me/shedaniel/architectury/event/EventActor.java
  13. 1 1
      common/src/main/java/me/shedaniel/architectury/event/EventFactory.java
  14. 1 1
      common/src/main/java/me/shedaniel/architectury/event/EventHandler.java
  15. 1 1
      common/src/main/java/me/shedaniel/architectury/event/EventResult.java
  16. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/BlockEvent.java
  17. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/ChatEvent.java
  18. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java
  19. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/CommandPerformEvent.java
  20. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/CommandRegistrationEvent.java
  21. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/EntityEvent.java
  22. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/ExplosionEvent.java
  23. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/GuiEvent.java
  24. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/InteractionEvent.java
  25. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/LifecycleEvent.java
  26. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/LightningEvent.java
  27. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/PlayerEvent.java
  28. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/RecipeUpdateEvent.java
  29. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/TextureStitchEvent.java
  30. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/TickEvent.java
  31. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/TooltipEvent.java
  32. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientChatEvent.java
  33. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientLifecycleEvent.java
  34. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientPlayerEvent.java
  35. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientRawInputEvent.java
  36. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientScreenInputEvent.java
  37. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientTickEvent.java
  38. 1 1
      common/src/main/java/me/shedaniel/architectury/extensions/BlockEntityExtension.java
  39. 1 1
      common/src/main/java/me/shedaniel/architectury/extensions/ItemExtension.java
  40. 1 1
      common/src/main/java/me/shedaniel/architectury/extensions/network/EntitySpawnExtension.java
  41. 1 1
      common/src/main/java/me/shedaniel/architectury/fluid/FluidStack.java
  42. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/BlockEntityHooks.java
  43. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/DyeColorHooks.java
  44. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/EntityHooks.java
  45. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ExplosionHooks.java
  46. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/FluidStackHooks.java
  47. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/FoodPropertiesHooks.java
  48. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ItemEntityHooks.java
  49. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ItemStackHooks.java
  50. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/LevelResourceHooks.java
  51. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/PackRepositoryHooks.java
  52. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/PlayerHooks.java
  53. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ScreenHooks.java
  54. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/TagHooks.java
  55. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/BiomeHooks.java
  56. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/BiomeProperties.java
  57. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/ClimateProperties.java
  58. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/EffectsProperties.java
  59. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/GenerationProperties.java
  60. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/SpawnProperties.java
  61. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/tool/AxeItemHooks.java
  62. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/tool/HoeItemHooks.java
  63. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/tool/ShovelItemHooks.java
  64. 1 1
      common/src/main/java/me/shedaniel/architectury/impl/TooltipEventColorContextImpl.java
  65. 1 1
      common/src/main/java/me/shedaniel/architectury/impl/TooltipEventPositionContextImpl.java
  66. 1 1
      common/src/main/java/me/shedaniel/architectury/mixin/AbstractVillagerMixin.java
  67. 1 1
      common/src/main/java/me/shedaniel/architectury/mixin/BlockLandingInvoker.java
  68. 1 1
      common/src/main/java/me/shedaniel/architectury/mixin/FluidTagsAccessor.java
  69. 1 1
      common/src/main/java/me/shedaniel/architectury/mixin/MixinLightningBolt.java
  70. 1 1
      common/src/main/java/me/shedaniel/architectury/mixin/VillagerMixin.java
  71. 1 1
      common/src/main/java/me/shedaniel/architectury/mixin/WanderingTraderMixin.java
  72. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/NetworkChannel.java
  73. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/NetworkManager.java
  74. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/simple/BaseC2SMessage.java
  75. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/simple/BaseS2CMessage.java
  76. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/simple/Message.java
  77. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/simple/MessageDecoder.java
  78. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/simple/MessageType.java
  79. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/simple/SimpleNetworkManager.java
  80. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/transformers/PacketCollector.java
  81. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/transformers/PacketSink.java
  82. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/transformers/PacketTransformer.java
  83. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/transformers/SinglePacketCollector.java
  84. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/transformers/SplitPacketTransformer.java
  85. 1 1
      common/src/main/java/me/shedaniel/architectury/platform/Mod.java
  86. 1 1
      common/src/main/java/me/shedaniel/architectury/platform/Platform.java
  87. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BiomeModifications.java
  88. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BlockEntityRenderers.java
  89. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BlockProperties.java
  90. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BlockPropertiesExtension.java
  91. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/ColorHandlers.java
  92. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/CreativeTabs.java
  93. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/CriteriaTriggersRegistry.java
  94. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/DeferredRegister.java
  95. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/GameRuleFactory.java
  96. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/GameRuleRegistry.java
  97. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/ItemPropertiesRegistry.java
  98. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/KeyBindings.java
  99. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/MenuRegistry.java
  100. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/ParticleProviderRegistry.java

+ 1 - 1
build.gradle

@@ -67,7 +67,7 @@ allprojects {
 
         ext {
             name = "architectury"
-            year = "2020, 2021"
+            year = "2020, 2021, 2022"
         }
 
         include "**/*.java"

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/Architectury.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/ExpectPlatform.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/ForgeEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/ForgeEventCancellable.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/PlatformMethods.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/core/AbstractRecipeSerializer.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/core/RegistryEntry.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/Actor.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/CompoundEventResult.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/Event.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/EventActor.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/EventFactory.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/EventHandler.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/EventResult.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/BlockEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/ChatEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/CommandPerformEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/CommandRegistrationEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/EntityEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/ExplosionEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/GuiEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/InteractionEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/LifecycleEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/LightningEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/PlayerEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/RecipeUpdateEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/TextureStitchEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/TickEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/TooltipEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/client/ClientChatEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/client/ClientLifecycleEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/client/ClientPlayerEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/client/ClientRawInputEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/client/ClientScreenInputEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/event/events/client/ClientTickEvent.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/extensions/BlockEntityExtension.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/extensions/ItemExtension.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/extensions/network/EntitySpawnExtension.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/fluid/FluidStack.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/BlockEntityHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/DyeColorHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/EntityHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/ExplosionHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/FluidStackHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/FoodPropertiesHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/ItemEntityHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/ItemStackHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/LevelResourceHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/PackRepositoryHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/PlayerHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/ScreenHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/TagHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/biome/BiomeHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/biome/BiomeProperties.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/biome/ClimateProperties.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/biome/EffectsProperties.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/biome/GenerationProperties.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/biome/SpawnProperties.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/tool/AxeItemHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/tool/HoeItemHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/hooks/tool/ShovelItemHooks.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/impl/TooltipEventColorContextImpl.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/impl/TooltipEventPositionContextImpl.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/mixin/AbstractVillagerMixin.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/mixin/BlockLandingInvoker.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/mixin/FluidTagsAccessor.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/mixin/MixinLightningBolt.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/mixin/VillagerMixin.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/mixin/WanderingTraderMixin.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/NetworkChannel.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/NetworkManager.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/simple/BaseC2SMessage.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/simple/BaseS2CMessage.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/simple/Message.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/simple/MessageDecoder.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/simple/MessageType.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/simple/SimpleNetworkManager.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/transformers/PacketCollector.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/transformers/PacketSink.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/transformers/PacketTransformer.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/transformers/SinglePacketCollector.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/networking/transformers/SplitPacketTransformer.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/platform/Mod.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/platform/Platform.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/BiomeModifications.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/BlockEntityRenderers.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/BlockProperties.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/BlockPropertiesExtension.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/ColorHandlers.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/CreativeTabs.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/CriteriaTriggersRegistry.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/DeferredRegister.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/GameRuleFactory.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/GameRuleRegistry.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/ItemPropertiesRegistry.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/KeyBindings.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/MenuRegistry.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

+ 1 - 1
common/src/main/java/me/shedaniel/architectury/registry/ParticleProviderRegistry.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020, 2021 architectury
+ * Copyright (C) 2020, 2021, 2022 architectury
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Some files were not shown because too many files changed in this diff