From f6aab54d4de8734b498e5aeba8820757dfb50f89 Mon Sep 17 00:00:00 2001 From: William Date: Sat, 1 Jul 2023 13:39:48 +0100 Subject: [PATCH] license: Relicense under Apache-2.0 --- HEADER | 20 +- LICENSE | 223 ++++++++++++++++-- README.md | 10 +- .../william278/husksync/BukkitHuskSync.java | 20 +- .../william278/husksync/api/HuskSyncAPI.java | 20 +- .../husksync/command/BrigadierUtil.java | 20 +- .../husksync/command/BukkitCommand.java | 20 +- .../husksync/command/BukkitCommandType.java | 20 +- .../husksync/data/BukkitInventoryMap.java | 20 +- .../husksync/data/BukkitMapHandler.java | 20 +- .../data/BukkitPersistentTypeMapping.java | 20 +- .../husksync/data/BukkitSerializer.java | 20 +- .../husksync/event/BukkitDataSaveEvent.java | 20 +- .../husksync/event/BukkitEvent.java | 20 +- .../husksync/event/BukkitEventCannon.java | 20 +- .../husksync/event/BukkitPlayerEvent.java | 20 +- .../husksync/event/BukkitPreSyncEvent.java | 20 +- .../event/BukkitSyncCompleteEvent.java | 20 +- .../listener/BukkitDeathEventListener.java | 20 +- .../listener/BukkitEventListener.java | 20 +- .../listener/BukkitJoinEventListener.java | 20 +- .../listener/BukkitQuitEventListener.java | 20 +- .../husksync/migrator/LegacyMigrator.java | 20 +- .../husksync/migrator/MpdbMigrator.java | 20 +- .../husksync/player/BukkitPlayer.java | 20 +- .../net/william278/husksync/HuskSync.java | 20 +- .../HuskSyncInitializationException.java | 20 +- .../husksync/api/BaseHuskSyncAPI.java | 20 +- .../husksync/command/CommandBase.java | 20 +- .../husksync/command/ConsoleExecutable.java | 20 +- .../husksync/command/EnderChestCommand.java | 20 +- .../husksync/command/HuskSyncCommand.java | 20 +- .../husksync/command/InventoryCommand.java | 20 +- .../husksync/command/Permission.java | 20 +- .../husksync/command/TabCompletable.java | 20 +- .../husksync/command/UserDataCommand.java | 20 +- .../william278/husksync/config/Locales.java | 22 +- .../william278/husksync/config/Settings.java | 20 +- .../husksync/data/AdvancementData.java | 20 +- .../husksync/data/CompressedDataAdapter.java | 20 +- .../william278/husksync/data/DataAdapter.java | 20 +- .../husksync/data/DataAdaptionException.java | 20 +- .../husksync/data/DataSaveCause.java | 20 +- .../data/DataSerializationException.java | 20 +- .../william278/husksync/data/ItemData.java | 20 +- .../husksync/data/JsonDataAdapter.java | 20 +- .../husksync/data/LocationData.java | 20 +- .../data/PersistentDataContainerData.java | 20 +- .../husksync/data/PersistentDataTag.java | 20 +- .../husksync/data/PersistentDataTagType.java | 20 +- .../husksync/data/PotionEffectData.java | 20 +- .../husksync/data/StatisticsData.java | 20 +- .../william278/husksync/data/StatusData.java | 20 +- .../husksync/data/StatusDataFlag.java | 20 +- .../william278/husksync/data/UserData.java | 20 +- .../husksync/data/UserDataBuilder.java | 20 +- .../husksync/data/UserDataSnapshot.java | 20 +- .../husksync/database/Database.java | 20 +- .../husksync/database/MySqlDatabase.java | 20 +- .../husksync/event/CancellableEvent.java | 20 +- .../husksync/event/DataSaveEvent.java | 20 +- .../net/william278/husksync/event/Event.java | 20 +- .../husksync/event/EventCannon.java | 20 +- .../husksync/event/PlayerEvent.java | 20 +- .../husksync/event/PreSyncEvent.java | 20 +- .../husksync/event/SyncCompleteEvent.java | 20 +- .../husksync/hook/PlanDataExtension.java | 20 +- .../william278/husksync/hook/PlanHook.java | 20 +- .../husksync/listener/EventListener.java | 20 +- .../husksync/migrator/Migrator.java | 20 +- .../husksync/player/OnlineUser.java | 20 +- .../net/william278/husksync/player/User.java | 20 +- .../husksync/redis/RedisKeyType.java | 20 +- .../husksync/redis/RedisManager.java | 20 +- .../husksync/redis/RedisMessage.java | 20 +- .../husksync/redis/RedisMessageType.java | 20 +- .../william278/husksync/util/DataDumper.java | 20 +- .../husksync/util/DataSnapshotList.java | 20 +- .../william278/husksync/DummyHuskSync.java | 20 +- .../husksync/data/DataAdaptionTests.java | 20 +- .../husksync/hook/PlanHookTests.java | 20 +- .../husksync/player/DummyPlayer.java | 20 +- 82 files changed, 1249 insertions(+), 586 deletions(-) diff --git a/HEADER b/HEADER index 96a1a0e8..d5864d3f 100644 --- a/HEADER +++ b/HEADER @@ -1,10 +1,16 @@ -This file is part of HuskSync by William278. Do not redistribute! +This file is part of HuskSync, licensed under the Apache License 2.0. Copyright (c) William278 - All rights reserved. + Copyright (c) contributors - 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. \ No newline at end of file + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/LICENSE b/LICENSE index 51c90b46..7a4a3ea2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,202 @@ -Copyright © William278 2023. All rights reserved - -LICENSE -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. - -CONTRIBUTOR AGREEMENT -By contributing code to this repository, contributors agree that they forfeit their contributions -to the copyright holder and only the copyright holder. -In exchange for contributing, the copyright holder may give, at their discretion, permission to use -the plugin in commercial contexts - -DEFINITIONS -"plugin"; the jar file compiled from this source code -"source code"; the java source code and gradle configurations provided in this repository, however -excludes libraries -"copyright holder"; William278 -"contributor(s)"; person(s) who submit (contribute) code through a pull request to this repository + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md index 6a145867..a1505816 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,14 @@ To build HuskSync, simply run the following in the root of the repository: ``` ## License -HuskSync is a premium resource. This source code is provided as reference only for those who have purchased the resource from an official source. +HuskSync is licensed under the Apache 2.0 license. - [License](https://github.com/WiIIiam278/HuskSync/blob/master/LICENSE) -## Contributing -A code bounty program is in place for HuskSync, where developers making significant code contributions to HuskSync may be entitled to a license at my discretion to use HuskSync in commercial contexts without having to purchase the resource. Please read the information for contributors in the LICENSE file before submitting a pull request. +Contributions to the project are welcome—feel free to open a pull request with new features, improvements and/or fixes! + +### Support +Due to its complexity, official support for HuskSync is provided through a paid model. This means that support is only available to users who have purchased a license to the plugin from Spigot, Polymart, or Craftaro and have provided proof of purchase. Please join our Discord server if you have done so and need help! ## Translations Translations of the plugin locales are welcome to help make the plugin more accessible. Please submit a pull request with your translations as a `.yml` file. @@ -76,7 +78,7 @@ Translations of the plugin locales are welcome to help make the plugin more acce - [Docs](https://william278.net/docs/husksync/) — Read the plugin documentation! - [Spigot](https://www.spigotmc.org/resources/husksync.97144/) — View the Spigot resource page (Also: [Polymart](https://polymart.org/resource/husksync.1634), [Craftaro](https://craftaro.com/marketplace/product/husksync.758)) - [Issues](https://github.com/WiIIiam278/HuskSync/issues) — File a bug report or feature request -- [Discord](https://discord.gg/tVYhJfyDWG) — Get help, ask questions (Proof of purchase required) +- [Discord](https://discord.gg/tVYhJfyDWG) — Get help, ask questions (Purchase required) - [bStats](https://bstats.org/plugin/bukkit/HuskSync%20-%20Bukkit/13140) — View plugin metrics --- diff --git a/bukkit/src/main/java/net/william278/husksync/BukkitHuskSync.java b/bukkit/src/main/java/net/william278/husksync/BukkitHuskSync.java index b4852d77..22b3edaf 100644 --- a/bukkit/src/main/java/net/william278/husksync/BukkitHuskSync.java +++ b/bukkit/src/main/java/net/william278/husksync/BukkitHuskSync.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync; 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 b8b42484..0b5f7116 100644 --- a/bukkit/src/main/java/net/william278/husksync/api/HuskSyncAPI.java +++ b/bukkit/src/main/java/net/william278/husksync/api/HuskSyncAPI.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.api; 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 dc93c8aa..fbac0c9d 100644 --- a/bukkit/src/main/java/net/william278/husksync/command/BrigadierUtil.java +++ b/bukkit/src/main/java/net/william278/husksync/command/BrigadierUtil.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 a46efe78..178ac885 100644 --- a/bukkit/src/main/java/net/william278/husksync/command/BukkitCommand.java +++ b/bukkit/src/main/java/net/william278/husksync/command/BukkitCommand.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 289a3455..a69e0229 100644 --- a/bukkit/src/main/java/net/william278/husksync/command/BukkitCommandType.java +++ b/bukkit/src/main/java/net/william278/husksync/command/BukkitCommandType.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 4326235f..7175e1c4 100644 --- a/bukkit/src/main/java/net/william278/husksync/data/BukkitInventoryMap.java +++ b/bukkit/src/main/java/net/william278/husksync/data/BukkitInventoryMap.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 cc1ddac1..f603aac4 100644 --- a/bukkit/src/main/java/net/william278/husksync/data/BukkitMapHandler.java +++ b/bukkit/src/main/java/net/william278/husksync/data/BukkitMapHandler.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 6e651286..4102842f 100644 --- a/bukkit/src/main/java/net/william278/husksync/data/BukkitPersistentTypeMapping.java +++ b/bukkit/src/main/java/net/william278/husksync/data/BukkitPersistentTypeMapping.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 a3cacb93..1c4b57ac 100644 --- a/bukkit/src/main/java/net/william278/husksync/data/BukkitSerializer.java +++ b/bukkit/src/main/java/net/william278/husksync/data/BukkitSerializer.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 a945961e..2a8ef3cd 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitDataSaveEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitDataSaveEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 b96c1f62..5e3a54e2 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 dc80a71f..5bf3c9c5 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitEventCannon.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitEventCannon.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 b964d46d..8664a0f5 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitPlayerEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitPlayerEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 e80b0922..a0ce94b8 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitPreSyncEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitPreSyncEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 84146a0b..18abd1b5 100644 --- a/bukkit/src/main/java/net/william278/husksync/event/BukkitSyncCompleteEvent.java +++ b/bukkit/src/main/java/net/william278/husksync/event/BukkitSyncCompleteEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 ce402433..5bb2db75 100644 --- a/bukkit/src/main/java/net/william278/husksync/listener/BukkitDeathEventListener.java +++ b/bukkit/src/main/java/net/william278/husksync/listener/BukkitDeathEventListener.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.listener; 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 29dfe62f..fb613f38 100644 --- a/bukkit/src/main/java/net/william278/husksync/listener/BukkitEventListener.java +++ b/bukkit/src/main/java/net/william278/husksync/listener/BukkitEventListener.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.listener; 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 16e5e7a9..a2f69776 100644 --- a/bukkit/src/main/java/net/william278/husksync/listener/BukkitJoinEventListener.java +++ b/bukkit/src/main/java/net/william278/husksync/listener/BukkitJoinEventListener.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.listener; 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 5a5b1b82..133513f7 100644 --- a/bukkit/src/main/java/net/william278/husksync/listener/BukkitQuitEventListener.java +++ b/bukkit/src/main/java/net/william278/husksync/listener/BukkitQuitEventListener.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.listener; 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 d63188d8..bd6e2335 100644 --- a/bukkit/src/main/java/net/william278/husksync/migrator/LegacyMigrator.java +++ b/bukkit/src/main/java/net/william278/husksync/migrator/LegacyMigrator.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.migrator; 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 60eb73e9..8b929c88 100644 --- a/bukkit/src/main/java/net/william278/husksync/migrator/MpdbMigrator.java +++ b/bukkit/src/main/java/net/william278/husksync/migrator/MpdbMigrator.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.migrator; 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 dcc9496b..f70db974 100644 --- a/bukkit/src/main/java/net/william278/husksync/player/BukkitPlayer.java +++ b/bukkit/src/main/java/net/william278/husksync/player/BukkitPlayer.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.player; diff --git a/common/src/main/java/net/william278/husksync/HuskSync.java b/common/src/main/java/net/william278/husksync/HuskSync.java index e02b4683..a579ff57 100644 --- a/common/src/main/java/net/william278/husksync/HuskSync.java +++ b/common/src/main/java/net/william278/husksync/HuskSync.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync; diff --git a/common/src/main/java/net/william278/husksync/HuskSyncInitializationException.java b/common/src/main/java/net/william278/husksync/HuskSyncInitializationException.java index a9b21980..2e6f3c69 100644 --- a/common/src/main/java/net/william278/husksync/HuskSyncInitializationException.java +++ b/common/src/main/java/net/william278/husksync/HuskSyncInitializationException.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync; 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 ae195467..70caae4b 100644 --- a/common/src/main/java/net/william278/husksync/api/BaseHuskSyncAPI.java +++ b/common/src/main/java/net/william278/husksync/api/BaseHuskSyncAPI.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.api; 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 161aa05a..d4fb126a 100644 --- a/common/src/main/java/net/william278/husksync/command/CommandBase.java +++ b/common/src/main/java/net/william278/husksync/command/CommandBase.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 3e3c7152..d633285a 100644 --- a/common/src/main/java/net/william278/husksync/command/ConsoleExecutable.java +++ b/common/src/main/java/net/william278/husksync/command/ConsoleExecutable.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 9950efc2..c7071d41 100644 --- a/common/src/main/java/net/william278/husksync/command/EnderChestCommand.java +++ b/common/src/main/java/net/william278/husksync/command/EnderChestCommand.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 04a10203..06f233c0 100644 --- a/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java +++ b/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 258276d5..9d1fa651 100644 --- a/common/src/main/java/net/william278/husksync/command/InventoryCommand.java +++ b/common/src/main/java/net/william278/husksync/command/InventoryCommand.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 35c19f82..93af4228 100644 --- a/common/src/main/java/net/william278/husksync/command/Permission.java +++ b/common/src/main/java/net/william278/husksync/command/Permission.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 fc768165..a7e7e183 100644 --- a/common/src/main/java/net/william278/husksync/command/TabCompletable.java +++ b/common/src/main/java/net/william278/husksync/command/TabCompletable.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 21c97d30..518df8fd 100644 --- a/common/src/main/java/net/william278/husksync/command/UserDataCommand.java +++ b/common/src/main/java/net/william278/husksync/command/UserDataCommand.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.command; 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 7a88725f..361142ac 100644 --- a/common/src/main/java/net/william278/husksync/config/Locales.java +++ b/common/src/main/java/net/william278/husksync/config/Locales.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.config; @@ -29,7 +35,7 @@ import java.util.Optional; */ @YamlFile(rootedMap = true, header = """ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ - ┃ HuskHomes Locales ┃ + ┃ HuskSync Locales ┃ ┃ Developed by William278 ┃ ┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ ┣╸ See plugin about menu for international locale credits 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 873aa472..d983540d 100644 --- a/common/src/main/java/net/william278/husksync/config/Settings.java +++ b/common/src/main/java/net/william278/husksync/config/Settings.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.config; 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 65bb7aed..738a8013 100644 --- a/common/src/main/java/net/william278/husksync/data/AdvancementData.java +++ b/common/src/main/java/net/william278/husksync/data/AdvancementData.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 9c1b915a..76d0f44e 100644 --- a/common/src/main/java/net/william278/husksync/data/CompressedDataAdapter.java +++ b/common/src/main/java/net/william278/husksync/data/CompressedDataAdapter.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 7aacfb3e..8e568b33 100644 --- a/common/src/main/java/net/william278/husksync/data/DataAdapter.java +++ b/common/src/main/java/net/william278/husksync/data/DataAdapter.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 1bb7c335..c88f158b 100644 --- a/common/src/main/java/net/william278/husksync/data/DataAdaptionException.java +++ b/common/src/main/java/net/william278/husksync/data/DataAdaptionException.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ 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 5fac2553..7b4c8671 100644 --- a/common/src/main/java/net/william278/husksync/data/DataSaveCause.java +++ b/common/src/main/java/net/william278/husksync/data/DataSaveCause.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 ac5131cf..75474d5a 100644 --- a/common/src/main/java/net/william278/husksync/data/DataSerializationException.java +++ b/common/src/main/java/net/william278/husksync/data/DataSerializationException.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 8a25d534..86dc014f 100644 --- a/common/src/main/java/net/william278/husksync/data/ItemData.java +++ b/common/src/main/java/net/william278/husksync/data/ItemData.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 e48fc0c8..2162ca5e 100644 --- a/common/src/main/java/net/william278/husksync/data/JsonDataAdapter.java +++ b/common/src/main/java/net/william278/husksync/data/JsonDataAdapter.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 0f0c11ea..0d263acd 100644 --- a/common/src/main/java/net/william278/husksync/data/LocationData.java +++ b/common/src/main/java/net/william278/husksync/data/LocationData.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 bc5b7c54..44c5784e 100644 --- a/common/src/main/java/net/william278/husksync/data/PersistentDataContainerData.java +++ b/common/src/main/java/net/william278/husksync/data/PersistentDataContainerData.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 1ae0c9f8..9601d6c6 100644 --- a/common/src/main/java/net/william278/husksync/data/PersistentDataTag.java +++ b/common/src/main/java/net/william278/husksync/data/PersistentDataTag.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 03e6e316..56300dd6 100644 --- a/common/src/main/java/net/william278/husksync/data/PersistentDataTagType.java +++ b/common/src/main/java/net/william278/husksync/data/PersistentDataTagType.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 88a0a86b..afe1d599 100644 --- a/common/src/main/java/net/william278/husksync/data/PotionEffectData.java +++ b/common/src/main/java/net/william278/husksync/data/PotionEffectData.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 c8ed5dae..1486b0ab 100644 --- a/common/src/main/java/net/william278/husksync/data/StatisticsData.java +++ b/common/src/main/java/net/william278/husksync/data/StatisticsData.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 b03662d8..b5e193be 100644 --- a/common/src/main/java/net/william278/husksync/data/StatusData.java +++ b/common/src/main/java/net/william278/husksync/data/StatusData.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 0e5cf342..249b9fe1 100644 --- a/common/src/main/java/net/william278/husksync/data/StatusDataFlag.java +++ b/common/src/main/java/net/william278/husksync/data/StatusDataFlag.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 f8978e7f..ada18f4c 100644 --- a/common/src/main/java/net/william278/husksync/data/UserData.java +++ b/common/src/main/java/net/william278/husksync/data/UserData.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 a9916fd5..6a1e998a 100644 --- a/common/src/main/java/net/william278/husksync/data/UserDataBuilder.java +++ b/common/src/main/java/net/william278/husksync/data/UserDataBuilder.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 1663b7de..c7d088f9 100644 --- a/common/src/main/java/net/william278/husksync/data/UserDataSnapshot.java +++ b/common/src/main/java/net/william278/husksync/data/UserDataSnapshot.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 99ff1f25..705cf6da 100644 --- a/common/src/main/java/net/william278/husksync/database/Database.java +++ b/common/src/main/java/net/william278/husksync/database/Database.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.database; 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 c2b616e5..716f1de2 100644 --- a/common/src/main/java/net/william278/husksync/database/MySqlDatabase.java +++ b/common/src/main/java/net/william278/husksync/database/MySqlDatabase.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.database; 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 9a6695cc..7dc7f79c 100644 --- a/common/src/main/java/net/william278/husksync/event/CancellableEvent.java +++ b/common/src/main/java/net/william278/husksync/event/CancellableEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.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 cba09649..7e9be813 100644 --- a/common/src/main/java/net/william278/husksync/event/DataSaveEvent.java +++ b/common/src/main/java/net/william278/husksync/event/DataSaveEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 aedb5331..f7ec6eb2 100644 --- a/common/src/main/java/net/william278/husksync/event/Event.java +++ b/common/src/main/java/net/william278/husksync/event/Event.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 89c9712c..ac4779d4 100644 --- a/common/src/main/java/net/william278/husksync/event/EventCannon.java +++ b/common/src/main/java/net/william278/husksync/event/EventCannon.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 acfdbaca..c381e479 100644 --- a/common/src/main/java/net/william278/husksync/event/PlayerEvent.java +++ b/common/src/main/java/net/william278/husksync/event/PlayerEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 9f91d482..e5e27fc2 100644 --- a/common/src/main/java/net/william278/husksync/event/PreSyncEvent.java +++ b/common/src/main/java/net/william278/husksync/event/PreSyncEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 26ae18b7..86735cdf 100644 --- a/common/src/main/java/net/william278/husksync/event/SyncCompleteEvent.java +++ b/common/src/main/java/net/william278/husksync/event/SyncCompleteEvent.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.event; 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 9e9c887f..89b6a7db 100644 --- a/common/src/main/java/net/william278/husksync/hook/PlanDataExtension.java +++ b/common/src/main/java/net/william278/husksync/hook/PlanDataExtension.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.hook; 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 95489e28..b0786f59 100644 --- a/common/src/main/java/net/william278/husksync/hook/PlanHook.java +++ b/common/src/main/java/net/william278/husksync/hook/PlanHook.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.hook; 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 6e6f73f1..5dba45eb 100644 --- a/common/src/main/java/net/william278/husksync/listener/EventListener.java +++ b/common/src/main/java/net/william278/husksync/listener/EventListener.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.listener; 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 b9c00ae3..1b12d007 100644 --- a/common/src/main/java/net/william278/husksync/migrator/Migrator.java +++ b/common/src/main/java/net/william278/husksync/migrator/Migrator.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.migrator; 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 435bf296..1da48a20 100644 --- a/common/src/main/java/net/william278/husksync/player/OnlineUser.java +++ b/common/src/main/java/net/william278/husksync/player/OnlineUser.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.player; 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 985b7afa..aea20411 100644 --- a/common/src/main/java/net/william278/husksync/player/User.java +++ b/common/src/main/java/net/william278/husksync/player/User.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.player; 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 4089f241..fc069cad 100644 --- a/common/src/main/java/net/william278/husksync/redis/RedisKeyType.java +++ b/common/src/main/java/net/william278/husksync/redis/RedisKeyType.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.redis; 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 8681fbfc..990b554c 100644 --- a/common/src/main/java/net/william278/husksync/redis/RedisManager.java +++ b/common/src/main/java/net/william278/husksync/redis/RedisManager.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.redis; 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 42c91227..54cccb6a 100644 --- a/common/src/main/java/net/william278/husksync/redis/RedisMessage.java +++ b/common/src/main/java/net/william278/husksync/redis/RedisMessage.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.redis; 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 7b35937b..a8ba7b2e 100644 --- a/common/src/main/java/net/william278/husksync/redis/RedisMessageType.java +++ b/common/src/main/java/net/william278/husksync/redis/RedisMessageType.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.redis; 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 e7105a6a..31975a98 100644 --- a/common/src/main/java/net/william278/husksync/util/DataDumper.java +++ b/common/src/main/java/net/william278/husksync/util/DataDumper.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.util; 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 2dfe860d..6af99bcf 100644 --- a/common/src/main/java/net/william278/husksync/util/DataSnapshotList.java +++ b/common/src/main/java/net/william278/husksync/util/DataSnapshotList.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.util; diff --git a/common/src/test/java/net/william278/husksync/DummyHuskSync.java b/common/src/test/java/net/william278/husksync/DummyHuskSync.java index 2bff0a57..1a444e99 100644 --- a/common/src/test/java/net/william278/husksync/DummyHuskSync.java +++ b/common/src/test/java/net/william278/husksync/DummyHuskSync.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync; 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 c42a4229..b4727a60 100644 --- a/common/src/test/java/net/william278/husksync/data/DataAdaptionTests.java +++ b/common/src/test/java/net/william278/husksync/data/DataAdaptionTests.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.data; 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 0d32fac9..df12b4f2 100644 --- a/common/src/test/java/net/william278/husksync/hook/PlanHookTests.java +++ b/common/src/test/java/net/william278/husksync/hook/PlanHookTests.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.hook; 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 e483a62c..3dd4378b 100644 --- a/common/src/test/java/net/william278/husksync/player/DummyPlayer.java +++ b/common/src/test/java/net/william278/husksync/player/DummyPlayer.java @@ -1,14 +1,20 @@ /* - * This file is part of HuskSync by William278. Do not redistribute! + * This file is part of HuskSync, licensed under the Apache License 2.0. * * Copyright (c) William278 - * All rights reserved. + * Copyright (c) contributors * - * 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. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.william278.husksync.player;