Selaa lähdekoodia

Re-license header

shedaniel 4 vuotta sitten
vanhempi
sitoutus
ac94c33e07
100 muutettua tiedostoa jossa 100 lisäystä ja 100 poistoa
  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/Event.java
  11. 1 1
      common/src/main/java/me/shedaniel/architectury/event/EventFactory.java
  12. 1 1
      common/src/main/java/me/shedaniel/architectury/event/EventHandler.java
  13. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/BlockEvent.java
  14. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/ChatEvent.java
  15. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/CommandPerformEvent.java
  16. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/CommandRegistrationEvent.java
  17. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/EntityEvent.java
  18. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/ExplosionEvent.java
  19. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/GuiEvent.java
  20. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/InteractionEvent.java
  21. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/LifecycleEvent.java
  22. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/LightningEvent.java
  23. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/PlayerEvent.java
  24. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/RecipeUpdateEvent.java
  25. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/TextureStitchEvent.java
  26. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/TickEvent.java
  27. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/TooltipEvent.java
  28. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientChatEvent.java
  29. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientLifecycleEvent.java
  30. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientPlayerEvent.java
  31. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientRawInputEvent.java
  32. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientScreenInputEvent.java
  33. 1 1
      common/src/main/java/me/shedaniel/architectury/event/events/client/ClientTickEvent.java
  34. 1 1
      common/src/main/java/me/shedaniel/architectury/extensions/BlockEntityExtension.java
  35. 1 1
      common/src/main/java/me/shedaniel/architectury/extensions/ItemExtension.java
  36. 1 1
      common/src/main/java/me/shedaniel/architectury/fluid/FluidStack.java
  37. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/BlockEntityHooks.java
  38. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/DyeColorHooks.java
  39. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/EntityHooks.java
  40. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ExplosionHooks.java
  41. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/FluidStackHooks.java
  42. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ItemEntityHooks.java
  43. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ItemStackHooks.java
  44. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/LevelResourceHooks.java
  45. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/PackRepositoryHooks.java
  46. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/PlayerHooks.java
  47. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/ScreenHooks.java
  48. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/TagHooks.java
  49. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/BiomeHooks.java
  50. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/BiomeProperties.java
  51. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/ClimateProperties.java
  52. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/EffectsProperties.java
  53. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/GenerationProperties.java
  54. 1 1
      common/src/main/java/me/shedaniel/architectury/hooks/biome/SpawnProperties.java
  55. 1 1
      common/src/main/java/me/shedaniel/architectury/impl/TooltipEventColorContextImpl.java
  56. 1 1
      common/src/main/java/me/shedaniel/architectury/impl/TooltipEventPositionContextImpl.java
  57. 1 1
      common/src/main/java/me/shedaniel/architectury/mixin/BlockLandingInvoker.java
  58. 1 1
      common/src/main/java/me/shedaniel/architectury/mixin/FluidTagsAccessor.java
  59. 1 1
      common/src/main/java/me/shedaniel/architectury/mixin/MixinLightningBolt.java
  60. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/NetworkChannel.java
  61. 1 1
      common/src/main/java/me/shedaniel/architectury/networking/NetworkManager.java
  62. 1 1
      common/src/main/java/me/shedaniel/architectury/platform/Mod.java
  63. 1 1
      common/src/main/java/me/shedaniel/architectury/platform/Platform.java
  64. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BiomeModifications.java
  65. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BlockEntityRenderers.java
  66. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BlockProperties.java
  67. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/BlockPropertiesExtension.java
  68. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/ColorHandlers.java
  69. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/CreativeTabs.java
  70. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/CriteriaTriggersRegistry.java
  71. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/DeferredRegister.java
  72. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/GameRuleFactory.java
  73. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/GameRuleRegistry.java
  74. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/KeyBindings.java
  75. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/MenuRegistry.java
  76. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/Registries.java
  77. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/Registry.java
  78. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/RegistrySupplier.java
  79. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/ReloadListeners.java
  80. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/RenderTypes.java
  81. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/ToolType.java
  82. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/entity/EntityRenderers.java
  83. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/menu/ExtendedMenuProvider.java
  84. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/registries/RegistryBuilder.java
  85. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/registries/RegistryOption.java
  86. 1 1
      common/src/main/java/me/shedaniel/architectury/registry/registries/StandardRegistryOption.java
  87. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/BooleanValue.java
  88. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/DoubleValue.java
  89. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/Env.java
  90. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/EnvExecutor.java
  91. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/FloatSupplier.java
  92. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/FloatValue.java
  93. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/Fraction.java
  94. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/GameInstance.java
  95. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/IntValue.java
  96. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/LongValue.java
  97. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/PlatformExpectedError.java
  98. 1 1
      common/src/main/java/me/shedaniel/architectury/utils/Value.java
  99. 1 1
      fabric/src/main/java/me/shedaniel/architectury/compat/fabric/ModMenuCompatibility.java
  100. 1 1
      fabric/src/main/java/me/shedaniel/architectury/event/fabric/EventFactoryImpl.java

+ 1 - 1
build.gradle

@@ -56,7 +56,7 @@ allprojects {
         header = rootProject.file("HEADER")
 
         ext {
-            name = "shedaniel"
+            name = "architectury"
             year = "2020, 2021"
         }
 

+ 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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 shedaniel
+ * Copyright (C) 2020, 2021 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/Registries.java

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä