Skip to content

Commit 30505d0

Browse files
authored
Copyright update for 2024 (#2801)
1 parent cc091d9 commit 30505d0

File tree

282 files changed

+285
-285
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

+285
-285
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

update_copyright.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# Prevent sed error 'illegal byte sequence'
88
export LC_ALL=C LC_CTYPE=C LANG=C
99

10-
newYear=`date +'%Y'`
10+
newYear=$(date +'%Y')
1111
echo "Updating copyright notice to $newYear"
1212

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-2021 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-2024 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
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2021 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, http://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* 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
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2021 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, http://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* 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
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2021 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, http://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* 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
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2021 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, http://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* 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
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2021 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, http://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* 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
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2021 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, http://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* 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
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2021 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, http://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* 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
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2021 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, http://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)