From 9238041bca66af046d5d19c609bf14c1d66bde8b Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Sun, 27 Oct 2024 08:04:26 +0100 Subject: [PATCH] Use 'https://vavr.io' instead of 'http://vavr.io' (#2918) --- CONTRIBUTING.md | 2 +- README.md | 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 +- vavr-match-processor/pom.xml | 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 +- vavr-match/pom.xml | 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/pom.xml | 2 +- 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/ConditionTest.java | 2 +- vavr-test/src/test/java/io/vavr/test/GenTest.java | 2 +- vavr/generator/Generator.scala | 4 ++-- vavr/pom.xml | 2 +- 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/GwtIncompatible.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/concurrent/GwtIncompatible.java | 2 +- vavr/src/main/java/io/vavr/concurrent/Promise.java | 2 +- vavr/src/main/java/io/vavr/control/Either.java | 2 +- vavr/src/main/java/io/vavr/control/GwtIncompatible.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/concurrent/PromiseTest.java | 2 +- .../test/java/io/vavr/control/EitherLeftProjectionTest.java | 2 +- .../test/java/io/vavr/control/EitherRightProjectionTest.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 +- 294 files changed, 370 insertions(+), 370 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ddf06d222e..92cd72befe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ _Source: http://users.ece.utexas.edu/~adnan/pike.html_ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/README.md b/README.md index f784bbc8d7..301f29e1ff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Sputnik](https://sputnik.ci/conf/badge)](https://sputnik.ci/app#/builds/vavr-io/vavr) [![Gitter Chat](https://badges.gitter.im/Join%20Chat.png)](https://gitter.im/vavr-io/vavr) -# [Vavr](http://vavr.io/) +# [Vavr](https://vavr.io/) Vavr is an object-functional language extension to Java 8, which aims to reduce the lines of code and increase code quality. It provides persistent collections, functional abstractions for error handling, concurrent programming, pattern matching and much more. diff --git a/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java b/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java index 4f38f185a9..64d796e89c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 2546f2e1be..043dcd9422 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8332268a30..1f77f7b043 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 e776e09af1..0c0e979888 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 2918dc4783..701af0f79c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 9b706b962b..989df2e51f 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 0320862db4..90d29bd1e8 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 e10b4704cc..d340618de6 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 26c5ab92ac..c07cad77a4 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8e977927f9..75292a6fbd 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 41c4d05e15..5a3090ba86 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d60b6d3cbe..66bbb6facd 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 105a2cc378..b25b184247 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 a7832ddf9d..cd06766b17 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 52fd5b2e32..cbe3703f97 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 2835efbc9a..ed6da7af28 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 df66b16756..388d5c6b39 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/pom.xml b/vavr-match-processor/pom.xml index a19dfee39e..09e1ccd720 100644 --- a/vavr-match-processor/pom.xml +++ b/vavr-match-processor/pom.xml @@ -10,7 +10,7 @@ jar Vavr Match Annotation Processor Processor for structural pattern matching. - http://vavr.io + https://vavr.io The Apache Software License, Version 2.0 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 230e2103dd..7c3d771c95 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 6ea294b8c7..d62581a1e3 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 cb6a3cd02c..405d1d12ed 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 bfcc64d4c4..916cedb5e0 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 c08b2872cb..b482a332a5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 e80e97143f..afd52d4367 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8ba1134c9d..1ae0ea115b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 6f7ddb9212..be8644e94d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/pom.xml b/vavr-match/pom.xml index f3a6c9ee1f..d516103714 100644 --- a/vavr-match/pom.xml +++ b/vavr-match/pom.xml @@ -10,7 +10,7 @@ jar Vavr Match Annotation for structural pattern matching. - http://vavr.io + https://vavr.io The Apache Software License, Version 2.0 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 0a0423f358..0ba5abb3ae 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 b30c8cc0eb..f404b53283 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 1d62eb5c85..034069990f 100644 --- a/vavr-test/generator/Generator.scala +++ b/vavr-test/generator/Generator.scala @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -697,7 +697,7 @@ def genVavrFile(packageName: String, className: String, baseDir: String = TARGET * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/pom.xml b/vavr-test/pom.xml index 59f3fb9a82..5978b3c1c6 100644 --- a/vavr-test/pom.xml +++ b/vavr-test/pom.xml @@ -10,7 +10,7 @@ jar Vavr Test A property check framework for Vavr. - http://vavr.io + https://vavr.io The Apache Software License, Version 2.0 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 4e6ec87c49..afa644d7ec 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 c9d1fdda96..0e9691c4ef 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,4 +120,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 19d9e0da90..078a62177c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,4 +120,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 e8e969f972..afb5af92d3 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,4 +120,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 ebde50c06c..d9e510082b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,4 +120,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 34412ef0cb..23a518f914 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,4 +120,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 bbedf219e1..63fb7ff1a4 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,4 +120,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 00beebc164..a543ef1761 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,4 +120,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 023ad36c76..86f8579b9f 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -120,4 +120,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 6ebc2f86a1..d8eb635bdc 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -245,4 +245,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 f579cf99b5..c382a2701d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d1dc37f111..e86664504b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 3ea6c6108d..dd023d1cd0 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 aeedd1c978..70b13a2a86 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 21b4d8e036..5d21d6bacc 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 17097ee3ab..a261315bcf 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/ConditionTest.java b/vavr-test/src/test/java/io/vavr/test/ConditionTest.java index b7c5aed7e2..18c0811f7e 100644 --- a/vavr-test/src/test/java/io/vavr/test/ConditionTest.java +++ b/vavr-test/src/test/java/io/vavr/test/ConditionTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2018 Vavr, http://vavr.io + * Copyright 2014-2018 Vavr, https://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 0dc5494daa..4e70c43765 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8bb594304a..4e55404c3c 100644 --- a/vavr/generator/Generator.scala +++ b/vavr/generator/Generator.scala @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -3752,7 +3752,7 @@ def genVavrFile(packageName: String, className: String, baseDir: String = TARGET * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/pom.xml b/vavr/pom.xml index 04c2e39c2c..a9f2dfcd40 100644 --- a/vavr/pom.xml +++ b/vavr/pom.xml @@ -10,7 +10,7 @@ jar Vavr Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+. - http://vavr.io + https://vavr.io The Apache Software License, Version 2.0 diff --git a/vavr/src-gen/main/java/io/vavr/API.java b/vavr/src-gen/main/java/io/vavr/API.java index 40b24b0673..6cb12d2337 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 ea046c8449..ce6415cafd 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 27a6b69a7d..1c1bbe1c39 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 @@ 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 e093c54217..74d79099b7 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -303,4 +303,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 88a15fe4bb..36ee48fa63 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -320,4 +320,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 8d8cc0f246..aad60c775d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -339,4 +339,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 2f3b70df62..41f6fce727 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -359,4 +359,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 c1335c1997..b0d3ff627b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -380,4 +380,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 3c8035cfda..c2248023bf 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -402,4 +402,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 5fb6f1c009..c7457455e8 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -425,4 +425,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 bc517c300a..39005c1494 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8cd9167308..3e9a9018a0 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 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 2393c54c3d..364ad033ef 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -256,4 +256,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 8ca9223c88..54e6971fa8 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -273,4 +273,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 bab0621269..71b5e26d67 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 @@ 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 e499f77b4c..2de82f5cc0 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -312,4 +312,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 2677f40ef5..2de7f6f44c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -333,4 +333,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 755925aad8..bcfb3a92a1 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -355,4 +355,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 ed2682dc17..3587a3f6dd 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -378,4 +378,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 ad63c3e208..f6dd4a19b5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -634,4 +634,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 aceaf95b68..1fdf239b48 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 c179bbcdba..ad4ef6f381 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -288,4 +288,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 766a8f85d5..0d4048eb35 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -374,4 +374,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 9f93f527b1..d322c3cdbe 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -389,4 +389,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 8769f68e01..47277d5733 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -428,4 +428,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 6e01bc97bd..59a13627dc 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -468,4 +468,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 7d6f796343..7302e98f24 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -509,4 +509,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 cf09d83edc..178d7a256e 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -551,4 +551,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 65fd214758..abda0d62bd 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -583,4 +583,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 8b98b40381..7a6fd80ea5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -511,4 +511,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 fc1a50ff88..e90500fd07 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1651,4 +1651,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 3a13040e6a..50caa47e3d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -203,4 +203,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 50844cf9b0..196680c011 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -216,4 +216,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 914894201c..98b92e3b03 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 6304c551ba..37eac8c2d3 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 b050cc26e8..aba547a1a9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 b0308bf262..7ec7854b23 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 3f1ccba9dd..9cb09441da 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -211,4 +211,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 07c20c56e2..d01a85266d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -212,4 +212,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 b90cead91e..da0ebed2ef 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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, 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 fc6a504b10..10404deb8b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -156,4 +156,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 3b4d004da5..135948a1ec 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -193,4 +193,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 ad804f8cef..cb8109726a 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 3a69d9fa39..071d2ca021 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 c4fcfb1126..02636bb6ef 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 a49c865c32..5448cede3c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 ae8ba5ba6e..2e3f48e6bc 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 b548efecf5..043af7e787 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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)).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 955948f707..54408f522e 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -171,4 +171,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 fd0168fec6..bf91fd8609 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 @@ 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 bc9bde19f4..520ab022e9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 @@ 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 8baef9208d..b98ebf667e 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -259,4 +259,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 f9bedd34f1..6162604c47 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 @@ 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 e30fdc9355..ad1c01cbeb 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -293,4 +293,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 1f82c24755..ade8481a6a 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -320,4 +320,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 7de3c587b0..952f4beb88 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -349,4 +349,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 6982af929f..19847a2c39 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -380,4 +380,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 4fa90fc14b..81037d675d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -406,4 +406,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 12e89142de..76a9eb5e58 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -163,4 +163,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 82c0cb9fcf..a4f06b6124 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -789,4 +789,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 78e0accb01..a4a79cc067 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -163,4 +163,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 8aed98821b..f98969dca3 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -789,4 +789,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 da6dd56503..f35f9c2330 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -299,4 +299,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 79feec022c..2fa45c63a9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1549,4 +1549,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 5f025f43cd..595db34c1a 100644 --- a/vavr/src/main/java/io/vavr/$.java +++ b/vavr/src/main/java/io/vavr/$.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 1ce78b3c5f..dc6c985d83 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 caf52a4f7b..5e396aef14 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 02c43fa20e..d9c2498be4 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/GwtIncompatible.java b/vavr/src/main/java/io/vavr/GwtIncompatible.java index eedb827e3a..bb04a6fa77 100644 --- a/vavr/src/main/java/io/vavr/GwtIncompatible.java +++ b/vavr/src/main/java/io/vavr/GwtIncompatible.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2018 Vavr, http://vavr.io + * Copyright 2014-2018 Vavr, https://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 58f1159310..a6a1416aab 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 877662f949..ee67467868 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8acaaae0a0..5abd629d38 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 bde8db75e1..cd5c75da97 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 bf6fccb71a..b38f7d2787 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 fac512554f..b258a79137 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f1d1476ff5..d61683428f 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 6ed5cef8d6..31c80ab3c9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 29a12a25df..1cb6934743 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 7b0e0cca91..d0de575a61 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 964cc1b64f..37fa7297ff 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d46b7cd54c..d09a74e7e6 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 792ebfd50a..48cb5ca4b5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 6483feefdd..c0df37b36b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d1d0bdcb71..ea3ff7e50c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8e253ce829..cf2d97bd23 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8c11eafdd5..7fe8909c56 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 9d616f25d7..aa1760af02 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 c12b833b43..51d8c816fc 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 aba5d16066..13edb41cb2 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 bf0d230660..5e9b114429 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 cee62860c2..5adbb72a4b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f74827d68e..71747f47e7 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8ce26b42e8..c2a541fd01 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 2a9fe255f2..8628cc5aad 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 cc46e5211b..e81f11e7f9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 100d779ade..0ad170797d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 3ed317e5fe..788c6cce5f 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f343d81113..0ffe50d5bb 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 02bae93dd3..19382a527a 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 92c8b5bb9e..e7e09d414d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 c8194baab2..1657045db7 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 7434adc884..df3fb22099 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f9d136d7ba..0cdcbaef38 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d836f6c1b8..b2ea7a2ec6 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 a366ccb6d4..3a254c38d2 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 86679d4bd9..35a6078ae2 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 4b51dae1a5..4ed3bc7e32 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 a2dd131856..658878735d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d5580da3f6..2f432cd19d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 3d0da7edfa..444cd85966 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 9ed433b4dc..ce23015009 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 6636815d97..d706a6c5af 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 054cd5a683..3acd9be06e 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 906260b74d..5f92d89b7d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8e10f24537..73dfe55e0f 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 338bbc4c2c..f02f6b4c7f 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 18758a4799..54440d7b43 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d016753c7d..1045ed681b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d5546ef88b..be28345b29 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f56b2458cb..cf2608e7a5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/GwtIncompatible.java b/vavr/src/main/java/io/vavr/concurrent/GwtIncompatible.java index bb5b41a990..0796cddfe8 100644 --- a/vavr/src/main/java/io/vavr/concurrent/GwtIncompatible.java +++ b/vavr/src/main/java/io/vavr/concurrent/GwtIncompatible.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2018 Vavr, http://vavr.io + * Copyright 2014-2018 Vavr, https://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/Promise.java b/vavr/src/main/java/io/vavr/concurrent/Promise.java index c7bbbe7139..80ece16a08 100644 --- a/vavr/src/main/java/io/vavr/concurrent/Promise.java +++ b/vavr/src/main/java/io/vavr/concurrent/Promise.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2017 Vavr, http://vavr.io + * Copyright 2014-2017 Vavr, https://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 63caba7a8e..d1d4151920 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/GwtIncompatible.java b/vavr/src/main/java/io/vavr/control/GwtIncompatible.java index d79b01af86..518df2003c 100644 --- a/vavr/src/main/java/io/vavr/control/GwtIncompatible.java +++ b/vavr/src/main/java/io/vavr/control/GwtIncompatible.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2018 Vavr, http://vavr.io + * Copyright 2014-2018 Vavr, https://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/Option.java b/vavr/src/main/java/io/vavr/control/Option.java index f9cbd72a35..e0ca776911 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 331d5a81a5..3e49388c25 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 4cda62faa3..3dc25a9b1a 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 a8a6051ec6..07c5fb98b9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 97f5da666e..72b6d5155f 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 0797decdb9..52c6f87fd2 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 0d7ba22709..10b5cda59e 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 82c22b95c2..5abf4918b9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 08a9453746..66ec979e53 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 84ff9a763e..bf37a00380 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d3c8419530..cdc59bc597 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 aa56936b9d..050af678f4 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d1bcca7f06..a713691055 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 2862787fbb..cc33ef8343 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 ecfe25f957..b3747d29dd 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 1b4bcd6185..000d82a395 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 6aac6b2d66..dbc7702042 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f30a0c8096..e0d5f0c6cc 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 19e5ba71ca..d57ed6e642 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 c4f6e0dffd..6326bf5cbb 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 bc6fc2b5e2..79ada249fb 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 30d36f4278..11be5d1905 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 193ed9fa64..f42f5c231b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 1293a97d93..9017d3be1d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 dbad65a8d1..1989c38c92 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 cfc188d14e..84cb69e53a 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 bbbfb3de11..d88d75ad98 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f45bf6c423..fe70dec4ae 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 fec300a225..412c719630 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 43a7218739..477e066fb5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 2689937873..15c5c5e1f7 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 9492d0b06b..afa59405a9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 b4932479db..b8ccafef11 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 819a8cafac..78de671b71 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 90dc2199e6..48379a0d5c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 c120ea495b..b757036c7d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 23f0593a38..ce10686447 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 aa27955cee..e5c524a53f 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 6b3f32df12..e0d56fafea 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 2a0afad457..5ec23dd5b5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 485b069f73..d5e3fc90a6 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 ff54709b5f..9ec4242035 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 ad8e075435..93e280a20f 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 31fabb6fe9..f3e989eebf 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 e9125bc117..365ccfeebb 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 af3bf707ac..46d54c67e3 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 7e8a4e11f5..10bd73a6c5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 88332dcc7b..1983b780e3 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 51d23d72ac..339ee556b5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 835e80fa0b..27cb131dc2 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 a16690f006..49d064c1c3 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 b7e4924a1f..aa585323c3 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 e25cb13268..2019e4115d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 83eefd4959..bf19862256 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d0922c6cad..1bed6909a7 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8634573aac..132881957d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 ad8185fe00..2f6201f01e 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 e1a10cfbda..02053c1a37 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 4309e3d9ad..f5cfbe23db 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 4133f30ec9..74fa409236 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 cb28b10edb..b7dd670794 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 3613570368..1cb3ff0626 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f44c8f7f01..7b5259bbb9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 1ed1e8dcec..c020d871be 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d7a0a103a0..f5317ecb96 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 1ed26a93ba..b35e1c3cc7 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 4921585c34..d1b8428b58 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 3299b0c6d4..a337fa911d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 0629d60fe9..60d7f6d0af 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 bf44657ca3..3e7c8adb37 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 7a60ffe51c..7121bf5c9b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 df7222cdd4..aa160b2870 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 2ba30b1560..27aa8adf50 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 e65f25d04d..2fa624b3d6 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 06785a6a92..8f040416a2 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 c84c36ae7c..18f523b598 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 bd3c1a72ba..7b68e75173 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f6cdb27f7b..1ba162b3f9 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 6a4cdfaf40..76bf703f88 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 3d90805466..2db5210e03 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 b8d230a9c2..497ceaf024 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 dfb3c8cda1..40f5fcafbb 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 723c6e1ddb..38d5308f50 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 83ec6e15e7..3de6e4facc 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 7479c165d1..f9355e5cb6 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 46276b2884..049fba67bf 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 1ae38b5eef..436d072b3c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 da812b14ea..a1e3b5b6d6 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 adb80d5941..3839edc1fc 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 01bfb309f8..b2db13522d 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 ad6837abbd..0696554e73 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 26aadbf6f5..eb6a20a11a 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 786ed4f8e0..93bb438748 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 25a3845d5d..d77080a16c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 32534ac67d..f23c41fc3b 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 aab69a47c7..0814f37aa2 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 ff37bb4ed2..b0af079548 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 99a2987c4e..1b3deecaf1 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 847e692a28..c5c806e9d4 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 dc9f58ce6b..06268d2649 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 d0a8e9d41d..26d9eda12a 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 111fd9c4ae..bd5133a113 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 6c5979ba9c..292e6ddd72 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 f0101198a6..12b03daaa4 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 32b5040f2f..9e5bafc4dd 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 7c6233ac74..e14d103ae5 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 bae62ed4f0..8017fea5f1 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 7a48d20939..8f183bf2b4 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 162f2c01b0..d5338898ee 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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/PromiseTest.java b/vavr/src/test/java/io/vavr/concurrent/PromiseTest.java index 87e1286e18..cb52b88f59 100644 --- a/vavr/src/test/java/io/vavr/concurrent/PromiseTest.java +++ b/vavr/src/test/java/io/vavr/concurrent/PromiseTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2017 Vavr, http://vavr.io + * Copyright 2014-2017 Vavr, https://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/EitherLeftProjectionTest.java b/vavr/src/test/java/io/vavr/control/EitherLeftProjectionTest.java index abeb1e380f..3e4455b999 100644 --- a/vavr/src/test/java/io/vavr/control/EitherLeftProjectionTest.java +++ b/vavr/src/test/java/io/vavr/control/EitherLeftProjectionTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2018 Vavr, http://vavr.io + * Copyright 2014-2018 Vavr, https://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/EitherRightProjectionTest.java b/vavr/src/test/java/io/vavr/control/EitherRightProjectionTest.java index fe8c3edbe5..609d494fd2 100644 --- a/vavr/src/test/java/io/vavr/control/EitherRightProjectionTest.java +++ b/vavr/src/test/java/io/vavr/control/EitherRightProjectionTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2018 Vavr, http://vavr.io + * Copyright 2014-2018 Vavr, https://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 2e368eeeb6..ad3d1d2d25 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 7c1c6a5b7e..c5e9d872f4 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 756a68f430..09f93f6957 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 a15ce02875..c7fe7c6a31 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://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 8c47af2c33..942073861c 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-2024 Vavr, http://vavr.io + * Copyright 2014-2024 Vavr, https://vavr.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.