From ff76f2b95ac5ea2a32a42b5dcd82a5e5b762b831 Mon Sep 17 00:00:00 2001 From: Jikoo Date: Wed, 2 Oct 2019 06:52:47 -0400 Subject: [PATCH] Update copyright Practically should make it 2020 at this rate, whoops --- README.MD | 2 +- api/pom.xml | 2 +- .../openinv/internal/IAnySilentContainer.java | 2 +- .../lishid/openinv/internal/IInventoryAccess.java | 2 +- .../openinv/internal/ISpecialEnderChest.java | 2 +- .../openinv/internal/ISpecialPlayerInventory.java | 2 +- .../com/lishid/openinv/util/StringMetric.java | 15 --------------- assembly/pom.xml | 2 +- assembly/src/assembly/reactor-uberjar.xml | 2 +- common/pom.xml | 2 +- .../openinv/internal/IPlayerDataManager.java | 2 +- .../main/java/com/lishid/openinv/util/Cache.java | 2 +- .../java/com/lishid/openinv/util/Function.java | 2 +- .../com/lishid/openinv/util/InternalAccessor.java | 2 +- .../java/com/lishid/openinv/util/Permissions.java | 2 +- internal/pom.xml | 2 +- internal/v1_13_R2/pom.xml | 2 +- .../internal/v1_13_R2/AnySilentContainer.java | 2 +- .../internal/v1_13_R2/PlayerDataManager.java | 2 +- .../internal/v1_13_R2/SpecialEnderChest.java | 2 +- .../internal/v1_13_R2/SpecialPlayerInventory.java | 2 +- internal/v1_8_R3/pom.xml | 2 +- .../internal/v1_8_R3/AnySilentContainer.java | 2 +- .../internal/v1_8_R3/PlayerDataManager.java | 2 +- .../internal/v1_8_R3/SpecialEnderChest.java | 2 +- .../internal/v1_8_R3/SpecialPlayerInventory.java | 2 +- .../src/main/java/com/lishid/openinv/OpenInv.java | 2 +- .../openinv/commands/AnyChestPluginCommand.java | 2 +- .../openinv/commands/OpenInvPluginCommand.java | 2 +- .../commands/SearchEnchantPluginCommand.java | 2 +- .../openinv/commands/SearchInvPluginCommand.java | 2 +- .../commands/SilentChestPluginCommand.java | 2 +- .../openinv/listeners/InventoryClickListener.java | 2 +- .../openinv/listeners/InventoryCloseListener.java | 2 +- .../lishid/openinv/listeners/PlayerListener.java | 2 +- .../lishid/openinv/listeners/PluginListener.java | 2 +- .../com/lishid/openinv/util/ConfigUpdater.java | 2 +- pom.xml | 2 +- 38 files changed, 37 insertions(+), 52 deletions(-) diff --git a/README.MD b/README.MD index b980800..33b20e4 100644 --- a/README.MD +++ b/README.MD @@ -144,7 +144,7 @@ The final file is `target/OpenInv.jar` ## License ``` -Copyright (C) 2011-2018 lishid. All rights reserved. +Copyright (C) 2011-2019 lishid. All rights reserved. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/api/pom.xml b/api/pom.xml index cc3883f..1f5b8af 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,5 +1,5 @@