From d840dcfef87b50288e466d724b91e281e8c61cbe Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 23 Feb 2025 21:22:11 +0200 Subject: [PATCH] Updated copyright headers to 2025 --- src/main/java/com/github/underscore/Base32.java | 2 +- src/main/java/com/github/underscore/Json.java | 2 +- src/main/java/com/github/underscore/U.java | 2 +- src/main/java/com/github/underscore/Underscore.java | 2 +- src/main/java/com/github/underscore/Xml.java | 2 +- src/main/java/com/github/underscore/XmlBuilder.java | 2 +- src/test/java/com/github/underscore/ArraysTest.java | 2 +- src/test/java/com/github/underscore/Base32Test.java | 2 +- src/test/java/com/github/underscore/ChainingTest.java | 2 +- src/test/java/com/github/underscore/CollectionsTest.java | 2 +- src/test/java/com/github/underscore/FunctionsTest.java | 2 +- src/test/java/com/github/underscore/LodashTest.java | 2 +- src/test/java/com/github/underscore/MathTest.java | 2 +- src/test/java/com/github/underscore/ObjectsTest.java | 2 +- src/test/java/com/github/underscore/StringTest.java | 2 +- src/test/java/com/github/underscore/UnderscoreTest.java | 2 +- src/test/java/com/github/underscore/UtilityTest.java | 2 +- src/test/java/com/github/underscore/XmlBuilderTest.java | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/main/java/com/github/underscore/Base32.java b/src/main/java/com/github/underscore/Base32.java index 4e9f3a84..2ee68064 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 1a054d09..0486eb86 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 0e868f92..9db4c139 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 57c6f014..01541df7 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 0770a0cc..6d2f6c83 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 13eddacc..0cbaafcc 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-2024 Valentyn Kolesnikov + * Copyright 2023-2025 Valentyn Kolesnikov * * 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 718e18bb..fa231258 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 abf65cc2..93a00bae 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 ac026af8..51490e4d 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 9db87d8a..cb132091 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 60206d55..c22ed98b 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 2010e7c6..8e905aee 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 6eae0c10..5ebce81a 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 9cc8174f..b5596cb8 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 acba365c..104c4dbd 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 4249a2c1..59caff8f 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 fb0e5ee2..98a4ffcc 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-2024 Valentyn Kolesnikov + * Copyright 2015-2025 Valentyn Kolesnikov * * 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 f2ae1394..07ac2872 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-2024 Valentyn Kolesnikov + * Copyright 2023-2025 Valentyn Kolesnikov * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal