From 856b682f569aa54fbbddc147b5a08f2dc651f6d1 Mon Sep 17 00:00:00 2001 From: Daniel Dietrich Date: Fri, 15 May 2020 23:04:35 +0200 Subject: [PATCH 1/2] Bumps the copyright year to 2020 --- CONTRIBUTING.md | 2 +- update_copyright.sh | 2 +- .../src/test/java/io/vavr/BenchmarkPerformanceReporter.java | 2 +- vavr-benchmark/src/test/java/io/vavr/JmhRunner.java | 2 +- vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java | 2 +- .../src/test/java/io/vavr/collection/ArrayBenchmark.java | 2 +- .../src/test/java/io/vavr/collection/BitSetBenchmark.java | 2 +- .../src/test/java/io/vavr/collection/CharSeqBenchmark.java | 2 +- .../src/test/java/io/vavr/collection/HashSetBenchmark.java | 2 +- .../src/test/java/io/vavr/collection/IteratorBenchmark.java | 2 +- .../src/test/java/io/vavr/collection/ListBenchmark.java | 2 +- .../src/test/java/io/vavr/collection/MapBenchmark.java | 2 +- .../test/java/io/vavr/collection/PriorityQueueBenchmark.java | 2 +- .../src/test/java/io/vavr/collection/VectorBenchmark.java | 2 +- .../src/test/java/io/vavr/control/LazyBenchmark.java | 2 +- vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java | 2 +- .../src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java | 2 +- vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java | 2 +- .../src/test/java/io/vavr/idiom/TupleBenchmark.java | 2 +- .../src/main/java/io/vavr/match/PatternsProcessor.java | 2 +- .../src/main/java/io/vavr/match/UnapplyChecker.java | 2 +- .../src/main/java/io/vavr/match/generator/Generator.java | 2 +- .../src/main/java/io/vavr/match/generator/ImportManager.java | 2 +- .../src/main/java/io/vavr/match/model/ClassModel.java | 2 +- .../src/main/java/io/vavr/match/model/MethodModel.java | 2 +- .../src/main/java/io/vavr/match/model/ParameterModel.java | 2 +- .../src/main/java/io/vavr/match/model/TypeParameterModel.java | 2 +- .../src/main/java/io/vavr/match/annotation/Patterns.java | 2 +- .../src/main/java/io/vavr/match/annotation/Unapply.java | 2 +- vavr-test/generator/Generator.scala | 4 ++-- vavr-test/src-gen/main/java/io/vavr/test/Property.java | 4 ++-- .../src-gen/test/java/io/vavr/test/PropertyCheck1Test.java | 4 ++-- .../src-gen/test/java/io/vavr/test/PropertyCheck2Test.java | 4 ++-- .../src-gen/test/java/io/vavr/test/PropertyCheck3Test.java | 4 ++-- .../src-gen/test/java/io/vavr/test/PropertyCheck4Test.java | 4 ++-- .../src-gen/test/java/io/vavr/test/PropertyCheck5Test.java | 4 ++-- .../src-gen/test/java/io/vavr/test/PropertyCheck6Test.java | 4 ++-- .../src-gen/test/java/io/vavr/test/PropertyCheck7Test.java | 4 ++-- .../src-gen/test/java/io/vavr/test/PropertyCheck8Test.java | 4 ++-- vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java | 4 ++-- vavr-test/src/main/java/io/vavr/test/Arbitrary.java | 2 +- vavr-test/src/main/java/io/vavr/test/CheckResult.java | 2 +- vavr-test/src/main/java/io/vavr/test/Checkable.java | 2 +- vavr-test/src/main/java/io/vavr/test/Gen.java | 2 +- vavr-test/src/test/java/io/vavr/test/ArbitraryTest.java | 2 +- vavr-test/src/test/java/io/vavr/test/CheckResultTest.java | 2 +- vavr-test/src/test/java/io/vavr/test/GenTest.java | 2 +- vavr/generator/Generator.scala | 4 ++-- vavr/src-gen/main/java/io/vavr/API.java | 4 ++-- vavr/src-gen/main/java/io/vavr/CheckedFunction0.java | 4 ++-- vavr/src-gen/main/java/io/vavr/CheckedFunction1.java | 4 ++-- vavr/src-gen/main/java/io/vavr/CheckedFunction2.java | 4 ++-- vavr/src-gen/main/java/io/vavr/CheckedFunction3.java | 4 ++-- vavr/src-gen/main/java/io/vavr/CheckedFunction4.java | 4 ++-- vavr/src-gen/main/java/io/vavr/CheckedFunction5.java | 4 ++-- vavr/src-gen/main/java/io/vavr/CheckedFunction6.java | 4 ++-- vavr/src-gen/main/java/io/vavr/CheckedFunction7.java | 4 ++-- vavr/src-gen/main/java/io/vavr/CheckedFunction8.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Function0.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Function1.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Function2.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Function3.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Function4.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Function5.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Function6.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Function7.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Function8.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple0.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple1.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple2.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple3.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple4.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple5.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple6.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple7.java | 4 ++-- vavr/src-gen/main/java/io/vavr/Tuple8.java | 4 ++-- vavr/src-gen/main/java/io/vavr/collection/ArrayType.java | 4 ++-- vavr/src-gen/test/java/io/vavr/APITest.java | 4 ++-- vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Function0Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Function1Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Function2Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Function3Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Function4Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Function5Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Function6Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Function7Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Function8Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Tuple0Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Tuple1Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Tuple2Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Tuple3Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Tuple4Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Tuple5Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Tuple6Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Tuple7Test.java | 4 ++-- vavr/src-gen/test/java/io/vavr/Tuple8Test.java | 4 ++-- .../test/java/io/vavr/collection/HashMapOfEntriesTest.java | 4 ++-- .../java/io/vavr/collection/HashMultimapOfEntriesTest.java | 4 ++-- .../java/io/vavr/collection/LinkedHashMapOfEntriesTest.java | 4 ++-- .../io/vavr/collection/LinkedHashMultimapOfEntriesTest.java | 4 ++-- .../test/java/io/vavr/collection/TreeMapOfEntriesTest.java | 4 ++-- .../java/io/vavr/collection/TreeMultimapOfEntriesTest.java | 4 ++-- vavr/src/main/java/io/vavr/$.java | 2 +- vavr/src/main/java/io/vavr/CheckedConsumer.java | 2 +- vavr/src/main/java/io/vavr/CheckedPredicate.java | 2 +- vavr/src/main/java/io/vavr/CheckedRunnable.java | 2 +- vavr/src/main/java/io/vavr/Lazy.java | 2 +- vavr/src/main/java/io/vavr/MatchError.java | 2 +- vavr/src/main/java/io/vavr/NotImplementedError.java | 2 +- vavr/src/main/java/io/vavr/PartialFunction.java | 2 +- vavr/src/main/java/io/vavr/Predicates.java | 2 +- vavr/src/main/java/io/vavr/Value.java | 2 +- vavr/src/main/java/io/vavr/collection/AbstractIterator.java | 2 +- vavr/src/main/java/io/vavr/collection/AbstractMultimap.java | 2 +- vavr/src/main/java/io/vavr/collection/AbstractQueue.java | 2 +- vavr/src/main/java/io/vavr/collection/Array.java | 2 +- vavr/src/main/java/io/vavr/collection/BitMappedTrie.java | 2 +- vavr/src/main/java/io/vavr/collection/BitSet.java | 2 +- vavr/src/main/java/io/vavr/collection/CharSeq.java | 2 +- vavr/src/main/java/io/vavr/collection/Collections.java | 2 +- vavr/src/main/java/io/vavr/collection/Comparators.java | 2 +- vavr/src/main/java/io/vavr/collection/Foldable.java | 2 +- vavr/src/main/java/io/vavr/collection/GwtIncompatible.java | 2 +- .../src/main/java/io/vavr/collection/HashArrayMappedTrie.java | 2 +- vavr/src/main/java/io/vavr/collection/HashMap.java | 2 +- vavr/src/main/java/io/vavr/collection/HashMultimap.java | 2 +- vavr/src/main/java/io/vavr/collection/HashSet.java | 2 +- vavr/src/main/java/io/vavr/collection/IndexedSeq.java | 2 +- vavr/src/main/java/io/vavr/collection/Iterator.java | 2 +- vavr/src/main/java/io/vavr/collection/JavaConverters.java | 2 +- vavr/src/main/java/io/vavr/collection/LinearSeq.java | 2 +- vavr/src/main/java/io/vavr/collection/LinkedHashMap.java | 2 +- vavr/src/main/java/io/vavr/collection/LinkedHashMultimap.java | 2 +- vavr/src/main/java/io/vavr/collection/LinkedHashSet.java | 2 +- vavr/src/main/java/io/vavr/collection/List.java | 2 +- vavr/src/main/java/io/vavr/collection/Map.java | 2 +- vavr/src/main/java/io/vavr/collection/Maps.java | 2 +- vavr/src/main/java/io/vavr/collection/Multimap.java | 2 +- vavr/src/main/java/io/vavr/collection/Multimaps.java | 2 +- vavr/src/main/java/io/vavr/collection/Ordered.java | 2 +- vavr/src/main/java/io/vavr/collection/PriorityQueue.java | 2 +- vavr/src/main/java/io/vavr/collection/Queue.java | 2 +- vavr/src/main/java/io/vavr/collection/RedBlackTree.java | 2 +- vavr/src/main/java/io/vavr/collection/Seq.java | 2 +- vavr/src/main/java/io/vavr/collection/Set.java | 2 +- vavr/src/main/java/io/vavr/collection/SortedMap.java | 2 +- vavr/src/main/java/io/vavr/collection/SortedMultimap.java | 2 +- vavr/src/main/java/io/vavr/collection/SortedSet.java | 2 +- vavr/src/main/java/io/vavr/collection/Stream.java | 2 +- vavr/src/main/java/io/vavr/collection/Traversable.java | 2 +- vavr/src/main/java/io/vavr/collection/Tree.java | 2 +- vavr/src/main/java/io/vavr/collection/TreeMap.java | 2 +- vavr/src/main/java/io/vavr/collection/TreeMultimap.java | 2 +- vavr/src/main/java/io/vavr/collection/TreeSet.java | 2 +- vavr/src/main/java/io/vavr/collection/Vector.java | 2 +- vavr/src/main/java/io/vavr/concurrent/Future.java | 2 +- vavr/src/main/java/io/vavr/concurrent/FutureImpl.java | 2 +- vavr/src/main/java/io/vavr/control/Either.java | 2 +- vavr/src/main/java/io/vavr/control/HashCodes.java | 2 +- vavr/src/main/java/io/vavr/control/Option.java | 2 +- vavr/src/main/java/io/vavr/control/Try.java | 2 +- vavr/src/main/java/io/vavr/control/Validation.java | 2 +- vavr/src/test/java/io/vavr/AbstractValueTest.java | 2 +- vavr/src/test/java/io/vavr/AssertionsExtensions.java | 2 +- vavr/src/test/java/io/vavr/CheckedConsumerTest.java | 2 +- vavr/src/test/java/io/vavr/CheckedPredicateTest.java | 2 +- vavr/src/test/java/io/vavr/CheckedRunnableTest.java | 2 +- vavr/src/test/java/io/vavr/IterableTest.java | 2 +- vavr/src/test/java/io/vavr/JavaCollections.java | 2 +- vavr/src/test/java/io/vavr/LazyTest.java | 2 +- vavr/src/test/java/io/vavr/MatchErrorTest.java | 2 +- vavr/src/test/java/io/vavr/MatchTest.java | 2 +- vavr/src/test/java/io/vavr/OutputTester.java | 2 +- vavr/src/test/java/io/vavr/PartialFunctionTest.java | 2 +- vavr/src/test/java/io/vavr/PredicatesTest.java | 2 +- vavr/src/test/java/io/vavr/Serializables.java | 2 +- vavr/src/test/java/io/vavr/TestComparators.java | 2 +- vavr/src/test/java/io/vavr/TupleTest.java | 2 +- vavr/src/test/java/io/vavr/ValueTest.java | 2 +- .../test/java/io/vavr/collection/AbstractIndexedSeqTest.java | 2 +- .../test/java/io/vavr/collection/AbstractLinearSeqTest.java | 2 +- vavr/src/test/java/io/vavr/collection/AbstractMapTest.java | 2 +- .../test/java/io/vavr/collection/AbstractMultimapTest.java | 2 +- vavr/src/test/java/io/vavr/collection/AbstractSeqTest.java | 2 +- vavr/src/test/java/io/vavr/collection/AbstractSetTest.java | 2 +- .../test/java/io/vavr/collection/AbstractSortedMapTest.java | 2 +- .../test/java/io/vavr/collection/AbstractSortedSetTest.java | 2 +- .../java/io/vavr/collection/AbstractTraversableRangeTest.java | 2 +- .../test/java/io/vavr/collection/AbstractTraversableTest.java | 2 +- vavr/src/test/java/io/vavr/collection/ArrayTest.java | 2 +- vavr/src/test/java/io/vavr/collection/CharSeqTest.java | 2 +- vavr/src/test/java/io/vavr/collection/CollectionsTest.java | 2 +- .../test/java/io/vavr/collection/HashArrayMappedTrieTest.java | 2 +- vavr/src/test/java/io/vavr/collection/HashMapTest.java | 2 +- vavr/src/test/java/io/vavr/collection/HashSetTest.java | 2 +- vavr/src/test/java/io/vavr/collection/IntMap.java | 2 +- vavr/src/test/java/io/vavr/collection/IntMod2.java | 2 +- vavr/src/test/java/io/vavr/collection/IntMod2Test.java | 2 +- vavr/src/test/java/io/vavr/collection/IntMultimap.java | 2 +- vavr/src/test/java/io/vavr/collection/IteratorTest.java | 2 +- vavr/src/test/java/io/vavr/collection/JavaConvertersTest.java | 2 +- vavr/src/test/java/io/vavr/collection/ListTest.java | 2 +- vavr/src/test/java/io/vavr/collection/PriorityQueueTest.java | 2 +- vavr/src/test/java/io/vavr/collection/QueueTest.java | 2 +- vavr/src/test/java/io/vavr/collection/QuickSortTest.java | 2 +- vavr/src/test/java/io/vavr/collection/RedBlackTreeTest.java | 2 +- vavr/src/test/java/io/vavr/collection/StreamTest.java | 2 +- vavr/src/test/java/io/vavr/collection/StringTest.java | 2 +- vavr/src/test/java/io/vavr/collection/TreeMapTest.java | 2 +- vavr/src/test/java/io/vavr/collection/TreeSetTest.java | 2 +- vavr/src/test/java/io/vavr/collection/TreeTest.java | 2 +- vavr/src/test/java/io/vavr/collection/VectorPropertyTest.java | 2 +- vavr/src/test/java/io/vavr/collection/VectorTest.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler01Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler02Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler03Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler04Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler05Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler06Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler07Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler08Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler09Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler10Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler11Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler12Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler13Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler14Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler15Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler16Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler17Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler18Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler19Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler20Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler21Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler22Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler23Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler24Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler25Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler26Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler27Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler28Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler29Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler30Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler31Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler32Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler33Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler34Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler35Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler36Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler37Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler38Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler39Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler40Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler41Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler42Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler43Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler45Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler48Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler55Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler57Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler67Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler71Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Euler99Test.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/PrimeNumbers.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Sieve.java | 2 +- vavr/src/test/java/io/vavr/collection/euler/Utils.java | 2 +- vavr/src/test/java/io/vavr/concurrent/Concurrent.java | 2 +- vavr/src/test/java/io/vavr/concurrent/FutureTest.java | 2 +- vavr/src/test/java/io/vavr/control/EitherTest.java | 2 +- vavr/src/test/java/io/vavr/control/OptionTest.java | 2 +- vavr/src/test/java/io/vavr/control/TryTest.java | 2 +- vavr/src/test/java/io/vavr/control/ValidationTest.java | 2 +- .../src/test/java/outside_of_vavr/IllegalAccessErrorTest.java | 2 +- 283 files changed, 359 insertions(+), 359 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 016f7475b3..e3ec4f408d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ _Source: http://users.ece.utexas.edu/~adnan/pike.html_ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/update_copyright.sh b/update_copyright.sh index 270806ab5f..b27c4a364b 100755 --- a/update_copyright.sh +++ b/update_copyright.sh @@ -13,4 +13,4 @@ echo "Updating copyright notice to $newYear" # Exclude specific directories: -type d \( -path ./.git -o -path ./.ide \) -prune -o # Make sed work on Mac: sed -e # Prevent making backups: -i '' -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/" +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/" diff --git a/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java b/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java index 6cba8cb3c2..31f1bfd3c7 100644 --- a/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java +++ b/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/JmhRunner.java b/vavr-benchmark/src/test/java/io/vavr/JmhRunner.java index 39b66d5ffa..d6cbd58a90 100644 --- a/vavr-benchmark/src/test/java/io/vavr/JmhRunner.java +++ b/vavr-benchmark/src/test/java/io/vavr/JmhRunner.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java b/vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java index 772ea9a13e..1a1d222aae 100644 --- a/vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java +++ b/vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java index 895e3b3dd2..33f7a62756 100644 --- a/vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java index 5d3473d3d0..b5e72eb3f4 100644 --- a/vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java index 2bd85290b1..d353597e9c 100644 --- a/vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java index 3435ed834f..18f5c16725 100644 --- a/vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java index 1037a80983..70d1f27e3e 100644 --- a/vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java index cc5a79ad83..f392964538 100644 --- a/vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java index 46500ff6dd..8fc8ee3770 100644 --- a/vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java index 816e540413..2bf14b1000 100644 --- a/vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java index d9e0b69e18..ac6cddeaf2 100644 --- a/vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java index 90f0d3555f..0da02b7a00 100644 --- a/vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java index 9316cc1a0e..f74a3d4dc0 100644 --- a/vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java index 0ffcac5114..5fb7db9497 100644 --- a/vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java index 726961cc7b..a62dfa04ad 100644 --- a/vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java index e05ef78072..9830d43c22 100644 --- a/vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java +++ b/vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java b/vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java index 39197a7972..ad2c9ce9c9 100644 --- a/vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java +++ b/vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java b/vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java index ce003af30c..33412a9d89 100644 --- a/vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java +++ b/vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java b/vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java index 9391c8b89c..2feb1c0a7c 100644 --- a/vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java +++ b/vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java b/vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java index 0001b980e3..d913cc2677 100644 --- a/vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java +++ b/vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java b/vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java index 3cfda203db..d198c4069d 100644 --- a/vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java +++ b/vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java b/vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java index de3d44f3f0..67b5e56c48 100644 --- a/vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java +++ b/vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java b/vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java index fdac3f3cee..e9a9ff21b0 100644 --- a/vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java +++ b/vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java b/vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java index b7bea5effa..5ad3797378 100644 --- a/vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java +++ b/vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java b/vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java index f383e2ca36..6edf533f3c 100644 --- a/vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java +++ b/vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java b/vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java index d6f4587cd5..c863622040 100644 --- a/vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java +++ b/vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-test/generator/Generator.scala b/vavr-test/generator/Generator.scala index 0b4d407258..65893fda59 100644 --- a/vavr-test/generator/Generator.scala +++ b/vavr-test/generator/Generator.scala @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -692,7 +692,7 @@ def genVavrFile(packageName: String, className: String, baseDir: String = TARGET * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-test/src-gen/main/java/io/vavr/test/Property.java b/vavr-test/src-gen/main/java/io/vavr/test/Property.java index 70fe0fda02..b75bfd8e9d 100644 --- a/vavr-test/src-gen/main/java/io/vavr/test/Property.java +++ b/vavr-test/src-gen/main/java/io/vavr/test/Property.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1308,4 +1308,4 @@ static class CheckError extends Error { super(message, cause); } } -} \ No newline at end of file +} diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java index 7b4b829829..b3bfd1047e 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty1CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} \ No newline at end of file +} diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java index d791a0ad87..907d967560 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty2CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} \ No newline at end of file +} diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java index b79ad676cf..059505ab66 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty3CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} \ No newline at end of file +} diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java index de5a74c0f2..ee92f6b1cc 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty4CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} \ No newline at end of file +} diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java index 37d1d442db..4e1d1da89b 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty5CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} \ No newline at end of file +} diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java index 0f5e6638c2..b88aee4046 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty6CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} \ No newline at end of file +} diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java index b0f2788b89..eaa6229284 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty7CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} \ No newline at end of file +} diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java index b9704b91e2..825c0fcc10 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty8CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} \ No newline at end of file +} diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java index e3d98b8d61..03f05540da 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -239,4 +239,4 @@ public void shouldCheckOrCombinationWhereFirstPropertyIsFalseAndSecondPropertyIs final CheckResult result = p1.or(p2).check(); assertThat(result.isSatisfied()).isFalse(); } -} \ No newline at end of file +} diff --git a/vavr-test/src/main/java/io/vavr/test/Arbitrary.java b/vavr-test/src/main/java/io/vavr/test/Arbitrary.java index 2926ffbbe2..fc0b0a844c 100644 --- a/vavr-test/src/main/java/io/vavr/test/Arbitrary.java +++ b/vavr-test/src/main/java/io/vavr/test/Arbitrary.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-test/src/main/java/io/vavr/test/CheckResult.java b/vavr-test/src/main/java/io/vavr/test/CheckResult.java index 4f51bac0d5..422206fc01 100644 --- a/vavr-test/src/main/java/io/vavr/test/CheckResult.java +++ b/vavr-test/src/main/java/io/vavr/test/CheckResult.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-test/src/main/java/io/vavr/test/Checkable.java b/vavr-test/src/main/java/io/vavr/test/Checkable.java index 15dfe72c39..67e877b4ae 100644 --- a/vavr-test/src/main/java/io/vavr/test/Checkable.java +++ b/vavr-test/src/main/java/io/vavr/test/Checkable.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-test/src/main/java/io/vavr/test/Gen.java b/vavr-test/src/main/java/io/vavr/test/Gen.java index 4a762c1cc8..a28fda394b 100644 --- a/vavr-test/src/main/java/io/vavr/test/Gen.java +++ b/vavr-test/src/main/java/io/vavr/test/Gen.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-test/src/test/java/io/vavr/test/ArbitraryTest.java b/vavr-test/src/test/java/io/vavr/test/ArbitraryTest.java index 279b6ad6d5..3b6260082c 100644 --- a/vavr-test/src/test/java/io/vavr/test/ArbitraryTest.java +++ b/vavr-test/src/test/java/io/vavr/test/ArbitraryTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-test/src/test/java/io/vavr/test/CheckResultTest.java b/vavr-test/src/test/java/io/vavr/test/CheckResultTest.java index d90a2644e1..7eebfaf0a4 100644 --- a/vavr-test/src/test/java/io/vavr/test/CheckResultTest.java +++ b/vavr-test/src/test/java/io/vavr/test/CheckResultTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr-test/src/test/java/io/vavr/test/GenTest.java b/vavr-test/src/test/java/io/vavr/test/GenTest.java index f9297b9b41..e3a8ae5f9d 100644 --- a/vavr-test/src/test/java/io/vavr/test/GenTest.java +++ b/vavr-test/src/test/java/io/vavr/test/GenTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/generator/Generator.scala b/vavr/generator/Generator.scala index 86e3b1d351..a72bb19c67 100644 --- a/vavr/generator/Generator.scala +++ b/vavr/generator/Generator.scala @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -3725,7 +3725,7 @@ def genVavrFile(packageName: String, className: String, baseDir: String = TARGET * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src-gen/main/java/io/vavr/API.java b/vavr/src-gen/main/java/io/vavr/API.java index 08a4658366..61cff73620 100644 --- a/vavr/src-gen/main/java/io/vavr/API.java +++ b/vavr/src-gen/main/java/io/vavr/API.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -5654,4 +5654,4 @@ public boolean isDefinedAt(T obj) { } } } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java index 30ed001a4a..9e9bd4312d 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -274,4 +274,4 @@ interface CheckedFunction0Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java index 37a3916a48..689e2ef7e3 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -302,4 +302,4 @@ interface CheckedFunction1Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java index 2e42927c5c..3ca964922e 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -298,4 +298,4 @@ interface CheckedFunction2Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java index 0ce876c19c..5d072ddce0 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -315,4 +315,4 @@ interface CheckedFunction3Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java index 81653536c2..ac1d68605b 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -334,4 +334,4 @@ interface CheckedFunction4Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java index d37354a6ad..e7aa30d160 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -354,4 +354,4 @@ interface CheckedFunction5Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java index 76d0f23652..7ac2a5278d 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -375,4 +375,4 @@ interface CheckedFunction6Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java index 6fcf5a5993..7ac5270506 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -397,4 +397,4 @@ interface CheckedFunction7Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java index 9fb6da3eae..6080aa0a4d 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -420,4 +420,4 @@ interface CheckedFunction8Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Function0.java b/vavr/src-gen/main/java/io/vavr/Function0.java index 54603db919..d3f4520d1a 100644 --- a/vavr/src-gen/main/java/io/vavr/Function0.java +++ b/vavr/src-gen/main/java/io/vavr/Function0.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -224,4 +224,4 @@ default Function0 andThen(Function after) { return () -> after.apply(apply()); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Function1.java b/vavr/src-gen/main/java/io/vavr/Function1.java index 0c710e5637..a9d8a4c6c6 100644 --- a/vavr/src-gen/main/java/io/vavr/Function1.java +++ b/vavr/src-gen/main/java/io/vavr/Function1.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -282,4 +282,4 @@ default Function1 compose(Function before) { Objects.requireNonNull(before, "before is null"); return v -> apply(before.apply(v)); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Function2.java b/vavr/src-gen/main/java/io/vavr/Function2.java index 268d57c78d..4eae32ae1f 100644 --- a/vavr/src-gen/main/java/io/vavr/Function2.java +++ b/vavr/src-gen/main/java/io/vavr/Function2.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -251,4 +251,4 @@ default Function2 andThen(Function after) return (t1, t2) -> after.apply(apply(t1, t2)); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Function3.java b/vavr/src-gen/main/java/io/vavr/Function3.java index ae7c7fa5d6..e05ca783d3 100644 --- a/vavr/src-gen/main/java/io/vavr/Function3.java +++ b/vavr/src-gen/main/java/io/vavr/Function3.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -268,4 +268,4 @@ default Function3 andThen(Function af return (t1, t2, t3) -> after.apply(apply(t1, t2, t3)); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Function4.java b/vavr/src-gen/main/java/io/vavr/Function4.java index 3f4497ca35..38e86ad955 100644 --- a/vavr/src-gen/main/java/io/vavr/Function4.java +++ b/vavr/src-gen/main/java/io/vavr/Function4.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -287,4 +287,4 @@ default Function4 andThen(Function after.apply(apply(t1, t2, t3, t4)); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Function5.java b/vavr/src-gen/main/java/io/vavr/Function5.java index 3e3deb70b4..bdbfabf36f 100644 --- a/vavr/src-gen/main/java/io/vavr/Function5.java +++ b/vavr/src-gen/main/java/io/vavr/Function5.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -307,4 +307,4 @@ default Function5 andThen(Function after.apply(apply(t1, t2, t3, t4, t5)); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Function6.java b/vavr/src-gen/main/java/io/vavr/Function6.java index 5b6682a99f..3ff0b16e7d 100644 --- a/vavr/src-gen/main/java/io/vavr/Function6.java +++ b/vavr/src-gen/main/java/io/vavr/Function6.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -328,4 +328,4 @@ default Function6 andThen(Function after.apply(apply(t1, t2, t3, t4, t5, t6)); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Function7.java b/vavr/src-gen/main/java/io/vavr/Function7.java index 20e8bf76d2..ec1c653213 100644 --- a/vavr/src-gen/main/java/io/vavr/Function7.java +++ b/vavr/src-gen/main/java/io/vavr/Function7.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -350,4 +350,4 @@ default Function7 andThen(Function after.apply(apply(t1, t2, t3, t4, t5, t6, t7)); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Function8.java b/vavr/src-gen/main/java/io/vavr/Function8.java index abdc032171..261bcdd05c 100644 --- a/vavr/src-gen/main/java/io/vavr/Function8.java +++ b/vavr/src-gen/main/java/io/vavr/Function8.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -373,4 +373,4 @@ default Function8 andThen(Function after.apply(apply(t1, t2, t3, t4, t5, t6, t7, t8)); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple.java b/vavr/src-gen/main/java/io/vavr/Tuple.java index 12866cb08c..9b8645428c 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -631,4 +631,4 @@ static Tuple8, Seq, Seq, Seq(s.map(Tuple8::_1), s.map(Tuple8::_2), s.map(Tuple8::_3), s.map(Tuple8::_4), s.map(Tuple8::_5), s.map(Tuple8::_6), s.map(Tuple8::_7), s.map(Tuple8::_8)); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple0.java b/vavr/src-gen/main/java/io/vavr/Tuple0.java index 9bc3e753b6..bada56fd94 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple0.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple0.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -266,4 +266,4 @@ private Object readResolve() { return INSTANCE; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple1.java b/vavr/src-gen/main/java/io/vavr/Tuple1.java index 736afab05e..4c2db77e53 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple1.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple1.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -287,4 +287,4 @@ public String toString() { return "(" + _1 + ")"; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple2.java b/vavr/src-gen/main/java/io/vavr/Tuple2.java index 19c0a4cf42..d21f35bea1 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple2.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple2.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -372,4 +372,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ")"; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple3.java b/vavr/src-gen/main/java/io/vavr/Tuple3.java index 1fec15b5d7..283994c1e9 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple3.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple3.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -386,4 +386,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ")"; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple4.java b/vavr/src-gen/main/java/io/vavr/Tuple4.java index c51fa169ae..6d9357a892 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple4.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple4.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -424,4 +424,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ")"; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple5.java b/vavr/src-gen/main/java/io/vavr/Tuple5.java index 7a706e6594..f4cd2afe13 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple5.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple5.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -463,4 +463,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ")"; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple6.java b/vavr/src-gen/main/java/io/vavr/Tuple6.java index 0f107d5510..c44193a550 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple6.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple6.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -503,4 +503,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ", " + _6 + ")"; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple7.java b/vavr/src-gen/main/java/io/vavr/Tuple7.java index 8e7bfc6c46..03f1f4f978 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple7.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple7.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -544,4 +544,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ", " + _6 + ", " + _7 + ")"; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/Tuple8.java b/vavr/src-gen/main/java/io/vavr/Tuple8.java index ebb781e92f..7fbbc134ba 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple8.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple8.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -575,4 +575,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ", " + _6 + ", " + _7 + ", " + _8 + ")"; } -} \ No newline at end of file +} diff --git a/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java b/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java index 8cd61d5f25..34f0c9f9f5 100644 --- a/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java +++ b/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -508,4 +508,4 @@ private static Object copyNonEmpty(Object array, int arraySize, int sourceFrom, return result; } } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/APITest.java b/vavr/src-gen/test/java/io/vavr/APITest.java index d180638441..ff0884d684 100644 --- a/vavr/src-gen/test/java/io/vavr/APITest.java +++ b/vavr/src-gen/test/java/io/vavr/APITest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1650,4 +1650,4 @@ public void shouldMatchPattern8() { ); assertThat(match).isEqualTo("okMatch"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java index d43fb7fb9c..664ee978b4 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -200,4 +200,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply()).isEqualTo("Zero args"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java index 6afdcf768c..8910587c58 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -213,4 +213,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1)).isEqualTo("Numbers are: 1"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java index 4497494eeb..f87e6e3c3f 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -204,4 +204,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2)).isEqualTo("Numbers are: 1, 2"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java index d9817d4234..cee7d9ea9c 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -205,4 +205,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3)).isEqualTo("Numbers are: 1, 2, 3"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java index e91772b57d..ad766235b3 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -206,4 +206,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4)).isEqualTo("Numbers are: 1, 2, 3, 4"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java index 66e1ad120c..e4b7e5de6c 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -207,4 +207,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4, 5)).isEqualTo("Numbers are: 1, 2, 3, 4, 5"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java index 96ca3109d5..246b70f8bc 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -208,4 +208,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java index 7400e2ec32..79862ab36f 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -209,4 +209,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java index 9b72bf79fc..172006d29d 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -210,4 +210,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7, 8)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7, 8"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Function0Test.java b/vavr/src-gen/test/java/io/vavr/Function0Test.java index 161dfa7e3e..0da0ac39c6 100644 --- a/vavr/src-gen/test/java/io/vavr/Function0Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function0Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -155,4 +155,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply()).isEqualTo("Zero args"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Function1Test.java b/vavr/src-gen/test/java/io/vavr/Function1Test.java index 1e94af6be6..cdcc25d6e7 100644 --- a/vavr/src-gen/test/java/io/vavr/Function1Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function1Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -192,4 +192,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1)).isEqualTo("Numbers are: 1"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Function2Test.java b/vavr/src-gen/test/java/io/vavr/Function2Test.java index 8c3e6a9a2d..fd5c073766 100644 --- a/vavr/src-gen/test/java/io/vavr/Function2Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function2Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -164,4 +164,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2)).isEqualTo("Numbers are: 1, 2"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Function3Test.java b/vavr/src-gen/test/java/io/vavr/Function3Test.java index 5e359ca3f2..49fcdebb00 100644 --- a/vavr/src-gen/test/java/io/vavr/Function3Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function3Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -165,4 +165,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3)).isEqualTo("Numbers are: 1, 2, 3"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Function4Test.java b/vavr/src-gen/test/java/io/vavr/Function4Test.java index ffddd763d5..0cb9b25734 100644 --- a/vavr/src-gen/test/java/io/vavr/Function4Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function4Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -166,4 +166,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4)).isEqualTo("Numbers are: 1, 2, 3, 4"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Function5Test.java b/vavr/src-gen/test/java/io/vavr/Function5Test.java index bad69c6ba5..1d6f70f81c 100644 --- a/vavr/src-gen/test/java/io/vavr/Function5Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function5Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -167,4 +167,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4, 5)).isEqualTo("Numbers are: 1, 2, 3, 4, 5"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Function6Test.java b/vavr/src-gen/test/java/io/vavr/Function6Test.java index 9239cf0c51..fa12b50b55 100644 --- a/vavr/src-gen/test/java/io/vavr/Function6Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function6Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -168,4 +168,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Function7Test.java b/vavr/src-gen/test/java/io/vavr/Function7Test.java index b3fc61b0dd..8f7c936606 100644 --- a/vavr/src-gen/test/java/io/vavr/Function7Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function7Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -169,4 +169,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Function8Test.java b/vavr/src-gen/test/java/io/vavr/Function8Test.java index 0530d34357..89a61811a1 100644 --- a/vavr/src-gen/test/java/io/vavr/Function8Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function8Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -170,4 +170,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7, 8)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7, 8"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple0Test.java b/vavr/src-gen/test/java/io/vavr/Tuple0Test.java index b26c461312..59747f5fbc 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple0Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple0Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -165,4 +165,4 @@ private Tuple0 createTuple() { private Tuple0 createIntTuple() { return Tuple0.instance(); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple1Test.java b/vavr/src-gen/test/java/io/vavr/Tuple1Test.java index e9a4a2609e..9fb115dd70 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple1Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple1Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -209,4 +209,4 @@ private Tuple1 createTuple() { private Tuple1 createIntTuple(Integer i1) { return new Tuple1<>(i1); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple2Test.java b/vavr/src-gen/test/java/io/vavr/Tuple2Test.java index 2f3d2b12a0..c12e93563a 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple2Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple2Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -258,4 +258,4 @@ private Tuple2 createTuple() { private Tuple2 createIntTuple(Integer i1, Integer i2) { return new Tuple2<>(i1, i2); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple3Test.java b/vavr/src-gen/test/java/io/vavr/Tuple3Test.java index 870bd7ee82..4c10c6e386 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple3Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple3Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -267,4 +267,4 @@ private Tuple3 createTuple() { private Tuple3 createIntTuple(Integer i1, Integer i2, Integer i3) { return new Tuple3<>(i1, i2, i3); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple4Test.java b/vavr/src-gen/test/java/io/vavr/Tuple4Test.java index 2412e6a5f3..a31bf79846 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple4Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple4Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -292,4 +292,4 @@ private Tuple4 createTuple() { private Tuple4 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4) { return new Tuple4<>(i1, i2, i3, i4); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple5Test.java b/vavr/src-gen/test/java/io/vavr/Tuple5Test.java index 7e160145e0..2b03770a66 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple5Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple5Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -319,4 +319,4 @@ private Tuple5 createTuple() { private Tuple5 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5) { return new Tuple5<>(i1, i2, i3, i4, i5); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple6Test.java b/vavr/src-gen/test/java/io/vavr/Tuple6Test.java index f5fc94ae8c..f25d4078b7 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple6Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple6Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -348,4 +348,4 @@ private Tuple6 createTuple() { private Tuple6 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6) { return new Tuple6<>(i1, i2, i3, i4, i5, i6); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple7Test.java b/vavr/src-gen/test/java/io/vavr/Tuple7Test.java index 1f4d3cd8cd..a5b95d30fc 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple7Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple7Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -379,4 +379,4 @@ private Tuple7 createTup private Tuple7 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6, Integer i7) { return new Tuple7<>(i1, i2, i3, i4, i5, i6, i7); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple8Test.java b/vavr/src-gen/test/java/io/vavr/Tuple8Test.java index d0aa6675bd..d05ce8a9f0 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple8Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple8Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -405,4 +405,4 @@ private Tuple8 c private Tuple8 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6, Integer i7, Integer i8) { return new Tuple8<>(i1, i2, i3, i4, i5, i6, i7, i8); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java index f259d43bb7..07feb16944 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -162,4 +162,4 @@ public void shouldConstructFrom10Entries() { assertThat(map.get(9).get()).isEqualTo("9"); assertThat(map.get(10).get()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java index d1b9eaac19..f02c8df07f 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -788,4 +788,4 @@ public void shouldConstructFrom10EntriesWithSortedSet() { assertThat(map.get(10).get() instanceof SortedSet).isTrue(); assertThat(map.get(10).get().head()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java index 801facf41a..30bad88613 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -162,4 +162,4 @@ public void shouldConstructFrom10Entries() { assertThat(map.get(9).get()).isEqualTo("9"); assertThat(map.get(10).get()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java index c80cddfce0..27630cc01d 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -788,4 +788,4 @@ public void shouldConstructFrom10EntriesWithSortedSet() { assertThat(map.get(10).get() instanceof SortedSet).isTrue(); assertThat(map.get(10).get().head()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java index a4a8df5cfe..503397c37c 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -298,4 +298,4 @@ public void shouldConstructFrom10Entries() { assertThat(map.get(9).get()).isEqualTo("9"); assertThat(map.get(10).get()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java index e503b32f41..277b35a32b 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1548,4 +1548,4 @@ public void shouldConstructFrom10EntriesWithSortedSet() { assertThat(map.get(10).get() instanceof SortedSet).isTrue(); assertThat(map.get(10).get().head()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src/main/java/io/vavr/$.java b/vavr/src/main/java/io/vavr/$.java index 6c0412e118..44fc3e580b 100644 --- a/vavr/src/main/java/io/vavr/$.java +++ b/vavr/src/main/java/io/vavr/$.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/CheckedConsumer.java b/vavr/src/main/java/io/vavr/CheckedConsumer.java index 2270fce67b..c51760d6c2 100644 --- a/vavr/src/main/java/io/vavr/CheckedConsumer.java +++ b/vavr/src/main/java/io/vavr/CheckedConsumer.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/CheckedPredicate.java b/vavr/src/main/java/io/vavr/CheckedPredicate.java index 0b6b4786b7..bc78ae3da4 100644 --- a/vavr/src/main/java/io/vavr/CheckedPredicate.java +++ b/vavr/src/main/java/io/vavr/CheckedPredicate.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/CheckedRunnable.java b/vavr/src/main/java/io/vavr/CheckedRunnable.java index 2bef2c2f3c..d16c708caa 100644 --- a/vavr/src/main/java/io/vavr/CheckedRunnable.java +++ b/vavr/src/main/java/io/vavr/CheckedRunnable.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/Lazy.java b/vavr/src/main/java/io/vavr/Lazy.java index 194ee750a1..b8c700dab5 100644 --- a/vavr/src/main/java/io/vavr/Lazy.java +++ b/vavr/src/main/java/io/vavr/Lazy.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/MatchError.java b/vavr/src/main/java/io/vavr/MatchError.java index 75efae4a26..4cd9fcf9b5 100644 --- a/vavr/src/main/java/io/vavr/MatchError.java +++ b/vavr/src/main/java/io/vavr/MatchError.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/NotImplementedError.java b/vavr/src/main/java/io/vavr/NotImplementedError.java index 6bf42f5ef5..f84b361311 100644 --- a/vavr/src/main/java/io/vavr/NotImplementedError.java +++ b/vavr/src/main/java/io/vavr/NotImplementedError.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/PartialFunction.java b/vavr/src/main/java/io/vavr/PartialFunction.java index aa9e015ef9..4913458f1d 100644 --- a/vavr/src/main/java/io/vavr/PartialFunction.java +++ b/vavr/src/main/java/io/vavr/PartialFunction.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/Predicates.java b/vavr/src/main/java/io/vavr/Predicates.java index b96d9be893..faa165d070 100644 --- a/vavr/src/main/java/io/vavr/Predicates.java +++ b/vavr/src/main/java/io/vavr/Predicates.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/Value.java b/vavr/src/main/java/io/vavr/Value.java index 24f5530ebc..5ac9748f3f 100644 --- a/vavr/src/main/java/io/vavr/Value.java +++ b/vavr/src/main/java/io/vavr/Value.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/AbstractIterator.java b/vavr/src/main/java/io/vavr/collection/AbstractIterator.java index 6d7d423eae..76419daa4f 100644 --- a/vavr/src/main/java/io/vavr/collection/AbstractIterator.java +++ b/vavr/src/main/java/io/vavr/collection/AbstractIterator.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/AbstractMultimap.java b/vavr/src/main/java/io/vavr/collection/AbstractMultimap.java index f04f5431e5..50b1368f57 100644 --- a/vavr/src/main/java/io/vavr/collection/AbstractMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/AbstractMultimap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/AbstractQueue.java b/vavr/src/main/java/io/vavr/collection/AbstractQueue.java index 3cf893b89c..f79f4d8666 100644 --- a/vavr/src/main/java/io/vavr/collection/AbstractQueue.java +++ b/vavr/src/main/java/io/vavr/collection/AbstractQueue.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Array.java b/vavr/src/main/java/io/vavr/collection/Array.java index 2bb1ce7ff5..075300a4ef 100644 --- a/vavr/src/main/java/io/vavr/collection/Array.java +++ b/vavr/src/main/java/io/vavr/collection/Array.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/BitMappedTrie.java b/vavr/src/main/java/io/vavr/collection/BitMappedTrie.java index 75da36ae7c..de433c30c1 100644 --- a/vavr/src/main/java/io/vavr/collection/BitMappedTrie.java +++ b/vavr/src/main/java/io/vavr/collection/BitMappedTrie.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/BitSet.java b/vavr/src/main/java/io/vavr/collection/BitSet.java index 6ac40812ed..29d638b857 100644 --- a/vavr/src/main/java/io/vavr/collection/BitSet.java +++ b/vavr/src/main/java/io/vavr/collection/BitSet.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/CharSeq.java b/vavr/src/main/java/io/vavr/collection/CharSeq.java index 0f984f7944..d553490302 100644 --- a/vavr/src/main/java/io/vavr/collection/CharSeq.java +++ b/vavr/src/main/java/io/vavr/collection/CharSeq.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Collections.java b/vavr/src/main/java/io/vavr/collection/Collections.java index 1688152a44..ab29d796cd 100644 --- a/vavr/src/main/java/io/vavr/collection/Collections.java +++ b/vavr/src/main/java/io/vavr/collection/Collections.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Comparators.java b/vavr/src/main/java/io/vavr/collection/Comparators.java index b708471ff8..93a5a207e0 100644 --- a/vavr/src/main/java/io/vavr/collection/Comparators.java +++ b/vavr/src/main/java/io/vavr/collection/Comparators.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Foldable.java b/vavr/src/main/java/io/vavr/collection/Foldable.java index bc298f32e1..7a4f395430 100644 --- a/vavr/src/main/java/io/vavr/collection/Foldable.java +++ b/vavr/src/main/java/io/vavr/collection/Foldable.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/GwtIncompatible.java b/vavr/src/main/java/io/vavr/collection/GwtIncompatible.java index 62ae93a8a9..b20398b6bf 100644 --- a/vavr/src/main/java/io/vavr/collection/GwtIncompatible.java +++ b/vavr/src/main/java/io/vavr/collection/GwtIncompatible.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/HashArrayMappedTrie.java b/vavr/src/main/java/io/vavr/collection/HashArrayMappedTrie.java index ba52843c0a..3a4b7aa3f9 100644 --- a/vavr/src/main/java/io/vavr/collection/HashArrayMappedTrie.java +++ b/vavr/src/main/java/io/vavr/collection/HashArrayMappedTrie.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/HashMap.java b/vavr/src/main/java/io/vavr/collection/HashMap.java index d3c96cd5b9..c856701c41 100644 --- a/vavr/src/main/java/io/vavr/collection/HashMap.java +++ b/vavr/src/main/java/io/vavr/collection/HashMap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/HashMultimap.java b/vavr/src/main/java/io/vavr/collection/HashMultimap.java index b91eb82f94..b80e701373 100644 --- a/vavr/src/main/java/io/vavr/collection/HashMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/HashMultimap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/HashSet.java b/vavr/src/main/java/io/vavr/collection/HashSet.java index d08d9bc999..5f40877b17 100644 --- a/vavr/src/main/java/io/vavr/collection/HashSet.java +++ b/vavr/src/main/java/io/vavr/collection/HashSet.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/IndexedSeq.java b/vavr/src/main/java/io/vavr/collection/IndexedSeq.java index 9e5ddd51ba..1a138244be 100644 --- a/vavr/src/main/java/io/vavr/collection/IndexedSeq.java +++ b/vavr/src/main/java/io/vavr/collection/IndexedSeq.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Iterator.java b/vavr/src/main/java/io/vavr/collection/Iterator.java index 6bbc792754..cd7cbaf133 100644 --- a/vavr/src/main/java/io/vavr/collection/Iterator.java +++ b/vavr/src/main/java/io/vavr/collection/Iterator.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/JavaConverters.java b/vavr/src/main/java/io/vavr/collection/JavaConverters.java index 37dbe1bcff..c8a821d758 100644 --- a/vavr/src/main/java/io/vavr/collection/JavaConverters.java +++ b/vavr/src/main/java/io/vavr/collection/JavaConverters.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/LinearSeq.java b/vavr/src/main/java/io/vavr/collection/LinearSeq.java index f0c5b1cc89..e707fd8918 100644 --- a/vavr/src/main/java/io/vavr/collection/LinearSeq.java +++ b/vavr/src/main/java/io/vavr/collection/LinearSeq.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/LinkedHashMap.java b/vavr/src/main/java/io/vavr/collection/LinkedHashMap.java index ab98c7356d..dffbf82c79 100644 --- a/vavr/src/main/java/io/vavr/collection/LinkedHashMap.java +++ b/vavr/src/main/java/io/vavr/collection/LinkedHashMap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/LinkedHashMultimap.java b/vavr/src/main/java/io/vavr/collection/LinkedHashMultimap.java index 9cd05cae64..2aae7279c9 100644 --- a/vavr/src/main/java/io/vavr/collection/LinkedHashMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/LinkedHashMultimap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/LinkedHashSet.java b/vavr/src/main/java/io/vavr/collection/LinkedHashSet.java index 877d5224b1..fbef5f59e7 100644 --- a/vavr/src/main/java/io/vavr/collection/LinkedHashSet.java +++ b/vavr/src/main/java/io/vavr/collection/LinkedHashSet.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/List.java b/vavr/src/main/java/io/vavr/collection/List.java index e296afe31c..927d67bc7b 100644 --- a/vavr/src/main/java/io/vavr/collection/List.java +++ b/vavr/src/main/java/io/vavr/collection/List.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Map.java b/vavr/src/main/java/io/vavr/collection/Map.java index fc94c56bac..6566c9ac53 100644 --- a/vavr/src/main/java/io/vavr/collection/Map.java +++ b/vavr/src/main/java/io/vavr/collection/Map.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Maps.java b/vavr/src/main/java/io/vavr/collection/Maps.java index e925ad98df..3f0d8697aa 100644 --- a/vavr/src/main/java/io/vavr/collection/Maps.java +++ b/vavr/src/main/java/io/vavr/collection/Maps.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Multimap.java b/vavr/src/main/java/io/vavr/collection/Multimap.java index 47c72fde8d..cd2b3375f1 100644 --- a/vavr/src/main/java/io/vavr/collection/Multimap.java +++ b/vavr/src/main/java/io/vavr/collection/Multimap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Multimaps.java b/vavr/src/main/java/io/vavr/collection/Multimaps.java index 275667f7e5..dd927a6465 100644 --- a/vavr/src/main/java/io/vavr/collection/Multimaps.java +++ b/vavr/src/main/java/io/vavr/collection/Multimaps.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Ordered.java b/vavr/src/main/java/io/vavr/collection/Ordered.java index 98acd5373c..07460fc945 100644 --- a/vavr/src/main/java/io/vavr/collection/Ordered.java +++ b/vavr/src/main/java/io/vavr/collection/Ordered.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/PriorityQueue.java b/vavr/src/main/java/io/vavr/collection/PriorityQueue.java index 1f62a85a63..cada43f789 100644 --- a/vavr/src/main/java/io/vavr/collection/PriorityQueue.java +++ b/vavr/src/main/java/io/vavr/collection/PriorityQueue.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Queue.java b/vavr/src/main/java/io/vavr/collection/Queue.java index 84f56453bf..60596c93fd 100644 --- a/vavr/src/main/java/io/vavr/collection/Queue.java +++ b/vavr/src/main/java/io/vavr/collection/Queue.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/RedBlackTree.java b/vavr/src/main/java/io/vavr/collection/RedBlackTree.java index e9d25e8b53..d0f7493675 100644 --- a/vavr/src/main/java/io/vavr/collection/RedBlackTree.java +++ b/vavr/src/main/java/io/vavr/collection/RedBlackTree.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Seq.java b/vavr/src/main/java/io/vavr/collection/Seq.java index 331b84e6d5..d6cd3f93b2 100644 --- a/vavr/src/main/java/io/vavr/collection/Seq.java +++ b/vavr/src/main/java/io/vavr/collection/Seq.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Set.java b/vavr/src/main/java/io/vavr/collection/Set.java index e742d06e1e..a6024ef00f 100644 --- a/vavr/src/main/java/io/vavr/collection/Set.java +++ b/vavr/src/main/java/io/vavr/collection/Set.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/SortedMap.java b/vavr/src/main/java/io/vavr/collection/SortedMap.java index 542f631bee..67a2dc674a 100644 --- a/vavr/src/main/java/io/vavr/collection/SortedMap.java +++ b/vavr/src/main/java/io/vavr/collection/SortedMap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/SortedMultimap.java b/vavr/src/main/java/io/vavr/collection/SortedMultimap.java index 4697432d58..6108c7d4fa 100644 --- a/vavr/src/main/java/io/vavr/collection/SortedMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/SortedMultimap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/SortedSet.java b/vavr/src/main/java/io/vavr/collection/SortedSet.java index d0fc7845e3..0b371017f5 100644 --- a/vavr/src/main/java/io/vavr/collection/SortedSet.java +++ b/vavr/src/main/java/io/vavr/collection/SortedSet.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Stream.java b/vavr/src/main/java/io/vavr/collection/Stream.java index 31b605fbdd..8e73f8bf63 100644 --- a/vavr/src/main/java/io/vavr/collection/Stream.java +++ b/vavr/src/main/java/io/vavr/collection/Stream.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Traversable.java b/vavr/src/main/java/io/vavr/collection/Traversable.java index 04938ae128..41fcdc3491 100644 --- a/vavr/src/main/java/io/vavr/collection/Traversable.java +++ b/vavr/src/main/java/io/vavr/collection/Traversable.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Tree.java b/vavr/src/main/java/io/vavr/collection/Tree.java index 9f07b7327c..1fcfc14485 100644 --- a/vavr/src/main/java/io/vavr/collection/Tree.java +++ b/vavr/src/main/java/io/vavr/collection/Tree.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/TreeMap.java b/vavr/src/main/java/io/vavr/collection/TreeMap.java index 2cf5e29d2c..9b878d0b41 100644 --- a/vavr/src/main/java/io/vavr/collection/TreeMap.java +++ b/vavr/src/main/java/io/vavr/collection/TreeMap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/TreeMultimap.java b/vavr/src/main/java/io/vavr/collection/TreeMultimap.java index 82c1bacac8..9439368ca8 100644 --- a/vavr/src/main/java/io/vavr/collection/TreeMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/TreeMultimap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/TreeSet.java b/vavr/src/main/java/io/vavr/collection/TreeSet.java index 7246c09001..62317f83d6 100644 --- a/vavr/src/main/java/io/vavr/collection/TreeSet.java +++ b/vavr/src/main/java/io/vavr/collection/TreeSet.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/collection/Vector.java b/vavr/src/main/java/io/vavr/collection/Vector.java index a3a858d898..66c16968f5 100644 --- a/vavr/src/main/java/io/vavr/collection/Vector.java +++ b/vavr/src/main/java/io/vavr/collection/Vector.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/concurrent/Future.java b/vavr/src/main/java/io/vavr/concurrent/Future.java index 17e299009b..f014d5e104 100644 --- a/vavr/src/main/java/io/vavr/concurrent/Future.java +++ b/vavr/src/main/java/io/vavr/concurrent/Future.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/concurrent/FutureImpl.java b/vavr/src/main/java/io/vavr/concurrent/FutureImpl.java index fc99c68a9d..b935e05f06 100644 --- a/vavr/src/main/java/io/vavr/concurrent/FutureImpl.java +++ b/vavr/src/main/java/io/vavr/concurrent/FutureImpl.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/control/Either.java b/vavr/src/main/java/io/vavr/control/Either.java index c805699ca8..9a4acecd15 100644 --- a/vavr/src/main/java/io/vavr/control/Either.java +++ b/vavr/src/main/java/io/vavr/control/Either.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/control/HashCodes.java b/vavr/src/main/java/io/vavr/control/HashCodes.java index 87a049d864..687165f5ce 100644 --- a/vavr/src/main/java/io/vavr/control/HashCodes.java +++ b/vavr/src/main/java/io/vavr/control/HashCodes.java @@ -464,4 +464,4 @@ static int hash(Object v1, Object v2, Object v3, Object v4, Object v5, Object v6 return result; } -} \ No newline at end of file +} diff --git a/vavr/src/main/java/io/vavr/control/Option.java b/vavr/src/main/java/io/vavr/control/Option.java index b6c04f3549..04e2ab41dd 100644 --- a/vavr/src/main/java/io/vavr/control/Option.java +++ b/vavr/src/main/java/io/vavr/control/Option.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/control/Try.java b/vavr/src/main/java/io/vavr/control/Try.java index f9c7188aed..c4f07b2ef0 100644 --- a/vavr/src/main/java/io/vavr/control/Try.java +++ b/vavr/src/main/java/io/vavr/control/Try.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/main/java/io/vavr/control/Validation.java b/vavr/src/main/java/io/vavr/control/Validation.java index c043b3157c..0197107ff5 100644 --- a/vavr/src/main/java/io/vavr/control/Validation.java +++ b/vavr/src/main/java/io/vavr/control/Validation.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/AbstractValueTest.java b/vavr/src/test/java/io/vavr/AbstractValueTest.java index 2af8245a6d..63b4aaad0b 100644 --- a/vavr/src/test/java/io/vavr/AbstractValueTest.java +++ b/vavr/src/test/java/io/vavr/AbstractValueTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/AssertionsExtensions.java b/vavr/src/test/java/io/vavr/AssertionsExtensions.java index 7a967adfe2..91742d449f 100644 --- a/vavr/src/test/java/io/vavr/AssertionsExtensions.java +++ b/vavr/src/test/java/io/vavr/AssertionsExtensions.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/CheckedConsumerTest.java b/vavr/src/test/java/io/vavr/CheckedConsumerTest.java index 92f43a56c7..39a23a2073 100644 --- a/vavr/src/test/java/io/vavr/CheckedConsumerTest.java +++ b/vavr/src/test/java/io/vavr/CheckedConsumerTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/CheckedPredicateTest.java b/vavr/src/test/java/io/vavr/CheckedPredicateTest.java index b48782bd66..b7416f82b7 100644 --- a/vavr/src/test/java/io/vavr/CheckedPredicateTest.java +++ b/vavr/src/test/java/io/vavr/CheckedPredicateTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/CheckedRunnableTest.java b/vavr/src/test/java/io/vavr/CheckedRunnableTest.java index 51db45b00d..2bbf776868 100644 --- a/vavr/src/test/java/io/vavr/CheckedRunnableTest.java +++ b/vavr/src/test/java/io/vavr/CheckedRunnableTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/IterableTest.java b/vavr/src/test/java/io/vavr/IterableTest.java index 994279fd15..cd1c559fc0 100644 --- a/vavr/src/test/java/io/vavr/IterableTest.java +++ b/vavr/src/test/java/io/vavr/IterableTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/JavaCollections.java b/vavr/src/test/java/io/vavr/JavaCollections.java index 1ad8444da0..f28ea4a984 100644 --- a/vavr/src/test/java/io/vavr/JavaCollections.java +++ b/vavr/src/test/java/io/vavr/JavaCollections.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/LazyTest.java b/vavr/src/test/java/io/vavr/LazyTest.java index 6c13bd1751..066486dbcf 100644 --- a/vavr/src/test/java/io/vavr/LazyTest.java +++ b/vavr/src/test/java/io/vavr/LazyTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/MatchErrorTest.java b/vavr/src/test/java/io/vavr/MatchErrorTest.java index 862544bb39..f321275a24 100644 --- a/vavr/src/test/java/io/vavr/MatchErrorTest.java +++ b/vavr/src/test/java/io/vavr/MatchErrorTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/MatchTest.java b/vavr/src/test/java/io/vavr/MatchTest.java index e3e090598b..83b7a9b6ad 100644 --- a/vavr/src/test/java/io/vavr/MatchTest.java +++ b/vavr/src/test/java/io/vavr/MatchTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/OutputTester.java b/vavr/src/test/java/io/vavr/OutputTester.java index ffcd16a8ae..d8f89371cc 100644 --- a/vavr/src/test/java/io/vavr/OutputTester.java +++ b/vavr/src/test/java/io/vavr/OutputTester.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/PartialFunctionTest.java b/vavr/src/test/java/io/vavr/PartialFunctionTest.java index 5d66f7b458..ac3327dcb2 100644 --- a/vavr/src/test/java/io/vavr/PartialFunctionTest.java +++ b/vavr/src/test/java/io/vavr/PartialFunctionTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/PredicatesTest.java b/vavr/src/test/java/io/vavr/PredicatesTest.java index 5cb112d261..f16527e980 100644 --- a/vavr/src/test/java/io/vavr/PredicatesTest.java +++ b/vavr/src/test/java/io/vavr/PredicatesTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/Serializables.java b/vavr/src/test/java/io/vavr/Serializables.java index bf587ee7f9..dba4fabfd7 100644 --- a/vavr/src/test/java/io/vavr/Serializables.java +++ b/vavr/src/test/java/io/vavr/Serializables.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/TestComparators.java b/vavr/src/test/java/io/vavr/TestComparators.java index 8d77f370fa..6f04359cd7 100644 --- a/vavr/src/test/java/io/vavr/TestComparators.java +++ b/vavr/src/test/java/io/vavr/TestComparators.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/TupleTest.java b/vavr/src/test/java/io/vavr/TupleTest.java index ae317d7aba..2fecd1dfe6 100644 --- a/vavr/src/test/java/io/vavr/TupleTest.java +++ b/vavr/src/test/java/io/vavr/TupleTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/ValueTest.java b/vavr/src/test/java/io/vavr/ValueTest.java index 2bdb3814b4..8af7b69996 100644 --- a/vavr/src/test/java/io/vavr/ValueTest.java +++ b/vavr/src/test/java/io/vavr/ValueTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractIndexedSeqTest.java b/vavr/src/test/java/io/vavr/collection/AbstractIndexedSeqTest.java index 9d8b1cb259..523bf86a41 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractIndexedSeqTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractIndexedSeqTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractLinearSeqTest.java b/vavr/src/test/java/io/vavr/collection/AbstractLinearSeqTest.java index 458e6617fd..c57b5a5621 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractLinearSeqTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractLinearSeqTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractMapTest.java b/vavr/src/test/java/io/vavr/collection/AbstractMapTest.java index 22048fe69c..ebbe047998 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractMapTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractMapTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractMultimapTest.java b/vavr/src/test/java/io/vavr/collection/AbstractMultimapTest.java index 2c06e6605e..fe9cf554cd 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractMultimapTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractMultimapTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractSeqTest.java b/vavr/src/test/java/io/vavr/collection/AbstractSeqTest.java index 95f020499b..db179c4531 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractSeqTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractSeqTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractSetTest.java b/vavr/src/test/java/io/vavr/collection/AbstractSetTest.java index 30676c8a12..f691fd5a86 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractSetTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractSetTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractSortedMapTest.java b/vavr/src/test/java/io/vavr/collection/AbstractSortedMapTest.java index 30b1227d5d..4df8528456 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractSortedMapTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractSortedMapTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractSortedSetTest.java b/vavr/src/test/java/io/vavr/collection/AbstractSortedSetTest.java index 5afc864de4..b0d08f615c 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractSortedSetTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractSortedSetTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractTraversableRangeTest.java b/vavr/src/test/java/io/vavr/collection/AbstractTraversableRangeTest.java index fdad403f88..6358ffe612 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractTraversableRangeTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractTraversableRangeTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/AbstractTraversableTest.java b/vavr/src/test/java/io/vavr/collection/AbstractTraversableTest.java index 2f3f72750d..f828777e0d 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractTraversableTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractTraversableTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/ArrayTest.java b/vavr/src/test/java/io/vavr/collection/ArrayTest.java index 49d69c3c96..ff5fd80b91 100644 --- a/vavr/src/test/java/io/vavr/collection/ArrayTest.java +++ b/vavr/src/test/java/io/vavr/collection/ArrayTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/CharSeqTest.java b/vavr/src/test/java/io/vavr/collection/CharSeqTest.java index 28d7923618..357cccc5cd 100644 --- a/vavr/src/test/java/io/vavr/collection/CharSeqTest.java +++ b/vavr/src/test/java/io/vavr/collection/CharSeqTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/CollectionsTest.java b/vavr/src/test/java/io/vavr/collection/CollectionsTest.java index 40df40a608..bca5dccaa0 100644 --- a/vavr/src/test/java/io/vavr/collection/CollectionsTest.java +++ b/vavr/src/test/java/io/vavr/collection/CollectionsTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/HashArrayMappedTrieTest.java b/vavr/src/test/java/io/vavr/collection/HashArrayMappedTrieTest.java index f9ad5a7640..2f718e7293 100644 --- a/vavr/src/test/java/io/vavr/collection/HashArrayMappedTrieTest.java +++ b/vavr/src/test/java/io/vavr/collection/HashArrayMappedTrieTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/HashMapTest.java b/vavr/src/test/java/io/vavr/collection/HashMapTest.java index c4a720f19a..e123dcaea7 100644 --- a/vavr/src/test/java/io/vavr/collection/HashMapTest.java +++ b/vavr/src/test/java/io/vavr/collection/HashMapTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/HashSetTest.java b/vavr/src/test/java/io/vavr/collection/HashSetTest.java index c995ead9a3..eddc60fefa 100644 --- a/vavr/src/test/java/io/vavr/collection/HashSetTest.java +++ b/vavr/src/test/java/io/vavr/collection/HashSetTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/IntMap.java b/vavr/src/test/java/io/vavr/collection/IntMap.java index abf3b2048e..e14a0c4138 100644 --- a/vavr/src/test/java/io/vavr/collection/IntMap.java +++ b/vavr/src/test/java/io/vavr/collection/IntMap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/IntMod2.java b/vavr/src/test/java/io/vavr/collection/IntMod2.java index e2c6efb9ff..56c9376ae5 100644 --- a/vavr/src/test/java/io/vavr/collection/IntMod2.java +++ b/vavr/src/test/java/io/vavr/collection/IntMod2.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/IntMod2Test.java b/vavr/src/test/java/io/vavr/collection/IntMod2Test.java index 4ec7253182..0399874a3a 100644 --- a/vavr/src/test/java/io/vavr/collection/IntMod2Test.java +++ b/vavr/src/test/java/io/vavr/collection/IntMod2Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/IntMultimap.java b/vavr/src/test/java/io/vavr/collection/IntMultimap.java index 3786e5b674..8f1ce7ef09 100644 --- a/vavr/src/test/java/io/vavr/collection/IntMultimap.java +++ b/vavr/src/test/java/io/vavr/collection/IntMultimap.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/IteratorTest.java b/vavr/src/test/java/io/vavr/collection/IteratorTest.java index b65ea35c07..c0e967c33c 100644 --- a/vavr/src/test/java/io/vavr/collection/IteratorTest.java +++ b/vavr/src/test/java/io/vavr/collection/IteratorTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/JavaConvertersTest.java b/vavr/src/test/java/io/vavr/collection/JavaConvertersTest.java index f3377e8316..afad54f2f4 100644 --- a/vavr/src/test/java/io/vavr/collection/JavaConvertersTest.java +++ b/vavr/src/test/java/io/vavr/collection/JavaConvertersTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/ListTest.java b/vavr/src/test/java/io/vavr/collection/ListTest.java index ccfe35a8fe..bbad33ae19 100644 --- a/vavr/src/test/java/io/vavr/collection/ListTest.java +++ b/vavr/src/test/java/io/vavr/collection/ListTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/PriorityQueueTest.java b/vavr/src/test/java/io/vavr/collection/PriorityQueueTest.java index 6027fe8ed8..d0fb8b58f0 100644 --- a/vavr/src/test/java/io/vavr/collection/PriorityQueueTest.java +++ b/vavr/src/test/java/io/vavr/collection/PriorityQueueTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/QueueTest.java b/vavr/src/test/java/io/vavr/collection/QueueTest.java index d8180e2559..1039e11eec 100644 --- a/vavr/src/test/java/io/vavr/collection/QueueTest.java +++ b/vavr/src/test/java/io/vavr/collection/QueueTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/QuickSortTest.java b/vavr/src/test/java/io/vavr/collection/QuickSortTest.java index 024cf5a1a4..6270564034 100644 --- a/vavr/src/test/java/io/vavr/collection/QuickSortTest.java +++ b/vavr/src/test/java/io/vavr/collection/QuickSortTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/RedBlackTreeTest.java b/vavr/src/test/java/io/vavr/collection/RedBlackTreeTest.java index 71fdc6708a..1e4c6cbc23 100644 --- a/vavr/src/test/java/io/vavr/collection/RedBlackTreeTest.java +++ b/vavr/src/test/java/io/vavr/collection/RedBlackTreeTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/StreamTest.java b/vavr/src/test/java/io/vavr/collection/StreamTest.java index 09add1fe65..557e6766b0 100644 --- a/vavr/src/test/java/io/vavr/collection/StreamTest.java +++ b/vavr/src/test/java/io/vavr/collection/StreamTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/StringTest.java b/vavr/src/test/java/io/vavr/collection/StringTest.java index a4a65f3aa0..f43379b520 100644 --- a/vavr/src/test/java/io/vavr/collection/StringTest.java +++ b/vavr/src/test/java/io/vavr/collection/StringTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/TreeMapTest.java b/vavr/src/test/java/io/vavr/collection/TreeMapTest.java index a6614fa59f..a6654a68a6 100644 --- a/vavr/src/test/java/io/vavr/collection/TreeMapTest.java +++ b/vavr/src/test/java/io/vavr/collection/TreeMapTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/TreeSetTest.java b/vavr/src/test/java/io/vavr/collection/TreeSetTest.java index 80b540d5da..dfbd90cd84 100644 --- a/vavr/src/test/java/io/vavr/collection/TreeSetTest.java +++ b/vavr/src/test/java/io/vavr/collection/TreeSetTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/TreeTest.java b/vavr/src/test/java/io/vavr/collection/TreeTest.java index 088ebf219c..ceda2193d8 100644 --- a/vavr/src/test/java/io/vavr/collection/TreeTest.java +++ b/vavr/src/test/java/io/vavr/collection/TreeTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/VectorPropertyTest.java b/vavr/src/test/java/io/vavr/collection/VectorPropertyTest.java index 7c2f750983..c1ba8458da 100644 --- a/vavr/src/test/java/io/vavr/collection/VectorPropertyTest.java +++ b/vavr/src/test/java/io/vavr/collection/VectorPropertyTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/VectorTest.java b/vavr/src/test/java/io/vavr/collection/VectorTest.java index 2a8e278318..d73c43c8c7 100644 --- a/vavr/src/test/java/io/vavr/collection/VectorTest.java +++ b/vavr/src/test/java/io/vavr/collection/VectorTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler01Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler01Test.java index b4f3e581fe..3fed5d9683 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler01Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler01Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler02Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler02Test.java index 9b0b4d5826..e55127fa64 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler02Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler02Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler03Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler03Test.java index 271ff30f96..fc646de7b2 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler03Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler03Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler04Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler04Test.java index 92dbbc03ee..d08c2ebcb2 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler04Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler04Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler05Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler05Test.java index 16baa4ad86..57678a7050 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler05Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler05Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler06Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler06Test.java index c5c41e0f83..ca196d872f 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler06Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler06Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler07Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler07Test.java index c872c1dd68..d61cfd95a9 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler07Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler07Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler08Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler08Test.java index d105f4a238..6dd6394ef9 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler08Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler08Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler09Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler09Test.java index 98ce1b9f35..1ca6926ec2 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler09Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler09Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler10Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler10Test.java index d6a2c6c0a1..6b712e2335 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler10Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler10Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler11Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler11Test.java index f6a09d1a0a..6039885390 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler11Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler11Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler12Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler12Test.java index ce1d24b09c..e8b3941490 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler12Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler12Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler13Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler13Test.java index e8097c05ef..6c7388febd 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler13Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler13Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler14Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler14Test.java index 17b9f86cf8..1345d2b1bc 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler14Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler14Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler15Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler15Test.java index 3a2b42febc..b192bd03c6 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler15Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler15Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler16Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler16Test.java index fa00b1a33d..0e5100c575 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler16Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler16Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler17Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler17Test.java index c912839f82..a385915366 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler17Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler17Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler18Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler18Test.java index 44bf2a2bcc..5940d34394 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler18Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler18Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler19Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler19Test.java index 0c23df6a5b..9ca8cb9120 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler19Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler19Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler20Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler20Test.java index c81b488ead..14e87ed460 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler20Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler20Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler21Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler21Test.java index 26ed83f34b..9e83df0911 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler21Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler21Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler22Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler22Test.java index 148b538370..25fca097f1 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler22Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler22Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler23Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler23Test.java index e0e8678164..91feb2864e 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler23Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler23Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler24Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler24Test.java index 58e09f5ae5..a8b079a8fc 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler24Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler24Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler25Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler25Test.java index 6cd99c4acb..575622c15d 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler25Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler25Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler26Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler26Test.java index 06869d1c89..3c4ed89cfa 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler26Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler26Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler27Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler27Test.java index c468bbfb67..db8ce64a8c 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler27Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler27Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler28Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler28Test.java index 1ec30b86a8..268e4488f6 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler28Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler28Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler29Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler29Test.java index 180e35b84f..d66552317e 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler29Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler29Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler30Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler30Test.java index 803f5d250b..36cc476230 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler30Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler30Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler31Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler31Test.java index fa9ed98dca..bea1b516fe 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler31Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler31Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler32Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler32Test.java index 766d8cb2e0..bf0c9d885b 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler32Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler32Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler33Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler33Test.java index 4f5224bd8e..4b512fdef2 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler33Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler33Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler34Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler34Test.java index efc952712b..6ad7ea8d68 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler34Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler34Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler35Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler35Test.java index d712e775ae..05121e2c3e 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler35Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler35Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler36Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler36Test.java index ac273f7861..d0db32a9c6 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler36Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler36Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler37Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler37Test.java index 144a57d734..2d0a936674 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler37Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler37Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler38Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler38Test.java index 53d27ec9bc..d15a622f2f 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler38Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler38Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler39Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler39Test.java index 6537ad3db8..a9573054b0 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler39Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler39Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler40Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler40Test.java index 0cca62289b..512ee77b71 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler40Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler40Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler41Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler41Test.java index abb90d3d7a..97d63ac832 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler41Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler41Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler42Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler42Test.java index 7d4d2f5682..d462931bfc 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler42Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler42Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler43Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler43Test.java index 687aaebe9e..f86f17bcc6 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler43Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler43Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler45Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler45Test.java index 0887be4f1a..3ea5cc8d5f 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler45Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler45Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler48Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler48Test.java index e63a1b9274..10c5c318d4 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler48Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler48Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler55Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler55Test.java index 3e0ee61e59..2dfb32d9bb 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler55Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler55Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler57Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler57Test.java index 5a98f8fae5..6ab69285f6 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler57Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler57Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler67Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler67Test.java index e04e7bcd8d..0eb1bcb72c 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler67Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler67Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler71Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler71Test.java index 5fe3db99d0..a4512847d1 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler71Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler71Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Euler99Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler99Test.java index 44200260f6..af444e5a1d 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler99Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler99Test.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/PrimeNumbers.java b/vavr/src/test/java/io/vavr/collection/euler/PrimeNumbers.java index 366d8b3027..95e55e7249 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/PrimeNumbers.java +++ b/vavr/src/test/java/io/vavr/collection/euler/PrimeNumbers.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Sieve.java b/vavr/src/test/java/io/vavr/collection/euler/Sieve.java index 7f361a8d3a..b8b5777bcb 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Sieve.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Sieve.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/collection/euler/Utils.java b/vavr/src/test/java/io/vavr/collection/euler/Utils.java index 8dcf6ac370..f88dcd7f29 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Utils.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Utils.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/concurrent/Concurrent.java b/vavr/src/test/java/io/vavr/concurrent/Concurrent.java index 7c0b3a58bf..04f205d196 100644 --- a/vavr/src/test/java/io/vavr/concurrent/Concurrent.java +++ b/vavr/src/test/java/io/vavr/concurrent/Concurrent.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/concurrent/FutureTest.java b/vavr/src/test/java/io/vavr/concurrent/FutureTest.java index 38ed5444c0..a90006112a 100644 --- a/vavr/src/test/java/io/vavr/concurrent/FutureTest.java +++ b/vavr/src/test/java/io/vavr/concurrent/FutureTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/control/EitherTest.java b/vavr/src/test/java/io/vavr/control/EitherTest.java index be38f6ad47..927bb3a15f 100644 --- a/vavr/src/test/java/io/vavr/control/EitherTest.java +++ b/vavr/src/test/java/io/vavr/control/EitherTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/control/OptionTest.java b/vavr/src/test/java/io/vavr/control/OptionTest.java index 7953adf0e6..794e0c8b0e 100644 --- a/vavr/src/test/java/io/vavr/control/OptionTest.java +++ b/vavr/src/test/java/io/vavr/control/OptionTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/control/TryTest.java b/vavr/src/test/java/io/vavr/control/TryTest.java index df05576fee..c6f0a21813 100644 --- a/vavr/src/test/java/io/vavr/control/TryTest.java +++ b/vavr/src/test/java/io/vavr/control/TryTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/io/vavr/control/ValidationTest.java b/vavr/src/test/java/io/vavr/control/ValidationTest.java index 4a174d535f..a8bcaa3263 100644 --- a/vavr/src/test/java/io/vavr/control/ValidationTest.java +++ b/vavr/src/test/java/io/vavr/control/ValidationTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vavr/src/test/java/outside_of_vavr/IllegalAccessErrorTest.java b/vavr/src/test/java/outside_of_vavr/IllegalAccessErrorTest.java index 841f2fdd1d..ddf77d205f 100644 --- a/vavr/src/test/java/outside_of_vavr/IllegalAccessErrorTest.java +++ b/vavr/src/test/java/outside_of_vavr/IllegalAccessErrorTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2019 Vavr, http://vavr.io + * Copyright 2014-2020 Vavr, http://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From f91815d32e9a259081611cbed03d40c5a8fec0ee Mon Sep 17 00:00:00 2001 From: Daniel Dietrich Date: Fri, 15 May 2020 23:11:07 +0200 Subject: [PATCH 2/2] Re-generated src-gen --- vavr-test/src-gen/main/java/io/vavr/test/Property.java | 2 +- .../src-gen/test/java/io/vavr/test/PropertyCheck1Test.java | 2 +- .../src-gen/test/java/io/vavr/test/PropertyCheck2Test.java | 2 +- .../src-gen/test/java/io/vavr/test/PropertyCheck3Test.java | 2 +- .../src-gen/test/java/io/vavr/test/PropertyCheck4Test.java | 2 +- .../src-gen/test/java/io/vavr/test/PropertyCheck5Test.java | 2 +- .../src-gen/test/java/io/vavr/test/PropertyCheck6Test.java | 2 +- .../src-gen/test/java/io/vavr/test/PropertyCheck7Test.java | 2 +- .../src-gen/test/java/io/vavr/test/PropertyCheck8Test.java | 2 +- vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java | 2 +- vavr/src-gen/main/java/io/vavr/API.java | 2 +- vavr/src-gen/main/java/io/vavr/CheckedFunction0.java | 2 +- vavr/src-gen/main/java/io/vavr/CheckedFunction1.java | 2 +- vavr/src-gen/main/java/io/vavr/CheckedFunction2.java | 2 +- vavr/src-gen/main/java/io/vavr/CheckedFunction3.java | 2 +- vavr/src-gen/main/java/io/vavr/CheckedFunction4.java | 2 +- vavr/src-gen/main/java/io/vavr/CheckedFunction5.java | 2 +- vavr/src-gen/main/java/io/vavr/CheckedFunction6.java | 2 +- vavr/src-gen/main/java/io/vavr/CheckedFunction7.java | 2 +- vavr/src-gen/main/java/io/vavr/CheckedFunction8.java | 2 +- vavr/src-gen/main/java/io/vavr/Function0.java | 2 +- vavr/src-gen/main/java/io/vavr/Function1.java | 2 +- vavr/src-gen/main/java/io/vavr/Function2.java | 2 +- vavr/src-gen/main/java/io/vavr/Function3.java | 2 +- vavr/src-gen/main/java/io/vavr/Function4.java | 2 +- vavr/src-gen/main/java/io/vavr/Function5.java | 2 +- vavr/src-gen/main/java/io/vavr/Function6.java | 2 +- vavr/src-gen/main/java/io/vavr/Function7.java | 2 +- vavr/src-gen/main/java/io/vavr/Function8.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple0.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple1.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple2.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple3.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple4.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple5.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple6.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple7.java | 2 +- vavr/src-gen/main/java/io/vavr/Tuple8.java | 2 +- vavr/src-gen/main/java/io/vavr/collection/ArrayType.java | 2 +- vavr/src-gen/test/java/io/vavr/APITest.java | 2 +- vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java | 2 +- vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java | 2 +- vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java | 2 +- vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java | 2 +- vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java | 2 +- vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java | 2 +- vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java | 2 +- vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java | 2 +- vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Function0Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Function1Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Function2Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Function3Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Function4Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Function5Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Function6Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Function7Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Function8Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Tuple0Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Tuple1Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Tuple2Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Tuple3Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Tuple4Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Tuple5Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Tuple6Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Tuple7Test.java | 2 +- vavr/src-gen/test/java/io/vavr/Tuple8Test.java | 2 +- .../test/java/io/vavr/collection/HashMapOfEntriesTest.java | 2 +- .../test/java/io/vavr/collection/HashMultimapOfEntriesTest.java | 2 +- .../java/io/vavr/collection/LinkedHashMapOfEntriesTest.java | 2 +- .../io/vavr/collection/LinkedHashMultimapOfEntriesTest.java | 2 +- .../test/java/io/vavr/collection/TreeMapOfEntriesTest.java | 2 +- .../test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/vavr-test/src-gen/main/java/io/vavr/test/Property.java b/vavr-test/src-gen/main/java/io/vavr/test/Property.java index b75bfd8e9d..235b66713f 100644 --- a/vavr-test/src-gen/main/java/io/vavr/test/Property.java +++ b/vavr-test/src-gen/main/java/io/vavr/test/Property.java @@ -1308,4 +1308,4 @@ static class CheckError extends Error { super(message, cause); } } -} +} \ No newline at end of file diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java index b3bfd1047e..e3ca7d40f5 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty1CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} +} \ No newline at end of file diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java index 907d967560..7098c4584b 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty2CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} +} \ No newline at end of file diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java index 059505ab66..84ab124da3 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty3CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} +} \ No newline at end of file diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java index ee92f6b1cc..3810f6cc96 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty4CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} +} \ No newline at end of file diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java index 4e1d1da89b..a0b9013d63 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty5CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} +} \ No newline at end of file diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java index b88aee4046..3ea5a4d974 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty6CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} +} \ No newline at end of file diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java index eaa6229284..0ac3b1d490 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty7CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} +} \ No newline at end of file diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java index 825c0fcc10..d6eb6eb4e2 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java @@ -118,4 +118,4 @@ public void shouldReturnErroneousProperty8CheckResultIfArbitraryFails() { .check(); assertThat(result.isErroneous()).isTrue(); } -} +} \ No newline at end of file diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java index 03f05540da..d4dfeac6ab 100644 --- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java +++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java @@ -239,4 +239,4 @@ public void shouldCheckOrCombinationWhereFirstPropertyIsFalseAndSecondPropertyIs final CheckResult result = p1.or(p2).check(); assertThat(result.isSatisfied()).isFalse(); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/API.java b/vavr/src-gen/main/java/io/vavr/API.java index 61cff73620..a65ff6f3e7 100644 --- a/vavr/src-gen/main/java/io/vavr/API.java +++ b/vavr/src-gen/main/java/io/vavr/API.java @@ -5654,4 +5654,4 @@ public boolean isDefinedAt(T obj) { } } } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java index 9e9bd4312d..996bc3fe5b 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java @@ -274,4 +274,4 @@ interface CheckedFunction0Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java index 689e2ef7e3..f452cd1df5 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java @@ -302,4 +302,4 @@ interface CheckedFunction1Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java index 3ca964922e..3fb6269ca0 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java @@ -298,4 +298,4 @@ interface CheckedFunction2Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java index 5d072ddce0..3750478bf3 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java @@ -315,4 +315,4 @@ interface CheckedFunction3Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java index ac1d68605b..f4a6294a80 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java @@ -334,4 +334,4 @@ interface CheckedFunction4Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java index e7aa30d160..935a2ad37d 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java @@ -354,4 +354,4 @@ interface CheckedFunction5Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java index 7ac2a5278d..4db8e87736 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java @@ -375,4 +375,4 @@ interface CheckedFunction6Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java index 7ac5270506..d07c6072f8 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java @@ -397,4 +397,4 @@ interface CheckedFunction7Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java index 6080aa0a4d..7ec66d5035 100644 --- a/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java +++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java @@ -420,4 +420,4 @@ interface CheckedFunction8Module { static R sneakyThrow(Throwable t) throws T { throw (T) t; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Function0.java b/vavr/src-gen/main/java/io/vavr/Function0.java index d3f4520d1a..36f22b2527 100644 --- a/vavr/src-gen/main/java/io/vavr/Function0.java +++ b/vavr/src-gen/main/java/io/vavr/Function0.java @@ -224,4 +224,4 @@ default Function0 andThen(Function after) { return () -> after.apply(apply()); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Function1.java b/vavr/src-gen/main/java/io/vavr/Function1.java index a9d8a4c6c6..f03dfd0f93 100644 --- a/vavr/src-gen/main/java/io/vavr/Function1.java +++ b/vavr/src-gen/main/java/io/vavr/Function1.java @@ -282,4 +282,4 @@ default Function1 compose(Function before) { Objects.requireNonNull(before, "before is null"); return v -> apply(before.apply(v)); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Function2.java b/vavr/src-gen/main/java/io/vavr/Function2.java index 4eae32ae1f..f2f5d515df 100644 --- a/vavr/src-gen/main/java/io/vavr/Function2.java +++ b/vavr/src-gen/main/java/io/vavr/Function2.java @@ -251,4 +251,4 @@ default Function2 andThen(Function after) return (t1, t2) -> after.apply(apply(t1, t2)); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Function3.java b/vavr/src-gen/main/java/io/vavr/Function3.java index e05ca783d3..11ebd70620 100644 --- a/vavr/src-gen/main/java/io/vavr/Function3.java +++ b/vavr/src-gen/main/java/io/vavr/Function3.java @@ -268,4 +268,4 @@ default Function3 andThen(Function af return (t1, t2, t3) -> after.apply(apply(t1, t2, t3)); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Function4.java b/vavr/src-gen/main/java/io/vavr/Function4.java index 38e86ad955..630e2ac7db 100644 --- a/vavr/src-gen/main/java/io/vavr/Function4.java +++ b/vavr/src-gen/main/java/io/vavr/Function4.java @@ -287,4 +287,4 @@ default Function4 andThen(Function after.apply(apply(t1, t2, t3, t4)); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Function5.java b/vavr/src-gen/main/java/io/vavr/Function5.java index bdbfabf36f..9a87484422 100644 --- a/vavr/src-gen/main/java/io/vavr/Function5.java +++ b/vavr/src-gen/main/java/io/vavr/Function5.java @@ -307,4 +307,4 @@ default Function5 andThen(Function after.apply(apply(t1, t2, t3, t4, t5)); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Function6.java b/vavr/src-gen/main/java/io/vavr/Function6.java index 3ff0b16e7d..bc78a4b82a 100644 --- a/vavr/src-gen/main/java/io/vavr/Function6.java +++ b/vavr/src-gen/main/java/io/vavr/Function6.java @@ -328,4 +328,4 @@ default Function6 andThen(Function after.apply(apply(t1, t2, t3, t4, t5, t6)); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Function7.java b/vavr/src-gen/main/java/io/vavr/Function7.java index ec1c653213..ee48dbffdc 100644 --- a/vavr/src-gen/main/java/io/vavr/Function7.java +++ b/vavr/src-gen/main/java/io/vavr/Function7.java @@ -350,4 +350,4 @@ default Function7 andThen(Function after.apply(apply(t1, t2, t3, t4, t5, t6, t7)); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Function8.java b/vavr/src-gen/main/java/io/vavr/Function8.java index 261bcdd05c..93b561d342 100644 --- a/vavr/src-gen/main/java/io/vavr/Function8.java +++ b/vavr/src-gen/main/java/io/vavr/Function8.java @@ -373,4 +373,4 @@ default Function8 andThen(Function after.apply(apply(t1, t2, t3, t4, t5, t6, t7, t8)); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple.java b/vavr/src-gen/main/java/io/vavr/Tuple.java index 9b8645428c..57ddf63992 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple.java @@ -631,4 +631,4 @@ static Tuple8, Seq, Seq, Seq(s.map(Tuple8::_1), s.map(Tuple8::_2), s.map(Tuple8::_3), s.map(Tuple8::_4), s.map(Tuple8::_5), s.map(Tuple8::_6), s.map(Tuple8::_7), s.map(Tuple8::_8)); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple0.java b/vavr/src-gen/main/java/io/vavr/Tuple0.java index bada56fd94..d3788cc031 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple0.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple0.java @@ -266,4 +266,4 @@ private Object readResolve() { return INSTANCE; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple1.java b/vavr/src-gen/main/java/io/vavr/Tuple1.java index 4c2db77e53..cb05a309f4 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple1.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple1.java @@ -287,4 +287,4 @@ public String toString() { return "(" + _1 + ")"; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple2.java b/vavr/src-gen/main/java/io/vavr/Tuple2.java index d21f35bea1..8131f5c9c0 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple2.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple2.java @@ -372,4 +372,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ")"; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple3.java b/vavr/src-gen/main/java/io/vavr/Tuple3.java index 283994c1e9..058b784ae7 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple3.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple3.java @@ -386,4 +386,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ")"; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple4.java b/vavr/src-gen/main/java/io/vavr/Tuple4.java index 6d9357a892..768e4bb775 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple4.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple4.java @@ -424,4 +424,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ")"; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple5.java b/vavr/src-gen/main/java/io/vavr/Tuple5.java index f4cd2afe13..98a5b30693 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple5.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple5.java @@ -463,4 +463,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ")"; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple6.java b/vavr/src-gen/main/java/io/vavr/Tuple6.java index c44193a550..b1c4735323 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple6.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple6.java @@ -503,4 +503,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ", " + _6 + ")"; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple7.java b/vavr/src-gen/main/java/io/vavr/Tuple7.java index 03f1f4f978..f3b743fa2e 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple7.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple7.java @@ -544,4 +544,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ", " + _6 + ", " + _7 + ")"; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/Tuple8.java b/vavr/src-gen/main/java/io/vavr/Tuple8.java index 7fbbc134ba..4ecd552cd8 100644 --- a/vavr/src-gen/main/java/io/vavr/Tuple8.java +++ b/vavr/src-gen/main/java/io/vavr/Tuple8.java @@ -575,4 +575,4 @@ public String toString() { return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ", " + _6 + ", " + _7 + ", " + _8 + ")"; } -} +} \ No newline at end of file diff --git a/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java b/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java index 34f0c9f9f5..d2d4752060 100644 --- a/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java +++ b/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java @@ -508,4 +508,4 @@ private static Object copyNonEmpty(Object array, int arraySize, int sourceFrom, return result; } } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/APITest.java b/vavr/src-gen/test/java/io/vavr/APITest.java index ff0884d684..f34c77c4ee 100644 --- a/vavr/src-gen/test/java/io/vavr/APITest.java +++ b/vavr/src-gen/test/java/io/vavr/APITest.java @@ -1650,4 +1650,4 @@ public void shouldMatchPattern8() { ); assertThat(match).isEqualTo("okMatch"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java index 664ee978b4..e627061a6f 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java @@ -200,4 +200,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply()).isEqualTo("Zero args"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java index 8910587c58..7057bf83e7 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java @@ -213,4 +213,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1)).isEqualTo("Numbers are: 1"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java index f87e6e3c3f..b7110f602f 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java @@ -204,4 +204,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2)).isEqualTo("Numbers are: 1, 2"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java index cee7d9ea9c..85c862a3b7 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java @@ -205,4 +205,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3)).isEqualTo("Numbers are: 1, 2, 3"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java index ad766235b3..0cad590669 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java @@ -206,4 +206,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4)).isEqualTo("Numbers are: 1, 2, 3, 4"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java index e4b7e5de6c..196f9d11df 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java @@ -207,4 +207,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4, 5)).isEqualTo("Numbers are: 1, 2, 3, 4, 5"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java index 246b70f8bc..6e435b4ba7 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java @@ -208,4 +208,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java index 79862ab36f..2a067f70f3 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java @@ -209,4 +209,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java index 172006d29d..1d98602157 100644 --- a/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java +++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java @@ -210,4 +210,4 @@ public void shouldNarrow() throws Throwable{ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7, 8)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7, 8"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Function0Test.java b/vavr/src-gen/test/java/io/vavr/Function0Test.java index 0da0ac39c6..d4b63136b0 100644 --- a/vavr/src-gen/test/java/io/vavr/Function0Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function0Test.java @@ -155,4 +155,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply()).isEqualTo("Zero args"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Function1Test.java b/vavr/src-gen/test/java/io/vavr/Function1Test.java index cdcc25d6e7..31d130a31c 100644 --- a/vavr/src-gen/test/java/io/vavr/Function1Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function1Test.java @@ -192,4 +192,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1)).isEqualTo("Numbers are: 1"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Function2Test.java b/vavr/src-gen/test/java/io/vavr/Function2Test.java index fd5c073766..8c0e78fe23 100644 --- a/vavr/src-gen/test/java/io/vavr/Function2Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function2Test.java @@ -164,4 +164,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2)).isEqualTo("Numbers are: 1, 2"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Function3Test.java b/vavr/src-gen/test/java/io/vavr/Function3Test.java index 49fcdebb00..65fff3992d 100644 --- a/vavr/src-gen/test/java/io/vavr/Function3Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function3Test.java @@ -165,4 +165,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3)).isEqualTo("Numbers are: 1, 2, 3"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Function4Test.java b/vavr/src-gen/test/java/io/vavr/Function4Test.java index 0cb9b25734..3377d96ca7 100644 --- a/vavr/src-gen/test/java/io/vavr/Function4Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function4Test.java @@ -166,4 +166,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4)).isEqualTo("Numbers are: 1, 2, 3, 4"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Function5Test.java b/vavr/src-gen/test/java/io/vavr/Function5Test.java index 1d6f70f81c..ded6bcb97c 100644 --- a/vavr/src-gen/test/java/io/vavr/Function5Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function5Test.java @@ -167,4 +167,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4, 5)).isEqualTo("Numbers are: 1, 2, 3, 4, 5"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Function6Test.java b/vavr/src-gen/test/java/io/vavr/Function6Test.java index fa12b50b55..e9b3c5c099 100644 --- a/vavr/src-gen/test/java/io/vavr/Function6Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function6Test.java @@ -168,4 +168,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Function7Test.java b/vavr/src-gen/test/java/io/vavr/Function7Test.java index 8f7c936606..1733f5cc11 100644 --- a/vavr/src-gen/test/java/io/vavr/Function7Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function7Test.java @@ -169,4 +169,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Function8Test.java b/vavr/src-gen/test/java/io/vavr/Function8Test.java index 89a61811a1..36023e7399 100644 --- a/vavr/src-gen/test/java/io/vavr/Function8Test.java +++ b/vavr/src-gen/test/java/io/vavr/Function8Test.java @@ -170,4 +170,4 @@ public void shouldNarrow(){ assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7, 8)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7, 8"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Tuple0Test.java b/vavr/src-gen/test/java/io/vavr/Tuple0Test.java index 59747f5fbc..abb93ae34d 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple0Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple0Test.java @@ -165,4 +165,4 @@ private Tuple0 createTuple() { private Tuple0 createIntTuple() { return Tuple0.instance(); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Tuple1Test.java b/vavr/src-gen/test/java/io/vavr/Tuple1Test.java index 9fb115dd70..eff83dd927 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple1Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple1Test.java @@ -209,4 +209,4 @@ private Tuple1 createTuple() { private Tuple1 createIntTuple(Integer i1) { return new Tuple1<>(i1); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Tuple2Test.java b/vavr/src-gen/test/java/io/vavr/Tuple2Test.java index c12e93563a..73e05d1028 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple2Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple2Test.java @@ -258,4 +258,4 @@ private Tuple2 createTuple() { private Tuple2 createIntTuple(Integer i1, Integer i2) { return new Tuple2<>(i1, i2); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Tuple3Test.java b/vavr/src-gen/test/java/io/vavr/Tuple3Test.java index 4c10c6e386..894377019b 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple3Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple3Test.java @@ -267,4 +267,4 @@ private Tuple3 createTuple() { private Tuple3 createIntTuple(Integer i1, Integer i2, Integer i3) { return new Tuple3<>(i1, i2, i3); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Tuple4Test.java b/vavr/src-gen/test/java/io/vavr/Tuple4Test.java index a31bf79846..8d0d3c29aa 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple4Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple4Test.java @@ -292,4 +292,4 @@ private Tuple4 createTuple() { private Tuple4 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4) { return new Tuple4<>(i1, i2, i3, i4); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Tuple5Test.java b/vavr/src-gen/test/java/io/vavr/Tuple5Test.java index 2b03770a66..c0144bfb1c 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple5Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple5Test.java @@ -319,4 +319,4 @@ private Tuple5 createTuple() { private Tuple5 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5) { return new Tuple5<>(i1, i2, i3, i4, i5); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Tuple6Test.java b/vavr/src-gen/test/java/io/vavr/Tuple6Test.java index f25d4078b7..6de5420a0e 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple6Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple6Test.java @@ -348,4 +348,4 @@ private Tuple6 createTuple() { private Tuple6 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6) { return new Tuple6<>(i1, i2, i3, i4, i5, i6); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Tuple7Test.java b/vavr/src-gen/test/java/io/vavr/Tuple7Test.java index a5b95d30fc..cd23bbc7ff 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple7Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple7Test.java @@ -379,4 +379,4 @@ private Tuple7 createTup private Tuple7 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6, Integer i7) { return new Tuple7<>(i1, i2, i3, i4, i5, i6, i7); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/Tuple8Test.java b/vavr/src-gen/test/java/io/vavr/Tuple8Test.java index d05ce8a9f0..b60392a3ea 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple8Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple8Test.java @@ -405,4 +405,4 @@ private Tuple8 c private Tuple8 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6, Integer i7, Integer i8) { return new Tuple8<>(i1, i2, i3, i4, i5, i6, i7, i8); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java index 07feb16944..85211b6c5b 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java @@ -162,4 +162,4 @@ public void shouldConstructFrom10Entries() { assertThat(map.get(9).get()).isEqualTo("9"); assertThat(map.get(10).get()).isEqualTo("10"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java index f02c8df07f..4d11dee22a 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java @@ -788,4 +788,4 @@ public void shouldConstructFrom10EntriesWithSortedSet() { assertThat(map.get(10).get() instanceof SortedSet).isTrue(); assertThat(map.get(10).get().head()).isEqualTo("10"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java index 30bad88613..540cc7eb07 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java @@ -162,4 +162,4 @@ public void shouldConstructFrom10Entries() { assertThat(map.get(9).get()).isEqualTo("9"); assertThat(map.get(10).get()).isEqualTo("10"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java index 27630cc01d..7f7b595efc 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java @@ -788,4 +788,4 @@ public void shouldConstructFrom10EntriesWithSortedSet() { assertThat(map.get(10).get() instanceof SortedSet).isTrue(); assertThat(map.get(10).get().head()).isEqualTo("10"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java index 503397c37c..dae0d63401 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java @@ -298,4 +298,4 @@ public void shouldConstructFrom10Entries() { assertThat(map.get(9).get()).isEqualTo("9"); assertThat(map.get(10).get()).isEqualTo("10"); } -} +} \ No newline at end of file diff --git a/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java index 277b35a32b..4d548cd3dc 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java @@ -1548,4 +1548,4 @@ public void shouldConstructFrom10EntriesWithSortedSet() { assertThat(map.get(10).get() instanceof SortedSet).isTrue(); assertThat(map.get(10).get().head()).isEqualTo("10"); } -} +} \ No newline at end of file