Browse Source

Update license header year to include 2021

shedaniel 4 năm trước cách đây
mục cha
commit
59d42b7d4d
100 tập tin đã thay đổi với 100 bổ sung100 xóa
  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/event/Actor.java
  8. 1 1
      common/src/main/java/me/shedaniel/architectury/event/Event.java
  9. 1 1
      common/src/main/java/me/shedaniel/architectury/event/EventFactory.java
  10. 1 1
      common/src/main/java/me/shedaniel/architectury/event/EventHandler.java
  11. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/ChatEvent.java
  12. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/CommandPerformEvent.java
  13. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/CommandRegistrationEvent.java
  14. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/EntityEvent.java
  15. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/ExplosionEvent.java
  16. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/GuiEvent.java
  17. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/InteractionEvent.java
  18. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/LifecycleEvent.java
  19. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/PlayerEvent.java
  20. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/RecipeUpdateEvent.java
  21. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/TextureStitchEvent.java
  22. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/TickEvent.java
  23. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/TooltipEvent.java
  24. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientChatEvent.java
  25. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientLifecycleEvent.java
  26. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientPlayerEvent.java
  27. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientTickEvent.java
  28. 1 1
      common/src/main/java/me/shedaniel/architectury/fluid/FluidStack.java
  29. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/DyeColorHooks.java
  30. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/EntityHooks.java
  31. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ExplosionHooks.java
  32. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/FluidStackHooks.java
  33. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ItemEntityHooks.java
  34. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/PackRepositoryHooks.java
  35. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/PlayerHooks.java
  36. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ScreenHooks.java
  37. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/BiomeHooks.java
  38. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/BiomeProperties.java
  39. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/ClimateProperties.java
  40. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/EffectsProperties.java
  41. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/GenerationProperties.java
  42. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/SpawnProperties.java
  43. 1 1
      common/src/main/java/me/shedaniel/architectury/impl/TooltipEventColorContextImpl.java
  44. 1 1
      common/src/main/java/me/shedaniel/architectury/impl/TooltipEventPositionContextImpl.java
  45. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/NetworkChannel.java
  46. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/NetworkManager.java
  47. 1 1
      common/src/main/java/me/shedaniel/architectury/platform/Mod.java
  48. 1 1
      common/src/main/java/me/shedaniel/architectury/platform/Platform.java
  49. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BiomeModifications.java
  50. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BlockEntityRenderers.java
  51. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BlockProperties.java
  52. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BlockPropertiesExtension.java
  53. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/ColorHandlers.java
  54. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/CreativeTabs.java
  55. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/DeferredRegister.java
  56. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/KeyBindings.java
  57. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/Registries.java
  58. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/Registry.java
  59. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/RegistrySupplier.java
  60. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/ReloadListeners.java
  61. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/RenderTypes.java
  62. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/ToolType.java
  63. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/BooleanValue.java
  64. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/DoubleValue.java
  65. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/Env.java
  66. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/EnvExecutor.java
  67. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/FloatSupplier.java
  68. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/FloatValue.java
  69. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/Fraction.java
  70. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/GameInstance.java
  71. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/IntValue.java
  72. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/LongValue.java
  73. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/PlatformExpectedError.java
  74. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/Value.java
  75. 1 1
      fabric/src/main/java/me/shedaniel/architectury/compat/fabric/ModMenuCompatibility.java
  76. 1 1
      fabric/src/main/java/me/shedaniel/architectury/event/fabric/EventFactoryImpl.java
  77. 1 1
      fabric/src/main/java/me/shedaniel/architectury/event/fabric/EventHandlerImpl.java
  78. 1 1
      fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/DyeColorHooksImpl.java
  79. 1 1
      fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/EntityHooksImpl.java
  80. 1 1
      fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/ExplosionHooksImpl.java
  81. 1 1
      fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/FluidStackHooksImpl.java
  82. 1 1
      fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/ItemEntityHooksImpl.java
  83. 1 1
      fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/PackRepositoryHooksImpl.java
  84. 1 1
      fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/PlayerHooksImpl.java
  85. 1 1
      fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/ScreenHooksImpl.java
  86. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/ExplosionPreInvoker.java
  87. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/LivingDeathInvoker.java
  88. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinBlockItem.java
  89. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinCommands.java
  90. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinDedicatedServer.java
  91. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinExplosion.java
  92. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinFurnaceResultSlot.java
  93. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinItemEntity.java
  94. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinLivingEntity.java
  95. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinPlayer.java
  96. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinPlayerAdvancements.java
  97. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinPlayerList.java
  98. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinResultSlot.java
  99. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinServerGamePacketListenerImpl.java
  100. 1 1
      fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinServerLevel.java

+ 1 - 1
build.gradle

@@ -33,7 +33,7 @@ allprojects {
 
         ext {
             name = "shedaniel"
-            year = 2020
+            year = "2020, 2021"
         }
 
         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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/Registries.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/Registry.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/RegistrySupplier.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/ReloadListeners.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/RenderTypes.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/ToolType.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/BooleanValue.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/DoubleValue.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/Env.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/EnvExecutor.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/FloatSupplier.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/FloatValue.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/Fraction.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/GameInstance.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/IntValue.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/LongValue.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/PlatformExpectedError.java

@@ -1,6 +1,6 @@
 /*
  * This file is part of architectury.
- * Copyright (C) 2020 shedaniel
+ * Copyright (C) 2020, 2021 shedaniel
  *
  * 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/utils/Value.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/compat/fabric/ModMenuCompatibility.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/event/fabric/EventFactoryImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/event/fabric/EventHandlerImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/DyeColorHooksImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/EntityHooksImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/ExplosionHooksImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/FluidStackHooksImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/ItemEntityHooksImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/PackRepositoryHooksImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/PlayerHooksImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/hooks/fabric/ScreenHooksImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/ExplosionPreInvoker.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/LivingDeathInvoker.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinBlockItem.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinCommands.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinDedicatedServer.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinExplosion.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinFurnaceResultSlot.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinItemEntity.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinLivingEntity.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinPlayer.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinPlayerAdvancements.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinPlayerList.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinResultSlot.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinServerGamePacketListenerImpl.java

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

+ 1 - 1
fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinServerLevel.java

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

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác