diff --git a/src/main/java/tws/zcaliptium/compositegear/client/ClientEventHandler.java b/src/main/java/tws/zcaliptium/compositegear/client/ClientEventHandler.java index 0a3270c..e05c416 100644 --- a/src/main/java/tws/zcaliptium/compositegear/client/ClientEventHandler.java +++ b/src/main/java/tws/zcaliptium/compositegear/client/ClientEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/client/ClientProxy.java b/src/main/java/tws/zcaliptium/compositegear/client/ClientProxy.java index dc8cad3..d622bd5 100644 --- a/src/main/java/tws/zcaliptium/compositegear/client/ClientProxy.java +++ b/src/main/java/tws/zcaliptium/compositegear/client/ClientProxy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/CommonProxy.java b/src/main/java/tws/zcaliptium/compositegear/common/CommonProxy.java index 21134d4..b221673 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/CommonProxy.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/CommonProxy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/Compats.java b/src/main/java/tws/zcaliptium/compositegear/common/Compats.java index a88e567..bb39482 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/Compats.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/Compats.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/CompositeGear.java b/src/main/java/tws/zcaliptium/compositegear/common/CompositeGear.java index f7eb997..9f92d3c 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/CompositeGear.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/CompositeGear.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/ConfigurationCG.java b/src/main/java/tws/zcaliptium/compositegear/common/ConfigurationCG.java index 85e7457..a202286 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/ConfigurationCG.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/ConfigurationCG.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/EnumItemClass.java b/src/main/java/tws/zcaliptium/compositegear/common/EnumItemClass.java index 929cfc5..9f6b7b5 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/EnumItemClass.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/EnumItemClass.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/ModInfo.java b/src/main/java/tws/zcaliptium/compositegear/common/ModInfo.java index 1e093cf..8dbca4a 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/ModInfo.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/ModInfo.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/item/crafting/RecipesDyingArmor.java b/src/main/java/tws/zcaliptium/compositegear/common/item/crafting/RecipesDyingArmor.java index 3c09d73..61f788c 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/item/crafting/RecipesDyingArmor.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/item/crafting/RecipesDyingArmor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGArmor.java b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGArmor.java index 37539d4..2452479 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGArmor.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGArmor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGBow.java b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGBow.java index 3c18580..c7711bb 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGBow.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGBow.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGSword.java b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGSword.java index 31c9f91..c5abf3d 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGSword.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCGSword.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCompositeArmor.java b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCompositeArmor.java index 6efc0f8..4526cf1 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCompositeArmor.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemCompositeArmor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at diff --git a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemsCG.java b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemsCG.java index f67dd69..66bbb0a 100644 --- a/src/main/java/tws/zcaliptium/compositegear/common/items/ItemsCG.java +++ b/src/main/java/tws/zcaliptium/compositegear/common/items/ItemsCG.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 ZCaliptium. + * Copyright (c) 2018 ZCaliptium. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at