diff --git a/LICENSE b/LICENSE index 0672d0fd..6e2f1d82 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> +Copyright (c) 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/com/github/underscore/examples/Chaining.java b/examples/src/main/java/com/github/underscore/examples/Chaining.java index b231a029..3ad1e1b0 100644 --- a/examples/src/main/java/com/github/underscore/examples/Chaining.java +++ b/examples/src/main/java/com/github/underscore/examples/Chaining.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2020 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/com/github/underscore/examples/FromJson.java b/examples/src/main/java/com/github/underscore/examples/FromJson.java index 372a28ff..3fc42eab 100644 --- a/examples/src/main/java/com/github/underscore/examples/FromJson.java +++ b/examples/src/main/java/com/github/underscore/examples/FromJson.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2020 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/com/github/underscore/examples/FromXml.java b/examples/src/main/java/com/github/underscore/examples/FromXml.java index 38db3915..4f712424 100644 --- a/examples/src/main/java/com/github/underscore/examples/FromXml.java +++ b/examples/src/main/java/com/github/underscore/examples/FromXml.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2020 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/com/github/underscore/examples/Function3.java b/examples/src/main/java/com/github/underscore/examples/Function3.java index 13901102..02325cd7 100644 --- a/examples/src/main/java/com/github/underscore/examples/Function3.java +++ b/examples/src/main/java/com/github/underscore/examples/Function3.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2020 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/com/github/underscore/examples/Intersection.java b/examples/src/main/java/com/github/underscore/examples/Intersection.java index fd5e3f48..d8920623 100644 --- a/examples/src/main/java/com/github/underscore/examples/Intersection.java +++ b/examples/src/main/java/com/github/underscore/examples/Intersection.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2020 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/com/github/underscore/examples/Optional.java b/examples/src/main/java/com/github/underscore/examples/Optional.java index f615c718..02513f82 100644 --- a/examples/src/main/java/com/github/underscore/examples/Optional.java +++ b/examples/src/main/java/com/github/underscore/examples/Optional.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2020 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/com/github/underscore/examples/SnakeCase.java b/examples/src/main/java/com/github/underscore/examples/SnakeCase.java index a9e78bb9..5cc045b1 100644 --- a/examples/src/main/java/com/github/underscore/examples/SnakeCase.java +++ b/examples/src/main/java/com/github/underscore/examples/SnakeCase.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2020 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/main/java/com/github/underscore/examples/Xor.java b/examples/src/main/java/com/github/underscore/examples/Xor.java index daa98e2b..e5516980 100644 --- a/examples/src/main/java/com/github/underscore/examples/Xor.java +++ b/examples/src/main/java/com/github/underscore/examples/Xor.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2020 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/test/java/com/github/underscore/examples/ChainingTest.java b/examples/src/test/java/com/github/underscore/examples/ChainingTest.java index f516e62b..9859efb6 100644 --- a/examples/src/test/java/com/github/underscore/examples/ChainingTest.java +++ b/examples/src/test/java/com/github/underscore/examples/ChainingTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/test/java/com/github/underscore/examples/FromJsonTest.java b/examples/src/test/java/com/github/underscore/examples/FromJsonTest.java index c51f6e7c..05a11109 100644 --- a/examples/src/test/java/com/github/underscore/examples/FromJsonTest.java +++ b/examples/src/test/java/com/github/underscore/examples/FromJsonTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/test/java/com/github/underscore/examples/FromXmlTest.java b/examples/src/test/java/com/github/underscore/examples/FromXmlTest.java index 5d26267f..b6d453c5 100644 --- a/examples/src/test/java/com/github/underscore/examples/FromXmlTest.java +++ b/examples/src/test/java/com/github/underscore/examples/FromXmlTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/test/java/com/github/underscore/examples/IntersectionTest.java b/examples/src/test/java/com/github/underscore/examples/IntersectionTest.java index 623a9326..d8012462 100644 --- a/examples/src/test/java/com/github/underscore/examples/IntersectionTest.java +++ b/examples/src/test/java/com/github/underscore/examples/IntersectionTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/test/java/com/github/underscore/examples/SnakeCaseTest.java b/examples/src/test/java/com/github/underscore/examples/SnakeCaseTest.java index afe7599f..3b1451c9 100644 --- a/examples/src/test/java/com/github/underscore/examples/SnakeCaseTest.java +++ b/examples/src/test/java/com/github/underscore/examples/SnakeCaseTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/src/test/java/com/github/underscore/examples/XorTest.java b/examples/src/test/java/com/github/underscore/examples/XorTest.java index 2e85bb75..7dc86907 100644 --- a/examples/src/test/java/com/github/underscore/examples/XorTest.java +++ b/examples/src/test/java/com/github/underscore/examples/XorTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/underscore/Base32.java b/src/main/java/com/github/underscore/Base32.java index bf00185d..f87c73f8 100644 --- a/src/main/java/com/github/underscore/Base32.java +++ b/src/main/java/com/github/underscore/Base32.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/underscore/Json.java b/src/main/java/com/github/underscore/Json.java index c9c2b6a2..ef98419c 100644 --- a/src/main/java/com/github/underscore/Json.java +++ b/src/main/java/com/github/underscore/Json.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/underscore/U.java b/src/main/java/com/github/underscore/U.java index 56659267..b65b2bab 100644 --- a/src/main/java/com/github/underscore/U.java +++ b/src/main/java/com/github/underscore/U.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/underscore/Underscore.java b/src/main/java/com/github/underscore/Underscore.java index 26d2e2f2..a4be3ec1 100644 --- a/src/main/java/com/github/underscore/Underscore.java +++ b/src/main/java/com/github/underscore/Underscore.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/underscore/Xml.java b/src/main/java/com/github/underscore/Xml.java index 3730ee04..732e006c 100644 --- a/src/main/java/com/github/underscore/Xml.java +++ b/src/main/java/com/github/underscore/Xml.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/underscore/XmlBuilder.java b/src/main/java/com/github/underscore/XmlBuilder.java index 8595b79a..f719bfd3 100644 --- a/src/main/java/com/github/underscore/XmlBuilder.java +++ b/src/main/java/com/github/underscore/XmlBuilder.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2023-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2023-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/ArraysTest.java b/src/test/java/com/github/underscore/ArraysTest.java index e8456cbc..b2c9e051 100644 --- a/src/test/java/com/github/underscore/ArraysTest.java +++ b/src/test/java/com/github/underscore/ArraysTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/Base32Test.java b/src/test/java/com/github/underscore/Base32Test.java index 9668b83f..11686ae2 100644 --- a/src/test/java/com/github/underscore/Base32Test.java +++ b/src/test/java/com/github/underscore/Base32Test.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/ChainingTest.java b/src/test/java/com/github/underscore/ChainingTest.java index 4fa0b630..34526273 100644 --- a/src/test/java/com/github/underscore/ChainingTest.java +++ b/src/test/java/com/github/underscore/ChainingTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/CollectionsTest.java b/src/test/java/com/github/underscore/CollectionsTest.java index 4c1ffd0d..d7e8f0b2 100644 --- a/src/test/java/com/github/underscore/CollectionsTest.java +++ b/src/test/java/com/github/underscore/CollectionsTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/FunctionsTest.java b/src/test/java/com/github/underscore/FunctionsTest.java index 7ce229dd..6049a3ab 100644 --- a/src/test/java/com/github/underscore/FunctionsTest.java +++ b/src/test/java/com/github/underscore/FunctionsTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/LodashTest.java b/src/test/java/com/github/underscore/LodashTest.java index be136946..41c205b0 100644 --- a/src/test/java/com/github/underscore/LodashTest.java +++ b/src/test/java/com/github/underscore/LodashTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/MathTest.java b/src/test/java/com/github/underscore/MathTest.java index e75d546c..5ab64423 100644 --- a/src/test/java/com/github/underscore/MathTest.java +++ b/src/test/java/com/github/underscore/MathTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/ObjectsTest.java b/src/test/java/com/github/underscore/ObjectsTest.java index bce5f4b7..6b985eeb 100644 --- a/src/test/java/com/github/underscore/ObjectsTest.java +++ b/src/test/java/com/github/underscore/ObjectsTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/StringTest.java b/src/test/java/com/github/underscore/StringTest.java index 6a5f28d0..88458ed6 100644 --- a/src/test/java/com/github/underscore/StringTest.java +++ b/src/test/java/com/github/underscore/StringTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/UnderscoreTest.java b/src/test/java/com/github/underscore/UnderscoreTest.java index ab777fcd..4ec39c40 100644 --- a/src/test/java/com/github/underscore/UnderscoreTest.java +++ b/src/test/java/com/github/underscore/UnderscoreTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/UtilityTest.java b/src/test/java/com/github/underscore/UtilityTest.java index 1b6c00a6..3079cf4e 100644 --- a/src/test/java/com/github/underscore/UtilityTest.java +++ b/src/test/java/com/github/underscore/UtilityTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2015-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2015-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/underscore/XmlBuilderTest.java b/src/test/java/com/github/underscore/XmlBuilderTest.java index 524ed99e..845e07d6 100644 --- a/src/test/java/com/github/underscore/XmlBuilderTest.java +++ b/src/test/java/com/github/underscore/XmlBuilderTest.java @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright 2023-2025 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> + * Copyright 2023-2026 Valentyn Kolesnikov <0009-0003-9608-3364@orcid.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal