diff --git a/examples/README.md b/examples/README.md index 348d4c5d..4867f20d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,6 +4,6 @@ The examples for underscore-java Requirements ============ -Java 1.8 and later. +Java 11 and later. Underscore-java examples. 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 050b78a5..b231a029 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 + * Copyright 2015-2020 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 dac6d3c8..372a28ff 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 + * Copyright 2015-2020 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 dc472c9b..38db3915 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 + * Copyright 2015-2020 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 9cac5707..13901102 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 + * Copyright 2015-2020 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 7db326c9..fd5e3f48 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 + * Copyright 2015-2020 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 ec34ee19..f615c718 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 + * Copyright 2015-2020 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 4727e5aa..a9e78bb9 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 + * Copyright 2015-2020 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 d588ad9c..daa98e2b 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 + * Copyright 2015-2020 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 bcaee6e8..f516e62b 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 + * Copyright 2015 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 e0f96899..c51f6e7c 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 + * Copyright 2015 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 c02b5abe..5d26267f 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 + * Copyright 2015 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 74309f96..623a9326 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 + * Copyright 2015 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 232a02cc..afe7599f 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 + * Copyright 2015 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 178a9bab..2e85bb75 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 + * Copyright 2015 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 2ee68064..d21875ce 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 + * Copyright 2015-2025 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 0486eb86..282668fc 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 + * Copyright 2015-2025 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 4a3813dd..552ec666 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 + * Copyright 2015-2025 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 01541df7..26d2e2f2 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 + * Copyright 2015-2025 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 f6f5099a..3730ee04 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 + * Copyright 2015-2025 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 0cbaafcc..8595b79a 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 + * Copyright 2023-2025 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 ab7c9c14..e8456cbc 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 + * Copyright 2015-2025 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 93a00bae..9668b83f 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 + * Copyright 2015-2025 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 501a9330..4fa0b630 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 + * Copyright 2015-2025 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 9ee5ab03..4c1ffd0d 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 + * Copyright 2015-2025 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 5ab75f34..ec77b760 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 + * Copyright 2015-2025 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 5798296e..aed5e8b6 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 + * Copyright 2015-2025 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 2b1b03d5..e75d546c 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 + * Copyright 2015-2025 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 94853ff3..bce5f4b7 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 + * Copyright 2015-2025 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 b55602dc..6a5f28d0 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 + * Copyright 2015-2025 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 201b4564..ab777fcd 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 + * Copyright 2015-2025 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 ce353aa2..1b6c00a6 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 + * Copyright 2015-2025 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 36c0b291..524ed99e 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 + * Copyright 2023-2025 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