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

Lines changed: 1 addition & 1 deletion

update_copyright.sh

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)