Skip to content

Commit b5a3437

Browse files
Bumps the copyright year to 2020 (#2587)
* Bumps the copyright year to 2020 * Re-generated src-gen
1 parent 17f16a6 commit b5a3437

File tree

283 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.

283 files changed

+285
-285
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-2019 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-2020 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-2019 Vavr, http://vavr.io
6+
* Copyright 2014-2020 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-2019 Vavr, http://vavr.io
6+
* Copyright 2014-2020 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-2019 Vavr, http://vavr.io
6+
* Copyright 2014-2020 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-2019 Vavr, http://vavr.io
6+
* Copyright 2014-2020 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-2019 Vavr, http://vavr.io
6+
* Copyright 2014-2020 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-2019 Vavr, http://vavr.io
6+
* Copyright 2014-2020 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-2019 Vavr, http://vavr.io
6+
* Copyright 2014-2020 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-2019 Vavr, http://vavr.io
6+
* Copyright 2014-2020 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)