From 04119a3ff74f9345ddebb0e348f7f59cba9172d0 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 02:41:10 +0200 Subject: [PATCH 01/33] Update copyright year in LICENSE file --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 0ab05521613ef7965ea766c6591268c30f9811fd Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 10:55:38 +0200 Subject: [PATCH 02/33] Update copyright year in Base32.java --- src/main/java/com/github/underscore/Base32.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b5e96df98c4be6984ec720708fed96e23b4056e4 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:32:59 +0200 Subject: [PATCH 03/33] Update copyright year in Json.java --- src/main/java/com/github/underscore/Json.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9c1c79ac2e1db10b43d6287fee732816617262cc Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:33:32 +0200 Subject: [PATCH 04/33] Update copyright year in U.java Updated copyright year from 2025 to 2026. --- src/main/java/com/github/underscore/U.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From df9a09d89fa5b0df772584ff8adf7f69d3b709f7 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:33:53 +0200 Subject: [PATCH 05/33] Update copyright year in Underscore.java --- src/main/java/com/github/underscore/Underscore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6c9f97955f9f10b50d94b553e166006795b44f1f Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:34:12 +0200 Subject: [PATCH 06/33] Update copyright year in Xml.java --- src/main/java/com/github/underscore/Xml.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 613176fbe8061480b412cce3388bbea09b440f85 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:34:30 +0200 Subject: [PATCH 07/33] Update copyright year in XmlBuilder.java --- src/main/java/com/github/underscore/XmlBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From c30f1a076be96492e55988048f60f9dc83a306a9 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:34:54 +0200 Subject: [PATCH 08/33] Update copyright year in ArraysTest.java --- src/test/java/com/github/underscore/ArraysTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From f3483dd1336386ae12b0e25f1365930d9d4f671f Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:35:11 +0200 Subject: [PATCH 09/33] Update copyright year in Base32Test.java --- src/test/java/com/github/underscore/Base32Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cd5bfa740024a8a44cfc14819cc27d1595e331a6 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:35:37 +0200 Subject: [PATCH 10/33] Update copyright year in ChainingTest.java --- src/test/java/com/github/underscore/ChainingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6b12f1e1cc09edb8f7ebd65cfe00cfcfad305e1c Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:35:57 +0200 Subject: [PATCH 11/33] Update copyright year in CollectionsTest.java --- src/test/java/com/github/underscore/CollectionsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 1904522b9a25b453083b0c9d48a7364805658aa4 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:36:21 +0200 Subject: [PATCH 12/33] Update copyright year in FunctionsTest.java --- src/test/java/com/github/underscore/FunctionsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e83ebede8f1b61b0ccffc5a0b60c1105244f5238 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:36:44 +0200 Subject: [PATCH 13/33] Update copyright year in LodashTest.java Updated copyright year from 2025 to 2026. --- src/test/java/com/github/underscore/LodashTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e63efc848f9ff5f08ff468b5ca68819dd101490a Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:37:03 +0200 Subject: [PATCH 14/33] Update copyright year in MathTest.java --- src/test/java/com/github/underscore/MathTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2a1b64c689ef11eb6dc7be6d678a1a6f3f6277df Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:37:23 +0200 Subject: [PATCH 15/33] Update copyright year in ObjectsTest.java --- src/test/java/com/github/underscore/ObjectsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From bcd79253835055a2368f4ad154c22a835ac37c74 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:37:42 +0200 Subject: [PATCH 16/33] Update StringTest.java --- src/test/java/com/github/underscore/StringTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a64ec9902b3a1ed259fbca687713139bcbb67a98 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:38:01 +0200 Subject: [PATCH 17/33] Update UnderscoreTest.java --- src/test/java/com/github/underscore/UnderscoreTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From c3bf03fa0d50775ba2720514b49267ac7c0ef79d Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:38:24 +0200 Subject: [PATCH 18/33] Update UtilityTest.java --- src/test/java/com/github/underscore/UtilityTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From bb26ccdbab988d901b43289dab516c0a11432a74 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:38:43 +0200 Subject: [PATCH 19/33] Update XmlBuilderTest.java --- src/test/java/com/github/underscore/XmlBuilderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 479175396d05cd7073501c65aef22d1e59358e3d Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:39:17 +0200 Subject: [PATCH 20/33] Update Chaining.java --- .../src/main/java/com/github/underscore/examples/Chaining.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 681e85c5f6dc65b66549be1fe3cbbc71fe7b6335 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:39:36 +0200 Subject: [PATCH 21/33] Update FromJson.java --- .../src/main/java/com/github/underscore/examples/FromJson.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From beec165859a24becd83fd618187946a670ee0e01 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:40:00 +0200 Subject: [PATCH 22/33] Update FromXml.java --- .../src/main/java/com/github/underscore/examples/FromXml.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From d2faf32e2e9ae72190d87700ff5dfeefa92889c8 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:40:18 +0200 Subject: [PATCH 23/33] Update Function3.java --- .../src/main/java/com/github/underscore/examples/Function3.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7e621da8bde02f72df6544a0d8d43b9d97d63f59 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:40:36 +0200 Subject: [PATCH 24/33] Update Optional.java --- .../src/main/java/com/github/underscore/examples/Optional.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7b10dbbc735244d4ee3cd42e4fe925762d4b3b53 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:41:04 +0200 Subject: [PATCH 25/33] Update Xor.java --- examples/src/main/java/com/github/underscore/examples/Xor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 45987650ce075e10ac2157106b09445c7deddf4d Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:41:22 +0200 Subject: [PATCH 26/33] Update SnakeCase.java --- .../src/main/java/com/github/underscore/examples/SnakeCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From ea664b6021b15bb2c027c12d82c53deb64a753b2 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:41:40 +0200 Subject: [PATCH 27/33] Update Intersection.java --- .../main/java/com/github/underscore/examples/Intersection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 894e8759e3d3fb07aeef8a0d5aa36447a90b1cd8 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:42:03 +0200 Subject: [PATCH 28/33] Update ChainingTest.java --- .../test/java/com/github/underscore/examples/ChainingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 12225cea6b4e2eeb4d9f4294fc2ad780a39b80a1 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:42:32 +0200 Subject: [PATCH 29/33] Update FromJsonTest.java --- .../test/java/com/github/underscore/examples/FromJsonTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e618f5b2f42a77ced99d1209581b6831977b5181 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:42:50 +0200 Subject: [PATCH 30/33] Update FromXmlTest.java --- .../test/java/com/github/underscore/examples/FromXmlTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 50df9ab5fdeff3bfc6079d38310608809fddd885 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:43:08 +0200 Subject: [PATCH 31/33] Update IntersectionTest.java --- .../java/com/github/underscore/examples/IntersectionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 001146aec8a5b13ab50b3cf5deefcbd38881ec90 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:43:27 +0200 Subject: [PATCH 32/33] Update SnakeCaseTest.java --- .../test/java/com/github/underscore/examples/SnakeCaseTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 1073e87d574a78659cccf94dddf86726cb611e96 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 7 Dec 2025 11:43:44 +0200 Subject: [PATCH 33/33] Update XorTest.java --- .../src/test/java/com/github/underscore/examples/XorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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