Skip to content

Commit dcbaf35

Browse files
committed
Update Copyright to 2025 (#2964)
1 parent 661d46a commit dcbaf35

File tree

282 files changed

+284
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+284
-284
lines changed

CONTRIBUTING.md

+1-1

update_copyright.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ echo "Updating copyright notice to $newYear"
1313
# Exclude specific directories: -type d \( -path ./.git -o -path ./.ide \) -prune -o
1414
# Make sed work on Mac: sed -e
1515
# Prevent making backups: -i ''
16-
find . -type d \( -path ./.git -o -path ./.ide \) -prune -o -type f -print0 | xargs -0 sed -i '' -e "s/Copyright 2014-2024 Vavr/Copyright 2014-$newYear Vavr/"
16+
find . -type d \( -path ./.git -o -path ./.ide \) -prune -o -type f -print0 | xargs -0 sed -i '' -e "s/Copyright 2014-2025 Vavr/Copyright 2014-$newYear Vavr/"

vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/JmhRunner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/generator/Generator.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -695,7 +695,7 @@ def genVavrFile(packageName: String, className: String, baseDir: String = TARGET
695695
* \ \/ / \ \/ / __/ / \ \/ / \
696696
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
697697
*
698-
* Copyright 2014-2024 Vavr, https://vavr.io
698+
* Copyright 2014-2025 Vavr, https://vavr.io
699699
*
700700
* Licensed under the Apache License, Version 2.0 (the "License");
701701
* you may not use this file except in compliance with the License.

vavr-test/src-gen/main/java/io/vavr/test/Property.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src/main/java/io/vavr/test/Arbitrary.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src/main/java/io/vavr/test/CheckResult.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

vavr-test/src/main/java/io/vavr/test/Checkable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \ \/ / \ \/ / __/ / \ \/ / \
33
* \______/___/\___\______/___/_____/___/\___\______/___/\___\
44
*
5-
* Copyright 2014-2024 Vavr, https://vavr.io
5+
* Copyright 2014-2025 Vavr, https://vavr.io
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)