From 38a063420b7615ca732d330921aa6dbaf0b94975 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 7 May 2023 23:00:12 +0100 Subject: [PATCH] Add license headers --- HEADER | 2 +- .../net/william278/husksync/BukkitHuskSync.java | 13 +++++++++++++ .../net/william278/husksync/api/HuskSyncAPI.java | 13 +++++++++++++ .../william278/husksync/command/BrigadierUtil.java | 13 +++++++++++++ .../william278/husksync/command/BukkitCommand.java | 13 +++++++++++++ .../husksync/command/BukkitCommandType.java | 13 +++++++++++++ .../husksync/data/BukkitInventoryMap.java | 13 +++++++++++++ .../william278/husksync/data/BukkitMapHandler.java | 13 +++++++++++++ .../husksync/data/BukkitPersistentTypeMapping.java | 13 +++++++++++++ .../william278/husksync/data/BukkitSerializer.java | 13 +++++++++++++ .../husksync/event/BukkitDataSaveEvent.java | 13 +++++++++++++ .../net/william278/husksync/event/BukkitEvent.java | 13 +++++++++++++ .../husksync/event/BukkitEventCannon.java | 13 +++++++++++++ .../husksync/event/BukkitPlayerEvent.java | 13 +++++++++++++ .../husksync/event/BukkitPreSyncEvent.java | 13 +++++++++++++ .../husksync/event/BukkitSyncCompleteEvent.java | 13 +++++++++++++ .../husksync/listener/BukkitDeathEventListener.java | 13 +++++++++++++ .../husksync/listener/BukkitEventListener.java | 13 +++++++++++++ .../husksync/listener/BukkitJoinEventListener.java | 13 +++++++++++++ .../husksync/listener/BukkitQuitEventListener.java | 13 +++++++++++++ .../husksync/migrator/LegacyMigrator.java | 13 +++++++++++++ .../william278/husksync/migrator/MpdbMigrator.java | 13 +++++++++++++ .../william278/husksync/player/BukkitPlayer.java | 13 +++++++++++++ .../main/java/net/william278/husksync/HuskSync.java | 13 +++++++++++++ .../husksync/HuskSyncInitializationException.java | 13 +++++++++++++ .../william278/husksync/api/BaseHuskSyncAPI.java | 13 +++++++++++++ .../william278/husksync/command/CommandBase.java | 13 +++++++++++++ .../husksync/command/ConsoleExecutable.java | 13 +++++++++++++ .../husksync/command/EnderChestCommand.java | 13 +++++++++++++ .../husksync/command/HuskSyncCommand.java | 13 +++++++++++++ .../husksync/command/InventoryCommand.java | 13 +++++++++++++ .../net/william278/husksync/command/Permission.java | 13 +++++++++++++ .../william278/husksync/command/TabCompletable.java | 13 +++++++++++++ .../husksync/command/UserDataCommand.java | 13 +++++++++++++ .../net/william278/husksync/config/Locales.java | 13 +++++++++++++ .../net/william278/husksync/config/Settings.java | 13 +++++++++++++ .../william278/husksync/data/AdvancementData.java | 13 +++++++++++++ .../husksync/data/CompressedDataAdapter.java | 13 +++++++++++++ .../net/william278/husksync/data/DataAdapter.java | 13 +++++++++++++ .../husksync/data/DataAdaptionException.java | 13 +++++++++++++ .../net/william278/husksync/data/DataSaveCause.java | 13 +++++++++++++ .../husksync/data/DataSerializationException.java | 13 +++++++++++++ .../java/net/william278/husksync/data/ItemData.java | 13 +++++++++++++ .../william278/husksync/data/JsonDataAdapter.java | 13 +++++++++++++ .../net/william278/husksync/data/LocationData.java | 13 +++++++++++++ .../husksync/data/PersistentDataContainerData.java | 13 +++++++++++++ .../william278/husksync/data/PersistentDataTag.java | 13 +++++++++++++ .../husksync/data/PersistentDataTagType.java | 13 +++++++++++++ .../william278/husksync/data/PotionEffectData.java | 13 +++++++++++++ .../william278/husksync/data/StatisticsData.java | 13 +++++++++++++ .../net/william278/husksync/data/StatusData.java | 13 +++++++++++++ .../william278/husksync/data/StatusDataFlag.java | 13 +++++++++++++ .../java/net/william278/husksync/data/UserData.java | 13 +++++++++++++ .../william278/husksync/data/UserDataBuilder.java | 13 +++++++++++++ .../william278/husksync/data/UserDataSnapshot.java | 13 +++++++++++++ .../net/william278/husksync/database/Database.java | 13 +++++++++++++ .../william278/husksync/database/MySqlDatabase.java | 13 +++++++++++++ .../william278/husksync/event/CancellableEvent.java | 13 +++++++++++++ .../william278/husksync/event/DataSaveEvent.java | 13 +++++++++++++ .../java/net/william278/husksync/event/Event.java | 13 +++++++++++++ .../net/william278/husksync/event/EventCannon.java | 13 +++++++++++++ .../net/william278/husksync/event/PlayerEvent.java | 13 +++++++++++++ .../net/william278/husksync/event/PreSyncEvent.java | 13 +++++++++++++ .../husksync/event/SyncCompleteEvent.java | 13 +++++++++++++ .../william278/husksync/hook/PlanDataExtension.java | 13 +++++++++++++ .../java/net/william278/husksync/hook/PlanHook.java | 13 +++++++++++++ .../william278/husksync/listener/EventListener.java | 13 +++++++++++++ .../net/william278/husksync/migrator/Migrator.java | 13 +++++++++++++ .../net/william278/husksync/player/OnlineUser.java | 13 +++++++++++++ .../java/net/william278/husksync/player/User.java | 13 +++++++++++++ .../net/william278/husksync/redis/RedisKeyType.java | 13 +++++++++++++ .../net/william278/husksync/redis/RedisManager.java | 13 +++++++++++++ .../net/william278/husksync/redis/RedisMessage.java | 13 +++++++++++++ .../william278/husksync/redis/RedisMessageType.java | 13 +++++++++++++ .../net/william278/husksync/util/DataDumper.java | 13 +++++++++++++ .../william278/husksync/util/DataSnapshotList.java | 13 +++++++++++++ .../java/net/william278/husksync/DummyHuskSync.java | 13 +++++++++++++ .../william278/husksync/data/DataAdaptionTests.java | 13 +++++++++++++ .../net/william278/husksync/hook/PlanHookTests.java | 13 +++++++++++++ .../net/william278/husksync/player/DummyPlayer.java | 13 +++++++++++++ 80 files changed, 1028 insertions(+), 1 deletion(-) diff --git a/HEADER b/HEADER index d3aa5a91..96a1a0e8 100644 --- a/HEADER +++ b/HEADER @@ -3,7 +3,7 @@ This file is part of HuskSync by William278. Do not redistribute! Copyright (c) William278 All rights reserved. - This source code is provided as reference to licensed individuals that have purchased the HuskTowns + This source code is provided as reference to licensed individuals that have purchased the HuskSync plugin once from any of the official sources it is provided. The availability of this code does not grant you the rights to modify, re-distribute, compile or redistribute this source code or "plugin" outside this intended purpose. This license does not cover libraries developed by third diff --git a/bukkit/src/main/java/net/william278/husksync/BukkitHuskSync.java b/bukkit/src/main/java/net/william278/husksync/BukkitHuskSync.java index 17cb2232..8872a011 100644 --- a/bukkit/src/main/java/net/william278/husksync/BukkitHuskSync.java +++ b/bukkit/src/main/java/net/william278/husksync/BukkitHuskSync.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync; import net.kyori.adventure.platform.bukkit.BukkitAudiences; diff --git a/bukkit/src/main/java/net/william278/husksync/api/HuskSyncAPI.java b/bukkit/src/main/java/net/william278/husksync/api/HuskSyncAPI.java index 86d6f135..b8b42484 100644 --- a/bukkit/src/main/java/net/william278/husksync/api/HuskSyncAPI.java +++ b/bukkit/src/main/java/net/william278/husksync/api/HuskSyncAPI.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.api; import net.william278.husksync.BukkitHuskSync; diff --git a/bukkit/src/main/java/net/william278/husksync/command/BrigadierUtil.java b/bukkit/src/main/java/net/william278/husksync/command/BrigadierUtil.java index 93a137ee..dc93c8aa 100644 --- a/bukkit/src/main/java/net/william278/husksync/command/BrigadierUtil.java +++ b/bukkit/src/main/java/net/william278/husksync/command/BrigadierUtil.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import me.lucko.commodore.CommodoreProvider; diff --git a/bukkit/src/main/java/net/william278/husksync/command/BukkitCommand.java b/bukkit/src/main/java/net/william278/husksync/command/BukkitCommand.java index 173216ce..a46efe78 100644 --- a/bukkit/src/main/java/net/william278/husksync/command/BukkitCommand.java +++ b/bukkit/src/main/java/net/william278/husksync/command/BukkitCommand.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import me.lucko.commodore.CommodoreProvider; diff --git a/bukkit/src/main/java/net/william278/husksync/command/BukkitCommandType.java b/bukkit/src/main/java/net/william278/husksync/command/BukkitCommandType.java index d9187e6b..289a3455 100644 --- a/bukkit/src/main/java/net/william278/husksync/command/BukkitCommandType.java +++ b/bukkit/src/main/java/net/william278/husksync/command/BukkitCommandType.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import net.william278.husksync.BukkitHuskSync; diff --git a/bukkit/src/main/java/net/william278/husksync/data/BukkitInventoryMap.java b/bukkit/src/main/java/net/william278/husksync/data/BukkitInventoryMap.java index 05abb331..4326235f 100644 --- a/bukkit/src/main/java/net/william278/husksync/data/BukkitInventoryMap.java +++ b/bukkit/src/main/java/net/william278/husksync/data/BukkitInventoryMap.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import org.bukkit.inventory.ItemStack; diff --git a/bukkit/src/main/java/net/william278/husksync/data/BukkitMapHandler.java b/bukkit/src/main/java/net/william278/husksync/data/BukkitMapHandler.java index 8802bcd2..b20bb5fb 100644 --- a/bukkit/src/main/java/net/william278/husksync/data/BukkitMapHandler.java +++ b/bukkit/src/main/java/net/william278/husksync/data/BukkitMapHandler.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import net.william278.husksync.BukkitHuskSync; diff --git a/bukkit/src/main/java/net/william278/husksync/data/BukkitPersistentTypeMapping.java b/bukkit/src/main/java/net/william278/husksync/data/BukkitPersistentTypeMapping.java index 6a223c58..6e651286 100644 --- a/bukkit/src/main/java/net/william278/husksync/data/BukkitPersistentTypeMapping.java +++ b/bukkit/src/main/java/net/william278/husksync/data/BukkitPersistentTypeMapping.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import org.bukkit.NamespacedKey; diff --git a/bukkit/src/main/java/net/william278/husksync/data/BukkitSerializer.java b/bukkit/src/main/java/net/william278/husksync/data/BukkitSerializer.java index 9ba4162c..a3cacb93 100644 --- a/bukkit/src/main/java/net/william278/husksync/data/BukkitSerializer.java +++ b/bukkit/src/main/java/net/william278/husksync/data/BukkitSerializer.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import net.william278.husksync.BukkitHuskSync; diff --git a/bukkit/src/main/java/net/william278/husksync/event/BukkitDataSaveEvent.java b/bukkit/src/main/java/net/william278/husksync/event/BukkitDataSaveEvent.java index 496802ac..a945961e 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitDataSaveEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitDataSaveEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import net.william278.husksync.data.DataSaveCause; diff --git a/bukkit/src/main/java/net/william278/husksync/event/BukkitEvent.java b/bukkit/src/main/java/net/william278/husksync/event/BukkitEvent.java index e1960700..b96c1f62 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import net.william278.husksync.BukkitHuskSync; diff --git a/bukkit/src/main/java/net/william278/husksync/event/BukkitEventCannon.java b/bukkit/src/main/java/net/william278/husksync/event/BukkitEventCannon.java index a210c868..dc80a71f 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitEventCannon.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitEventCannon.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import net.william278.husksync.data.DataSaveCause; diff --git a/bukkit/src/main/java/net/william278/husksync/event/BukkitPlayerEvent.java b/bukkit/src/main/java/net/william278/husksync/event/BukkitPlayerEvent.java index 30c044f4..b964d46d 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitPlayerEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitPlayerEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import net.william278.husksync.BukkitHuskSync; diff --git a/bukkit/src/main/java/net/william278/husksync/event/BukkitPreSyncEvent.java b/bukkit/src/main/java/net/william278/husksync/event/BukkitPreSyncEvent.java index ddf2282b..e80b0922 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitPreSyncEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitPreSyncEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import net.william278.husksync.data.UserData; diff --git a/bukkit/src/main/java/net/william278/husksync/event/BukkitSyncCompleteEvent.java b/bukkit/src/main/java/net/william278/husksync/event/BukkitSyncCompleteEvent.java index 714d456e..84146a0b 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitSyncCompleteEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitSyncCompleteEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import org.bukkit.entity.Player; diff --git a/bukkit/src/main/java/net/william278/husksync/listener/BukkitDeathEventListener.java b/bukkit/src/main/java/net/william278/husksync/listener/BukkitDeathEventListener.java index 31699c91..ce402433 100644 --- a/bukkit/src/main/java/net/william278/husksync/listener/BukkitDeathEventListener.java +++ b/bukkit/src/main/java/net/william278/husksync/listener/BukkitDeathEventListener.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.listener; import net.william278.husksync.config.Settings; diff --git a/bukkit/src/main/java/net/william278/husksync/listener/BukkitEventListener.java b/bukkit/src/main/java/net/william278/husksync/listener/BukkitEventListener.java index 350c8a6f..1671d23a 100644 --- a/bukkit/src/main/java/net/william278/husksync/listener/BukkitEventListener.java +++ b/bukkit/src/main/java/net/william278/husksync/listener/BukkitEventListener.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.listener; import net.william278.husksync.BukkitHuskSync; diff --git a/bukkit/src/main/java/net/william278/husksync/listener/BukkitJoinEventListener.java b/bukkit/src/main/java/net/william278/husksync/listener/BukkitJoinEventListener.java index f0ccac92..16e5e7a9 100644 --- a/bukkit/src/main/java/net/william278/husksync/listener/BukkitJoinEventListener.java +++ b/bukkit/src/main/java/net/william278/husksync/listener/BukkitJoinEventListener.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.listener; import net.william278.husksync.config.Settings; diff --git a/bukkit/src/main/java/net/william278/husksync/listener/BukkitQuitEventListener.java b/bukkit/src/main/java/net/william278/husksync/listener/BukkitQuitEventListener.java index c7223cde..5a5b1b82 100644 --- a/bukkit/src/main/java/net/william278/husksync/listener/BukkitQuitEventListener.java +++ b/bukkit/src/main/java/net/william278/husksync/listener/BukkitQuitEventListener.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.listener; import net.william278.husksync.config.Settings; diff --git a/bukkit/src/main/java/net/william278/husksync/migrator/LegacyMigrator.java b/bukkit/src/main/java/net/william278/husksync/migrator/LegacyMigrator.java index 0faf6fbb..d63188d8 100644 --- a/bukkit/src/main/java/net/william278/husksync/migrator/LegacyMigrator.java +++ b/bukkit/src/main/java/net/william278/husksync/migrator/LegacyMigrator.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.migrator; import com.zaxxer.hikari.HikariDataSource; diff --git a/bukkit/src/main/java/net/william278/husksync/migrator/MpdbMigrator.java b/bukkit/src/main/java/net/william278/husksync/migrator/MpdbMigrator.java index 85231871..60eb73e9 100644 --- a/bukkit/src/main/java/net/william278/husksync/migrator/MpdbMigrator.java +++ b/bukkit/src/main/java/net/william278/husksync/migrator/MpdbMigrator.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.migrator; import com.zaxxer.hikari.HikariDataSource; diff --git a/bukkit/src/main/java/net/william278/husksync/player/BukkitPlayer.java b/bukkit/src/main/java/net/william278/husksync/player/BukkitPlayer.java index 0d9ab62b..8c96b63f 100644 --- a/bukkit/src/main/java/net/william278/husksync/player/BukkitPlayer.java +++ b/bukkit/src/main/java/net/william278/husksync/player/BukkitPlayer.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.player; import de.themoep.minedown.adventure.MineDown; diff --git a/common/src/main/java/net/william278/husksync/HuskSync.java b/common/src/main/java/net/william278/husksync/HuskSync.java index c0b4b508..7974713c 100644 --- a/common/src/main/java/net/william278/husksync/HuskSync.java +++ b/common/src/main/java/net/william278/husksync/HuskSync.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync; import net.william278.desertwell.UpdateChecker; diff --git a/common/src/main/java/net/william278/husksync/HuskSyncInitializationException.java b/common/src/main/java/net/william278/husksync/HuskSyncInitializationException.java index 63d41208..a9b21980 100644 --- a/common/src/main/java/net/william278/husksync/HuskSyncInitializationException.java +++ b/common/src/main/java/net/william278/husksync/HuskSyncInitializationException.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/api/BaseHuskSyncAPI.java b/common/src/main/java/net/william278/husksync/api/BaseHuskSyncAPI.java index d3fea772..ae195467 100644 --- a/common/src/main/java/net/william278/husksync/api/BaseHuskSyncAPI.java +++ b/common/src/main/java/net/william278/husksync/api/BaseHuskSyncAPI.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.api; import net.william278.husksync.HuskSync; diff --git a/common/src/main/java/net/william278/husksync/command/CommandBase.java b/common/src/main/java/net/william278/husksync/command/CommandBase.java index e7aac53c..161aa05a 100644 --- a/common/src/main/java/net/william278/husksync/command/CommandBase.java +++ b/common/src/main/java/net/william278/husksync/command/CommandBase.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import net.william278.husksync.HuskSync; diff --git a/common/src/main/java/net/william278/husksync/command/ConsoleExecutable.java b/common/src/main/java/net/william278/husksync/command/ConsoleExecutable.java index a7f39dab..3e3c7152 100644 --- a/common/src/main/java/net/william278/husksync/command/ConsoleExecutable.java +++ b/common/src/main/java/net/william278/husksync/command/ConsoleExecutable.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/command/EnderChestCommand.java b/common/src/main/java/net/william278/husksync/command/EnderChestCommand.java index 596fac0e..9950efc2 100644 --- a/common/src/main/java/net/william278/husksync/command/EnderChestCommand.java +++ b/common/src/main/java/net/william278/husksync/command/EnderChestCommand.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import de.themoep.minedown.adventure.MineDown; diff --git a/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java b/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java index 585c844d..3f73cbf2 100644 --- a/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java +++ b/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import de.themoep.minedown.adventure.MineDown; diff --git a/common/src/main/java/net/william278/husksync/command/InventoryCommand.java b/common/src/main/java/net/william278/husksync/command/InventoryCommand.java index c07b5650..258276d5 100644 --- a/common/src/main/java/net/william278/husksync/command/InventoryCommand.java +++ b/common/src/main/java/net/william278/husksync/command/InventoryCommand.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import de.themoep.minedown.adventure.MineDown; diff --git a/common/src/main/java/net/william278/husksync/command/Permission.java b/common/src/main/java/net/william278/husksync/command/Permission.java index 88e33a08..35c19f82 100644 --- a/common/src/main/java/net/william278/husksync/command/Permission.java +++ b/common/src/main/java/net/william278/husksync/command/Permission.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/command/TabCompletable.java b/common/src/main/java/net/william278/husksync/command/TabCompletable.java index a1cea50c..fc768165 100644 --- a/common/src/main/java/net/william278/husksync/command/TabCompletable.java +++ b/common/src/main/java/net/william278/husksync/command/TabCompletable.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/command/UserDataCommand.java b/common/src/main/java/net/william278/husksync/command/UserDataCommand.java index f59608ef..21c97d30 100644 --- a/common/src/main/java/net/william278/husksync/command/UserDataCommand.java +++ b/common/src/main/java/net/william278/husksync/command/UserDataCommand.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.command; import net.william278.husksync.HuskSync; diff --git a/common/src/main/java/net/william278/husksync/config/Locales.java b/common/src/main/java/net/william278/husksync/config/Locales.java index e6c24906..7a88725f 100644 --- a/common/src/main/java/net/william278/husksync/config/Locales.java +++ b/common/src/main/java/net/william278/husksync/config/Locales.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.config; import de.themoep.minedown.adventure.MineDown; diff --git a/common/src/main/java/net/william278/husksync/config/Settings.java b/common/src/main/java/net/william278/husksync/config/Settings.java index f43be676..a575a13d 100644 --- a/common/src/main/java/net/william278/husksync/config/Settings.java +++ b/common/src/main/java/net/william278/husksync/config/Settings.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.config; import net.william278.annotaml.YamlComment; diff --git a/common/src/main/java/net/william278/husksync/data/AdvancementData.java b/common/src/main/java/net/william278/husksync/data/AdvancementData.java index c0abd2cd..65bb7aed 100644 --- a/common/src/main/java/net/william278/husksync/data/AdvancementData.java +++ b/common/src/main/java/net/william278/husksync/data/AdvancementData.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import com.google.gson.annotations.SerializedName; diff --git a/common/src/main/java/net/william278/husksync/data/CompressedDataAdapter.java b/common/src/main/java/net/william278/husksync/data/CompressedDataAdapter.java index 3beccc79..9c1b915a 100644 --- a/common/src/main/java/net/william278/husksync/data/CompressedDataAdapter.java +++ b/common/src/main/java/net/william278/husksync/data/CompressedDataAdapter.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/data/DataAdapter.java b/common/src/main/java/net/william278/husksync/data/DataAdapter.java index 4384f67c..7aacfb3e 100644 --- a/common/src/main/java/net/william278/husksync/data/DataAdapter.java +++ b/common/src/main/java/net/william278/husksync/data/DataAdapter.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/data/DataAdaptionException.java b/common/src/main/java/net/william278/husksync/data/DataAdaptionException.java index b38364bc..1bb7c335 100644 --- a/common/src/main/java/net/william278/husksync/data/DataAdaptionException.java +++ b/common/src/main/java/net/william278/husksync/data/DataAdaptionException.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; /** diff --git a/common/src/main/java/net/william278/husksync/data/DataSaveCause.java b/common/src/main/java/net/william278/husksync/data/DataSaveCause.java index 66442d87..5fac2553 100644 --- a/common/src/main/java/net/william278/husksync/data/DataSaveCause.java +++ b/common/src/main/java/net/william278/husksync/data/DataSaveCause.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import net.william278.husksync.api.BaseHuskSyncAPI; diff --git a/common/src/main/java/net/william278/husksync/data/DataSerializationException.java b/common/src/main/java/net/william278/husksync/data/DataSerializationException.java index 204fea8d..ac5131cf 100644 --- a/common/src/main/java/net/william278/husksync/data/DataSerializationException.java +++ b/common/src/main/java/net/william278/husksync/data/DataSerializationException.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/data/ItemData.java b/common/src/main/java/net/william278/husksync/data/ItemData.java index fa55b018..8a25d534 100644 --- a/common/src/main/java/net/william278/husksync/data/ItemData.java +++ b/common/src/main/java/net/william278/husksync/data/ItemData.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import com.google.gson.annotations.SerializedName; diff --git a/common/src/main/java/net/william278/husksync/data/JsonDataAdapter.java b/common/src/main/java/net/william278/husksync/data/JsonDataAdapter.java index b2d131d4..e48fc0c8 100644 --- a/common/src/main/java/net/william278/husksync/data/JsonDataAdapter.java +++ b/common/src/main/java/net/william278/husksync/data/JsonDataAdapter.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import com.google.gson.GsonBuilder; diff --git a/common/src/main/java/net/william278/husksync/data/LocationData.java b/common/src/main/java/net/william278/husksync/data/LocationData.java index e567e49d..0f0c11ea 100644 --- a/common/src/main/java/net/william278/husksync/data/LocationData.java +++ b/common/src/main/java/net/william278/husksync/data/LocationData.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import com.google.gson.annotations.SerializedName; diff --git a/common/src/main/java/net/william278/husksync/data/PersistentDataContainerData.java b/common/src/main/java/net/william278/husksync/data/PersistentDataContainerData.java index 74e6e1e0..bc5b7c54 100644 --- a/common/src/main/java/net/william278/husksync/data/PersistentDataContainerData.java +++ b/common/src/main/java/net/william278/husksync/data/PersistentDataContainerData.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import com.google.gson.annotations.SerializedName; diff --git a/common/src/main/java/net/william278/husksync/data/PersistentDataTag.java b/common/src/main/java/net/william278/husksync/data/PersistentDataTag.java index e27f3650..1ae0c9f8 100644 --- a/common/src/main/java/net/william278/husksync/data/PersistentDataTag.java +++ b/common/src/main/java/net/william278/husksync/data/PersistentDataTag.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/data/PersistentDataTagType.java b/common/src/main/java/net/william278/husksync/data/PersistentDataTagType.java index 6182ffb0..03e6e316 100644 --- a/common/src/main/java/net/william278/husksync/data/PersistentDataTagType.java +++ b/common/src/main/java/net/william278/husksync/data/PersistentDataTagType.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/data/PotionEffectData.java b/common/src/main/java/net/william278/husksync/data/PotionEffectData.java index 15bdd70f..88a0a86b 100644 --- a/common/src/main/java/net/william278/husksync/data/PotionEffectData.java +++ b/common/src/main/java/net/william278/husksync/data/PotionEffectData.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import com.google.gson.annotations.SerializedName; diff --git a/common/src/main/java/net/william278/husksync/data/StatisticsData.java b/common/src/main/java/net/william278/husksync/data/StatisticsData.java index 7971cafb..c8ed5dae 100644 --- a/common/src/main/java/net/william278/husksync/data/StatisticsData.java +++ b/common/src/main/java/net/william278/husksync/data/StatisticsData.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import com.google.gson.annotations.SerializedName; diff --git a/common/src/main/java/net/william278/husksync/data/StatusData.java b/common/src/main/java/net/william278/husksync/data/StatusData.java index d6b7f9c0..b03662d8 100644 --- a/common/src/main/java/net/william278/husksync/data/StatusData.java +++ b/common/src/main/java/net/william278/husksync/data/StatusData.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import com.google.gson.annotations.SerializedName; diff --git a/common/src/main/java/net/william278/husksync/data/StatusDataFlag.java b/common/src/main/java/net/william278/husksync/data/StatusDataFlag.java index 110f85aa..0e5cf342 100644 --- a/common/src/main/java/net/william278/husksync/data/StatusDataFlag.java +++ b/common/src/main/java/net/william278/husksync/data/StatusDataFlag.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import net.william278.husksync.config.Settings; diff --git a/common/src/main/java/net/william278/husksync/data/UserData.java b/common/src/main/java/net/william278/husksync/data/UserData.java index 3112a038..d228200c 100644 --- a/common/src/main/java/net/william278/husksync/data/UserData.java +++ b/common/src/main/java/net/william278/husksync/data/UserData.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import com.google.gson.annotations.SerializedName; diff --git a/common/src/main/java/net/william278/husksync/data/UserDataBuilder.java b/common/src/main/java/net/william278/husksync/data/UserDataBuilder.java index 3f852d2f..a9916fd5 100644 --- a/common/src/main/java/net/william278/husksync/data/UserDataBuilder.java +++ b/common/src/main/java/net/william278/husksync/data/UserDataBuilder.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/data/UserDataSnapshot.java b/common/src/main/java/net/william278/husksync/data/UserDataSnapshot.java index 16388abb..1663b7de 100644 --- a/common/src/main/java/net/william278/husksync/data/UserDataSnapshot.java +++ b/common/src/main/java/net/william278/husksync/data/UserDataSnapshot.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import net.william278.husksync.command.Permission; diff --git a/common/src/main/java/net/william278/husksync/database/Database.java b/common/src/main/java/net/william278/husksync/database/Database.java index 0dbff44e..99ff1f25 100644 --- a/common/src/main/java/net/william278/husksync/database/Database.java +++ b/common/src/main/java/net/william278/husksync/database/Database.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.database; import net.william278.husksync.HuskSync; diff --git a/common/src/main/java/net/william278/husksync/database/MySqlDatabase.java b/common/src/main/java/net/william278/husksync/database/MySqlDatabase.java index d555c696..c2b616e5 100644 --- a/common/src/main/java/net/william278/husksync/database/MySqlDatabase.java +++ b/common/src/main/java/net/william278/husksync/database/MySqlDatabase.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.database; import com.zaxxer.hikari.HikariDataSource; diff --git a/common/src/main/java/net/william278/husksync/event/CancellableEvent.java b/common/src/main/java/net/william278/husksync/event/CancellableEvent.java index c7339391..9a6695cc 100644 --- a/common/src/main/java/net/william278/husksync/event/CancellableEvent.java +++ b/common/src/main/java/net/william278/husksync/event/CancellableEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; public interface CancellableEvent extends Event { diff --git a/common/src/main/java/net/william278/husksync/event/DataSaveEvent.java b/common/src/main/java/net/william278/husksync/event/DataSaveEvent.java index b23b50a4..cba09649 100644 --- a/common/src/main/java/net/william278/husksync/event/DataSaveEvent.java +++ b/common/src/main/java/net/william278/husksync/event/DataSaveEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import net.william278.husksync.data.DataSaveCause; diff --git a/common/src/main/java/net/william278/husksync/event/Event.java b/common/src/main/java/net/william278/husksync/event/Event.java index afee122d..aedb5331 100644 --- a/common/src/main/java/net/william278/husksync/event/Event.java +++ b/common/src/main/java/net/william278/husksync/event/Event.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import java.util.concurrent.CompletableFuture; diff --git a/common/src/main/java/net/william278/husksync/event/EventCannon.java b/common/src/main/java/net/william278/husksync/event/EventCannon.java index 4329fd6b..89c9712c 100644 --- a/common/src/main/java/net/william278/husksync/event/EventCannon.java +++ b/common/src/main/java/net/william278/husksync/event/EventCannon.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import net.william278.husksync.data.DataSaveCause; diff --git a/common/src/main/java/net/william278/husksync/event/PlayerEvent.java b/common/src/main/java/net/william278/husksync/event/PlayerEvent.java index 78718a62..acfdbaca 100644 --- a/common/src/main/java/net/william278/husksync/event/PlayerEvent.java +++ b/common/src/main/java/net/william278/husksync/event/PlayerEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import net.william278.husksync.player.OnlineUser; diff --git a/common/src/main/java/net/william278/husksync/event/PreSyncEvent.java b/common/src/main/java/net/william278/husksync/event/PreSyncEvent.java index bc411751..9f91d482 100644 --- a/common/src/main/java/net/william278/husksync/event/PreSyncEvent.java +++ b/common/src/main/java/net/william278/husksync/event/PreSyncEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; import net.william278.husksync.data.UserData; diff --git a/common/src/main/java/net/william278/husksync/event/SyncCompleteEvent.java b/common/src/main/java/net/william278/husksync/event/SyncCompleteEvent.java index 119ec650..26ae18b7 100644 --- a/common/src/main/java/net/william278/husksync/event/SyncCompleteEvent.java +++ b/common/src/main/java/net/william278/husksync/event/SyncCompleteEvent.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.event; public interface SyncCompleteEvent extends PlayerEvent { diff --git a/common/src/main/java/net/william278/husksync/hook/PlanDataExtension.java b/common/src/main/java/net/william278/husksync/hook/PlanDataExtension.java index 53c03d65..9e9c887f 100644 --- a/common/src/main/java/net/william278/husksync/hook/PlanDataExtension.java +++ b/common/src/main/java/net/william278/husksync/hook/PlanDataExtension.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.hook; import com.djrapitops.plan.extension.CallEvents; diff --git a/common/src/main/java/net/william278/husksync/hook/PlanHook.java b/common/src/main/java/net/william278/husksync/hook/PlanHook.java index 9c20a2d8..95489e28 100644 --- a/common/src/main/java/net/william278/husksync/hook/PlanHook.java +++ b/common/src/main/java/net/william278/husksync/hook/PlanHook.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.hook; import com.djrapitops.plan.capability.CapabilityService; diff --git a/common/src/main/java/net/william278/husksync/listener/EventListener.java b/common/src/main/java/net/william278/husksync/listener/EventListener.java index eb470c38..6e6f73f1 100644 --- a/common/src/main/java/net/william278/husksync/listener/EventListener.java +++ b/common/src/main/java/net/william278/husksync/listener/EventListener.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.listener; import de.themoep.minedown.adventure.MineDown; diff --git a/common/src/main/java/net/william278/husksync/migrator/Migrator.java b/common/src/main/java/net/william278/husksync/migrator/Migrator.java index ebe19328..b9c00ae3 100644 --- a/common/src/main/java/net/william278/husksync/migrator/Migrator.java +++ b/common/src/main/java/net/william278/husksync/migrator/Migrator.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.migrator; import net.william278.husksync.HuskSync; diff --git a/common/src/main/java/net/william278/husksync/player/OnlineUser.java b/common/src/main/java/net/william278/husksync/player/OnlineUser.java index bd48d190..1ad4cd54 100644 --- a/common/src/main/java/net/william278/husksync/player/OnlineUser.java +++ b/common/src/main/java/net/william278/husksync/player/OnlineUser.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.player; import de.themoep.minedown.adventure.MineDown; diff --git a/common/src/main/java/net/william278/husksync/player/User.java b/common/src/main/java/net/william278/husksync/player/User.java index b22fdc7a..985b7afa 100644 --- a/common/src/main/java/net/william278/husksync/player/User.java +++ b/common/src/main/java/net/william278/husksync/player/User.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.player; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/redis/RedisKeyType.java b/common/src/main/java/net/william278/husksync/redis/RedisKeyType.java index eae2e2ac..4089f241 100644 --- a/common/src/main/java/net/william278/husksync/redis/RedisKeyType.java +++ b/common/src/main/java/net/william278/husksync/redis/RedisKeyType.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.redis; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/redis/RedisManager.java b/common/src/main/java/net/william278/husksync/redis/RedisManager.java index 4a8e25e5..8681fbfc 100644 --- a/common/src/main/java/net/william278/husksync/redis/RedisManager.java +++ b/common/src/main/java/net/william278/husksync/redis/RedisManager.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.redis; import de.themoep.minedown.adventure.MineDown; diff --git a/common/src/main/java/net/william278/husksync/redis/RedisMessage.java b/common/src/main/java/net/william278/husksync/redis/RedisMessage.java index 6fd8d993..42c91227 100644 --- a/common/src/main/java/net/william278/husksync/redis/RedisMessage.java +++ b/common/src/main/java/net/william278/husksync/redis/RedisMessage.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.redis; import com.google.gson.GsonBuilder; diff --git a/common/src/main/java/net/william278/husksync/redis/RedisMessageType.java b/common/src/main/java/net/william278/husksync/redis/RedisMessageType.java index f12d3dcd..7b35937b 100644 --- a/common/src/main/java/net/william278/husksync/redis/RedisMessageType.java +++ b/common/src/main/java/net/william278/husksync/redis/RedisMessageType.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.redis; import org.jetbrains.annotations.NotNull; diff --git a/common/src/main/java/net/william278/husksync/util/DataDumper.java b/common/src/main/java/net/william278/husksync/util/DataDumper.java index a51a136e..e7105a6a 100644 --- a/common/src/main/java/net/william278/husksync/util/DataDumper.java +++ b/common/src/main/java/net/william278/husksync/util/DataDumper.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.util; import com.google.gson.JsonObject; diff --git a/common/src/main/java/net/william278/husksync/util/DataSnapshotList.java b/common/src/main/java/net/william278/husksync/util/DataSnapshotList.java index 977fb684..2dfe860d 100644 --- a/common/src/main/java/net/william278/husksync/util/DataSnapshotList.java +++ b/common/src/main/java/net/william278/husksync/util/DataSnapshotList.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.util; import net.william278.husksync.config.Locales; diff --git a/common/src/test/java/net/william278/husksync/DummyHuskSync.java b/common/src/test/java/net/william278/husksync/DummyHuskSync.java index 55795174..17e6ae68 100644 --- a/common/src/test/java/net/william278/husksync/DummyHuskSync.java +++ b/common/src/test/java/net/william278/husksync/DummyHuskSync.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync; import net.william278.desertwell.Version; diff --git a/common/src/test/java/net/william278/husksync/data/DataAdaptionTests.java b/common/src/test/java/net/william278/husksync/data/DataAdaptionTests.java index a45b5d78..c42a4229 100644 --- a/common/src/test/java/net/william278/husksync/data/DataAdaptionTests.java +++ b/common/src/test/java/net/william278/husksync/data/DataAdaptionTests.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.data; import net.william278.husksync.DummyHuskSync; diff --git a/common/src/test/java/net/william278/husksync/hook/PlanHookTests.java b/common/src/test/java/net/william278/husksync/hook/PlanHookTests.java index db47c52a..0d32fac9 100644 --- a/common/src/test/java/net/william278/husksync/hook/PlanHookTests.java +++ b/common/src/test/java/net/william278/husksync/hook/PlanHookTests.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.hook; import com.djrapitops.plan.extension.extractor.ExtensionExtractor; diff --git a/common/src/test/java/net/william278/husksync/player/DummyPlayer.java b/common/src/test/java/net/william278/husksync/player/DummyPlayer.java index c3b34d01..294680ac 100644 --- a/common/src/test/java/net/william278/husksync/player/DummyPlayer.java +++ b/common/src/test/java/net/william278/husksync/player/DummyPlayer.java @@ -1,3 +1,16 @@ +/* + * This file is part of HuskSync by William278. Do not redistribute! + * + * Copyright (c) William278 + * All rights reserved. + * + * This source code is provided as reference to licensed individuals that have purchased the HuskSync + * plugin once from any of the official sources it is provided. The availability of this code does + * not grant you the rights to modify, re-distribute, compile or redistribute this source code or + * "plugin" outside this intended purpose. This license does not cover libraries developed by third + * parties that are utilised in the plugin. + */ + package net.william278.husksync.player; import de.themoep.minedown.adventure.MineDown;