diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index d8b2495..d58ddb0 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1/apache-maven-3.9.1-bin.zip -wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip +wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar diff --git a/README.md b/README.md index 6b254eb..cb0a88d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It is based off of [SpigotMC's Bukkit](https://hub.spigotmc.org/stash/projects/S ## Obtaining YamlConfiguration You can obtain a copy of YamlConfiguration via the following methods: -- Download a pre-built copy from the [Releases page](https://github.com/bspfsystems/YamlConfiguration/releases/latest/). The latest version is release 3.0.1. +- Download a pre-built copy from the [Releases page](https://github.com/bspfsystems/YamlConfiguration/releases/latest/). The latest version is release 3.0.2. - Build from source (see below). - Include it as a dependency in your project (see the Development API section). - @@ -52,7 +52,7 @@ Include the following in your `pom.xml` file:
org.bspfsystems yamlconfiguration - 3.0.1 + 3.0.2 compile @@ -68,7 +68,7 @@ repositories { } dependencies { - implementation "org.bspfsystems:yamlconfiguration:3.0.1" + implementation "org.bspfsystems:yamlconfiguration:3.0.2" } ``` diff --git a/pom.xml b/pom.xml index 1c95a77..f734c7b 100644 --- a/pom.xml +++ b/pom.xml @@ -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 @@ -32,7 +32,7 @@ org.bspfsystems yamlconfiguration - 3.0.1 + 3.0.2 jar YamlConfiguration @@ -106,7 +106,7 @@ org.jetbrains annotations - 24.1.0 + 26.0.1 compile @@ -174,7 +174,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.11.2 src/main/java @@ -190,7 +190,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.5 + 3.2.7 sign-artifacts diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java index 36cd5fa..16e3598 100644 --- a/src/main/java/module-info.java +++ b/src/main/java/module-info.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/configuration/Configuration.java b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/Configuration.java index 28819a8..8f5ed90 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/configuration/Configuration.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/Configuration.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/configuration/ConfigurationOptions.java b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/ConfigurationOptions.java index 9a46d31..529ed4c 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/configuration/ConfigurationOptions.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/ConfigurationOptions.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/configuration/ConfigurationSection.java b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/ConfigurationSection.java index 6bfb44e..1c244ae 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/configuration/ConfigurationSection.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/ConfigurationSection.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/configuration/InvalidConfigurationException.java b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/InvalidConfigurationException.java index 2aa958c..ba660c4 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/configuration/InvalidConfigurationException.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/InvalidConfigurationException.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/configuration/MemoryConfiguration.java b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/MemoryConfiguration.java index 605b3d5..81f58ca 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/configuration/MemoryConfiguration.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/MemoryConfiguration.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/configuration/MemoryConfigurationOptions.java b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/MemoryConfigurationOptions.java index 565899a..b6c026e 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/configuration/MemoryConfigurationOptions.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/MemoryConfigurationOptions.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/configuration/MemorySection.java b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/MemorySection.java index 30cb2dc..1885eca 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/configuration/MemorySection.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/MemorySection.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/configuration/SectionPathData.java b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/SectionPathData.java index 03a4203..2c567fe 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/configuration/SectionPathData.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/configuration/SectionPathData.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/file/FileConfiguration.java b/src/main/java/org/bspfsystems/yamlconfiguration/file/FileConfiguration.java index 217b56e..5033404 100644 --- a/src/main/java/org/bspfsystems/yamlconfiguration/file/FileConfiguration.java +++ b/src/main/java/org/bspfsystems/yamlconfiguration/file/FileConfiguration.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 @@ -48,7 +48,7 @@ * Represents a base class for all file-based implementations of a memory * configuration. *

- * 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