From f2033992b33df287162dcdd6d0298bd6b713a5df Mon Sep 17 00:00:00 2001 From: Siroshun09 Date: Fri, 23 Feb 2024 15:53:00 +0900 Subject: [PATCH] chore: update copyright header to 2024 --- bom/build.gradle.kts | 2 +- build-logic/build.gradle.kts | 16 ++++++++++++++++ build-logic/settings.gradle.kts | 16 ++++++++++++++++ .../configapi.common-conventions.gradle.kts | 16 ++++++++++++++++ build.gradle.kts | 16 ++++++++++++++++ core/build.gradle.kts | 16 ++++++++++++++++ .../configapi/core/comment/Comment.java | 2 +- .../configapi/core/comment/SimpleComment.java | 2 +- .../core/comment/SimpleCommentImpl.java | 2 +- .../configapi/core/comment/package-info.java | 2 +- .../configapi/core/file/FileFormat.java | 2 +- .../core/file/java/binary/BinaryFormat.java | 2 +- .../core/file/java/binary/package-info.java | 2 +- .../file/java/properties/PropertiesFormat.java | 2 +- .../core/file/java/properties/package-info.java | 2 +- .../configapi/core/file/package-info.java | 2 +- .../configapi/core/node/ArrayNode.java | 2 +- .../configapi/core/node/BooleanArray.java | 2 +- .../configapi/core/node/BooleanValue.java | 2 +- .../configapi/core/node/ByteArray.java | 2 +- .../configapi/core/node/ByteValue.java | 2 +- .../configapi/core/node/CommentableNode.java | 2 +- .../configapi/core/node/CommentedNode.java | 2 +- .../configapi/core/node/DoubleArray.java | 2 +- .../configapi/core/node/DoubleValue.java | 2 +- .../configapi/core/node/EnumValue.java | 2 +- .../configapi/core/node/FloatArray.java | 2 +- .../configapi/core/node/FloatValue.java | 2 +- .../siroshun09/configapi/core/node/IntArray.java | 2 +- .../siroshun09/configapi/core/node/IntValue.java | 2 +- .../siroshun09/configapi/core/node/ListNode.java | 2 +- .../configapi/core/node/ListNodeImpl.java | 2 +- .../configapi/core/node/LongArray.java | 2 +- .../configapi/core/node/LongValue.java | 2 +- .../siroshun09/configapi/core/node/MapNode.java | 2 +- .../configapi/core/node/MapNodeImpl.java | 2 +- .../siroshun09/configapi/core/node/Node.java | 2 +- .../configapi/core/node/NodeUtils.java | 2 +- .../siroshun09/configapi/core/node/NullNode.java | 2 +- .../configapi/core/node/NumberValue.java | 2 +- .../configapi/core/node/ObjectNode.java | 2 +- .../configapi/core/node/ShortArray.java | 2 +- .../configapi/core/node/ShortValue.java | 2 +- .../configapi/core/node/StringRepresentable.java | 2 +- .../configapi/core/node/StringValue.java | 2 +- .../configapi/core/node/ValueNode.java | 2 +- .../configapi/core/node/package-info.java | 2 +- .../configapi/core/node/visitor/NodeVisitor.java | 2 +- .../core/node/visitor/StringNodeVisitor.java | 2 +- .../configapi/core/node/visitor/VisitResult.java | 2 +- .../core/node/visitor/package-info.java | 2 +- .../serialization/DelegatingSerialization.java | 2 +- .../core/serialization/Deserializer.java | 2 +- .../core/serialization/Serialization.java | 2 +- .../serialization/SerializationException.java | 2 +- .../configapi/core/serialization/Serializer.java | 2 +- .../serialization/annotation/CollectionType.java | 2 +- .../core/serialization/annotation/Comment.java | 2 +- .../serialization/annotation/DefaultBoolean.java | 2 +- .../serialization/annotation/DefaultByte.java | 2 +- .../serialization/annotation/DefaultDouble.java | 2 +- .../serialization/annotation/DefaultEnum.java | 2 +- .../serialization/annotation/DefaultFloat.java | 2 +- .../serialization/annotation/DefaultInt.java | 2 +- .../serialization/annotation/DefaultLong.java | 2 +- .../serialization/annotation/DefaultMapKey.java | 2 +- .../serialization/annotation/DefaultNull.java | 2 +- .../serialization/annotation/DefaultShort.java | 2 +- .../serialization/annotation/DefaultString.java | 2 +- .../core/serialization/annotation/Inline.java | 2 +- .../core/serialization/annotation/MapType.java | 2 +- .../serialization/annotation/package-info.java | 2 +- .../serialization/key/BasicKeyGenerators.java | 2 +- .../configapi/core/serialization/key/Key.java | 2 +- .../core/serialization/key/KeyGenerator.java | 2 +- .../core/serialization/key/package-info.java | 2 +- .../core/serialization/package-info.java | 2 +- .../serialization/record/CollectionUtils.java | 2 +- .../serialization/record/RecordDeserializer.java | 2 +- .../record/RecordSerialization.java | 2 +- .../serialization/record/RecordSerializer.java | 2 +- .../core/serialization/record/RecordUtils.java | 2 +- .../core/serialization/record/package-info.java | 2 +- .../serialization/registry/AbstractRegistry.java | 2 +- .../registry/DeserializerRegistry.java | 2 +- .../registry/DeserializerRegistryImpl.java | 2 +- .../serialization/registry/EmptyRegistries.java | 2 +- .../registry/SerializationRegistry.java | 2 +- .../registry/SerializationRegistryImpl.java | 2 +- .../registry/SerializerRegistry.java | 2 +- .../registry/SerializerRegistryImpl.java | 2 +- .../serialization/registry/package-info.java | 2 +- .../configapi/core/util/FileUtils.java | 2 +- .../configapi/core/util/ResourceUtils.java | 2 +- .../configapi/core/util/package-info.java | 2 +- .../core/file/java/binary/BinaryFormatTest.java | 2 +- .../java/properties/PropertiesFormatTest.java | 2 +- .../configapi/core/node/CommentableNodeTest.java | 2 +- .../configapi/core/node/ListNodeTest.java | 2 +- .../configapi/core/node/MapNodeTest.java | 2 +- .../configapi/core/node/ValueNodeTest.java | 2 +- .../core/node/visitor/StringNodeVisitorTest.java | 2 +- .../core/serialization/DeserializerTest.java | 2 +- .../core/serialization/SerializationTest.java | 2 +- .../core/serialization/SerializerTest.java | 2 +- .../core/serialization/key/KeyGeneratorTest.java | 2 +- .../core/serialization/record/ArrayTest.java | 2 +- .../record/RecordDeserializerTest.java | 2 +- .../record/RecordSerializationTest.java | 2 +- .../record/RecordSerializerTest.java | 2 +- .../registry/DeserializerRegistryTest.java | 2 +- .../registry/SerializationRegistryTest.java | 2 +- .../registry/SerializerRegistryTest.java | 2 +- .../configapi/core/util/ResourceUtilsTest.java | 2 +- format/gson/build.gradle.kts | 2 +- .../configapi/format/gson/GsonFormat.java | 2 +- .../configapi/format/gson/NodeSerializer.java | 2 +- .../configapi/format/gson/package-info.java | 2 +- .../configapi/format/gson/GsonFormatTest.java | 2 +- format/jackson/build.gradle.kts | 2 +- .../configapi/format/jackson/JacksonFormat.java | 2 +- .../format/jackson/NodeSerialization.java | 2 +- .../format/jackson/JacksonFormatTest.java | 2 +- format/yaml/build.gradle.kts | 2 +- .../configapi/format/yaml/NodeConverter.java | 2 +- .../configapi/format/yaml/ObjectConstructor.java | 2 +- .../configapi/format/yaml/YamlFormat.java | 2 +- .../format/yaml/comment/YamlBlockComment.java | 2 +- .../format/yaml/comment/YamlInlineComment.java | 2 +- .../format/yaml/comment/YamlNodeComment.java | 2 +- .../format/yaml/comment/YamlRootComment.java | 2 +- .../configapi/format/yaml/package-info.java | 2 +- .../configapi/format/yaml/YamlCommentTest.java | 2 +- .../configapi/format/yaml/YamlFormatTest.java | 2 +- settings.gradle.kts | 16 ++++++++++++++++ test-shared-classes/build.gradle.kts | 2 +- .../configapi/test/shared/data/Samples.java | 2 +- .../configapi/test/shared/data/package-info.java | 2 +- .../test/shared/file/BasicFileFormatTest.java | 2 +- .../test/shared/util/NodeAssertion.java | 2 +- .../configapi/test/shared/util/Replacer.java | 2 +- .../configapi/test/shared/util/package-info.java | 2 +- .../configapi/test/shared/data/SamplesTest.java | 2 +- 143 files changed, 233 insertions(+), 137 deletions(-) diff --git a/bom/build.gradle.kts b/bom/build.gradle.kts index 75a2e253..d9d8e67f 100644 --- a/bom/build.gradle.kts +++ b/bom/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/build-logic/build.gradle.kts b/build-logic/build.gradle.kts index a91876a8..20c876eb 100644 --- a/build-logic/build.gradle.kts +++ b/build-logic/build.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Siroshun09 + * + * 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. + */ + plugins { `kotlin-dsl` kotlin("jvm") version embeddedKotlinVersion diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts index a34c7855..1f41a516 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Siroshun09 + * + * 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. + */ + rootProject.name = "configapi-build-logic" dependencyResolutionManagement { diff --git a/build-logic/src/main/kotlin/configapi.common-conventions.gradle.kts b/build-logic/src/main/kotlin/configapi.common-conventions.gradle.kts index 71d2a8a0..d27f1146 100644 --- a/build-logic/src/main/kotlin/configapi.common-conventions.gradle.kts +++ b/build-logic/src/main/kotlin/configapi.common-conventions.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Siroshun09 + * + * 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. + */ + import org.gradle.api.tasks.testing.logging.TestLogEvent plugins { diff --git a/build.gradle.kts b/build.gradle.kts index 57b346ae..d4b00259 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Siroshun09 + * + * 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. + */ + plugins { id("configapi.aggregate-javadoc") } diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 2161f4d5..b1992494 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Siroshun09 + * + * 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. + */ + plugins { id("configapi.common-conventions") } diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/comment/Comment.java b/core/src/main/java/com/github/siroshun09/configapi/core/comment/Comment.java index 3d9197a6..e1389271 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/comment/Comment.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/comment/Comment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/comment/SimpleComment.java b/core/src/main/java/com/github/siroshun09/configapi/core/comment/SimpleComment.java index 9c59a0c5..521aad98 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/comment/SimpleComment.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/comment/SimpleComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/comment/SimpleCommentImpl.java b/core/src/main/java/com/github/siroshun09/configapi/core/comment/SimpleCommentImpl.java index 24cfde32..fa9eb062 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/comment/SimpleCommentImpl.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/comment/SimpleCommentImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/comment/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/comment/package-info.java index 05ece279..69d7e9b9 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/comment/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/comment/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/file/FileFormat.java b/core/src/main/java/com/github/siroshun09/configapi/core/file/FileFormat.java index ef94db46..5ba2e33f 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/file/FileFormat.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/file/FileFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/file/java/binary/BinaryFormat.java b/core/src/main/java/com/github/siroshun09/configapi/core/file/java/binary/BinaryFormat.java index 60912f6c..8799622b 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/file/java/binary/BinaryFormat.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/file/java/binary/BinaryFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/file/java/binary/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/file/java/binary/package-info.java index d936bbd0..707fb87e 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/file/java/binary/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/file/java/binary/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/file/java/properties/PropertiesFormat.java b/core/src/main/java/com/github/siroshun09/configapi/core/file/java/properties/PropertiesFormat.java index c78e330f..c0765329 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/file/java/properties/PropertiesFormat.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/file/java/properties/PropertiesFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/file/java/properties/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/file/java/properties/package-info.java index bde6dc37..fae65be8 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/file/java/properties/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/file/java/properties/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/file/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/file/package-info.java index 6c0968b4..7dafdd89 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/file/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/file/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/ArrayNode.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/ArrayNode.java index a6ab2c0c..98f58a52 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/ArrayNode.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/ArrayNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/BooleanArray.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/BooleanArray.java index 8a1c3039..4f9e696a 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/BooleanArray.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/BooleanArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/BooleanValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/BooleanValue.java index d7c319de..7560fd8d 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/BooleanValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/BooleanValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/ByteArray.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/ByteArray.java index 05e693bb..5dc3c6c3 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/ByteArray.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/ByteArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/ByteValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/ByteValue.java index 2fe6bfe6..79003bde 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/ByteValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/ByteValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/CommentableNode.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/CommentableNode.java index 1d817324..c8c224ec 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/CommentableNode.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/CommentableNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/CommentedNode.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/CommentedNode.java index a4a86a9f..28089ccf 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/CommentedNode.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/CommentedNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/DoubleArray.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/DoubleArray.java index bb9ef3f0..a6da2b54 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/DoubleArray.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/DoubleArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/DoubleValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/DoubleValue.java index 39f17fde..1c9ed5e2 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/DoubleValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/DoubleValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/EnumValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/EnumValue.java index 683a0280..640bccba 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/EnumValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/EnumValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/FloatArray.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/FloatArray.java index 677fe36f..39fbc5d7 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/FloatArray.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/FloatArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/FloatValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/FloatValue.java index 7f981568..5fd64049 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/FloatValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/FloatValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/IntArray.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/IntArray.java index 48caa85c..129f42bb 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/IntArray.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/IntArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/IntValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/IntValue.java index 2ec5f2e2..9afb607b 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/IntValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/IntValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/ListNode.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/ListNode.java index 55d5ca02..d44fed3f 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/ListNode.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/ListNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/ListNodeImpl.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/ListNodeImpl.java index f1b9f9f7..bcccc8e3 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/ListNodeImpl.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/ListNodeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/LongArray.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/LongArray.java index b485e292..be40ebfb 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/LongArray.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/LongArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/LongValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/LongValue.java index 7ce84605..2e109613 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/LongValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/LongValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/MapNode.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/MapNode.java index 47946a2d..0fa542bf 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/MapNode.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/MapNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/MapNodeImpl.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/MapNodeImpl.java index d7513273..bf4e0d13 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/MapNodeImpl.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/MapNodeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/Node.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/Node.java index 54b3ace8..50739c9e 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/Node.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/Node.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/NodeUtils.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/NodeUtils.java index 6a53edbb..bd40c011 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/NodeUtils.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/NodeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/NullNode.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/NullNode.java index c6ff1735..6d98795b 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/NullNode.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/NullNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/NumberValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/NumberValue.java index 518180d9..b4ba6be3 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/NumberValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/NumberValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/ObjectNode.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/ObjectNode.java index 567cfb72..edd4dfb8 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/ObjectNode.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/ObjectNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/ShortArray.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/ShortArray.java index 676fc2d5..e27cddc8 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/ShortArray.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/ShortArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/ShortValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/ShortValue.java index 3692ef80..6e95b35f 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/ShortValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/ShortValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/StringRepresentable.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/StringRepresentable.java index 074784dc..07b5b1cf 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/StringRepresentable.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/StringRepresentable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/StringValue.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/StringValue.java index f7c89e8d..2a8235ba 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/StringValue.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/StringValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/ValueNode.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/ValueNode.java index 02ec2097..69a7aad2 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/ValueNode.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/ValueNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/package-info.java index 8834adf2..b7a785ba 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/NodeVisitor.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/NodeVisitor.java index 2c997795..ea65a99b 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/NodeVisitor.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/NodeVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/StringNodeVisitor.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/StringNodeVisitor.java index 27a41c89..97c96e42 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/StringNodeVisitor.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/StringNodeVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/VisitResult.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/VisitResult.java index 46f325fc..94a7aac3 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/VisitResult.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/VisitResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/package-info.java index 1abfc409..dbee272e 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/node/visitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/DelegatingSerialization.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/DelegatingSerialization.java index ac7916a7..1f380008 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/DelegatingSerialization.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/DelegatingSerialization.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Deserializer.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Deserializer.java index c76e0748..6291a792 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Deserializer.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Deserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Serialization.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Serialization.java index 4ad3d57f..27e97970 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Serialization.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Serialization.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/SerializationException.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/SerializationException.java index dc94e8fc..e2b31721 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/SerializationException.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/SerializationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Serializer.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Serializer.java index 006edcc4..e667108b 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Serializer.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/Serializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/CollectionType.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/CollectionType.java index 4d1d8e94..f6f16df3 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/CollectionType.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/CollectionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/Comment.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/Comment.java index 7cc7a389..6972eaa9 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/Comment.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/Comment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultBoolean.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultBoolean.java index e8167714..03a8641e 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultBoolean.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultByte.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultByte.java index d0fa61fd..d227d8d7 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultByte.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultByte.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultDouble.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultDouble.java index 4aaa486a..06a85d7d 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultDouble.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultDouble.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultEnum.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultEnum.java index a7c6c81a..3169c83a 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultEnum.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultEnum.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultFloat.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultFloat.java index 26015b06..ed777811 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultFloat.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultFloat.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultInt.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultInt.java index 88b3eb9b..b23bb373 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultInt.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultInt.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultLong.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultLong.java index 7a3e7e42..ee0868f7 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultLong.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultLong.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultMapKey.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultMapKey.java index 507ab11b..6f0c1d3b 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultMapKey.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultMapKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultNull.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultNull.java index eeaedc54..3cf10009 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultNull.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultShort.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultShort.java index 5881e804..246a28a0 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultShort.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultShort.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultString.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultString.java index 3b980871..ef1ea55f 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultString.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/DefaultString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/Inline.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/Inline.java index 6430b977..57587b99 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/Inline.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/Inline.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/MapType.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/MapType.java index 00b35588..1373c370 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/MapType.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/MapType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/package-info.java index c4326684..8ad08ffa 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/BasicKeyGenerators.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/BasicKeyGenerators.java index f5643926..a6558376 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/BasicKeyGenerators.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/BasicKeyGenerators.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/Key.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/Key.java index eaf8131c..18a4a147 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/Key.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/Key.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/KeyGenerator.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/KeyGenerator.java index e3a73daa..f370d258 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/KeyGenerator.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/KeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/package-info.java index fe181c57..7a79dcbb 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/key/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/package-info.java index 05c98328..2e0b7a34 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/CollectionUtils.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/CollectionUtils.java index 0a637aa4..8a963a5b 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/CollectionUtils.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/CollectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordDeserializer.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordDeserializer.java index 03b40487..bd6d61cc 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordDeserializer.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerialization.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerialization.java index f649e8bc..10a3650f 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerialization.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerialization.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializer.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializer.java index 6d6c3abb..8520211b 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializer.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordUtils.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordUtils.java index 660cf5cb..16d8358f 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordUtils.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/RecordUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/package-info.java index d6ccc3f1..272e62dd 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/record/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/AbstractRegistry.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/AbstractRegistry.java index 5cc43142..802cd5c3 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/AbstractRegistry.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/AbstractRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistry.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistry.java index 5245887a..b37306d4 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistry.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistryImpl.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistryImpl.java index 4e7b0b07..7676a0b6 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistryImpl.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/EmptyRegistries.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/EmptyRegistries.java index 26be7eaf..81d19933 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/EmptyRegistries.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/EmptyRegistries.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistry.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistry.java index 33618a59..da76a132 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistry.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistryImpl.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistryImpl.java index 8cd6bbef..fe2800ef 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistryImpl.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistry.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistry.java index 062867bd..2fadc93b 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistry.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistryImpl.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistryImpl.java index 2d6b39b6..4cd26e67 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistryImpl.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/package-info.java index 6ed94211..89c8633e 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/serialization/registry/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/util/FileUtils.java b/core/src/main/java/com/github/siroshun09/configapi/core/util/FileUtils.java index 15147e6a..248617be 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/util/FileUtils.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/util/FileUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/util/ResourceUtils.java b/core/src/main/java/com/github/siroshun09/configapi/core/util/ResourceUtils.java index 3a6ce2ff..0ce87c9d 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/util/ResourceUtils.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/util/ResourceUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/github/siroshun09/configapi/core/util/package-info.java b/core/src/main/java/com/github/siroshun09/configapi/core/util/package-info.java index b095a9da..4f457e1a 100644 --- a/core/src/main/java/com/github/siroshun09/configapi/core/util/package-info.java +++ b/core/src/main/java/com/github/siroshun09/configapi/core/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/file/java/binary/BinaryFormatTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/file/java/binary/BinaryFormatTest.java index 74113e44..3e743c83 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/file/java/binary/BinaryFormatTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/file/java/binary/BinaryFormatTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/file/java/properties/PropertiesFormatTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/file/java/properties/PropertiesFormatTest.java index 84ce95ed..4de6681c 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/file/java/properties/PropertiesFormatTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/file/java/properties/PropertiesFormatTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/node/CommentableNodeTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/node/CommentableNodeTest.java index 7819f6dd..a7569e9a 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/node/CommentableNodeTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/node/CommentableNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/node/ListNodeTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/node/ListNodeTest.java index 40c24980..03f0ab7b 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/node/ListNodeTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/node/ListNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/node/MapNodeTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/node/MapNodeTest.java index 6cfea656..ef3c114e 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/node/MapNodeTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/node/MapNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/node/ValueNodeTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/node/ValueNodeTest.java index 72b8ace1..6f9b9d26 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/node/ValueNodeTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/node/ValueNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/node/visitor/StringNodeVisitorTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/node/visitor/StringNodeVisitorTest.java index e920cfa6..5b374c3d 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/node/visitor/StringNodeVisitorTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/node/visitor/StringNodeVisitorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/DeserializerTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/DeserializerTest.java index 90792da5..946bc3c5 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/DeserializerTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/DeserializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/SerializationTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/SerializationTest.java index da59cfd3..767cb6a6 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/SerializationTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/SerializationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/SerializerTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/SerializerTest.java index 0264357b..cfea519e 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/SerializerTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/SerializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/key/KeyGeneratorTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/key/KeyGeneratorTest.java index 71a530cf..647ff222 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/key/KeyGeneratorTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/key/KeyGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/ArrayTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/ArrayTest.java index 42a5c4f0..a0a50418 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/ArrayTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/ArrayTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordDeserializerTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordDeserializerTest.java index 7f932882..be2530e5 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordDeserializerTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordDeserializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializationTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializationTest.java index a3ddeac9..33a05785 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializationTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializerTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializerTest.java index d26d936c..7b495784 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializerTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/record/RecordSerializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistryTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistryTest.java index b74d8f3d..4a574462 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistryTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/DeserializerRegistryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistryTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistryTest.java index 2b75928e..5a02f0d9 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistryTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/SerializationRegistryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistryTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistryTest.java index c5844778..b690c546 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistryTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/serialization/registry/SerializerRegistryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/github/siroshun09/configapi/core/util/ResourceUtilsTest.java b/core/src/test/java/com/github/siroshun09/configapi/core/util/ResourceUtilsTest.java index 8ceccd38..f387aed6 100644 --- a/core/src/test/java/com/github/siroshun09/configapi/core/util/ResourceUtilsTest.java +++ b/core/src/test/java/com/github/siroshun09/configapi/core/util/ResourceUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/gson/build.gradle.kts b/format/gson/build.gradle.kts index 0970ec2e..db5f42e1 100644 --- a/format/gson/build.gradle.kts +++ b/format/gson/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/GsonFormat.java b/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/GsonFormat.java index cf5f397e..3a5e6b0d 100644 --- a/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/GsonFormat.java +++ b/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/GsonFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/NodeSerializer.java b/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/NodeSerializer.java index 41564725..7be19efa 100644 --- a/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/NodeSerializer.java +++ b/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/NodeSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/package-info.java b/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/package-info.java index 0c42b44f..214ef8df 100644 --- a/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/package-info.java +++ b/format/gson/src/main/java/com/github/siroshun09/configapi/format/gson/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/gson/src/test/java/com/github/siroshun09/configapi/format/gson/GsonFormatTest.java b/format/gson/src/test/java/com/github/siroshun09/configapi/format/gson/GsonFormatTest.java index 47a97486..34e4f3e6 100644 --- a/format/gson/src/test/java/com/github/siroshun09/configapi/format/gson/GsonFormatTest.java +++ b/format/gson/src/test/java/com/github/siroshun09/configapi/format/gson/GsonFormatTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/jackson/build.gradle.kts b/format/jackson/build.gradle.kts index 3e7a952c..a7107c22 100644 --- a/format/jackson/build.gradle.kts +++ b/format/jackson/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/jackson/src/main/java/com/github/siroshun09/configapi/format/jackson/JacksonFormat.java b/format/jackson/src/main/java/com/github/siroshun09/configapi/format/jackson/JacksonFormat.java index 012fbf51..03390ffc 100644 --- a/format/jackson/src/main/java/com/github/siroshun09/configapi/format/jackson/JacksonFormat.java +++ b/format/jackson/src/main/java/com/github/siroshun09/configapi/format/jackson/JacksonFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/jackson/src/main/java/com/github/siroshun09/configapi/format/jackson/NodeSerialization.java b/format/jackson/src/main/java/com/github/siroshun09/configapi/format/jackson/NodeSerialization.java index 41ab23ae..8be49284 100644 --- a/format/jackson/src/main/java/com/github/siroshun09/configapi/format/jackson/NodeSerialization.java +++ b/format/jackson/src/main/java/com/github/siroshun09/configapi/format/jackson/NodeSerialization.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/jackson/src/test/java/com/github/siroshun09/configapi/format/jackson/JacksonFormatTest.java b/format/jackson/src/test/java/com/github/siroshun09/configapi/format/jackson/JacksonFormatTest.java index 41b9ad29..970697b2 100644 --- a/format/jackson/src/test/java/com/github/siroshun09/configapi/format/jackson/JacksonFormatTest.java +++ b/format/jackson/src/test/java/com/github/siroshun09/configapi/format/jackson/JacksonFormatTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/build.gradle.kts b/format/yaml/build.gradle.kts index 2a32258e..325f546c 100644 --- a/format/yaml/build.gradle.kts +++ b/format/yaml/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/NodeConverter.java b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/NodeConverter.java index b9e24057..e8657ce0 100644 --- a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/NodeConverter.java +++ b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/NodeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/ObjectConstructor.java b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/ObjectConstructor.java index 7b16cdbd..27c86c57 100644 --- a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/ObjectConstructor.java +++ b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/ObjectConstructor.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/YamlFormat.java b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/YamlFormat.java index cffd8332..8f6e3b37 100644 --- a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/YamlFormat.java +++ b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/YamlFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlBlockComment.java b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlBlockComment.java index 2373d91b..3765d7e7 100644 --- a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlBlockComment.java +++ b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlBlockComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlInlineComment.java b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlInlineComment.java index fe50904d..e1cfd9c3 100644 --- a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlInlineComment.java +++ b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlInlineComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlNodeComment.java b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlNodeComment.java index d8da19b5..7abc387e 100644 --- a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlNodeComment.java +++ b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlNodeComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlRootComment.java b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlRootComment.java index 6c9c01cb..b3742a67 100644 --- a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlRootComment.java +++ b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/comment/YamlRootComment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/package-info.java b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/package-info.java index 9ce3506c..691b39cf 100644 --- a/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/package-info.java +++ b/format/yaml/src/main/java/com/github/siroshun09/configapi/format/yaml/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/test/java/com/github/siroshun09/configapi/format/yaml/YamlCommentTest.java b/format/yaml/src/test/java/com/github/siroshun09/configapi/format/yaml/YamlCommentTest.java index 2c95fe1a..91d45dfe 100644 --- a/format/yaml/src/test/java/com/github/siroshun09/configapi/format/yaml/YamlCommentTest.java +++ b/format/yaml/src/test/java/com/github/siroshun09/configapi/format/yaml/YamlCommentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/format/yaml/src/test/java/com/github/siroshun09/configapi/format/yaml/YamlFormatTest.java b/format/yaml/src/test/java/com/github/siroshun09/configapi/format/yaml/YamlFormatTest.java index 7e129d61..d393770f 100644 --- a/format/yaml/src/test/java/com/github/siroshun09/configapi/format/yaml/YamlFormatTest.java +++ b/format/yaml/src/test/java/com/github/siroshun09/configapi/format/yaml/YamlFormatTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/settings.gradle.kts b/settings.gradle.kts index 26848965..2a8f50d1 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Siroshun09 + * + * 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. + */ + pluginManagement { includeBuild("build-logic") diff --git a/test-shared-classes/build.gradle.kts b/test-shared-classes/build.gradle.kts index f4bb29c4..18f91f03 100644 --- a/test-shared-classes/build.gradle.kts +++ b/test-shared-classes/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/data/Samples.java b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/data/Samples.java index 5cf13e17..074b0acf 100644 --- a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/data/Samples.java +++ b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/data/Samples.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/data/package-info.java b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/data/package-info.java index b9a5f52e..96dbca33 100644 --- a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/data/package-info.java +++ b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/data/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/file/BasicFileFormatTest.java b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/file/BasicFileFormatTest.java index 31605a38..1f8a34c2 100644 --- a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/file/BasicFileFormatTest.java +++ b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/file/BasicFileFormatTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/NodeAssertion.java b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/NodeAssertion.java index 7b8acc75..10abd23f 100644 --- a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/NodeAssertion.java +++ b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/NodeAssertion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/Replacer.java b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/Replacer.java index a747fce0..60b8dda0 100644 --- a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/Replacer.java +++ b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/Replacer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/package-info.java b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/package-info.java index 918cd5de..c4ff8f68 100644 --- a/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/package-info.java +++ b/test-shared-classes/src/main/java/com/github/siroshun09/configapi/test/shared/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-shared-classes/src/test/java/com/github/siroshun09/configapi/test/shared/data/SamplesTest.java b/test-shared-classes/src/test/java/com/github/siroshun09/configapi/test/shared/data/SamplesTest.java index 7c6bc6d5..33dd6117 100644 --- a/test-shared-classes/src/test/java/com/github/siroshun09/configapi/test/shared/data/SamplesTest.java +++ b/test-shared-classes/src/test/java/com/github/siroshun09/configapi/test/shared/data/SamplesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Siroshun09 + * Copyright 2024 Siroshun09 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.