- * Synchronized with the commit on 07-June-2022. + * Synchronized with the commit on 24-November-2024. */ public abstract class FileConfiguration extends MemoryConfiguration { diff --git a/src/main/java/org/bspfsystems/yamlconfiguration/file/FileConfigurationOptions.java b/src/main/java/org/bspfsystems/yamlconfiguration/file/FileConfigurationOptions.java index 4e5a0eb..81a7ff8 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/file/FileConfigurationOptions.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/file/FileConfigurationOptions.java @@ -4,8 +4,8 @@ * Implementation of SnakeYAML to be easy to use with files. * * Copyright (C) 2010-2014 The Bukkit Project (https://bukkit.org/) - * Copyright (C) 2014-2023 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) - * Copyright (C) 2020-2024 BSPF Systems, LLC (https://bspfsystems.org/) + * Copyright (C) 2014-2024 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) + * Copyright (C) 2020-2025 BSPF Systems, LLC (https://bspfsystems.org/) * * Many of the files in this project are sourced from the Bukkit API as * part of The Bukkit Project (https://bukkit.org/), now maintained by @@ -42,7 +42,7 @@ * Represents the various settings for controlling the input and output of a * file configuration. *
- * Synchronized with the commit on 20-December-2021. + * Synchronized with the commit on 24-November-2024. */ public class FileConfigurationOptions extends MemoryConfigurationOptions { diff --git a/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConfiguration.java b/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConfiguration.java index cc9a5ab..8fa3135 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConfiguration.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConfiguration.java @@ -4,8 +4,8 @@ * Implementation of SnakeYAML to be easy to use with files. * * Copyright (C) 2010-2014 The Bukkit Project (https://bukkit.org/) - * Copyright (C) 2014-2023 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) - * Copyright (C) 2020-2024 BSPF Systems, LLC (https://bspfsystems.org/) + * Copyright (C) 2014-2024 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) + * Copyright (C) 2020-2025 BSPF Systems, LLC (https://bspfsystems.org/) * * Many of the files in this project are sourced from the Bukkit API as * part of The Bukkit Project (https://bukkit.org/), now maintained by @@ -65,7 +65,7 @@ * Represents an implementation of configuration which saves all files in valid * YAML format. Please note that this implementation is not synchronized. *
- * Synchronized with the commit on 16-April-2023. + * Synchronized with the commit on 24-November-2024. */ public final class YamlConfiguration extends FileConfiguration { diff --git a/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConfigurationOptions.java b/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConfigurationOptions.java index 00ef1dc..b019216 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConfigurationOptions.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConfigurationOptions.java @@ -4,8 +4,8 @@ * Implementation of SnakeYAML to be easy to use with files. * * Copyright (C) 2010-2014 The Bukkit Project (https://bukkit.org/) - * Copyright (C) 2014-2023 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) - * Copyright (C) 2020-2024 BSPF Systems, LLC (https://bspfsystems.org/) + * Copyright (C) 2014-2024 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) + * Copyright (C) 2020-2025 BSPF Systems, LLC (https://bspfsystems.org/) * * Many of the files in this project are sourced from the Bukkit API as * part of The Bukkit Project (https://bukkit.org/), now maintained by @@ -38,7 +38,7 @@ * Represents the various settings for controlling the input and output of a * YAML configuration. *
- * Synchronized with the commit on 07-June-2022. + * Synchronized with the commit on 24-November-2024. */ public final class YamlConfigurationOptions extends FileConfigurationOptions { diff --git a/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConstructor.java b/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConstructor.java index fe2cc25..2c04fd5 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConstructor.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlConstructor.java @@ -4,8 +4,8 @@ * Implementation of SnakeYAML to be easy to use with files. * * Copyright (C) 2010-2014 The Bukkit Project (https://bukkit.org/) - * Copyright (C) 2014-2023 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) - * Copyright (C) 2020-2024 BSPF Systems, LLC (https://bspfsystems.org/) + * Copyright (C) 2014-2024 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) + * Copyright (C) 2020-2025 BSPF Systems, LLC (https://bspfsystems.org/) * * Many of the files in this project are sourced from the Bukkit API as * part of The Bukkit Project (https://bukkit.org/), now maintained by @@ -44,7 +44,7 @@ /** * Represents a custom safe constructor for use with a YAML configuration. *
- * Synchronized with the commit on 14-March-2023. + * Synchronized with the commit on 24-November-2024. */ public final class YamlConstructor extends SafeConstructor { diff --git a/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlRepresenter.java b/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlRepresenter.java index 2758d45..4cb2b69 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlRepresenter.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/file/YamlRepresenter.java @@ -4,8 +4,8 @@ * Implementation of SnakeYAML to be easy to use with files. * * Copyright (C) 2010-2014 The Bukkit Project (https://bukkit.org/) - * Copyright (C) 2014-2023 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) - * Copyright (C) 2020-2024 BSPF Systems, LLC (https://bspfsystems.org/) + * Copyright (C) 2014-2024 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) + * Copyright (C) 2020-2025 BSPF Systems, LLC (https://bspfsystems.org/) * * Many of the files in this project are sourced from the Bukkit API as * part of The Bukkit Project (https://bukkit.org/), now maintained by @@ -43,7 +43,7 @@ * Represents a representer that can work with configuration sections and * configuration serializables. *
- * Synchronized with the commit on 14-March-2023. + * Synchronized with the commit on 24-November-2024. */ public final class YamlRepresenter extends Representer { diff --git a/src/main/java/org/bspfsystems/yamlconfiguration/serialization/ConfigurationSerializable.java b/src/main/java/org/bspfsystems/yamlconfiguration/serialization/ConfigurationSerializable.java index 37bf554..5d4248d 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/serialization/ConfigurationSerializable.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/serialization/ConfigurationSerializable.java @@ -4,8 +4,8 @@ * Implementation of SnakeYAML to be easy to use with files. * * Copyright (C) 2010-2014 The Bukkit Project (https://bukkit.org/) - * Copyright (C) 2014-2023 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) - * Copyright (C) 2020-2024 BSPF Systems, LLC (https://bspfsystems.org/) + * Copyright (C) 2014-2024 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) + * Copyright (C) 2020-2025 BSPF Systems, LLC (https://bspfsystems.org/) * * Many of the files in this project are sourced from the Bukkit API as * part of The Bukkit Project (https://bukkit.org/), now maintained by diff --git a/src/main/java/org/bspfsystems/yamlconfiguration/serialization/ConfigurationSerialization.java b/src/main/java/org/bspfsystems/yamlconfiguration/serialization/ConfigurationSerialization.java index bd98725..68046ac 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/serialization/ConfigurationSerialization.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/serialization/ConfigurationSerialization.java @@ -4,8 +4,8 @@ * Implementation of SnakeYAML to be easy to use with files. * * Copyright (C) 2010-2014 The Bukkit Project (https://bukkit.org/) - * Copyright (C) 2014-2023 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) - * Copyright (C) 2020-2024 BSPF Systems, LLC (https://bspfsystems.org/) + * Copyright (C) 2014-2024 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) + * Copyright (C) 2020-2025 BSPF Systems, LLC (https://bspfsystems.org/) * * Many of the files in this project are sourced from the Bukkit API as * part of The Bukkit Project (https://bukkit.org/), now maintained by diff --git a/src/main/java/org/bspfsystems/yamlconfiguration/serialization/DelegateDeserialization.java b/src/main/java/org/bspfsystems/yamlconfiguration/serialization/DelegateDeserialization.java index 48942d5..0c3a5f6 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/serialization/DelegateDeserialization.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/serialization/DelegateDeserialization.java @@ -4,8 +4,8 @@ * Implementation of SnakeYAML to be easy to use with files. * * Copyright (C) 2010-2014 The Bukkit Project (https://bukkit.org/) - * Copyright (C) 2014-2023 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) - * Copyright (C) 2020-2024 BSPF Systems, LLC (https://bspfsystems.org/) + * Copyright (C) 2014-2024 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) + * Copyright (C) 2020-2025 BSPF Systems, LLC (https://bspfsystems.org/) * * Many of the files in this project are sourced from the Bukkit API as * part of The Bukkit Project (https://bukkit.org/), now maintained by diff --git a/src/main/java/org/bspfsystems/yamlconfiguration/serialization/SerializableAs.java b/src/main/java/org/bspfsystems/yamlconfiguration/serialization/SerializableAs.java index 84e3393..f52b476 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/serialization/SerializableAs.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/serialization/SerializableAs.java @@ -4,8 +4,8 @@ * Implementation of SnakeYAML to be easy to use with files. * * Copyright (C) 2010-2014 The Bukkit Project (https://bukkit.org/) - * Copyright (C) 2014-2023 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) - * Copyright (C) 2020-2024 BSPF Systems, LLC (https://bspfsystems.org/) + * Copyright (C) 2014-2024 SpigotMC Pty. Ltd. (https://www.spigotmc.org/) + * Copyright (C) 2020-2025 BSPF Systems, LLC (https://bspfsystems.org/) * * Many of the files in this project are sourced from the Bukkit API as * part of The Bukkit Project (https://bukkit.org/), now maintained by