From a0e217b1dca5f10012b033e4bcde1e7a09fc14a6 Mon Sep 17 00:00:00 2001 From: LexManos Date: Fri, 21 Sep 2018 02:17:20 -0700 Subject: [PATCH] More because git likes to split to many --- .../java/net/minecraftforge/fml/Logging.java | 2 +- .../net/minecraftforge/fml/LogicalSide.java | 2 +- .../fml/LogicalSidedProvider.java | 2 +- .../java/net/minecraftforge/fml/ModList.java | 2 +- .../net/minecraftforge/fml/ModLoader.java | 2 +- .../fml/ModLoadingClassLoader.java | 2 +- .../fml/ModLoadingException.java | 2 +- .../minecraftforge/fml/ModLoadingStage.java | 2 +- .../minecraftforge/fml/ModThreadContext.java | 2 +- .../net/minecraftforge/fml/OptionalMod.java | 2 +- .../minecraftforge/fml/RegistryObject.java | 2 +- .../net/minecraftforge/fml/SidedProvider.java | 2 +- .../net/minecraftforge/fml/StartupQuery.java | 2 +- .../net/minecraftforge/fml/UnsafeHacks.java | 19 +++++++++++++++++++ .../minecraftforge/fml/VersionChecker.java | 2 +- .../fml/WorldPersistenceHooks.java | 2 +- .../fml/loading/LoadingModList.java | 2 +- .../fml/loading/MissingLanguageException.java | 2 +- .../fml/loading/ModJarURLHandler.java | 2 +- .../minecraftforge/fml/loading/ModSorter.java | 2 +- .../fml/loading/StringSubstitutor.java | 2 +- .../fml/loading/StringUtils.java | 2 +- .../moddiscovery/BackgroundScanHandler.java | 2 +- .../fml/loading/moddiscovery/CoreModFile.java | 2 +- .../ExplodedDirectoryLocator.java | 2 +- .../fml/loading/moddiscovery/IModLocator.java | 2 +- .../moddiscovery/InvalidModFileException.java | 2 +- .../loading/moddiscovery/ModClassVisitor.java | 2 +- .../loading/moddiscovery/ModDiscoverer.java | 2 +- .../fml/loading/moddiscovery/ModFile.java | 2 +- .../fml/loading/moddiscovery/ModFileInfo.java | 2 +- .../loading/moddiscovery/ModFileParser.java | 2 +- .../fml/loading/moddiscovery/ModInfo.java | 2 +- .../moddiscovery/ModsFolderLocator.java | 2 +- .../fml/loading/moddiscovery/Scanner.java | 2 +- .../fml/network/ConnectionType.java | 2 +- .../fml/network/FMLHandshakeHandler.java | 19 +++++++++++++++++++ .../fml/network/FMLHandshakeMessages.java | 19 +++++++++++++++++++ .../fml/network/FMLLoginWrapper.java | 19 +++++++++++++++++++ .../fml/network/FMLNetworking.java | 19 +++++++++++++++++++ .../fml/network/ICustomPacket.java | 19 +++++++++++++++++++ .../fml/network/NetworkDirection.java | 2 +- .../fml/network/NetworkEvent.java | 2 +- .../fml/network/NetworkHooks.java | 2 +- .../fml/network/NetworkInstance.java | 2 +- .../fml/network/PacketDispatcher.java | 19 +++++++++++++++++++ .../network/event/EventNetworkChannel.java | 2 +- .../network/simple/IndexedMessageCodec.java | 2 +- .../fml/network/simple/SimpleChannel.java | 2 +- .../fml/server/ServerLifecycleHooks.java | 2 +- .../fml/server/ServerModLoader.java | 2 +- .../fml/util/ThreeConsumer.java | 19 +++++++++++++++++++ .../logging/ModelLoaderErrorMessage.java | 2 +- .../registries/ForgeRegistryEntry.java | 2 +- .../registries/ObjectHolder.java | 1 + .../minecraftforge/fml/test/ModsTomlTest.java | 19 +++++++++++++++++++ 56 files changed, 218 insertions(+), 46 deletions(-) diff --git a/src/main/java/net/minecraftforge/fml/Logging.java b/src/main/java/net/minecraftforge/fml/Logging.java index c696fa1d4..598161884 100644 --- a/src/main/java/net/minecraftforge/fml/Logging.java +++ b/src/main/java/net/minecraftforge/fml/Logging.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/LogicalSide.java b/src/main/java/net/minecraftforge/fml/LogicalSide.java index df596a97c..5d2c70366 100644 --- a/src/main/java/net/minecraftforge/fml/LogicalSide.java +++ b/src/main/java/net/minecraftforge/fml/LogicalSide.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/LogicalSidedProvider.java b/src/main/java/net/minecraftforge/fml/LogicalSidedProvider.java index d50487c88..0eff15259 100644 --- a/src/main/java/net/minecraftforge/fml/LogicalSidedProvider.java +++ b/src/main/java/net/minecraftforge/fml/LogicalSidedProvider.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/ModList.java b/src/main/java/net/minecraftforge/fml/ModList.java index 5588e9e84..c5f898746 100644 --- a/src/main/java/net/minecraftforge/fml/ModList.java +++ b/src/main/java/net/minecraftforge/fml/ModList.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/ModLoader.java b/src/main/java/net/minecraftforge/fml/ModLoader.java index a8fbb99f3..f786c3ac9 100644 --- a/src/main/java/net/minecraftforge/fml/ModLoader.java +++ b/src/main/java/net/minecraftforge/fml/ModLoader.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/ModLoadingClassLoader.java b/src/main/java/net/minecraftforge/fml/ModLoadingClassLoader.java index 63b31d06b..2eedaa8ae 100644 --- a/src/main/java/net/minecraftforge/fml/ModLoadingClassLoader.java +++ b/src/main/java/net/minecraftforge/fml/ModLoadingClassLoader.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/ModLoadingException.java b/src/main/java/net/minecraftforge/fml/ModLoadingException.java index 4bd4ee725..a9b03f711 100644 --- a/src/main/java/net/minecraftforge/fml/ModLoadingException.java +++ b/src/main/java/net/minecraftforge/fml/ModLoadingException.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/ModLoadingStage.java b/src/main/java/net/minecraftforge/fml/ModLoadingStage.java index 9bc0fff0c..b277c8107 100644 --- a/src/main/java/net/minecraftforge/fml/ModLoadingStage.java +++ b/src/main/java/net/minecraftforge/fml/ModLoadingStage.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/ModThreadContext.java b/src/main/java/net/minecraftforge/fml/ModThreadContext.java index 72f33d934..6b1c76f49 100644 --- a/src/main/java/net/minecraftforge/fml/ModThreadContext.java +++ b/src/main/java/net/minecraftforge/fml/ModThreadContext.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/OptionalMod.java b/src/main/java/net/minecraftforge/fml/OptionalMod.java index d3724b4a3..13091754f 100644 --- a/src/main/java/net/minecraftforge/fml/OptionalMod.java +++ b/src/main/java/net/minecraftforge/fml/OptionalMod.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/RegistryObject.java b/src/main/java/net/minecraftforge/fml/RegistryObject.java index 967d06f9b..bc8a4e262 100644 --- a/src/main/java/net/minecraftforge/fml/RegistryObject.java +++ b/src/main/java/net/minecraftforge/fml/RegistryObject.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/SidedProvider.java b/src/main/java/net/minecraftforge/fml/SidedProvider.java index 41856f07a..9a90892fa 100644 --- a/src/main/java/net/minecraftforge/fml/SidedProvider.java +++ b/src/main/java/net/minecraftforge/fml/SidedProvider.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/StartupQuery.java b/src/main/java/net/minecraftforge/fml/StartupQuery.java index 012aaf750..bdbdd6a7e 100644 --- a/src/main/java/net/minecraftforge/fml/StartupQuery.java +++ b/src/main/java/net/minecraftforge/fml/StartupQuery.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/UnsafeHacks.java b/src/main/java/net/minecraftforge/fml/UnsafeHacks.java index 7361db580..fb9e1b73d 100644 --- a/src/main/java/net/minecraftforge/fml/UnsafeHacks.java +++ b/src/main/java/net/minecraftforge/fml/UnsafeHacks.java @@ -1,3 +1,22 @@ +/* + * Minecraft Forge + * Copyright (c) 2016-2018. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.minecraftforge.fml; import net.minecraft.network.Packet; diff --git a/src/main/java/net/minecraftforge/fml/VersionChecker.java b/src/main/java/net/minecraftforge/fml/VersionChecker.java index abf24cfa1..427785d7d 100644 --- a/src/main/java/net/minecraftforge/fml/VersionChecker.java +++ b/src/main/java/net/minecraftforge/fml/VersionChecker.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/WorldPersistenceHooks.java b/src/main/java/net/minecraftforge/fml/WorldPersistenceHooks.java index 0e40ebc90..a4cf3ff8b 100644 --- a/src/main/java/net/minecraftforge/fml/WorldPersistenceHooks.java +++ b/src/main/java/net/minecraftforge/fml/WorldPersistenceHooks.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/LoadingModList.java b/src/main/java/net/minecraftforge/fml/loading/LoadingModList.java index 2b156b773..577d4b74a 100644 --- a/src/main/java/net/minecraftforge/fml/loading/LoadingModList.java +++ b/src/main/java/net/minecraftforge/fml/loading/LoadingModList.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/MissingLanguageException.java b/src/main/java/net/minecraftforge/fml/loading/MissingLanguageException.java index 4bbf71c5a..ab881426e 100644 --- a/src/main/java/net/minecraftforge/fml/loading/MissingLanguageException.java +++ b/src/main/java/net/minecraftforge/fml/loading/MissingLanguageException.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/ModJarURLHandler.java b/src/main/java/net/minecraftforge/fml/loading/ModJarURLHandler.java index cc6f02dc3..f77a322a6 100644 --- a/src/main/java/net/minecraftforge/fml/loading/ModJarURLHandler.java +++ b/src/main/java/net/minecraftforge/fml/loading/ModJarURLHandler.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/ModSorter.java b/src/main/java/net/minecraftforge/fml/loading/ModSorter.java index 71a210f2a..b47d7409f 100644 --- a/src/main/java/net/minecraftforge/fml/loading/ModSorter.java +++ b/src/main/java/net/minecraftforge/fml/loading/ModSorter.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/StringSubstitutor.java b/src/main/java/net/minecraftforge/fml/loading/StringSubstitutor.java index 4035641bc..8c5735121 100644 --- a/src/main/java/net/minecraftforge/fml/loading/StringSubstitutor.java +++ b/src/main/java/net/minecraftforge/fml/loading/StringSubstitutor.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/StringUtils.java b/src/main/java/net/minecraftforge/fml/loading/StringUtils.java index 4b13a25a8..7d9d8d61b 100644 --- a/src/main/java/net/minecraftforge/fml/loading/StringUtils.java +++ b/src/main/java/net/minecraftforge/fml/loading/StringUtils.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/BackgroundScanHandler.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/BackgroundScanHandler.java index 091d04393..1db07f563 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/BackgroundScanHandler.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/BackgroundScanHandler.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/CoreModFile.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/CoreModFile.java index 6be7dd47d..b05718ce1 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/CoreModFile.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/CoreModFile.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ExplodedDirectoryLocator.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ExplodedDirectoryLocator.java index b6ff994a4..012a64d6d 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ExplodedDirectoryLocator.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ExplodedDirectoryLocator.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/IModLocator.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/IModLocator.java index 7ae91a3f6..97a94edbc 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/IModLocator.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/IModLocator.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/InvalidModFileException.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/InvalidModFileException.java index 3e15f7727..ead0e4b8a 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/InvalidModFileException.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/InvalidModFileException.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModClassVisitor.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModClassVisitor.java index 8e7065fe0..011f5b3a2 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModClassVisitor.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModClassVisitor.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModDiscoverer.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModDiscoverer.java index dedcaf868..5ad19271d 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModDiscoverer.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModDiscoverer.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFile.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFile.java index 241e5d538..a3dfe9c0a 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFile.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFile.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFileInfo.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFileInfo.java index ca3011a9b..6f224b124 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFileInfo.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFileInfo.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFileParser.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFileParser.java index 4bed96139..5466acadc 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFileParser.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModFileParser.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModInfo.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModInfo.java index 99e95ae06..725aa6782 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModInfo.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModInfo.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModsFolderLocator.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModsFolderLocator.java index feabc29b3..265a64019 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModsFolderLocator.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/ModsFolderLocator.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/Scanner.java b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/Scanner.java index 60e385927..f8063fba5 100644 --- a/src/main/java/net/minecraftforge/fml/loading/moddiscovery/Scanner.java +++ b/src/main/java/net/minecraftforge/fml/loading/moddiscovery/Scanner.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/network/ConnectionType.java b/src/main/java/net/minecraftforge/fml/network/ConnectionType.java index 07d41e860..e6d6a5147 100644 --- a/src/main/java/net/minecraftforge/fml/network/ConnectionType.java +++ b/src/main/java/net/minecraftforge/fml/network/ConnectionType.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/network/FMLHandshakeHandler.java b/src/main/java/net/minecraftforge/fml/network/FMLHandshakeHandler.java index 07015316c..27b7606f2 100644 --- a/src/main/java/net/minecraftforge/fml/network/FMLHandshakeHandler.java +++ b/src/main/java/net/minecraftforge/fml/network/FMLHandshakeHandler.java @@ -1,3 +1,22 @@ +/* + * Minecraft Forge + * Copyright (c) 2016-2018. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.minecraftforge.fml.network; import io.netty.util.AttributeKey; diff --git a/src/main/java/net/minecraftforge/fml/network/FMLHandshakeMessages.java b/src/main/java/net/minecraftforge/fml/network/FMLHandshakeMessages.java index 333643c6f..12b81aba2 100644 --- a/src/main/java/net/minecraftforge/fml/network/FMLHandshakeMessages.java +++ b/src/main/java/net/minecraftforge/fml/network/FMLHandshakeMessages.java @@ -1,3 +1,22 @@ +/* + * Minecraft Forge + * Copyright (c) 2016-2018. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.minecraftforge.fml.network; import net.minecraft.nbt.INBTBase; diff --git a/src/main/java/net/minecraftforge/fml/network/FMLLoginWrapper.java b/src/main/java/net/minecraftforge/fml/network/FMLLoginWrapper.java index 9cdf4f8bb..39774629f 100644 --- a/src/main/java/net/minecraftforge/fml/network/FMLLoginWrapper.java +++ b/src/main/java/net/minecraftforge/fml/network/FMLLoginWrapper.java @@ -1,3 +1,22 @@ +/* + * Minecraft Forge + * Copyright (c) 2016-2018. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.minecraftforge.fml.network; import io.netty.buffer.Unpooled; diff --git a/src/main/java/net/minecraftforge/fml/network/FMLNetworking.java b/src/main/java/net/minecraftforge/fml/network/FMLNetworking.java index 20e0fd468..5a4daeb18 100644 --- a/src/main/java/net/minecraftforge/fml/network/FMLNetworking.java +++ b/src/main/java/net/minecraftforge/fml/network/FMLNetworking.java @@ -1,3 +1,22 @@ +/* + * Minecraft Forge + * Copyright (c) 2016-2018. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.minecraftforge.fml.network; import io.netty.util.AttributeKey; diff --git a/src/main/java/net/minecraftforge/fml/network/ICustomPacket.java b/src/main/java/net/minecraftforge/fml/network/ICustomPacket.java index 2ac51fac4..e402a7377 100644 --- a/src/main/java/net/minecraftforge/fml/network/ICustomPacket.java +++ b/src/main/java/net/minecraftforge/fml/network/ICustomPacket.java @@ -1,3 +1,22 @@ +/* + * Minecraft Forge + * Copyright (c) 2016-2018. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.minecraftforge.fml.network; import io.netty.buffer.Unpooled; diff --git a/src/main/java/net/minecraftforge/fml/network/NetworkDirection.java b/src/main/java/net/minecraftforge/fml/network/NetworkDirection.java index 20a7a65e7..c12df2fa4 100644 --- a/src/main/java/net/minecraftforge/fml/network/NetworkDirection.java +++ b/src/main/java/net/minecraftforge/fml/network/NetworkDirection.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/network/NetworkEvent.java b/src/main/java/net/minecraftforge/fml/network/NetworkEvent.java index 81bc66ffe..f36d0e50f 100644 --- a/src/main/java/net/minecraftforge/fml/network/NetworkEvent.java +++ b/src/main/java/net/minecraftforge/fml/network/NetworkEvent.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/network/NetworkHooks.java b/src/main/java/net/minecraftforge/fml/network/NetworkHooks.java index 7c5f490c7..ea4e03d6d 100644 --- a/src/main/java/net/minecraftforge/fml/network/NetworkHooks.java +++ b/src/main/java/net/minecraftforge/fml/network/NetworkHooks.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/network/NetworkInstance.java b/src/main/java/net/minecraftforge/fml/network/NetworkInstance.java index 28d34209b..9369bbf17 100644 --- a/src/main/java/net/minecraftforge/fml/network/NetworkInstance.java +++ b/src/main/java/net/minecraftforge/fml/network/NetworkInstance.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/network/PacketDispatcher.java b/src/main/java/net/minecraftforge/fml/network/PacketDispatcher.java index 05fa954d7..ffa9800a0 100644 --- a/src/main/java/net/minecraftforge/fml/network/PacketDispatcher.java +++ b/src/main/java/net/minecraftforge/fml/network/PacketDispatcher.java @@ -1,3 +1,22 @@ +/* + * Minecraft Forge + * Copyright (c) 2016-2018. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.minecraftforge.fml.network; import net.minecraft.network.NetworkManager; diff --git a/src/main/java/net/minecraftforge/fml/network/event/EventNetworkChannel.java b/src/main/java/net/minecraftforge/fml/network/event/EventNetworkChannel.java index de7cb88c8..64d7816a5 100644 --- a/src/main/java/net/minecraftforge/fml/network/event/EventNetworkChannel.java +++ b/src/main/java/net/minecraftforge/fml/network/event/EventNetworkChannel.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/network/simple/IndexedMessageCodec.java b/src/main/java/net/minecraftforge/fml/network/simple/IndexedMessageCodec.java index ebb2317c0..8e1bdffd9 100644 --- a/src/main/java/net/minecraftforge/fml/network/simple/IndexedMessageCodec.java +++ b/src/main/java/net/minecraftforge/fml/network/simple/IndexedMessageCodec.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/network/simple/SimpleChannel.java b/src/main/java/net/minecraftforge/fml/network/simple/SimpleChannel.java index e644de246..b2c7903bf 100644 --- a/src/main/java/net/minecraftforge/fml/network/simple/SimpleChannel.java +++ b/src/main/java/net/minecraftforge/fml/network/simple/SimpleChannel.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/server/ServerLifecycleHooks.java b/src/main/java/net/minecraftforge/fml/server/ServerLifecycleHooks.java index 70787f930..7d6afdf44 100644 --- a/src/main/java/net/minecraftforge/fml/server/ServerLifecycleHooks.java +++ b/src/main/java/net/minecraftforge/fml/server/ServerLifecycleHooks.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/server/ServerModLoader.java b/src/main/java/net/minecraftforge/fml/server/ServerModLoader.java index edf818c9a..5bca2db38 100644 --- a/src/main/java/net/minecraftforge/fml/server/ServerModLoader.java +++ b/src/main/java/net/minecraftforge/fml/server/ServerModLoader.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/fml/util/ThreeConsumer.java b/src/main/java/net/minecraftforge/fml/util/ThreeConsumer.java index aafd74429..3e383658e 100644 --- a/src/main/java/net/minecraftforge/fml/util/ThreeConsumer.java +++ b/src/main/java/net/minecraftforge/fml/util/ThreeConsumer.java @@ -1,3 +1,22 @@ +/* + * Minecraft Forge + * Copyright (c) 2016-2018. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.minecraftforge.fml.util; import java.util.function.Consumer; diff --git a/src/main/java/net/minecraftforge/logging/ModelLoaderErrorMessage.java b/src/main/java/net/minecraftforge/logging/ModelLoaderErrorMessage.java index 2072849bf..473b206f9 100644 --- a/src/main/java/net/minecraftforge/logging/ModelLoaderErrorMessage.java +++ b/src/main/java/net/minecraftforge/logging/ModelLoaderErrorMessage.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2018. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/registries/ForgeRegistryEntry.java b/src/main/java/net/minecraftforge/registries/ForgeRegistryEntry.java index d0e9f3a3c..73f0f9ade 100644 --- a/src/main/java/net/minecraftforge/registries/ForgeRegistryEntry.java +++ b/src/main/java/net/minecraftforge/registries/ForgeRegistryEntry.java @@ -1,6 +1,6 @@ /* * Minecraft Forge - * Copyright (c) 2016. + * Copyright (c) 2016-2018. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/net/minecraftforge/registries/ObjectHolder.java b/src/main/java/net/minecraftforge/registries/ObjectHolder.java index ded07a291..82a298ca9 100644 --- a/src/main/java/net/minecraftforge/registries/ObjectHolder.java +++ b/src/main/java/net/minecraftforge/registries/ObjectHolder.java @@ -16,6 +16,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package net.minecraftforge.registries; import java.lang.annotation.ElementType; diff --git a/src/test/java/net/minecraftforge/fml/test/ModsTomlTest.java b/src/test/java/net/minecraftforge/fml/test/ModsTomlTest.java index 48c47c548..fb0fd5d8f 100644 --- a/src/test/java/net/minecraftforge/fml/test/ModsTomlTest.java +++ b/src/test/java/net/minecraftforge/fml/test/ModsTomlTest.java @@ -1,3 +1,22 @@ +/* + * Minecraft Forge + * Copyright (c) 2016-2018. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.minecraftforge.fml.test; import net.minecraftforge.fml.language.IModFileInfo;